*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#faf8f3;margin:0;padding:0;font-family:Inter,sans-serif}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6,p{margin:0}.login-bg{background:#faf8f3;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Inter,sans-serif;display:flex}.login-card{background:#fff;border-radius:16px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 4px 32px #0000001a}.login-logo-banner{background:#5c7a5c;justify-content:center;align-items:center;padding:32px 24px;display:flex}.login-logo{object-fit:contain;width:auto;height:60px}.login-body{padding:32px 36px 40px}.login-heading{color:#5c7a5c;text-align:center;margin-bottom:6px;font-size:1.45rem;font-weight:700}.login-company{color:#b8960c;text-align:center;margin-bottom:28px;font-size:.92rem;font-weight:500}.login-form{flex-direction:column;gap:14px;display:flex}.login-input{color:#222;background:#fafaf8;border:1.5px solid #ddd;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.login-input:focus{background:#fff;border-color:#5c7a5c;box-shadow:0 0 0 3px #5c7a5c1a}.login-error{color:#c62828;text-align:center;background:#fff5f5;border:1px solid #ffcdd2;border-radius:6px;padding:8px 12px;font-size:.85rem}.login-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:#5c7a5c;border:none;border-radius:8px;margin-top:4px;padding:13px;font-family:Inter,sans-serif;font-size:.98rem;font-weight:600;transition:background .2s,opacity .2s}.login-btn:hover:not(:disabled){background:#4a6449}.login-btn:disabled{opacity:.65;cursor:not-allowed}@media (width<=440px){.login-bg{align-items:stretch;padding:0}.login-card{border-radius:0;max-width:100%;min-height:100vh}.login-body{padding:24px 20px 32px}}.header{z-index:50;background:#5c7a5c;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #00000026}.header-left{align-items:center;min-width:140px;display:flex}.header-logo{object-fit:contain;width:auto;height:38px}.header-center{flex:1;justify-content:center;display:flex}.header-title{color:#fff;letter-spacing:.4px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600}.header-right{justify-content:flex-end;align-items:center;gap:12px;min-width:140px;display:flex}.header-username{color:#ffffffe6;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.header-logout-btn{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #ffffffb3;border-radius:6px;padding:5px 14px;font-family:Inter,sans-serif;font-size:.82rem;transition:background .2s,border-color .2s}.header-logout-btn:hover{background:#ffffff26;border-color:#fff}@media (width<=600px){.header{height:56px;padding:0 14px}.header-left,.header-right{min-width:auto}.header-logo{height:30px}.header-title{font-size:.9rem}.header-username{display:none}}.dashboard-page{background:#faf8f3;min-height:100vh;font-family:Inter,sans-serif}.dashboard-content{max-width:1100px;margin:0 auto;padding:32px 24px}.dashboard-welcome-bar{border-bottom:1px solid #e8e4db;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:36px;padding-bottom:20px;display:flex}.dashboard-welcome-text{color:#2a2a2a;font-size:1.2rem;font-weight:600}.dashboard-today{color:#b8960c;font-size:.9rem;font-weight:500}.dashboard-grid{grid-template-columns:repeat(auto-fill,minmax(180px,220px));gap:20px;display:grid}.dashboard-panel-card{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:14px;flex-direction:column;align-items:center;gap:14px;padding:36px 24px;font-family:Inter,sans-serif;transition:border-color .2s,box-shadow .2s,transform .15s;display:flex;box-shadow:0 2px 12px #00000012}.dashboard-panel-card:hover{border-color:#b8960c;transform:translateY(-3px);box-shadow:0 6px 24px #b8960c26}.panel-card-icon{color:#5c7a5c;background:#eef4ee;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.panel-card-icon svg{width:24px;height:24px}.panel-card-label{color:#2a2a2a;font-size:1rem;font-weight:600}@media (width<=480px){.dashboard-content{padding:20px 16px}.dashboard-grid{grid-template-columns:1fr 1fr}}.orders-page{background:#faf8f3;min-height:100vh;font-family:Inter,sans-serif}.orders-content{max-width:920px;margin:0 auto;padding:24px 20px 48px}.orders-top-bar{align-items:center;gap:16px;margin-bottom:20px;display:flex}.orders-title{color:#1a1a1a;font-size:1.5rem;font-weight:700}.date-selector-wrap{width:100%;margin-bottom:24px;display:block;position:relative}.date-selector{cursor:default;background:#fff;border:1.5px solid #ddd;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 14px;display:flex}.date-selector-value{color:#333;flex:1;font-size:.95rem;font-weight:500}.chevron-btn{color:#b8960c;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.7rem;line-height:1}.date-dropdown{z-index:200;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;width:100%;max-height:240px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 6px 20px #0000001a}.date-option{color:#333;cursor:pointer;padding:10px 14px;font-size:.9rem;transition:background .15s}.date-option:hover{background:#faf8f3}.date-option.active{color:#5c7a5c;background:#eef4ee;font-weight:600}.summary-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.summary-card{background:#fff;border-left:4px solid #b8960c;border-radius:10px;flex-direction:column;gap:4px;padding:18px 20px;display:flex;box-shadow:0 2px 8px #0000000f}.summary-number{color:#b8960c;font-size:1.75rem;font-weight:700;line-height:1}.summary-label{color:#888;text-transform:uppercase;letter-spacing:.4px;margin-top:2px;font-size:.82rem;font-weight:500}.orders-state-msg{text-align:center;color:#999;padding:56px 20px;font-size:.95rem}.customer-list{flex-direction:column;gap:16px;display:flex}.customer-card{background:#fff;border-left:5px solid #b8960c;border-radius:12px;padding:20px 22px;box-shadow:0 2px 10px #0000000f}.customer-card--overdue{background:#fff0f0;border-left-color:#d32f2f}.cc-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:6px;margin-bottom:16px;display:flex}.cc-name{color:#1a1a1a;font-size:1.05rem;font-weight:700}.cc-mobile{color:#777;font-size:.88rem}.cc-details{grid-template-columns:1fr 1fr;gap:10px 24px;margin-bottom:18px;display:grid}.cc-field{flex-direction:column;gap:2px;display:flex}.cc-label{color:#999;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:500}.cc-label--red{color:#c62828}.cc-value{color:#2a2a2a;font-size:.9rem;font-weight:500}.cc-value--red{color:#d32f2f;font-weight:600}.item-details-btn{color:#fff;cursor:pointer;letter-spacing:.2px;background:#b8960c;border:none;border-radius:7px;padding:9px 22px;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;transition:background .2s}.item-details-btn:hover{background:#9e7e0a}@media (width<=600px){.orders-content{padding:16px 14px 40px}.summary-row{grid-template-columns:1fr;gap:12px}.cc-details{grid-template-columns:1fr;gap:10px}.cc-header{flex-direction:column;gap:2px}}.item-details-page{background:#faf8f3;min-height:100vh;font-family:Inter,sans-serif}.item-details-content{max-width:920px;margin:0 auto;padding:24px 20px 56px}.item-details-top-bar{align-items:center;gap:16px;margin-bottom:22px;display:flex}.back-btn{color:#5c7a5c;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #5c7a5c;border-radius:7px;padding:7px 16px;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;transition:background .2s,color .2s}.back-btn:hover{color:#fff;background:#5c7a5c}.item-details-title{color:#1a1a1a;font-size:1.5rem;font-weight:700}.cust-info-card{background:#fff;border-left:5px solid #b8960c;border-radius:14px;margin-bottom:28px;padding:24px 26px;box-shadow:0 2px 14px #00000012}.cust-info-card--overdue{background:#fff0f0;border-left-color:#d32f2f}.cust-info-name{color:#1a1a1a;margin-bottom:20px;font-size:1.2rem;font-weight:700}.cust-info-grid{grid-template-columns:1fr 1fr;gap:14px 28px;display:grid}.cust-info-field{flex-direction:column;gap:3px;display:flex}.cust-info-label{color:#999;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:500}.cust-info-label--red{color:#c62828}.cust-info-value{color:#2a2a2a;font-size:.92rem;font-weight:500}.cust-info-value--red{color:#d32f2f;font-weight:600}.items-section{margin-top:4px}.items-section-heading{color:#333;margin-bottom:14px;font-size:1.05rem;font-weight:700}.items-list{flex-direction:column;gap:12px;display:flex}.item-card{background:#fff;border-radius:10px;align-items:flex-start;gap:18px;padding:18px 20px;display:flex;box-shadow:0 2px 8px #0000000f}.item-badge{color:#fff;white-space:nowrap;background:#5c7a5c;border-radius:6px;flex-shrink:0;margin-top:2px;padding:4px 10px;font-size:.82rem;font-weight:600}.item-fields{flex:1;grid-template-columns:1fr 1fr;gap:12px 24px;display:grid}.item-field{flex-direction:column;gap:2px;display:flex}.item-label{color:#999;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:500}.item-value{color:#2a2a2a;font-size:.9rem;font-weight:500}@media (width<=600px){.item-details-content{padding:16px 14px 40px}.cust-info-grid{grid-template-columns:1fr;gap:12px}.item-fields{grid-template-columns:1fr;gap:10px}.item-card{flex-direction:column;gap:12px}}
