.m2g-admin{color:#161b26;background:#f4f6fa;min-height:100vh;display:flex}.m2g-admin__sidebar{color:#fff;background:#101828;flex-direction:column;width:250px;padding:24px 16px;display:flex}.m2g-admin__brand{border-bottom:1px solid #ffffff1f;padding:0 8px 24px}.m2g-admin__brand strong{letter-spacing:.04em;font-size:22px;display:block}.m2g-admin__brand span{color:#ffffff9e;margin-top:4px;font-size:13px;display:block}.m2g-admin__nav{flex-direction:column;gap:6px;padding-top:20px;display:flex}.m2g-admin__nav-item{color:#ffffffb8;border-radius:10px;align-items:center;height:42px;padding:0 12px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.m2g-admin__nav-item:hover{color:#fff;background:#ffffff14}.m2g-admin__nav-item.is-active{color:#fff;background:#1b4fd8}.m2g-admin__main{flex-direction:column;flex:1;min-width:0;display:flex}.m2g-admin__topbar{background:#fff;border-bottom:1px solid #e5e8ef;justify-content:space-between;align-items:center;height:68px;padding:0 28px;display:flex}.m2g-admin__topbar div{align-items:center;gap:10px;display:flex}.m2g-admin__topbar strong{font-size:15px}.m2g-admin__topbar span{color:#697386;font-size:13px}.m2g-admin__topbar button{color:#2a3142;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:10px;height:36px;padding:0 14px;font-weight:700}.m2g-admin__content{padding:28px}.m2g-pending-orders-modal{z-index:1000;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.m2g-pending-orders-modal__overlay{background:#1018288c;position:absolute;inset:0}.m2g-pending-orders-modal__panel{background:#fff;border-radius:18px;flex-direction:column;width:min(1320px,100%);max-height:92vh;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #1018283d}.m2g-pending-orders-modal__head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px;display:flex}.m2g-pending-orders-modal__head h2{color:#101828;margin:0;font-size:22px}.m2g-pending-orders-modal__head p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-pending-orders-modal__head button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:10px;height:36px;padding:0 12px;font-size:13px;font-weight:800}.m2g-pending-orders-modal__body{padding:20px 24px 24px;overflow:auto}.m2g-pending-orders-modal__summary{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.m2g-pending-orders-modal__summary button{text-align:left;cursor:pointer;background:#fbfcff;border:1px solid #e5e8ef;border-radius:14px;min-width:0;padding:13px 12px}.m2g-pending-orders-modal__summary button.is-active{background:#eff4ff;border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd814}.m2g-pending-orders-modal__summary strong{color:#475467;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:900;display:block;overflow:hidden}.m2g-pending-orders-modal__summary span{color:#101828;margin-top:7px;font-size:20px;font-weight:900;display:block}.m2g-pending-orders-modal__search{gap:8px;margin-bottom:10px;display:flex}.m2g-pending-orders-modal__search input{border:1px solid #d8deea;border-radius:10px;outline:none;flex:1;height:40px;padding:0 12px;font-size:14px}.m2g-pending-orders-modal__search button{color:#fff;cursor:pointer;background:#101828;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-pending-orders-modal__bulk-bar{background:#fbfcff;border:1px solid #e5e8ef;border-radius:12px;align-items:center;gap:12px;margin-bottom:16px;padding:11px 12px;display:flex}.m2g-pending-orders-modal__bulk-bar label{color:#344054;align-items:center;gap:7px;font-size:13px;font-weight:900;display:inline-flex}.m2g-pending-orders-modal__bulk-bar span{color:#475467;font-size:13px;font-weight:900}.m2g-pending-orders-modal__bulk-bar button{color:#fff;cursor:pointer;background:#c01048;border:0;border-radius:9px;height:34px;margin-left:auto;padding:0 12px;font-size:13px;font-weight:900}.m2g-pending-orders-modal__bulk-bar button:disabled{opacity:.5;cursor:not-allowed}.m2g-pending-orders-modal__workspace{grid-template-columns:420px minmax(0,1fr);align-items:stretch;gap:16px;display:grid}.m2g-pending-orders-modal__list,.m2g-pending-orders-modal__editor{background:#fff;border:1px solid #e5e8ef;border-radius:14px;min-width:0;overflow:hidden}.m2g-pending-orders-modal__section-title{background:#fbfcff;border-bottom:1px solid #edf0f5;padding:16px}.m2g-pending-orders-modal__section-title strong{color:#101828;font-size:16px;display:block}.m2g-pending-orders-modal__section-title span{color:#667085;margin-top:6px;font-size:13px;line-height:1.45;display:block}.m2g-pending-orders-modal__rows{max-height:610px;overflow:auto}.m2g-pending-orders-modal__row{background:#fff;border-bottom:1px solid #edf0f5;grid-template-columns:34px minmax(0,1fr);align-items:start;width:100%;display:grid}.m2g-pending-orders-modal__row:hover{background:#f8fbff}.m2g-pending-orders-modal__row.is-selected{background:#eef4ff}.m2g-pending-orders-modal__row>input{margin:15px 0 0 14px}.m2g-pending-orders-modal__row>button{text-align:left;cursor:pointer;background:0 0;border:0;gap:5px;width:100%;padding:13px 14px 13px 4px;display:grid}.m2g-pending-orders-modal__row strong{color:#101828;font-size:14px}.m2g-pending-orders-modal__row span,.m2g-pending-orders-modal__row em,.m2g-pending-orders-modal__row small{color:#667085;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-style:normal;overflow:hidden}.m2g-pending-orders-modal__editor{padding-bottom:16px}.m2g-pending-orders-modal__reason-box{background:#fffaeb;border:1px solid #fdb022;border-radius:12px;margin:16px 16px 4px;padding:14px 15px}.m2g-pending-orders-modal__reason-box strong{color:#93370d;margin-bottom:7px;font-size:13px;font-weight:900;display:block}.m2g-pending-orders-modal__reason-box p{color:#7a2e0e;white-space:pre-wrap;margin:0;font-size:13px;line-height:1.5}.m2g-pending-orders-modal__choice{flex-wrap:wrap;gap:8px;padding:12px 16px 6px;display:flex}.m2g-pending-orders-modal__choice label{color:#344054;background:#fff;border:1px solid #d8deea;border-radius:999px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.m2g-pending-orders-modal__form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:12px 16px;display:grid}.m2g-pending-orders-modal__form-grid label,.m2g-pending-orders-modal__extend-box label{flex-direction:column;gap:7px;min-width:0;display:flex}.m2g-pending-orders-modal__form-grid label.is-wide{grid-column:span 4}.m2g-pending-orders-modal__form-grid span,.m2g-pending-orders-modal__extend-box span{color:#344054;font-size:12px;font-weight:900}.m2g-pending-orders-modal__form-grid input,.m2g-pending-orders-modal__form-grid select,.m2g-pending-orders-modal__form-grid textarea,.m2g-pending-orders-modal__extend-box select{color:#101828;box-sizing:border-box;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;width:100%;height:40px;padding:0 11px;font-size:14px}.m2g-pending-orders-modal__form-grid textarea{resize:vertical;height:74px;padding:10px 11px;line-height:1.45}.m2g-pending-orders-modal__form-grid input:focus,.m2g-pending-orders-modal__form-grid select:focus,.m2g-pending-orders-modal__form-grid textarea:focus,.m2g-pending-orders-modal__extend-box select:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-pending-orders-modal__extend-box{background:#eff4ff;border:1px solid #b2ccff;border-radius:12px;margin:0 16px 12px;padding:14px}.m2g-pending-orders-modal__extend-box p{color:#475467;margin:8px 0 0;font-size:12px;line-height:1.5}.m2g-pending-orders-modal__empty{color:#667085;text-align:center;padding:32px 18px;font-size:14px}.m2g-pending-orders-modal__notice{color:#027a48;background:#ecfdf3;border:1px solid #abefc6;border-radius:10px;margin-bottom:12px;padding:11px 12px;font-size:13px;font-weight:700}.m2g-pending-orders-modal__notice.is-error{color:#c01048;background:#fff1f3;border-color:#ffd6de}.m2g-pending-orders-modal__actions{justify-content:flex-end;gap:8px;padding:4px 16px 0;display:flex}.m2g-pending-orders-modal__actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-pending-orders-modal__actions button.is-secondary{color:#344054;background:#fff;border:1px solid #d8deea}.m2g-pending-orders-modal__actions button.is-danger{background:#c01048}.m2g-pending-orders-modal__actions button:disabled,.m2g-pending-orders-modal__search button:disabled{opacity:.55;cursor:not-allowed}@media (width<=1100px){.m2g-pending-orders-modal__workspace{grid-template-columns:1fr}.m2g-pending-orders-modal__rows{max-height:280px}.m2g-pending-orders-modal__summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.m2g-pending-orders-modal{padding:12px}.m2g-pending-orders-modal__summary{grid-template-columns:1fr 1fr}.m2g-pending-orders-modal__bulk-bar{flex-direction:column;align-items:flex-start}.m2g-pending-orders-modal__bulk-bar button{margin-left:0}.m2g-pending-orders-modal__form-grid{grid-template-columns:1fr}.m2g-pending-orders-modal__form-grid label.is-wide{grid-column:span 1}}.m2g-dashboard{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.m2g-dashboard__card{box-sizing:border-box;background:#fff;border:1px solid #e5e8ef;border-radius:16px;min-height:132px;padding:22px;box-shadow:0 8px 24px #1018280a}.m2g-dashboard__card span{color:#667085;font-size:14px;font-weight:800;display:block}.m2g-dashboard__card strong{color:#101828;margin-top:10px;font-size:34px;line-height:1;display:block}.m2g-dashboard__card p{color:#667085;margin:10px 0 0;font-size:13px;line-height:1.45}.m2g-dashboard__card-button{text-align:left;cursor:pointer;width:100%}.m2g-dashboard__card-button:hover{background:#f8fbff;border-color:#b2ccff}.m2g-dashboard__refresh{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-dashboard__refresh:disabled{opacity:.55;cursor:not-allowed}.m2g-dashboard__alert{color:#c01048;background:#fff1f3;border:1px solid #ffd6de;border-radius:10px;margin-bottom:16px;padding:12px 14px;font-size:13px;font-weight:700}@media (width<=1100px){.m2g-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.m2g-dashboard{grid-template-columns:1fr}}.m2g-login{background:#f3f5f8;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.m2g-login__card{background:#fff;border:1px solid #e5e8ef;border-radius:20px;width:100%;max-width:420px;padding:36px;box-shadow:0 20px 60px #141e3214}.m2g-login__header{margin-bottom:28px}.m2g-login__eyebrow{color:#1b4fd8;letter-spacing:.08em;margin:0 0 8px;font-size:13px;font-weight:800}.m2g-login__header h1{color:#141821;margin:0 0 10px;font-size:28px;line-height:1.25}.m2g-login__header p{color:#697386;margin:0;font-size:15px}.m2g-login__form{flex-direction:column;gap:16px;display:flex}.m2g-login__form label{color:#2a3142;flex-direction:column;gap:8px;font-size:14px;font-weight:700;display:flex}.m2g-login__form input{border:1px solid #d8deea;border-radius:12px;outline:none;height:46px;padding:0 14px;font-size:15px}.m2g-login__form input:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-login__form button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:12px;height:48px;font-size:16px;font-weight:800}.m2g-login__form button:disabled{opacity:.65;cursor:not-allowed}.m2g-login__error{color:#d22b2b;background:#fff1f1;border:1px solid #ffd0d0;border-radius:12px;padding:12px;font-size:14px}.m2g-customer-page{flex-direction:column;gap:20px;display:flex}.m2g-customer-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.m2g-customer-page__header h1{color:#101828;margin:0;font-size:26px}.m2g-customer-page__header p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-customer-page__header-actions{gap:8px;display:flex}.m2g-customer-page__header-actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-customer-page__header-actions button.is-danger{background:#c01048}.m2g-customer-page__header-actions button:disabled{opacity:.5;cursor:not-allowed}.m2g-customer-page__grid{grid-template-columns:minmax(0,1.35fr) 440px;align-items:flex-start;gap:20px;display:grid}.m2g-customer-page__list-card,.m2g-customer-page__form-card{background:#fff;border:1px solid #e5e8ef;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #1018280a}.m2g-customer-page__search{border-bottom:1px solid #edf0f5;gap:8px;padding:18px;display:flex}.m2g-customer-page__search input{border:1px solid #d8deea;border-radius:10px;outline:none;flex:1;height:40px;padding:0 12px;font-size:14px}.m2g-customer-page__search input:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-customer-page__search button{color:#fff;cursor:pointer;background:#101828;border:0;border-radius:10px;width:76px;height:40px;font-size:14px;font-weight:800}.m2g-customer-page__list-head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.m2g-customer-page__list-head strong{color:#101828;font-size:15px}.m2g-customer-page__list-head span{color:#667085;font-size:13px}.m2g-customer-page__table-wrap{width:100%;overflow:auto}.m2g-customer-page table{border-collapse:collapse;table-layout:fixed;width:100%}.m2g-customer-page th{color:#475467;text-align:left;background:#f8fafd;border-bottom:1px solid #edf0f5;height:42px;padding:0 14px;font-size:13px}.m2g-customer-page td{color:#1d2939;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #edf0f5;height:52px;padding:0 14px;font-size:14px;overflow:hidden}.m2g-customer-page th.is-check,.m2g-customer-page td.is-check{text-align:center;width:44px;padding:0 12px}.m2g-customer-page tbody tr{cursor:pointer}.m2g-customer-page tbody tr:hover{background:#f8fbff}.m2g-customer-page tbody tr.is-selected{background:#eef4ff}.m2g-customer-page__address{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.m2g-customer-page__form-head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 20px 16px;display:flex}.m2g-customer-page__form-head h2{color:#101828;margin:0;font-size:20px}.m2g-customer-page__form-head p{color:#667085;margin:7px 0 0;font-size:13px}.m2g-customer-page__order-button{color:#1b4fd8;cursor:pointer;background:#fff;border:1px solid #1b4fd8;border-radius:10px;flex:none;height:36px;padding:0 12px;font-size:13px;font-weight:800}.m2g-customer-page__order-button:disabled{color:#98a2b3;cursor:not-allowed;border-color:#d8deea}.m2g-customer-page__form{grid-template-columns:1fr 1fr;gap:14px;padding:20px;display:grid}.m2g-customer-page__form label{flex-direction:column;gap:7px;min-width:0;display:flex}.m2g-customer-page__form label.is-wide{grid-column:span 2}.m2g-customer-page__form span{color:#344054;font-size:13px;font-weight:800}.m2g-customer-page__form input,.m2g-customer-page__form select,.m2g-customer-page__form textarea{color:#101828;box-sizing:border-box;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;width:100%;font-size:14px}.m2g-customer-page__form input,.m2g-customer-page__form select{height:40px;padding:0 12px}.m2g-customer-page__form textarea{resize:vertical;padding:10px 12px}.m2g-customer-page__form input:focus,.m2g-customer-page__form select:focus,.m2g-customer-page__form textarea:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-customer-page__alert{border-radius:10px;padding:12px 14px;font-size:13px;font-weight:700}.m2g-customer-page__alert.is-error{color:#c01048;background:#fff1f3;border:1px solid #ffd6de}.m2g-customer-page__alert.is-success{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}.m2g-customer-page__actions{grid-column:span 2;justify-content:flex-end;gap:8px;padding-top:6px;display:flex}.m2g-customer-page__actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-customer-page__actions button.is-secondary{color:#344054;background:#fff;border:1px solid #d8deea}.m2g-customer-page__actions button:disabled{opacity:.55;cursor:not-allowed}.m2g-customer-page__empty{color:#667085;text-align:center;padding:32px 18px;font-size:14px}@media (width<=1200px){.m2g-customer-page__grid{grid-template-columns:1fr}.m2g-customer-page__form-card{width:100%}}@media (width<=720px){.m2g-customer-page__header{flex-direction:column}.m2g-customer-page__form{grid-template-columns:1fr}.m2g-customer-page__form label.is-wide,.m2g-customer-page__actions{grid-column:span 1}}.m2g-order-create-modal{z-index:1000;position:fixed;inset:0}.m2g-order-create-modal__overlay{background:#0f172a6b;position:absolute;inset:0}.m2g-order-create-modal__panel{background:#fff;border-radius:18px;flex-direction:column;width:min(980px,100vw - 48px);max-height:calc(100vh - 48px);display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 80px #10182847}.m2g-order-create-modal__head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px 18px;display:flex}.m2g-order-create-modal__head h2{color:#101828;margin:0;font-size:22px}.m2g-order-create-modal__head p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-order-create-modal__head button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:10px;height:36px;padding:0 12px;font-size:13px;font-weight:800}.m2g-order-create-modal__loading{color:#667085;justify-content:center;align-items:center;min-height:420px;font-size:14px;display:flex}.m2g-order-create-modal__body{padding:22px 24px 24px;overflow:auto}.m2g-order-create-modal__section{background:#fbfcff;border:1px solid #e5e8ef;border-radius:14px;padding:18px}.m2g-order-create-modal__section+.m2g-order-create-modal__section{margin-top:16px}.m2g-order-create-modal__section-title{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.m2g-order-create-modal__section-title strong{color:#101828;font-size:16px}.m2g-order-create-modal__section-title span{color:#667085;font-size:13px}.m2g-order-create-modal__customer-search-row{grid-template-columns:minmax(0,1fr) 82px;gap:8px;display:grid}.m2g-order-create-modal__customer-search{color:#101828;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;width:100%;height:40px;padding:0 12px;font-size:14px}.m2g-order-create-modal__customer-search:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-order-create-modal__customer-search-row button{color:#fff;cursor:pointer;background:#101828;border:0;border-radius:10px;height:40px;font-size:13px;font-weight:800}.m2g-order-create-modal__customer-search-row button:disabled{opacity:.55;cursor:not-allowed}.m2g-order-create-modal__customer-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:214px;margin-top:10px;display:grid;overflow:auto}.m2g-order-create-modal__customer{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e8ef;border-radius:10px;grid-template-columns:90px 130px minmax(0,1fr);align-items:center;gap:8px;width:100%;min-height:44px;padding:9px 10px;display:grid}.m2g-order-create-modal__customer:hover{background:#f8fbff}.m2g-order-create-modal__customer.is-selected{background:#eef4ff;border-color:#1b4fd8}.m2g-order-create-modal__customer strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.m2g-order-create-modal__customer span{color:#344054;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.m2g-order-create-modal__customer em{color:#667085;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-style:normal;overflow:hidden}.m2g-order-create-modal__selected{color:#344054;background:#eff4ff;border:1px solid #b2ccff;border-radius:10px;grid-template-columns:auto auto auto minmax(0,1fr);align-items:center;gap:8px;margin-top:10px;padding:10px 12px;font-size:13px;display:grid}.m2g-order-create-modal__selected strong{color:#1b4fd8}.m2g-order-create-modal__selected em{color:#667085;text-overflow:ellipsis;white-space:nowrap;font-style:normal;overflow:hidden}.m2g-order-create-modal__search-guide{color:#667085;background:#fff;border:1px solid #edf0f5;border-radius:10px;margin-top:10px;padding:12px 14px;font-size:13px}.m2g-order-create-modal__grid,.m2g-order-create-modal__round-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.m2g-order-create-modal__memo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.m2g-order-create-modal label{flex-direction:column;gap:7px;display:flex}.m2g-order-create-modal label span{color:#344054;font-size:13px;font-weight:800}.m2g-order-create-modal select,.m2g-order-create-modal input,.m2g-order-create-modal textarea{color:#101828;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;width:100%;font-size:14px}.m2g-order-create-modal select,.m2g-order-create-modal input{height:40px;padding:0 12px}.m2g-order-create-modal textarea{resize:vertical;padding:12px;line-height:1.5}.m2g-order-create-modal select:focus,.m2g-order-create-modal input:focus,.m2g-order-create-modal textarea:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-order-create-modal__alert{color:#c01048;background:#fff1f3;border:1px solid #ffd6de;border-radius:10px;margin-top:16px;padding:12px 14px;font-size:13px;font-weight:800}.m2g-order-create-modal__actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.m2g-order-create-modal__actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-order-create-modal__actions button.is-secondary{color:#344054;background:#fff;border:1px solid #d8deea}.m2g-order-create-modal__actions button:disabled{opacity:.55;cursor:not-allowed}.m2g-order-create-modal__empty{color:#667085;text-align:center;grid-column:1/-1;padding:24px 12px;font-size:14px}@media (width<=980px){.m2g-order-create-modal__grid,.m2g-order-create-modal__round-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.m2g-order-create-modal__customer-list{grid-template-columns:1fr}}@media (width<=640px){.m2g-order-create-modal__grid,.m2g-order-create-modal__round-grid,.m2g-order-create-modal__memo-grid,.m2g-order-create-modal__customer,.m2g-order-create-modal__customer-search-row,.m2g-order-create-modal__selected{grid-template-columns:1fr}}.m2g-order-create-modal__customer-pagination{justify-content:center;align-items:center;gap:10px;padding:10px 0 2px;display:flex}.m2g-order-create-modal__customer-pagination button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:700}.m2g-order-create-modal__customer-pagination button:disabled{opacity:.4;cursor:not-allowed}.m2g-order-create-modal__customer-pagination span{color:#6b7280;font-size:12px;font-weight:700}.m2g-order-excel-modal{z-index:1000;position:fixed;inset:0}.m2g-order-excel-modal__overlay{background:#0f172a6b;position:absolute;inset:0}.m2g-order-excel-modal__panel{background:#fff;border-radius:18px;flex-direction:column;width:min(900px,100vw - 48px);max-height:calc(100vh - 48px);display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 80px #10182847}.m2g-order-excel-modal__head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px 18px;display:flex}.m2g-order-excel-modal__head h2{color:#101828;margin:0;font-size:22px}.m2g-order-excel-modal__head p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-order-excel-modal__head button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:10px;height:36px;padding:0 12px;font-size:13px;font-weight:800}.m2g-order-excel-modal__body{padding:22px 24px 24px;overflow:auto}.m2g-order-excel-modal__section{background:#fbfcff;border:1px solid #e5e8ef;border-radius:14px;padding:18px}.m2g-order-excel-modal__section+.m2g-order-excel-modal__section{margin-top:16px}.m2g-order-excel-modal__section-title{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.m2g-order-excel-modal__section-title strong{color:#101828;font-size:16px}.m2g-order-excel-modal__section-title span{color:#667085;font-size:13px}.m2g-order-excel-modal__template-box{background:#fff;border:1px solid #edf0f5;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.m2g-order-excel-modal__template-box strong{color:#101828;font-size:14px;display:block}.m2g-order-excel-modal__template-box p{color:#667085;margin:6px 0 0;font-size:13px;line-height:1.5}.m2g-order-excel-modal__template-box button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:36px;padding:0 12px;font-size:13px;font-weight:800}.m2g-order-excel-modal__file{cursor:pointer;background:#fff;border:1px dashed #b2ccff;border-radius:12px;grid-template-columns:140px minmax(0,1fr);align-items:center;gap:12px;padding:14px;display:grid}.m2g-order-excel-modal__file.is-dragging{background:#eff4ff;border-color:#1b4fd8}.m2g-order-excel-modal__file input{display:none}.m2g-order-excel-modal__file span{color:#fff;background:#1b4fd8;border-radius:10px;justify-content:center;align-items:center;height:38px;font-size:13px;font-weight:800;display:inline-flex}.m2g-order-excel-modal__file em{color:#344054;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-style:normal;overflow:hidden}.m2g-order-excel-modal__result-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.m2g-order-excel-modal__result-grid button{text-align:left;cursor:pointer;background:#fff;border:1px solid #edf0f5;border-radius:12px;padding:14px}.m2g-order-excel-modal__result-grid button.is-active{background:#eff4ff;border-color:#1b4fd8}.m2g-order-excel-modal__result-grid strong{color:#667085;font-size:13px;display:block}.m2g-order-excel-modal__result-grid span{color:#101828;margin-top:8px;font-size:22px;font-weight:900;display:block}.m2g-order-excel-modal__empty-result{color:#667085;background:#fff;border:1px solid #edf0f5;border-radius:12px;justify-content:center;align-items:center;min-height:120px;margin-top:10px;font-size:14px;display:flex}.m2g-order-excel-modal__notice{color:#1d2939;background:#eff4ff;border:1px solid #b2ccff;border-radius:10px;margin-top:16px;padding:12px 14px;font-size:13px;font-weight:700}.m2g-order-excel-modal__actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.m2g-order-excel-modal__actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-order-excel-modal__actions button.is-secondary{color:#344054;background:#fff;border:1px solid #d8deea}.m2g-order-excel-modal__actions button:disabled{color:#98a2b3;cursor:not-allowed;background:#f2f4f7}@media (width<=760px){.m2g-order-excel-modal__template-box{flex-direction:column;align-items:stretch}.m2g-order-excel-modal__file,.m2g-order-excel-modal__result-grid{grid-template-columns:1fr}.m2g-order-excel-modal__actions{flex-direction:column}}.m2g-order-excel-modal__notice.is-error{color:#b42318;background:#fff1f3;border-color:#fecdca}.m2g-order-excel-modal__preview-table-wrap{background:#fff;border:1px solid #edf0f5;border-radius:12px;max-height:300px;margin-top:10px;overflow:auto}.m2g-order-excel-modal__preview-table{border-collapse:collapse;width:100%;min-width:980px;font-size:13px}.m2g-order-excel-modal__preview-table th{z-index:1;color:#475467;text-align:left;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e5e8ef;padding:10px 12px;font-size:12px;position:sticky;top:0}.m2g-order-excel-modal__preview-table td{color:#344054;vertical-align:top;border-bottom:1px solid #f1f3f7;padding:10px 12px}.m2g-order-excel-modal__preview-table tr:last-child td{border-bottom:0}.m2g-order-excel-modal__preview-table tr.is-pending td{background:#fffbfa}.m2g-order-excel-modal__preview-table tr.is-normal td{background:#fff}.m2g-order-excel-modal__preview-table td span{color:#027a48;background:#ecfdf3;border-radius:999px;justify-content:center;align-items:center;min-width:46px;height:24px;padding:0 8px;font-size:12px;font-weight:900;display:inline-flex}.m2g-order-excel-modal__preview-table tr.is-pending td span{color:#b42318;background:#fff1f3}.m2g-schedule-edit-modal{z-index:1000;position:fixed;inset:0}.m2g-schedule-edit-modal__overlay{background:#0f172a6b;position:absolute;inset:0}.m2g-schedule-edit-modal__panel{background:#fff;border-radius:18px;flex-direction:column;width:min(860px,100vw - 48px);max-height:calc(100vh - 48px);display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 80px #10182847}.m2g-schedule-edit-modal__head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px 18px;display:flex}.m2g-schedule-edit-modal__head h2{color:#101828;margin:0;font-size:22px}.m2g-schedule-edit-modal__head p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-schedule-edit-modal__head button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:10px;height:36px;padding:0 12px;font-size:13px;font-weight:800}.m2g-schedule-edit-modal__loading{color:#667085;justify-content:center;align-items:center;min-height:360px;font-size:14px;display:flex}.m2g-schedule-edit-modal__body{padding:22px 24px 24px;overflow:auto}.m2g-schedule-edit-modal__section{background:#fbfcff;border:1px solid #e5e8ef;border-radius:14px;padding:18px}.m2g-schedule-edit-modal__section+.m2g-schedule-edit-modal__section{margin-top:16px}.m2g-schedule-edit-modal__section-title{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.m2g-schedule-edit-modal__section-title strong{color:#101828;font-size:16px}.m2g-schedule-edit-modal__section-title span{color:#667085;font-size:13px}.m2g-schedule-edit-modal__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.m2g-schedule-edit-modal__memo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.m2g-schedule-edit-modal__memo-grid label.is-wide{grid-column:1/-1}.m2g-schedule-edit-modal label{flex-direction:column;gap:7px;display:flex}.m2g-schedule-edit-modal label span{color:#344054;font-size:13px;font-weight:800}.m2g-schedule-edit-modal input,.m2g-schedule-edit-modal select,.m2g-schedule-edit-modal textarea{color:#101828;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;width:100%;font-size:14px}.m2g-schedule-edit-modal input,.m2g-schedule-edit-modal select{height:40px;padding:0 12px}.m2g-schedule-edit-modal textarea{resize:vertical;padding:12px;line-height:1.5}.m2g-schedule-edit-modal input:focus,.m2g-schedule-edit-modal select:focus,.m2g-schedule-edit-modal textarea:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-schedule-edit-modal__alert{color:#c01048;background:#fff1f3;border:1px solid #ffd6de;border-radius:10px;margin-top:16px;padding:12px 14px;font-size:13px;font-weight:800}.m2g-schedule-edit-modal__actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.m2g-schedule-edit-modal__actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-schedule-edit-modal__actions button.is-secondary{color:#344054;background:#fff;border:1px solid #d8deea}.m2g-schedule-edit-modal__actions button:disabled{opacity:.55;cursor:not-allowed}@media (width<=760px){.m2g-schedule-edit-modal__grid,.m2g-schedule-edit-modal__memo-grid{grid-template-columns:1fr}.m2g-schedule-edit-modal__memo-grid label.is-wide{grid-column:auto}}.m2g-schedule-edit-modal__recipient-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.m2g-schedule-edit-modal__recipient-grid label.is-wide{grid-column:1/-1}.m2g-schedule-edit-modal__base-info{background:#fff;border:1px solid #e5e8ef;border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px;padding:12px;display:grid}.m2g-schedule-edit-modal__base-info div{flex-direction:column;gap:4px;min-width:0;display:flex}.m2g-schedule-edit-modal__base-info span{color:#667085;font-size:12px;font-weight:800}.m2g-schedule-edit-modal__base-info strong{color:#101828;word-break:keep-all;overflow-wrap:anywhere;font-size:13px;font-weight:800;line-height:1.35}@media (width<=760px){.m2g-schedule-edit-modal__recipient-grid{grid-template-columns:1fr}.m2g-schedule-edit-modal__recipient-grid label.is-wide{grid-column:auto}.m2g-schedule-edit-modal__base-info{grid-template-columns:1fr}}.m2g-schedule-edit-modal__panel{width:min(980px,100vw - 48px)}.m2g-schedule-edit-modal__copy-notice{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;margin-bottom:16px;padding:12px 14px;font-size:13px;font-weight:800;line-height:1.5}.m2g-schedule-edit-modal__section-title.is-row{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:12px}.m2g-schedule-edit-modal__section-title.is-row button{color:#fff;cursor:pointer;white-space:nowrap;background:#101828;border:0;border-radius:10px;height:36px;padding:0 12px;font-size:13px;font-weight:900}.m2g-schedule-edit-modal__custom-table{background:#fff;border:1px solid #e5e8ef;border-radius:12px;overflow:hidden}.m2g-schedule-edit-modal__custom-row{border-top:1px solid #edf0f5;grid-template-columns:minmax(0,1fr) 100px 80px;align-items:center;gap:10px;padding:10px 12px;display:grid}.m2g-schedule-edit-modal__custom-row:first-child{border-top:0}.m2g-schedule-edit-modal__custom-row.is-head{color:#475467;background:#f8fafd;border-top:0;min-height:38px;padding:0 12px;font-size:12px;font-weight:900}.m2g-schedule-edit-modal__custom-row input,.m2g-schedule-edit-modal__custom-row select{height:38px}.m2g-schedule-edit-modal__custom-row button{color:#c01048;cursor:pointer;background:#fff1f3;border:1px solid #ffd6de;border-radius:9px;height:34px;font-size:12px;font-weight:900}.m2g-schedule-edit-modal__custom-empty{color:#667085;text-align:center;padding:20px;font-size:13px}.m2g-schedule-edit-modal__custom-total{color:#344054;justify-content:flex-end;align-items:center;gap:10px;margin-top:12px;font-size:13px;font-weight:900;display:flex}.m2g-schedule-edit-modal__custom-total strong{color:#1b4fd8;text-align:center;background:#eef4ff;border-radius:999px;min-width:72px;padding:8px 10px}.m2g-schedule-edit-modal__bulk-box{background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;grid-template-columns:minmax(0,1fr) 190px 100px;align-items:center;gap:10px;margin-top:14px;padding:12px;display:grid}.m2g-schedule-edit-modal__bulk-box div{flex-direction:column;gap:4px;min-width:0;display:flex}.m2g-schedule-edit-modal__bulk-box strong{color:#1e3a8a;font-size:13px}.m2g-schedule-edit-modal__bulk-box span{color:#2563eb;font-size:12px;line-height:1.4}.m2g-schedule-edit-modal__bulk-box button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:38px;font-size:13px;font-weight:900}.m2g-schedule-edit-modal__bulk-box button:disabled{opacity:.55;cursor:not-allowed}@media (width<=760px){.m2g-schedule-edit-modal__custom-row{grid-template-columns:1fr}.m2g-schedule-edit-modal__custom-row.is-head{display:none}.m2g-schedule-edit-modal__bulk-box{grid-template-columns:1fr}}.m2g-order-page{flex-direction:column;gap:20px;display:flex}.m2g-order-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.m2g-order-page__header h1{color:#101828;margin:0;font-size:26px}.m2g-order-page__header p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-order-page__header-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.m2g-order-page__header-actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 14px;font-size:14px;font-weight:800}.m2g-order-page__header-actions button:nth-child(3){background:#101828}.m2g-order-page__header-actions button:nth-child(4){color:#344054;background:#fff;border:1px solid #d8deea}.m2g-order-page__header-actions button.is-danger{background:#c01048}.m2g-order-page__header-actions button:disabled{opacity:.5;cursor:not-allowed}.m2g-order-page__notice{color:#1d2939;background:#eff4ff;border:1px solid #b2ccff;border-radius:12px;align-items:center;gap:8px;padding:12px 14px;font-size:14px;display:flex}.m2g-order-page__notice.is-neutral{background:#fff;border-color:#e5e8ef}.m2g-order-page__notice span{color:#667085}.m2g-order-page__notice button{color:#1b4fd8;cursor:pointer;background:#fff;border:1px solid #1b4fd8;border-radius:8px;height:32px;margin-left:auto;padding:0 10px;font-size:13px;font-weight:800}.m2g-order-page__notice button:disabled{color:#98a2b3;cursor:not-allowed;background:#f8fafc;border-color:#d8deea}.m2g-order-page__alert{border-radius:10px;padding:12px 14px;font-size:13px;font-weight:700}.m2g-order-page__alert.is-error{color:#c01048;background:#fff1f3;border:1px solid #ffd6de}.m2g-order-page__alert.is-success{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}.m2g-order-page__search-card{background:#fff;border:1px solid #e5e8ef;border-radius:16px;padding:18px;box-shadow:0 8px 24px #1018280a}.m2g-order-page__search-grid{grid-template-columns:minmax(260px,1fr) 180px 80px;align-items:flex-end;gap:10px;display:grid}.m2g-order-page__search-grid label{flex-direction:column;gap:7px;display:flex}.m2g-order-page__search-grid span{color:#344054;font-size:13px;font-weight:800}.m2g-order-page__search-grid input,.m2g-order-page__search-grid select{color:#101828;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;height:40px;padding:0 12px;font-size:14px}.m2g-order-page__search-grid input:focus,.m2g-order-page__search-grid select:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-order-page__search-grid button{color:#fff;cursor:pointer;background:#101828;border:0;border-radius:10px;height:40px;font-size:14px;font-weight:800}.m2g-order-page__main-grid{grid-template-columns:360px minmax(0,1fr);align-items:stretch;gap:20px;min-height:680px;display:grid}.m2g-order-page__list-card,.m2g-order-page__detail-card{background:#fff;border:1px solid #e5e8ef;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #1018280a}.m2g-order-page__section-head{border-bottom:1px solid #edf0f5;flex-direction:column;gap:6px;padding:16px 18px;display:flex}.m2g-order-page__section-head.is-row{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.m2g-order-page__section-head strong{color:#101828;font-size:16px}.m2g-order-page__section-head span{color:#667085;font-size:13px}.m2g-order-page__check-all{color:#475467;white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.m2g-order-page__empty-list{color:#667085;text-align:center;justify-content:center;align-items:center;height:520px;padding:20px;font-size:14px;display:flex}.m2g-order-page__order-item{background:#fff;border-bottom:1px solid #edf0f5;grid-template-columns:34px minmax(0,1fr);align-items:center;min-height:43px;display:grid}.m2g-order-page__order-item:hover{background:#f8fbff}.m2g-order-page__order-item.is-selected{background:#eef4ff}.m2g-order-page__order-item>input{justify-self:center}.m2g-order-page__order-item>button{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(72px,.8fr) minmax(90px,1fr) 84px;align-items:center;gap:8px;width:100%;height:43px;padding:0 12px 0 0;display:grid}.m2g-order-page__order-item strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.m2g-order-page__order-item span{color:#475467;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.m2g-order-page__order-item em{color:#1b4fd8;text-align:right;font-size:12px;font-style:normal;font-weight:800}.m2g-order-page__pagination{border-top:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;display:flex}.m2g-order-page__pagination button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:9px;height:34px;padding:0 12px;font-size:13px;font-weight:800}.m2g-order-page__pagination button:disabled{opacity:.45;cursor:not-allowed}.m2g-order-page__pagination span{color:#475467;font-size:13px;font-weight:800}.m2g-order-page__detail-card{grid-template-rows:auto minmax(0,1fr);display:grid}.m2g-order-page__detail-top{border-bottom:1px solid #edf0f5}.m2g-order-page__detail-placeholder,.m2g-order-page__schedule-placeholder{color:#667085;text-align:center;justify-content:center;align-items:center;min-height:160px;padding:20px;font-size:14px;display:flex}.m2g-order-page__info-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;padding:16px;display:grid}.m2g-order-page__info-grid div{background:#fbfcff;border:1px solid #edf0f5;border-radius:11px;min-width:0;padding:10px 11px}.m2g-order-page__info-grid span{color:#667085;margin-bottom:5px;font-size:11px;font-weight:800;display:block}.m2g-order-page__info-grid strong{color:#101828;word-break:keep-all;font-size:13px;line-height:1.35;display:block}.m2g-order-page__schedule-area{min-height:0}.m2g-order-page__add-schedule-button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:9px;height:34px;padding:0 12px;font-size:13px;font-weight:800}.m2g-order-page__add-schedule-button:disabled{opacity:.5;cursor:not-allowed}.m2g-order-page__schedule-table-wrap{max-height:390px;overflow:auto}.m2g-order-page__schedule-table-wrap table{border-collapse:collapse;table-layout:fixed;width:100%}.m2g-order-page__schedule-table-wrap th{color:#475467;text-align:left;background:#f8fafd;border-bottom:1px solid #edf0f5;height:40px;padding:0 10px;font-size:13px}.m2g-order-page__schedule-table-wrap td{color:#1d2939;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #edf0f5;height:46px;padding:0 10px;font-size:13px;overflow:hidden}.m2g-order-page__status{color:#475467;background:#f2f4f7;border-radius:999px;justify-content:center;align-items:center;min-width:44px;height:24px;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.m2g-order-page__status.is-scheduled{color:#1b4fd8;background:#eff4ff}.m2g-order-page__status.is-production_ready{color:#b54708;background:#fffaeb}.m2g-order-page__status.is-shipped{color:#1b4fd8;background:#eef4ff}.m2g-order-page__status.is-received{color:#027a48;background:#ecfdf3}.m2g-order-page__status.is-hold{color:#475467;background:#f2f4f7}.m2g-order-page__status.is-cancelled{color:#c01048;background:#fff1f3}.m2g-order-page__memo{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.m2g-order-page__row-actions{gap:6px;display:flex}.m2g-order-page__row-actions button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:8px;height:30px;padding:0 9px;font-size:12px;font-weight:800}.m2g-order-page__row-actions button.is-danger{color:#c01048;border-color:#ffd6de}@media (width<=1280px){.m2g-order-page__main-grid{grid-template-columns:1fr}.m2g-order-page__order-list{height:auto}.m2g-order-page__empty-list{height:220px}}@media (width<=980px){.m2g-order-page__header{flex-direction:column}.m2g-order-page__search-grid{grid-template-columns:1fr}.m2g-order-page__info-grid{grid-template-columns:1fr 1fr}.m2g-order-page__info-grid div.is-wide{grid-column:span 2}.m2g-order-page__notice{flex-wrap:wrap}.m2g-order-page__notice button{margin-left:0}}.m2g-order-page__date{border-radius:999px;justify-content:center;align-items:center;min-width:94px;padding:4px 8px;font-size:12px;font-weight:900;display:inline-flex}.m2g-order-page__search-card{padding:16px 18px}.m2g-order-page__main-grid{grid-template-columns:380px minmax(0,1fr)}.m2g-order-page__list-card,.m2g-order-page__detail-card{min-width:0}.m2g-order-page__section-head{box-sizing:border-box;min-height:62px}.m2g-order-page__order-list{height:560px;overflow:auto}.m2g-order-page__order-item{min-height:48px}.m2g-order-page__order-item>button{grid-template-columns:minmax(84px,.9fr) minmax(100px,1fr) 96px;height:48px}.m2g-order-page__detail-card{min-height:680px}.m2g-order-page__info-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.m2g-order-page__info-grid div.is-wide{grid-column:span 4}.m2g-order-page__schedule-table-wrap{max-height:430px}@media (width<=1280px){.m2g-order-page__main-grid{grid-template-columns:1fr}.m2g-order-page__order-list{height:auto;max-height:420px}}@media (width<=980px){.m2g-order-page__info-grid{grid-template-columns:1fr 1fr}.m2g-order-page__info-grid div.is-wide{grid-column:span 2}}@media (width<=640px){.m2g-order-page__info-grid{grid-template-columns:1fr}.m2g-order-page__info-grid div.is-wide{grid-column:span 1}}.m2g-order-page__order-list-header{background:#f8fafc;border-bottom:1px solid #d8deea;grid-template-columns:34px minmax(84px,.9fr) minmax(100px,1fr) 96px;align-items:center;height:34px;padding:0 12px 0 0;display:grid}.m2g-order-page__order-list-header strong{color:#475467;white-space:nowrap;font-size:12px;font-weight:900}.m2g-order-page__related-button{color:#1b4fd8;cursor:pointer;background:#fff;border:1px solid #1b4fd8;border-radius:9px;height:34px;padding:0 12px;font-size:13px;font-weight:900}.m2g-order-page__related-button:disabled{color:#98a2b3;cursor:not-allowed;border-color:#d8deea}.m2g-order-page__info-grid div.is-half{grid-column:span 2;min-height:68px}.m2g-order-page__schedule-table-wrap th:first-child,.m2g-order-page__schedule-table-wrap td:first-child{width:64px}.m2g-order-page__schedule-table-wrap th:nth-child(2),.m2g-order-page__schedule-table-wrap td:nth-child(2){width:112px}.m2g-order-page__schedule-table-wrap th:nth-child(3),.m2g-order-page__schedule-table-wrap td:nth-child(3){width:120px}.m2g-order-page__schedule-table-wrap th:nth-child(4),.m2g-order-page__schedule-table-wrap td:nth-child(4){width:30%}.m2g-order-page__schedule-table-wrap th:nth-child(5),.m2g-order-page__schedule-table-wrap td:nth-child(5){width:22%}.m2g-order-page__schedule-table-wrap th:nth-child(6),.m2g-order-page__schedule-table-wrap td:nth-child(6){width:112px}.m2g-order-page__date.is-past{color:#027a48;background:#ecfdf3}.m2g-order-page__date.is-future{color:#1b4fd8;background:#eff4ff}@media (width<=980px){.m2g-order-page__info-grid div.is-half{grid-column:span 2}}@media (width<=640px){.m2g-order-page__info-grid div.is-half{grid-column:span 1}}.m2g-order-page__pending-button{position:relative}.m2g-order-page__pending-button span{color:#fff;box-sizing:border-box;background:#d92d20;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:-8px;right:-8px}.m2g-order-page__info-grid .is-address{grid-column:span 3}.m2g-order-page__info-grid .is-payment{grid-column:span 1}.m2g-order-page__info-grid .is-payment strong.is-recurring{color:#157347;font-weight:800}.m2g-order-page__info-grid .is-payment strong:not(.is-recurring){color:#374151;font-weight:700}.m2g-order-page__section-actions{align-items:center;gap:8px;display:flex}.m2g-order-edit-modal{z-index:1300;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.m2g-order-edit-modal__overlay{background:#0f172a85;position:absolute;inset:0}.m2g-order-edit-modal__panel{z-index:1;background:#fff;border:1px solid #e5e7eb;border-radius:20px;width:min(560px,100vw - 40px);max-height:calc(100vh - 48px);position:relative;overflow:auto;box-shadow:0 24px 70px #0f172a47}.m2g-order-edit-modal__head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px 18px;display:flex}.m2g-order-edit-modal__head h2{color:#101828;margin:0 0 6px;font-size:20px;line-height:1.25}.m2g-order-edit-modal__head p{color:#667085;margin:0;font-size:13px}.m2g-order-edit-modal__head button,.m2g-order-edit-modal__foot button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8dee8;border-radius:10px;height:38px;font-weight:800}.m2g-order-edit-modal__body{gap:14px;padding:20px 24px;display:grid}.m2g-order-edit-modal__body label{gap:7px;display:grid}.m2g-order-edit-modal__body span{color:#344054;font-size:12px;font-weight:800}.m2g-order-edit-modal__body select,.m2g-order-edit-modal__body textarea{box-sizing:border-box;color:#101828;background:#fff;border:1px solid #d8dee8;border-radius:11px;outline:none;width:100%;padding:11px 12px;font-size:14px}.m2g-order-edit-modal__body textarea{resize:vertical;min-height:88px}.m2g-order-edit-modal__error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:12px;font-size:13px;font-weight:800}.m2g-order-edit-modal__foot{border-top:1px solid #edf0f5;justify-content:flex-end;gap:8px;padding:16px 24px 22px;display:flex}.m2g-order-edit-modal__foot button[type=submit]{color:#fff;background:#2554d9;border-color:#1d4ed8;min-width:110px}.m2g-order-edit-modal__foot button:disabled{opacity:.55;cursor:not-allowed}.m2g-production-page{color:#111827;flex-direction:column;gap:14px;display:flex}.m2g-production-page__header{background:#fff;border:1px solid #d9dee7;border-radius:18px;grid-template-columns:minmax(260px,1fr) auto auto;align-items:end;gap:16px;padding:18px 20px;display:grid;box-shadow:0 10px 24px #0f172a0d}.m2g-production-page__header-main h1{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:24px;font-weight:850}.m2g-production-page__header-main p{color:#64748b;margin:6px 0 0;font-size:13px;font-weight:500}.m2g-production-page__header-search{align-items:end;gap:8px;display:flex}.m2g-production-page__header-search label{flex-direction:column;gap:6px;display:flex}.m2g-production-page__header-search label span{color:#334155;font-size:12px;font-weight:800}.m2g-production-page__header-search input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;width:178px;height:40px;padding:0 12px;font-size:13px;font-weight:650}.m2g-production-page__header-search input:focus{border-color:#0f172a;box-shadow:0 0 0 3px #0f172a14}.m2g-production-page__header-search button,.m2g-production-page__header-actions button{color:#fff;cursor:pointer;white-space:nowrap;background:#111827;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:13px;font-weight:800}.m2g-production-page__header-actions{justify-content:flex-end;align-items:end;gap:8px;display:flex}.m2g-production-page__header-actions button{color:#111827;background:#fff;border:1px solid #cbd5e1}.m2g-production-page__header-actions button:first-child{color:#fff;background:#111827;border-color:#111827}.m2g-production-page button:disabled{opacity:.45;cursor:not-allowed}.m2g-production-page__alert{border-radius:12px;padding:13px 16px;font-size:13px;font-weight:750}.m2g-production-page__alert.is-error{color:#be123c;background:#fff1f2;border:1px solid #fecaca}.m2g-production-page__print-area{flex-direction:column;gap:14px;display:flex}.m2g-production-page__print-title{background:#fff;border:1px solid #d9dee7;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex;box-shadow:0 10px 22px #0f172a0b}.m2g-production-page__print-name h2{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:22px;font-weight:850}.m2g-production-page__print-dates{align-items:center;gap:8px;display:flex}.m2g-production-page__print-dates div{background:#fafafa;border:1px solid #d9dee7;border-radius:12px;align-items:baseline;gap:8px;min-width:154px;padding:10px 12px;display:flex}.m2g-production-page__print-dates span{color:#64748b;font-size:12px;font-weight:800}.m2g-production-page__print-dates strong{color:#0f172a;font-size:16px;font-weight:900}.m2g-production-page__card{background:#fff;border:1px solid #d9dee7;border-radius:16px;overflow:hidden;box-shadow:0 8px 18px #0f172a09}.m2g-production-page__section-head{background:#f6f7f9;border-bottom:1px solid #d9dee7;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.m2g-production-page__section-head strong{color:#111827;font-size:14px;font-weight:850}.m2g-production-page__section-head span{color:#475569;font-size:12px;font-weight:750}.m2g-production-page__table-wrap{width:100%;overflow-x:auto}.m2g-production-page table{border-collapse:collapse;table-layout:fixed;width:100%}.m2g-production-page th{color:#111827;text-align:center;white-space:nowrap;background:#eef1f5;border-bottom:1px solid #d9dee7;padding:10px;font-size:12px;font-weight:850}.m2g-production-page td{color:#111827;text-align:center;vertical-align:middle;word-break:keep-all;overflow-wrap:anywhere;font-variant-numeric:tabular-nums;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:11px 10px;font-size:13px;font-weight:600}.m2g-production-page th:last-child,.m2g-production-page td:last-child{border-right:0}.m2g-production-page .is-detail{text-align:left;line-height:1.45}.m2g-production-page .is-custom-count{color:#92400e;font-weight:850}.m2g-production-page .is-total-count{color:#0f172a;font-weight:900}.m2g-production-page .is-total-row td{color:#0f172a;background:#e5e7eb;border-top:2px solid #9ca3af;font-weight:900}.m2g-production-page__packaging-section{border-color:#cfd6df}.m2g-production-page__packaging-table th{color:#fff;letter-spacing:-.02em;background:#111827;padding:9px 8px;font-size:12px}.m2g-production-page__packaging-table td{color:#0f172a;background:#fff;padding:13px 8px;font-size:19px;font-weight:900}.m2g-production-page__packaging-table td.is-custom-package{color:#9a3412;background:#fff7ed}.m2g-production-page__product-table.is-compact-grid th:first-child,.m2g-production-page__product-table.is-compact-grid td:first-child,.m2g-production-page__product-table.is-compact-grid th:nth-child(5),.m2g-production-page__product-table.is-compact-grid td:nth-child(5){text-align:left;width:27%}.m2g-production-page__product-table.is-compact-grid th:nth-child(2),.m2g-production-page__product-table.is-compact-grid td:nth-child(2),.m2g-production-page__product-table.is-compact-grid th:nth-child(3),.m2g-production-page__product-table.is-compact-grid td:nth-child(3),.m2g-production-page__product-table.is-compact-grid th:nth-child(4),.m2g-production-page__product-table.is-compact-grid td:nth-child(4),.m2g-production-page__product-table.is-compact-grid th:nth-child(6),.m2g-production-page__product-table.is-compact-grid td:nth-child(6),.m2g-production-page__product-table.is-compact-grid th:nth-child(7),.m2g-production-page__product-table.is-compact-grid td:nth-child(7),.m2g-production-page__product-table.is-compact-grid th:nth-child(8),.m2g-production-page__product-table.is-compact-grid td:nth-child(8){text-align:center;width:7.66%}.m2g-production-page__product-table tbody tr:nth-child(2n):not(.is-total-row) td{background:#eef1f5}.m2g-production-page__product-table tbody tr:nth-child(odd):not(.is-total-row) td{background:#fff}.m2g-production-page__product-table td.is-product-name{color:#111827;font-weight:600}.m2g-production-page__product-table td.is-product-name.has-production{color:#111827;font-weight:700}.m2g-production-page__product-table td.is-empty-product{color:#94a3b8;font-weight:500}.m2g-production-page__product-table td.is-blank-cell{color:#0000}.m2g-production-page__custom-section{page-break-before:always}.m2g-production-page__custom-table th:first-child,.m2g-production-page__custom-table td:first-child{width:12%}.m2g-production-page__custom-table th:nth-child(2),.m2g-production-page__custom-table td:nth-child(2){width:15%}.m2g-production-page__custom-table th:nth-child(3),.m2g-production-page__custom-table td:nth-child(3){width:12%}.m2g-production-page__custom-table th:nth-child(4),.m2g-production-page__custom-table td:nth-child(4){width:41%}.m2g-production-page__custom-table th:nth-child(5),.m2g-production-page__custom-table td:nth-child(5){width:20%}.m2g-production-page__empty,.m2g-production-page__initial-empty{color:#64748b;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:16px;justify-content:center;align-items:center;min-height:96px;padding:20px;font-size:13px;display:flex}@media (width<=1180px){.m2g-production-page__header{grid-template-columns:1fr;align-items:stretch}.m2g-production-page__header-search,.m2g-production-page__header-actions{justify-content:flex-start}}@media (width<=720px){.m2g-production-page__header-search,.m2g-production-page__header-actions,.m2g-production-page__print-title,.m2g-production-page__print-dates{flex-direction:column;align-items:stretch}.m2g-production-page__header-search input{width:100%}.m2g-production-page__print-dates div{min-width:0}}@media print{@page{size:A4 landscape;margin:5mm}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}html,body{width:100%;background:#fff!important}body *{visibility:hidden!important}.m2g-production-page__print-area,.m2g-production-page__print-area *{visibility:visible!important}.m2g-production-page__print-area{color:#000;width:100%;display:block;position:absolute;top:0;left:0}.m2g-production-page__header,.m2g-production-page__alert,.m2g-production-page__initial-empty{display:none!important}.m2g-production-page__print-title,.m2g-production-page__card{box-shadow:none!important;border-color:#6b7280!important;border-radius:0!important}.m2g-production-page__print-title{break-inside:avoid;page-break-inside:avoid;justify-content:space-between;align-items:center;gap:5mm;margin:0 0 2.2mm;padding:2.2mm 3mm;display:flex;background:#fff!important;border:1px solid #111827!important}.m2g-production-page__print-title h2{letter-spacing:-.035em;font-size:14pt;font-weight:900;color:#000!important}.m2g-production-page__print-dates{align-items:center;gap:2mm;display:flex}.m2g-production-page__print-dates div{min-width:36mm;box-shadow:none;border-radius:0;padding:1.6mm 2mm;background:#f4f5f7!important;border:1px solid #9ca3af!important}.m2g-production-page__print-dates span{font-size:7pt;font-weight:850;color:#374151!important}.m2g-production-page__print-dates strong{font-size:10pt;font-weight:900;color:#000!important}.m2g-production-page__card{margin:0 0 2.4mm;overflow:visible;background:#fff!important}.m2g-production-page__section-head{padding:1.6mm 2.2mm;background:#e5e7eb!important;border-bottom:1px solid #9ca3af!important}.m2g-production-page__section-head strong{font-size:8.7pt;font-weight:900;color:#000!important}.m2g-production-page__section-head span{font-size:6.9pt;font-weight:850;color:#111827!important}.m2g-production-page table{border-collapse:collapse;table-layout:fixed}.m2g-production-page th{height:5.2mm;padding:0 1.3mm;font-size:7.2pt;font-weight:900;line-height:1.1;color:#000!important;background:#d7dce3!important;border:.6px solid #7d8490!important}.m2g-production-page td{height:5.8mm;padding:.9mm 1.4mm;font-size:7.15pt;line-height:1.16;color:#000!important;border:.6px solid #a5adb8!important}.m2g-production-page__packaging-section{break-after:avoid;page-break-after:avoid;break-inside:avoid;page-break-inside:avoid}.m2g-production-page__packaging-table th{height:5mm;font-size:7.2pt;color:#fff!important;background:#222831!important}.m2g-production-page__packaging-table td{height:8mm;font-size:12.5pt;font-weight:900;background:#fff!important}.m2g-production-page__packaging-table td.is-custom-package{color:#000!important;background:#fff1d6!important}.m2g-production-page__product-section{break-before:avoid;page-break-before:avoid}.m2g-production-page__product-table.is-compact-grid th:first-child,.m2g-production-page__product-table.is-compact-grid td:first-child,.m2g-production-page__product-table.is-compact-grid th:nth-child(5),.m2g-production-page__product-table.is-compact-grid td:nth-child(5){text-align:left;width:27%}.m2g-production-page__product-table.is-compact-grid th:nth-child(2),.m2g-production-page__product-table.is-compact-grid td:nth-child(2),.m2g-production-page__product-table.is-compact-grid th:nth-child(3),.m2g-production-page__product-table.is-compact-grid td:nth-child(3),.m2g-production-page__product-table.is-compact-grid th:nth-child(4),.m2g-production-page__product-table.is-compact-grid td:nth-child(4),.m2g-production-page__product-table.is-compact-grid th:nth-child(6),.m2g-production-page__product-table.is-compact-grid td:nth-child(6),.m2g-production-page__product-table.is-compact-grid th:nth-child(7),.m2g-production-page__product-table.is-compact-grid td:nth-child(7),.m2g-production-page__product-table.is-compact-grid th:nth-child(8),.m2g-production-page__product-table.is-compact-grid td:nth-child(8){text-align:center;width:7.66%}.m2g-production-page__product-table tbody tr:nth-child(2n):not(.is-total-row) td{background:#e9edf2!important}.m2g-production-page__product-table tbody tr:nth-child(odd):not(.is-total-row) td{background:#fff!important}.m2g-production-page__product-table td.is-product-name{color:#000!important;font-weight:600!important}.m2g-production-page__product-table td.is-product-name.has-production{color:#000!important;font-weight:700!important}.m2g-production-page__product-table td.is-empty-product{color:#606975!important;font-weight:500!important}.m2g-production-page__product-table td.is-blank-cell{color:#0000!important}.m2g-production-page .is-custom-count{font-weight:900;color:#000!important;background:#fff7df!important}.m2g-production-page .is-total-count{font-weight:900;color:#000!important;background:#f1f3f5!important}.m2g-production-page .is-total-row td{height:6.2mm;font-weight:900;background:#d7dce3!important;border-top:1px solid #111827!important}.m2g-production-page__custom-section{page-break-before:always;break-before:page;margin-top:0}.m2g-production-page__custom-table th{background:#d7dce3!important}.m2g-production-page__custom-table td{font-size:7.4pt;line-height:1.18}.m2g-production-page__custom-table th:first-child,.m2g-production-page__custom-table td:first-child{width:12%}.m2g-production-page__custom-table th:nth-child(2),.m2g-production-page__custom-table td:nth-child(2){width:15%}.m2g-production-page__custom-table th:nth-child(3),.m2g-production-page__custom-table td:nth-child(3){width:11%}.m2g-production-page__custom-table th:nth-child(4),.m2g-production-page__custom-table td:nth-child(4){width:42%}.m2g-production-page__custom-table th:nth-child(5),.m2g-production-page__custom-table td:nth-child(5){width:20%}.m2g-production-page__empty{min-height:10mm;padding:3mm;font-size:7pt;color:#000!important}}.m2g-production-page__warning-box{color:#654b00;background:#fff9e6;border:1px solid #f2c94c;border-radius:10px;margin:10px 0 12px;padding:10px 12px;font-size:13px}.m2g-production-page__warning-box strong{margin-bottom:6px;font-weight:800;display:block}.m2g-production-page__warning-box ul{margin:0;padding-left:18px}.m2g-production-page__warning-box li{margin:3px 0}@media print{.m2g-production-page__warning-box{page-break-inside:avoid;color:#000;border:1px solid #d0a000;margin:4mm 0;padding:2mm 3mm;font-size:9.5pt;background:#fff9e6!important}}.m2g-waybill-page{flex-direction:column;gap:20px;display:flex}.m2g-waybill-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.m2g-waybill-page__header h1{color:#101828;margin:0;font-size:26px}.m2g-waybill-page__header p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-waybill-page__header-actions{gap:8px;display:flex}.m2g-waybill-page__header-actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 14px;font-size:14px;font-weight:800}.m2g-waybill-page__header-actions button:disabled{opacity:.55;cursor:not-allowed}.m2g-waybill-page__alert{border-radius:10px;padding:12px 14px;font-size:13px;font-weight:700}.m2g-waybill-page__alert.is-error{color:#c01048;background:#fff1f3;border:1px solid #ffd6de}.m2g-waybill-page__alert.is-info{color:#1d2939;background:#eff4ff;border:1px solid #b2ccff}.m2g-waybill-page__search-card{background:#fff;border:1px solid #e5e8ef;border-radius:16px;justify-content:space-between;align-items:flex-end;gap:16px;padding:18px;display:flex;box-shadow:0 8px 24px #1018280a}.m2g-waybill-page__search-form{align-items:flex-end;gap:10px;display:flex}.m2g-waybill-page__search-form label{flex-direction:column;gap:7px;display:flex}.m2g-waybill-page__search-form span{color:#344054;font-size:13px;font-weight:800}.m2g-waybill-page__search-form input{color:#101828;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;width:180px;height:40px;padding:0 12px;font-size:14px}.m2g-waybill-page__search-form input:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-waybill-page__search-form button{color:#fff;cursor:pointer;background:#101828;border:0;border-radius:10px;height:40px;padding:0 18px;font-size:14px;font-weight:800}.m2g-waybill-page__search-form button:disabled{opacity:.55;cursor:not-allowed}.m2g-waybill-page__help{text-align:right;flex-direction:column;gap:5px;margin:0;display:flex}.m2g-waybill-page__help strong{color:#101828;font-size:14px}.m2g-waybill-page__help span{color:#667085;font-size:13px}.m2g-waybill-page__summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.m2g-waybill-page__summary div{background:#fff;border:1px solid #e5e8ef;border-radius:14px;padding:16px;box-shadow:0 8px 24px #1018280a}.m2g-waybill-page__summary span{color:#667085;font-size:13px;font-weight:800;display:block}.m2g-waybill-page__summary strong{color:#101828;margin-top:8px;font-size:22px;font-weight:900;display:block}.m2g-waybill-page__card{background:#fff;border:1px solid #e5e8ef;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #1018280a}.m2g-waybill-page__section-head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:12px;padding:18px;display:flex}.m2g-waybill-page__section-head strong{color:#101828;font-size:16px}.m2g-waybill-page__section-head span{color:#667085;font-size:13px}.m2g-waybill-page__table-wrap{width:100%;overflow:auto}.m2g-waybill-page table{border-collapse:collapse;table-layout:fixed;width:100%}.m2g-waybill-page th{color:#475467;text-align:left;background:#f8fafd;border-bottom:1px solid #edf0f5;height:42px;padding:0 14px;font-size:13px}.m2g-waybill-page td{color:#1d2939;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #edf0f5;height:52px;padding:0 14px;font-size:14px;overflow:hidden}.m2g-waybill-page th:first-child,.m2g-waybill-page td:first-child{width:12%}.m2g-waybill-page th:nth-child(2),.m2g-waybill-page td:nth-child(2){width:15%}.m2g-waybill-page th:nth-child(3),.m2g-waybill-page td:nth-child(3){width:33%}.m2g-waybill-page th:nth-child(4),.m2g-waybill-page td:nth-child(4){width:18%}.m2g-waybill-page th:nth-child(5),.m2g-waybill-page td:nth-child(5){width:8%}.m2g-waybill-page th:nth-child(6),.m2g-waybill-page td:nth-child(6){width:14%}.m2g-waybill-page__address,.m2g-waybill-page__message{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.m2g-waybill-page__empty{color:#667085;text-align:center;justify-content:center;align-items:center;min-height:320px;padding:24px;font-size:14px;display:flex}.m2g-waybill-page__notice{color:#1d2939;background:#eff4ff;border:1px solid #b2ccff;border-radius:12px;padding:13px 14px;font-size:13px;font-weight:700;line-height:1.5}@media (width<=980px){.m2g-waybill-page__header{flex-direction:column}.m2g-waybill-page__search-card{flex-direction:column;align-items:stretch}.m2g-waybill-page__help{text-align:left}.m2g-waybill-page__summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.m2g-waybill-page__search-form{flex-direction:column;align-items:stretch}.m2g-waybill-page__search-form input{width:100%}.m2g-waybill-page__summary{grid-template-columns:1fr}}.m2g-product-form-modal{z-index:1000;position:fixed;inset:0}.m2g-product-form-modal__overlay{background:#0f172a6b;position:absolute;inset:0}.m2g-product-form-modal__panel{background:#fff;border-radius:18px;flex-direction:column;width:min(520px,100vw - 48px);max-height:calc(100vh - 48px);display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 80px #10182847}.m2g-product-form-modal__head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px 18px;display:flex}.m2g-product-form-modal__head h2{color:#101828;margin:0;font-size:22px}.m2g-product-form-modal__head p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-product-form-modal__head button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:10px;height:36px;padding:0 12px;font-size:13px;font-weight:800}.m2g-product-form-modal__body{flex-direction:column;gap:14px;padding:22px 24px 24px;display:flex;overflow:auto}.m2g-product-form-modal label{flex-direction:column;gap:7px;display:flex}.m2g-product-form-modal label span{color:#344054;font-size:13px;font-weight:800}.m2g-product-form-modal input,.m2g-product-form-modal select{color:#101828;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;width:100%;height:40px;padding:0 12px;font-size:14px}.m2g-product-form-modal input:focus,.m2g-product-form-modal select:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-product-form-modal__alert{color:#c01048;background:#fff1f3;border:1px solid #ffd6de;border-radius:10px;padding:12px 14px;font-size:13px;font-weight:800}.m2g-product-form-modal__actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.m2g-product-form-modal__actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-product-form-modal__actions button.is-secondary{color:#344054;background:#fff;border:1px solid #d8deea}.m2g-product-form-modal__actions button:disabled{opacity:.55;cursor:not-allowed}.m2g-set-form-modal{z-index:1000;position:fixed;inset:0}.m2g-set-form-modal__overlay{background:#0f172a6b;position:absolute;inset:0}.m2g-set-form-modal__panel{background:#fff;border-radius:18px;flex-direction:column;width:min(520px,100vw - 48px);max-height:calc(100vh - 48px);display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 80px #10182847}.m2g-set-form-modal__head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px 18px;display:flex}.m2g-set-form-modal__head h2{color:#101828;margin:0;font-size:22px}.m2g-set-form-modal__head p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-set-form-modal__head button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:10px;height:36px;padding:0 12px;font-size:13px;font-weight:800}.m2g-set-form-modal__body{flex-direction:column;gap:14px;padding:22px 24px 24px;display:flex;overflow:auto}.m2g-set-form-modal label{flex-direction:column;gap:7px;display:flex}.m2g-set-form-modal label span{color:#344054;font-size:13px;font-weight:800}.m2g-set-form-modal input,.m2g-set-form-modal select{color:#101828;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;width:100%;height:40px;padding:0 12px;font-size:14px}.m2g-set-form-modal input:focus,.m2g-set-form-modal select:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-set-form-modal__alert{color:#c01048;background:#fff1f3;border:1px solid #ffd6de;border-radius:10px;padding:12px 14px;font-size:13px;font-weight:800}.m2g-set-form-modal__actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.m2g-set-form-modal__actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-set-form-modal__actions button.is-secondary{color:#344054;background:#fff;border:1px solid #d8deea}.m2g-set-form-modal__actions button:disabled{opacity:.55;cursor:not-allowed}.m2g-set-items-modal{z-index:1000;position:fixed;inset:0}.m2g-set-items-modal__overlay{background:#0f172a6b;position:absolute;inset:0}.m2g-set-items-modal__panel{background:#fff;border-radius:18px;flex-direction:column;width:min(980px,100vw - 48px);max-height:calc(100vh - 48px);display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 80px #10182847}.m2g-set-items-modal__head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px 18px;display:flex}.m2g-set-items-modal__head h2{color:#101828;margin:0;font-size:22px}.m2g-set-items-modal__head p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-set-items-modal__head button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:10px;height:36px;padding:0 12px;font-size:13px;font-weight:800}.m2g-set-items-modal__body{padding:22px 24px 24px;overflow:auto}.m2g-set-items-modal__section{background:#fbfcff;border:1px solid #e5e8ef;border-radius:14px;padding:18px}.m2g-set-items-modal__section+.m2g-set-items-modal__section{margin-top:16px}.m2g-set-items-modal__section-title{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.m2g-set-items-modal__section-title strong{color:#101828;font-size:16px}.m2g-set-items-modal__section-title span{color:#667085;font-size:13px}.m2g-set-items-modal__product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:260px;display:grid;overflow:auto}.m2g-set-items-modal__product{cursor:pointer;background:#fff;border:1px solid #e5e8ef;border-radius:12px;align-items:center;gap:10px;padding:12px;display:flex}.m2g-set-items-modal__product:hover{background:#f8fbff}.m2g-set-items-modal__product.is-selected{background:#eef4ff;border-color:#1b4fd8}.m2g-set-items-modal__product input{width:16px;height:16px}.m2g-set-items-modal__product span{flex-direction:column;gap:4px;min-width:0;display:flex}.m2g-set-items-modal__product strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.m2g-set-items-modal__product em{color:#667085;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-style:normal;overflow:hidden}.m2g-set-items-modal__selected-list{flex-direction:column;gap:8px;display:flex}.m2g-set-items-modal__selected-item{background:#fff;border:1px solid #edf0f5;border-radius:12px;grid-template-columns:36px minmax(0,1fr) 112px;align-items:center;gap:10px;padding:10px 12px;display:grid}.m2g-set-items-modal__selected-item>span{color:#1b4fd8;background:#eef4ff;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:inline-flex}.m2g-set-items-modal__selected-item strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.m2g-set-items-modal__selected-item div{gap:6px;display:flex}.m2g-set-items-modal__selected-item button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:8px;height:30px;padding:0 8px;font-size:12px;font-weight:800}.m2g-set-items-modal__empty{color:#667085;text-align:center;background:#fff;border:1px solid #edf0f5;border-radius:12px;grid-column:1/-1;justify-content:center;align-items:center;min-height:120px;font-size:14px;display:flex}.m2g-set-items-modal__alert{color:#c01048;background:#fff1f3;border:1px solid #ffd6de;border-radius:10px;margin-top:16px;padding:12px 14px;font-size:13px;font-weight:800}.m2g-set-items-modal__actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.m2g-set-items-modal__actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-set-items-modal__actions button.is-secondary{color:#344054;background:#fff;border:1px solid #d8deea}.m2g-set-items-modal__actions button:disabled{opacity:.55;cursor:not-allowed}@media (width<=760px){.m2g-set-items-modal__product-grid{grid-template-columns:1fr}.m2g-set-items-modal__selected-item{grid-template-columns:32px minmax(0,1fr)}.m2g-set-items-modal__selected-item div{grid-column:2}}.m2g-product-page{flex-direction:column;gap:20px;display:flex}.m2g-product-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.m2g-product-page__header h1{color:#101828;margin:0;font-size:26px}.m2g-product-page__header p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-product-page__header-actions{flex-wrap:wrap;gap:8px;display:flex}.m2g-product-page__header-actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 14px;font-size:14px;font-weight:800}.m2g-product-page__header-actions button:nth-child(2){background:#101828}.m2g-product-page__header-actions button:disabled{opacity:.55;cursor:not-allowed}.m2g-product-page__grid{grid-template-columns:minmax(0,1.12fr) 440px;align-items:start;gap:20px;display:grid}.m2g-product-page__card{background:#fff;border:1px solid #e5e8ef;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #1018280a}.m2g-product-page__card.is-set-panel{flex-direction:column;display:flex}.m2g-product-page__section-head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:12px;padding:18px;display:flex}.m2g-product-page__section-head strong{color:#101828;font-size:16px}.m2g-product-page__section-head span{color:#667085;font-size:13px}.m2g-product-page__table-wrap{width:100%;overflow:auto}.m2g-product-page table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%}.m2g-product-page th{color:#475467;text-align:left;background:#f8fafd;border-bottom:1px solid #edf0f5;height:42px;padding:0 14px;font-size:13px}.m2g-product-page td{color:#1d2939;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #edf0f5;height:52px;padding:0 14px;font-size:14px;transition:background .15s,box-shadow .15s,transform .15s;overflow:hidden}.m2g-product-page tr{transition:transform .15s,box-shadow .15s,opacity .15s}.m2g-product-page tbody tr[draggable=true]{cursor:grab}.m2g-product-page tbody tr[draggable=true]:active{cursor:grabbing}.m2g-product-page tbody tr.is-dragging td{opacity:.72;background:#eef4ff;box-shadow:inset 4px 0 #1b4fd8}.m2g-product-page tbody tr.is-drag-over td{background:#f5f8ff;box-shadow:inset 0 2px #1b4fd8,inset 0 -2px #1b4fd8}.m2g-product-page th:first-child,.m2g-product-page td:first-child{width:86px}.m2g-product-page th:nth-child(2),.m2g-product-page td:nth-child(2){width:auto}.m2g-product-page th:nth-child(3),.m2g-product-page td:nth-child(3){width:110px}.m2g-product-page th:nth-child(4),.m2g-product-page td:nth-child(4){width:160px}.m2g-product-page__drag-handle{color:#98a2b3;letter-spacing:-5px;vertical-align:middle;background:#f2f4f7;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;margin-right:6px;font-size:15px;font-weight:900;transition:background .15s,color .15s,transform .15s;display:inline-flex}.m2g-product-page tbody tr:hover .m2g-product-page__drag-handle,.m2g-product-page__set-item:hover .m2g-product-page__drag-handle,.m2g-product-page__set-item.is-dragging .m2g-product-page__drag-handle,.m2g-product-page tbody tr.is-dragging .m2g-product-page__drag-handle{color:#fff;background:#1b4fd8;transform:scale(1.04)}.m2g-product-page__badge{color:#667085;background:#f2f4f7;border-radius:999px;justify-content:center;align-items:center;min-width:44px;height:24px;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}.m2g-product-page__badge.is-active{color:#168248;background:#e9f8ef}.m2g-product-page__row-actions{gap:6px;display:flex}.m2g-product-page__row-actions button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:8px;height:30px;padding:0 9px;font-size:12px;font-weight:800}.m2g-product-page__row-actions button:hover{background:#f8fbff}.m2g-product-page__row-actions button:disabled{opacity:.55;cursor:not-allowed}.m2g-product-page__set-list{border-bottom:1px solid #edf0f5;flex-direction:column;max-height:320px;display:flex;overflow:auto}.m2g-product-page__set-item{text-align:left;cursor:grab;background:#fff;border:0;border-bottom:1px solid #edf0f5;grid-template-columns:70px minmax(0,1fr);align-items:center;gap:12px;width:100%;padding:14px 18px;transition:background .15s,box-shadow .15s,transform .15s,opacity .15s;display:grid;position:relative}.m2g-product-page__set-item:last-child{border-bottom:0}.m2g-product-page__set-item:hover{background:#f8fbff}.m2g-product-page__set-item:active{cursor:grabbing}.m2g-product-page__set-item.is-selected{background:#eef4ff}.m2g-product-page__set-item.is-dragging{opacity:.72;background:#eef4ff;box-shadow:inset 4px 0 #1b4fd8}.m2g-product-page__set-item.is-drag-over{background:#f5f8ff;box-shadow:inset 0 2px #1b4fd8,inset 0 -2px #1b4fd8}.m2g-product-page__set-order{color:#344054;align-items:center;font-size:13px;font-weight:900;display:inline-flex}.m2g-product-page__set-title{flex-direction:column;gap:5px;min-width:0;display:flex}.m2g-product-page__set-title strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.m2g-product-page__set-title em{color:#667085;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-style:normal;overflow:hidden}.m2g-product-page__set-detail-inline{background:#fff}.m2g-product-page__set-detail-head{background:#fbfcff;border-bottom:1px solid #edf0f5;flex-direction:column;align-items:stretch;gap:12px;padding:16px 18px;display:flex}.m2g-product-page__set-detail-head div:first-child{flex-direction:column;gap:6px;display:flex}.m2g-product-page__set-detail-head strong{color:#101828;font-size:16px}.m2g-product-page__set-detail-head span{color:#667085;font-size:13px}.m2g-product-page__set-detail-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.m2g-product-page__set-detail-actions button{color:#344054;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d8deea;border-radius:9px;height:36px;padding:0 10px;font-size:13px;font-weight:800}.m2g-product-page__set-detail-actions button:first-child{color:#fff;background:#1b4fd8;border-color:#1b4fd8}.m2g-product-page__set-detail-actions button:disabled{opacity:.55;cursor:not-allowed}.m2g-product-page__selected-set-info{grid-template-columns:1fr;gap:8px;padding:14px 18px 0;display:grid}.m2g-product-page__selected-set-info div{background:#fbfcff;border:1px solid #edf0f5;border-radius:12px;padding:11px 12px}.m2g-product-page__selected-set-info span{color:#667085;margin-bottom:5px;font-size:12px;font-weight:800;display:block}.m2g-product-page__selected-set-info strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:block;overflow:hidden}.m2g-product-page__set-items{grid-template-columns:1fr;gap:8px;padding:14px 18px 18px;display:grid}.m2g-product-page__set-product{background:#fbfcff;border:1px solid #edf0f5;border-radius:12px;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:9px;min-height:42px;padding:8px 10px;display:grid}.m2g-product-page__set-product span{color:#1b4fd8;background:#eef4ff;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:900;display:inline-flex}.m2g-product-page__set-product strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.m2g-product-page__empty{color:#667085;text-align:center;justify-content:center;align-items:center;min-height:220px;padding:24px;font-size:14px;display:flex}.m2g-product-page__empty.is-compact{min-height:96px}.m2g-product-page__alert{border-radius:10px;padding:12px 14px;font-size:13px;font-weight:700}.m2g-product-page__alert.is-error{color:#c01048;background:#fff1f3;border:1px solid #ffd6de}.m2g-product-page__alert.is-success{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}@media (width<=1180px){.m2g-product-page__grid{grid-template-columns:1fr}.m2g-product-page__set-list{max-height:360px}.m2g-product-page__selected-set-info{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.m2g-product-page__header{flex-direction:column}.m2g-product-page__set-detail-actions,.m2g-product-page__selected-set-info{grid-template-columns:1fr}.m2g-product-page th:first-child,.m2g-product-page td:first-child{width:72px}.m2g-product-page th:nth-child(3),.m2g-product-page td:nth-child(3){width:86px}.m2g-product-page th:nth-child(4),.m2g-product-page td:nth-child(4){width:136px}}.m2g-product-page__row-actions button.is-danger{color:#c01048;background:#fff7f8;border-color:#ffd6de}.m2g-product-page__row-actions button.is-danger:hover{background:#fff1f3}.m2g-product-page__set-detail-actions button:nth-child(2){color:#fff;background:#101828;border-color:#101828}.m2g-product-page__set-detail-actions button:nth-child(3),.m2g-product-page__set-detail-actions button.is-danger{color:#c01048;background:#fff7f8;border-color:#ffd6de}.m2g-product-page__set-detail-actions button.is-danger:hover{background:#fff1f3}.m2g-product-page__pagination{justify-content:center;align-items:center;gap:10px;padding:12px 0 2px;display:flex}.m2g-product-page__pagination button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:7px 12px;font-size:12px;font-weight:700}.m2g-product-page__pagination button:disabled{opacity:.45;cursor:not-allowed}.m2g-product-page__pagination span{color:#6b7280;font-size:12px;font-weight:700}.m2g-holiday-page{flex-direction:column;gap:20px;display:flex}.m2g-holiday-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.m2g-holiday-page__header h1{color:#101828;margin:0;font-size:26px}.m2g-holiday-page__header p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-holiday-page__header button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-holiday-page__alert{border-radius:10px;padding:12px 14px;font-size:13px;font-weight:700}.m2g-holiday-page__alert.is-error{color:#c01048;background:#fff1f3;border:1px solid #ffd6de}.m2g-holiday-page__alert.is-success{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}.m2g-holiday-page__grid{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:20px;display:grid}.m2g-holiday-page__card,.m2g-holiday-page__form-card{background:#fff;border:1px solid #e5e8ef;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #1018280a}.m2g-holiday-page__section-head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:12px;padding:18px;display:flex}.m2g-holiday-page__section-head strong{color:#101828;font-size:16px}.m2g-holiday-page__section-head span{color:#667085;font-size:13px}.m2g-holiday-page__table-wrap{width:100%;overflow:auto}.m2g-holiday-page table{border-collapse:collapse;table-layout:fixed;width:100%}.m2g-holiday-page th{color:#475467;text-align:left;background:#f8fafd;border-bottom:1px solid #edf0f5;height:42px;padding:0 14px;font-size:13px}.m2g-holiday-page td{color:#1d2939;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #edf0f5;height:52px;padding:0 14px;font-size:14px;overflow:hidden}.m2g-holiday-page tbody tr{cursor:pointer}.m2g-holiday-page tbody tr:hover{background:#f8fbff}.m2g-holiday-page tbody tr.is-selected{background:#eef4ff}.m2g-holiday-page th:first-child,.m2g-holiday-page td:first-child{width:150px}.m2g-holiday-page th:nth-child(2),.m2g-holiday-page td:nth-child(2){width:180px}.m2g-holiday-page__memo{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.m2g-holiday-page__empty{color:#667085;text-align:center;justify-content:center;align-items:center;min-height:300px;padding:24px;font-size:14px;display:flex}.m2g-holiday-page__form-head{border-bottom:1px solid #edf0f5;padding:20px 20px 16px}.m2g-holiday-page__form-head h2{color:#101828;margin:0;font-size:20px}.m2g-holiday-page__form-head p{color:#667085;margin:7px 0 0;font-size:13px;line-height:1.5}.m2g-holiday-page__form{flex-direction:column;gap:14px;padding:20px;display:flex}.m2g-holiday-page__form label{flex-direction:column;gap:7px;display:flex}.m2g-holiday-page__form label span{color:#344054;font-size:13px;font-weight:800}.m2g-holiday-page__form input,.m2g-holiday-page__form textarea{color:#101828;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;width:100%;font-size:14px}.m2g-holiday-page__form input{height:40px;padding:0 12px}.m2g-holiday-page__form textarea{resize:vertical;padding:12px;line-height:1.5}.m2g-holiday-page__form input:focus,.m2g-holiday-page__form textarea:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-holiday-page__actions{justify-content:flex-end;gap:8px;padding-top:6px;display:flex}.m2g-holiday-page__actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-holiday-page__actions button.is-danger{background:#c01048}.m2g-holiday-page__actions button:disabled{opacity:.55;cursor:not-allowed}.m2g-holiday-page__notice{color:#1d2939;background:#eff4ff;border:1px solid #b2ccff;border-radius:12px;padding:13px 14px;font-size:13px;font-weight:700;line-height:1.5}@media (width<=1100px){.m2g-holiday-page__grid{grid-template-columns:1fr}}@media (width<=760px){.m2g-holiday-page__header{flex-direction:column}}.m2g-holiday-page__check-group{background:#f8fafc;border:1px solid #d8deea;border-radius:10px;gap:10px;padding:12px;display:flex}.m2g-holiday-page__check-group label{color:#344054;flex-direction:row;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:800;display:inline-flex}.m2g-holiday-page__check-group input{width:16px;height:16px}.m2g-user-form-modal{z-index:1000;position:fixed;inset:0}.m2g-user-form-modal__overlay{background:#0f172a6b;position:absolute;inset:0}.m2g-user-form-modal__panel{background:#fff;border-radius:18px;flex-direction:column;width:min(520px,100vw - 48px);max-height:calc(100vh - 48px);display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 80px #10182847}.m2g-user-form-modal__head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px 18px;display:flex}.m2g-user-form-modal__head h2{color:#101828;margin:0;font-size:22px}.m2g-user-form-modal__head p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-user-form-modal__head button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:10px;height:36px;padding:0 12px;font-size:13px;font-weight:800}.m2g-user-form-modal__body{flex-direction:column;gap:14px;padding:22px 24px 24px;display:flex;overflow:auto}.m2g-user-form-modal label{flex-direction:column;gap:7px;display:flex}.m2g-user-form-modal label span{color:#344054;font-size:13px;font-weight:800}.m2g-user-form-modal input,.m2g-user-form-modal select{color:#101828;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;width:100%;height:40px;padding:0 12px;font-size:14px}.m2g-user-form-modal input:focus,.m2g-user-form-modal select:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-user-form-modal__alert{color:#c01048;background:#fff1f3;border:1px solid #ffd6de;border-radius:10px;padding:12px 14px;font-size:13px;font-weight:800}.m2g-user-form-modal__actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.m2g-user-form-modal__actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-user-form-modal__actions button.is-secondary{color:#344054;background:#fff;border:1px solid #d8deea}.m2g-user-form-modal__actions button:disabled{opacity:.55;cursor:not-allowed}.m2g-user-password-modal{z-index:1000;position:fixed;inset:0}.m2g-user-password-modal__overlay{background:#0f172a6b;position:absolute;inset:0}.m2g-user-password-modal__panel{background:#fff;border-radius:18px;flex-direction:column;width:min(520px,100vw - 48px);max-height:calc(100vh - 48px);display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 80px #10182847}.m2g-user-password-modal__head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px 18px;display:flex}.m2g-user-password-modal__head h2{color:#101828;margin:0;font-size:22px}.m2g-user-password-modal__head p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-user-password-modal__head button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:10px;height:36px;padding:0 12px;font-size:13px;font-weight:800}.m2g-user-password-modal__body{flex-direction:column;gap:14px;padding:22px 24px 24px;display:flex;overflow:auto}.m2g-user-password-modal label{flex-direction:column;gap:7px;display:flex}.m2g-user-password-modal label span{color:#344054;font-size:13px;font-weight:800}.m2g-user-password-modal input{color:#101828;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;width:100%;height:40px;padding:0 12px;font-size:14px}.m2g-user-password-modal input:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-user-password-modal__alert{color:#c01048;background:#fff1f3;border:1px solid #ffd6de;border-radius:10px;padding:12px 14px;font-size:13px;font-weight:800}.m2g-user-password-modal__actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.m2g-user-password-modal__actions button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-user-password-modal__actions button.is-secondary{color:#344054;background:#fff;border:1px solid #d8deea}.m2g-user-password-modal__actions button:disabled{opacity:.55;cursor:not-allowed}.m2g-user-page{flex-direction:column;gap:20px;display:flex}.m2g-user-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.m2g-user-page__header h1{color:#101828;margin:0;font-size:26px}.m2g-user-page__header p{color:#667085;margin:8px 0 0;font-size:14px}.m2g-user-page__header button{color:#fff;cursor:pointer;background:#1b4fd8;border:0;border-radius:10px;height:40px;padding:0 16px;font-size:14px;font-weight:800}.m2g-user-page__alert{border-radius:10px;padding:12px 14px;font-size:13px;font-weight:700}.m2g-user-page__alert.is-error{color:#c01048;background:#fff1f3;border:1px solid #ffd6de}.m2g-user-page__alert.is-success{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}.m2g-user-page__search-card{background:#fff;border:1px solid #e5e8ef;border-radius:16px;padding:18px;box-shadow:0 8px 24px #1018280a}.m2g-user-page__search{grid-template-columns:minmax(260px,1fr) 160px 160px 80px;align-items:flex-end;gap:10px;display:grid}.m2g-user-page__search label{flex-direction:column;gap:7px;display:flex}.m2g-user-page__search span{color:#344054;font-size:13px;font-weight:800}.m2g-user-page__search input,.m2g-user-page__search select{color:#101828;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;height:40px;padding:0 12px;font-size:14px}.m2g-user-page__search input:focus,.m2g-user-page__search select:focus{border-color:#1b4fd8;box-shadow:0 0 0 3px #1b4fd81f}.m2g-user-page__search button{color:#fff;cursor:pointer;background:#101828;border:0;border-radius:10px;height:40px;font-size:14px;font-weight:800}.m2g-user-page__card{background:#fff;border:1px solid #e5e8ef;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #1018280a}.m2g-user-page__section-head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:12px;padding:18px;display:flex}.m2g-user-page__section-head strong{color:#101828;font-size:16px}.m2g-user-page__section-head span{color:#667085;font-size:13px}.m2g-user-page__table-wrap{width:100%;overflow:auto}.m2g-user-page table{border-collapse:collapse;table-layout:fixed;width:100%}.m2g-user-page th{color:#475467;text-align:left;background:#f8fafd;border-bottom:1px solid #edf0f5;height:42px;padding:0 14px;font-size:13px}.m2g-user-page td{color:#1d2939;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #edf0f5;height:52px;padding:0 14px;font-size:14px;overflow:hidden}.m2g-user-page th:first-child,.m2g-user-page td:first-child{width:16%}.m2g-user-page th:nth-child(2),.m2g-user-page td:nth-child(2){width:14%}.m2g-user-page th:nth-child(3),.m2g-user-page td:nth-child(3),.m2g-user-page th:nth-child(4),.m2g-user-page td:nth-child(4){width:12%}.m2g-user-page th:nth-child(5),.m2g-user-page td:nth-child(5){width:18%}.m2g-user-page th:nth-child(6),.m2g-user-page td:nth-child(6){width:28%}.m2g-user-page__badge{color:#667085;background:#f2f4f7;border-radius:999px;justify-content:center;align-items:center;min-width:44px;height:24px;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}.m2g-user-page__badge.is-active{color:#168248;background:#e9f8ef}.m2g-user-page__row-actions{gap:6px;display:flex}.m2g-user-page__row-actions button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d8deea;border-radius:8px;height:30px;padding:0 9px;font-size:12px;font-weight:800}.m2g-user-page__row-actions button:hover{background:#f8fbff}.m2g-user-page__row-actions button:disabled{opacity:.55;cursor:not-allowed}.m2g-user-page__empty{color:#667085;text-align:center;justify-content:center;align-items:center;min-height:360px;padding:24px;font-size:14px;display:flex}.m2g-user-page__notice{color:#1d2939;background:#eff4ff;border:1px solid #b2ccff;border-radius:12px;padding:13px 14px;font-size:13px;font-weight:700;line-height:1.5}@media (width<=980px){.m2g-user-page__header{flex-direction:column}.m2g-user-page__search{grid-template-columns:1fr}}.m2g-audit-page{flex-direction:column;gap:18px;display:flex}.m2g-audit-page__header{justify-content:space-between;align-items:flex-end;padding:4px 2px 2px;display:flex}.m2g-audit-page__header h1{color:#111827;letter-spacing:-.04em;margin:0;font-size:26px;font-weight:800}.m2g-audit-page__header p{color:#6b7280;margin:6px 0 0;font-size:14px}.m2g-audit-tabs{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;width:fit-content;padding:4px;display:inline-flex}.m2g-audit-tabs button{color:#6b7280;cursor:pointer;background:0 0;border:0;border-radius:9px;min-width:140px;padding:10px 14px;font-size:14px;font-weight:700}.m2g-audit-tabs button.is-active{color:#fff;background:#111827;box-shadow:0 4px 12px #1118271f}.m2g-audit-filter{background:#fff;border:1px solid #e5e7eb;border-radius:16px;grid-template-columns:150px 150px 180px minmax(260px,1fr) 92px;align-items:end;gap:10px;padding:16px;display:grid;box-shadow:0 10px 30px #0f172a0a}.m2g-audit-filter label{color:#374151;flex-direction:column;gap:7px;font-size:12px;font-weight:800;display:flex}.m2g-audit-filter input,.m2g-audit-filter select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;height:42px;padding:0 12px;font-size:14px}.m2g-audit-filter input:focus,.m2g-audit-filter select:focus{border-color:#111827;box-shadow:0 0 0 3px #11182714}.m2g-audit-filter button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:10px;height:42px;font-size:14px;font-weight:800}.m2g-audit-filter__search{min-width:0}.m2g-audit-message{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:700}.m2g-audit-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;box-shadow:0 12px 34px #0f172a0d}.m2g-audit-card__title{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.m2g-audit-card__title strong{color:#111827;font-size:16px;font-weight:800}.m2g-audit-card__title span{color:#6b7280;font-size:13px;font-weight:800}.m2g-audit-table-wrap{overflow:auto}.m2g-audit-table{border-collapse:collapse;width:100%;min-width:1080px}.m2g-audit-table th{color:#374151;text-align:left;white-space:nowrap;background:#f3f4f6;border-bottom:1px solid #e5e7eb;height:42px;padding:0 10px;font-size:12px;font-weight:800}.m2g-audit-table td{color:#111827;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:10px;font-size:13px}.m2g-audit-table tbody tr:hover{background:#fafafa}.m2g-audit-table__empty{text-align:center!important;color:#9ca3af!important;padding:36px!important}.m2g-audit-table--changes th:first-child,.m2g-audit-table--changes td:first-child{width:138px}.m2g-audit-table--changes th:nth-child(2),.m2g-audit-table--changes td:nth-child(2){width:82px}.m2g-audit-table--changes th:nth-child(3),.m2g-audit-table--changes td:nth-child(3){width:86px}.m2g-audit-table--changes th:nth-child(4),.m2g-audit-table--changes td:nth-child(4){width:112px}.m2g-audit-table--changes th:nth-child(5),.m2g-audit-table--changes td:nth-child(5){width:220px}.m2g-audit-table--changes th:nth-child(6),.m2g-audit-table--changes td:nth-child(6),.m2g-audit-table--changes th:nth-child(7),.m2g-audit-table--changes td:nth-child(7){min-width:240px}.m2g-audit-table__time,.m2g-audit-table__user,.m2g-audit-table__menu{white-space:nowrap}.m2g-audit-table__target{color:#111827;font-weight:700;line-height:1.35}.m2g-audit-type{color:#374151;background:#f3f4f6;border-radius:999px;justify-content:center;align-items:center;min-width:70px;padding:5px 8px;font-size:12px;font-weight:800;display:inline-flex}.m2g-audit-table__before pre,.m2g-audit-table__after pre{color:#374151;white-space:pre-wrap;word-break:break-word;margin:0;font-family:inherit;font-size:13px;line-height:1.5}.m2g-audit-table__after pre{color:#111827;font-weight:700}.m2g-audit-download{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:800}.m2g-audit-download:hover{border-color:#111827}.m2g-audit-table--excel th,.m2g-audit-table--excel td{text-align:center}.m2g-audit-table--excel th:first-child,.m2g-audit-table--excel th:nth-child(2),.m2g-audit-table--excel th:nth-child(7),.m2g-audit-table--excel td:first-child,.m2g-audit-table--excel td:nth-child(2),.m2g-audit-table--excel td:nth-child(7){text-align:left}.m2g-audit-pagination{background:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:12px;padding:13px 18px;display:flex}.m2g-audit-pagination>span{color:#6b7280;font-size:13px;font-weight:800}.m2g-audit-pagination__buttons{align-items:center;gap:10px;display:flex}.m2g-audit-pagination__buttons button{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;min-width:62px;height:34px;font-size:13px;font-weight:800}.m2g-audit-pagination__buttons button:disabled{cursor:not-allowed;opacity:.42}.m2g-audit-pagination__buttons strong{text-align:center;color:#111827;min-width:62px;font-size:13px;font-weight:900}@media (width<=1100px){.m2g-audit-filter{grid-template-columns:1fr 1fr}.m2g-audit-filter button{grid-column:1/-1}.m2g-audit-change-values{grid-template-columns:1fr}}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{color:#161b26;background:#f4f6fa;font-family:Arial,Noto Sans KR,sans-serif}button,input,select,textarea{font-family:inherit}
