*{box-sizing:border-box}.app{background-color:#f5f7fb;display:flex;min-height:100vh;overflow:hidden;width:100%}.app-mobile{display:block}.app-desktop{display:flex}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px #0000001a;color:#fff;padding:20px}.app-header h1{font-size:24px;margin:0}.main-content{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.page-content{flex:1 1;overflow-y:auto;padding:24px}button{background-color:#667eea;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 16px;transition:background-color .3s,transform .2s}button:hover{background-color:#5568d3}button:active{transform:translateY(1px)}button.danger{background-color:#dc3545}button.danger:hover{background-color:#c82333}button.success{background-color:#28a745}button.success:hover{background-color:#218838}input,select,textarea{border:1px solid #ddd;border-radius:10px;font-family:inherit;font-size:14px;max-width:100%;padding:10px 12px;transition:border-color .3s;width:100%}input:focus,select:focus,textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}table{background:#fff;border-collapse:collapse;border-radius:4px;box-shadow:0 1px 3px #0000001a;min-width:640px;overflow:hidden;width:100%}th{background-color:#f8f9fa;border-bottom:2px solid #dee2e6;color:#333;font-weight:600;text-align:left}td,th{padding:12px}td{border-bottom:1px solid #dee2e6}tr:hover{background-color:#f8f9fa}.card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0f172a14;margin-bottom:20px;padding:20px}.card-title{color:#333;font-size:18px;font-weight:600;margin-bottom:15px}.modal{background-color:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal.show{align-items:center;display:flex;justify-content:center}.modal-content{background-color:#fefefe;border-radius:18px;box-shadow:0 20px 50px #0003;max-height:90vh;max-width:min(92vw,760px);min-width:400px;overflow:auto;padding:30px}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.modal-title{font-size:20px;font-weight:600}.app-header-row{align-items:center;display:flex;gap:16px;justify-content:space-between}.app-header-title-group{align-items:center;display:flex;gap:14px;min-width:0}.app-header-text{min-width:0}.app-header-subtitle{font-size:14px;margin-top:8px;opacity:.92}.sidebar-toggle{background:#ffffff29;border-radius:12px;color:#fff;display:none;font-size:22px;height:42px;min-width:42px;padding:0;width:42px}.sidebar-toggle:hover{background:#ffffff3d}.close-btn{background:none;border:none;color:#999;cursor:pointer;font-size:24px}.close-btn:hover{color:#333}.modal-body{margin-bottom:20px}.form-group{margin-bottom:15px}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{width:100%}.grid{grid-gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.grid,.stats-grid{display:grid;gap:20px}.stats-grid{grid-gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:#fff;border-left:4px solid #667eea;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:20px}.stat-label{color:#999;font-size:12px;margin-bottom:5px;text-transform:uppercase}.stat-value{color:#333;font-size:24px;font-weight:700}.login-shell{align-items:center;background:linear-gradient(135deg,#eef3ff,#f7f9fd);display:flex;justify-content:center;min-height:100vh;padding:24px}.login-card{width:min(100%,420px)}.login-title{margin-bottom:10px}.login-subtitle{color:#666;margin-bottom:20px}.alert{border-radius:4px;margin-bottom:15px;padding:12px 16px}.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.alert-info{background-color:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.text-center{text-align:center}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.empty-state,.loading{color:#999;padding:40px;text-align:center}@media (max-width:1024px){.app-header,.page-content{padding:18px}.stats-grid{gap:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.modal-content{min-width:min(92vw,400px)}}@media (max-width:768px){.app{min-height:100dvh}.app-header{padding:16px}.app-header h1{font-size:20px;line-height:1.3}.app-header-row{align-items:flex-start}.app-header-title-group{align-items:flex-start;width:100%}.app-header-subtitle{font-size:13px}.sidebar-toggle{align-items:center;display:inline-flex;justify-content:center}.page-content{padding:14px}.card{border-radius:14px;padding:16px}.card-title{font-size:17px}.grid,.stats-grid{gap:14px;grid-template-columns:1fr}table{display:block;overflow-x:auto;white-space:nowrap}td,th{font-size:13px;padding:10px}.modal.show{align-items:flex-end}.modal-content{border-radius:20px 20px 0 0;max-height:92vh;max-width:100%;min-width:100%;padding:20px 16px}.login-shell{padding:16px}}.sidebar{background:linear-gradient(180deg,#667eea,#764ba2);box-shadow:2px 0 20px #0000001f;color:#fff;display:flex;flex-direction:column;flex-shrink:0;height:100vh;max-width:86vw;position:relative;width:280px;z-index:1100}.sidebar-desktop{position:relative;transform:none!important}.sidebar-mobile{left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .25s ease}.sidebar-mobile.open{transform:translateX(0)}.sidebar-backdrop{display:none}.sidebar-header{align-items:flex-start;border-bottom:1px solid #ffffff2e;display:flex;gap:12px;justify-content:space-between;padding:22px 20px 18px}.sidebar-header h2{font-size:24px;font-weight:700;margin:0}.sidebar-header p{color:#fffc;font-size:13px;line-height:1.5;margin:8px 0 0}.sidebar-close{background:#ffffff1f;border-radius:10px;color:#fff;display:none;font-size:24px;height:36px;min-width:36px;padding:0;width:36px}.sidebar-close:hover{background:#fff3}.sidebar-menu{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-y:auto;padding:18px 12px}.menu-item{align-items:center;background:none;border:none;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:12px;padding:12px 16px;text-align:left;transition:all .3s}.menu-item:hover{background-color:#ffffff1a;transform:translateX(4px)}.menu-item.active{background-color:#ffffff2e;box-shadow:inset 0 0 0 1px #ffffff24;font-weight:600}.menu-icon{font-size:18px;text-align:center;width:24px}.menu-label{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-footer{border-top:1px solid #ffffff2e;color:#ffffffd1;font-size:12px;padding:18px 20px 20px}.sidebar-user-name{color:#fff;font-size:14px;font-weight:700}.sidebar-user-role{color:#fffc;font-size:12px;margin-top:4px}.sidebar-logout-btn{background:#ffffff24;color:#fff;margin-top:12px;width:100%}.sidebar-logout-btn:hover{background:#ffffff38}@media (max-width:768px){.sidebar-backdrop{background:#0f172a6b;border:none;display:block;inset:0;opacity:0;padding:0;pointer-events:none;position:fixed;transition:opacity .25s ease;z-index:1090}.sidebar-backdrop.show{opacity:1;pointer-events:auto}.sidebar-mobile{width:min(280px,86vw)}.sidebar-close{align-items:center;display:inline-flex;justify-content:center}}.order-modal-overlay{padding:20px}.order-modal-content{border-radius:28px;display:flex;flex-direction:column;height:min(92vh,860px);max-width:1180px!important;overflow:hidden;padding:0;width:min(100%,1180px)}.order-mobile-header{align-items:center;background:#fff;border-bottom:1px solid #eef0f4;display:flex;gap:12px;padding:18px 20px}.order-header-close{background:#0000;color:#666;font-size:30px;min-width:34px;padding:0}.order-header-close:hover{background:#0000;color:#111}.order-header-subtitle{color:#8a8f99;font-size:13px;margin-top:4px}.order-mobile-body{grid-gap:18px;align-items:start;background:#f5f7fb;display:grid;flex:1 1;gap:18px;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);overflow-y:auto;padding:18px}.order-search-row{grid-gap:10px;display:grid;gap:10px;grid-column:1/2;grid-template-columns:1fr 48px 48px;margin-bottom:14px}.order-search-input-wrapper{position:relative}.order-search-icon{color:#9aa1ab;left:14px;position:absolute;top:50%;transform:translateY(-50%)}.order-search-input{border-radius:16px;height:48px;padding-left:38px;width:100%}.order-square-btn{border-radius:16px;font-size:22px;height:48px;padding:0;width:48px}.order-search-results{grid-column:1/2;padding:8px}.order-search-result-item{align-items:center;background:#fff;border-radius:14px;color:#111;display:flex;justify-content:space-between;margin-bottom:8px;padding:12px;text-align:left;width:100%}.order-search-result-item:hover{background:#f0f4ff}.order-search-result-name{font-weight:600}.order-search-result-meta{color:#6f7680;font-size:12px;margin-top:4px}.order-search-result-add{color:#1a73e8;font-weight:600}.order-card{background:#fff;border-radius:20px;box-shadow:0 6px 18px #0f172a0f;margin-bottom:14px;padding:16px}.order-customer-card,.order-payment-card,.order-sale-type-card,.order-selected-panel{grid-column:1/2}.order-summary-panel{align-self:start;border-left:1px solid #eef1f6;grid-column:2/3;grid-row:1/span 6;margin:0;position:sticky;top:0}.order-meta-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.order-meta-label{color:#8a8f99;font-size:13px;margin-bottom:8px}.order-meta-value{color:#1f2328;font-size:20px;font-weight:700}.order-customer-tier{color:#4a5665;font-size:13px;margin-top:12px}.order-sale-tier-note{background:#f7fbff;border:1px dashed #d6e4ff;border-radius:14px;color:#516071;font-size:12px;line-height:1.55;margin-top:12px;padding:10px 12px}.order-link-btn{background:#0000;color:#1a73e8;font-weight:600;padding:0}.order-link-btn:hover{background:#0000;color:#125ec0}.order-customer-select{border-radius:14px;height:44px;margin-top:12px}.order-inline-form{grid-gap:10px;display:grid;gap:10px;margin-top:12px}.order-inline-form button,.order-inline-form input,.order-inline-form select{border-radius:14px;height:44px}.order-payment-form{margin-top:14px}.order-payment-form input{border-radius:14px;height:44px;width:100%}.order-payment-hint{color:#6f7680;font-size:12px;line-height:1.5;margin-top:8px}.order-type-toggle{display:flex;gap:10px}.order-type-btn{background:#eef2fb;border-radius:14px;color:#4a5665;flex:1 1}.order-type-btn.active{background:#1a73e8;color:#fff}.order-type-btn.active:hover{background:#1767d1}.order-selected-list{display:flex;flex-direction:column;gap:12px;padding-bottom:24px}.order-empty-order{color:#6f7680;text-align:center}.order-item-card{grid-gap:12px;align-items:center;background:#fff;border-radius:20px;box-shadow:0 1px 3px #00000014;display:grid;gap:12px;grid-template-columns:56px 1fr auto;padding:16px}.order-item-image{align-items:center;background:linear-gradient(135deg,#ebf4ff,#d6e9ff);border-radius:16px;display:flex;font-size:24px;height:56px;justify-content:center;width:56px}.order-item-name{color:#1f2328;font-size:15px;font-weight:600}.order-item-price{color:#1a73e8;font-size:16px;font-weight:700;margin-top:6px}.order-item-tier{color:#6f7680;font-size:12px;margin-top:6px}.order-qty-stepper{align-items:center;background:#fff;border:1px solid #dfe3ea;border-radius:14px;display:flex;justify-content:space-between;min-width:132px;overflow:hidden}.order-qty-stepper button{background:#fff;color:#5f6570;font-size:20px;min-width:36px;padding:10px 8px}.order-qty-stepper button:hover{background:#f5f7fb}.order-qty-stepper input{border:1px solid #eef1f6;border-bottom:none;border-radius:0;border-top:none;box-shadow:none;color:#111;font-weight:700;min-width:52px;padding:10px 6px;text-align:center;width:52px}.order-qty-stepper input:focus{box-shadow:none}.order-footer{background:#fff;border-top:1px solid #eceff4;bottom:0;margin:0 -16px -16px;padding:16px;position:sticky}.order-footer-summary{align-items:center;color:#1f2328;display:flex;font-size:18px;font-weight:700;gap:12px;justify-content:space-between;margin-bottom:10px}.order-payment-summary{grid-gap:8px;border-top:1px dashed #dbe2ec;display:grid;gap:8px;margin-bottom:12px;padding-top:12px}.order-payment-row{align-items:center;color:#4a5665;display:flex;font-size:14px;gap:12px;justify-content:space-between}.order-status-chip{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;min-width:96px;padding:6px 12px}.order-status-chip.paid{background:#e6f7ed;color:#218838}.order-status-chip.unpaid{background:#fdebec;color:#dc3545}.order-status-chip.partial{background:#fff3cd;color:#b7791f}.order-footer-count{align-items:center;border:2px solid #1a73e8;border-radius:50%;color:#1a73e8;display:inline-flex;font-size:14px;height:28px;justify-content:center;margin-left:8px;width:28px}.order-footer-note{color:#6f7680;font-size:13px;margin-bottom:12px}.order-footer-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.order-outline-btn{background:#fff;border:1px solid #1a73e8;border-radius:14px;color:#1a73e8}.order-outline-btn:hover{background:#eef5ff}.order-primary-btn{background:#1a73e8;border-radius:14px;color:#fff}.order-primary-btn:hover{background:#1767d1}@media (max-width:1024px){.order-modal-content{max-width:960px!important;width:min(100%,960px)}.order-mobile-body{grid-template-columns:1fr}.order-customer-card,.order-payment-card,.order-sale-type-card,.order-search-results,.order-search-row,.order-selected-panel,.order-summary-panel{grid-column:auto;grid-row:auto}.order-summary-panel{border-left:none;position:sticky;top:0}}@media (max-width:768px){.order-modal-overlay{padding:0}.order-modal-content{border-radius:0;height:100vh;max-width:100%!important}.order-mobile-body{display:flex;flex-direction:column;gap:14px;padding:14px}.order-search-row{grid-template-columns:1fr 44px 44px;margin-bottom:0}.order-customer-card,.order-payment-card,.order-sale-type-card,.order-search-results,.order-selected-panel,.order-summary-panel{margin-bottom:0}.order-meta-row{align-items:flex-start;flex-direction:column}.order-type-toggle{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.order-type-btn{font-size:14px;min-height:48px;padding:10px 8px}.order-payment-form{margin-top:12px}.order-selected-list{padding-bottom:0}.order-item-card{grid-template-columns:44px 1fr}.order-qty-stepper{grid-column:1/-1;width:100%}.order-footer{border-top:none;bottom:auto;margin:0;padding:16px;position:static}.order-summary-panel{border-left:none;border-radius:20px;border-top:1px solid #eef1f6;box-shadow:0 6px 18px #0f172a0f;position:static;top:auto}.order-footer-summary,.order-payment-row{align-items:center;flex-direction:row;justify-content:space-between}.order-status-chip{min-width:88px}.order-footer-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:420px){.order-footer-actions,.order-type-toggle{grid-template-columns:1fr}.order-footer-summary,.order-payment-row{align-items:flex-start;flex-direction:column}}
/*# sourceMappingURL=main.b354079b.css.map*/