*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--sans:system-ui, "Segoe UI", Roboto, sans-serif;font:16px/1.5 var(--sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}#root{min-height:100vh}.login-page{min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif;display:flex}.login-illustration{background:linear-gradient(135deg,#1e40af 0%,#3b82f6 50%,#60a5fa 100%);flex:0 0 55%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.login-illustration:before,.login-illustration:after{content:"";opacity:.1;background:#fff;border-radius:50%;position:absolute}.login-illustration:before{width:500px;height:500px;top:-150px;left:-100px}.login-illustration:after{width:400px;height:400px;bottom:-100px;right:-80px}.illustration-overlay{z-index:1;background:linear-gradient(#0000 60%,#1e40af66 100%);position:absolute;inset:0}.illustration-content{z-index:2;text-align:center;padding:40px;position:relative}.illustration-icons{justify-content:center;align-items:center;gap:32px;margin-bottom:40px;display:flex}.float-icon{filter:drop-shadow(0 4px 12px #00000026);width:72px;height:72px}.float-icon.icon-1{animation:6s ease-in-out infinite float}.float-icon.icon-2{animation:6s ease-in-out 1s infinite float}.float-icon.icon-3{animation:6s ease-in-out 2s infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.illustration-title{color:#fff;letter-spacing:-.5px;margin:0 0 12px;font-size:32px;font-weight:700}.illustration-subtitle{color:#ffffffd9;letter-spacing:1px;margin:0;font-size:16px}.login-form-side{background:#f8fafc;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.login-form-wrapper{width:100%;max-width:400px}.login-brand{text-align:center;margin-bottom:36px}.brand-icon{background:#eff6ff;border-radius:16px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:16px;display:inline-flex;box-shadow:0 2px 8px #3b82f61f}.brand-icon svg{width:40px;height:40px}.brand-title{color:#1e293b;letter-spacing:-.5px;margin:0 0 6px;font-size:28px;font-weight:800}.brand-subtitle{color:#94a3b8;letter-spacing:.5px;margin:0;font-size:13px}.login-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#475569;letter-spacing:.3px;font-size:13px;font-weight:600}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{pointer-events:none;width:18px;height:18px;position:absolute;left:14px}.login-form input[type=text],.login-form input[type=password]{color:#1e293b;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:12px 44px 12px 42px;font-size:14px;transition:all .2s}.login-form input::placeholder{color:#cbd5e1}.login-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.login-form input:disabled{cursor:not-allowed;background:#f1f5f9}.toggle-password{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;right:12px}.toggle-password svg{width:18px;height:18px}.toggle-password:hover svg{stroke:#64748b}.form-options{justify-content:space-between;align-items:center;display:flex}.remember-me{cursor:pointer;color:#64748b;align-items:center;gap:8px;font-size:13px;display:flex}.remember-me input[type=checkbox]{accent-color:#3b82f6;cursor:pointer;width:16px;height:16px}.forgot-link{color:#3b82f6;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:500;transition:color .2s}.forgot-link:hover{color:#2563eb;text-decoration:underline}.login-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;display:flex}.login-btn{color:#fff;letter-spacing:.5px;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:10px;width:100%;margin-top:4px;padding:14px;font-size:16px;font-weight:700;transition:all .2s;position:relative;overflow:hidden}.login-btn:hover{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-1px);box-shadow:0 4px 16px #2563eb59}.login-btn:active{transform:translateY(0);box-shadow:0 2px 8px #2563eb40}.login-btn:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.login-footer{text-align:center;color:#94a3b8;margin-top:40px;font-size:12px}@media (width<=1024px){.login-illustration{flex:0 0 45%}.illustration-title{font-size:26px}.float-icon{width:56px;height:56px}}@media (width<=768px){.login-page{flex-direction:column}.login-illustration{flex:none;min-height:220px}.illustration-icons{gap:20px;margin-bottom:20px}.float-icon{width:48px;height:48px}.illustration-title{font-size:22px}.illustration-subtitle{font-size:13px}.login-form-side{padding:32px 24px}.brand-icon{border-radius:12px;width:56px;height:56px}.brand-icon svg{width:32px;height:32px}.brand-title{font-size:24px}}.orders-layout{background-color:#f8fafc;flex-direction:column;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif;display:flex}.app-header{color:#fff;z-index:10;background-color:#1e3a8a;justify-content:space-between;align-items:center;height:60px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000001a}.header-left,.header-right{align-items:center;gap:16px;display:flex}.logo-om{color:#1e3a8a;background-color:#fbbf24;border-radius:4px;padding:4px 8px;font-size:14px;font-weight:700}.app-title{font-size:16px;font-weight:600}.current-date{opacity:.9;font-size:14px}.user-avatar{color:#fff;background-color:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.orders-main{flex:1;justify-content:center;padding:32px 24px;display:flex}.orders-container{width:100%;max-width:1200px}.page-header{margin-bottom:24px}.page-header h1{color:#0f172a;margin:0 0 8px;font-size:28px;font-weight:700}.page-header p{color:#64748b;margin:0;font-size:14px}.filters-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap;align-items:flex-end;gap:20px;margin-bottom:24px;padding:20px;display:flex}.filter-group{flex-direction:column;gap:6px;display:flex}.filter-group label{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:600}.search-group{flex:1;min-width:250px}.search-input-wrapper{position:relative}.search-icon{color:#94a3b8;width:16px;height:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-input-wrapper input{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;padding:10px 12px 10px 36px;font-size:14px}.search-input-wrapper input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.date-group input{color:#334155;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:9px 12px;font-size:14px}.filter-actions{gap:12px;margin-left:auto;display:flex}.btn-clear{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500}.btn-clear:hover{background:#f1f5f9}.btn-search{color:#fff;cursor:pointer;background:#1e3a8a;border:1px solid #1e3a8a;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:500}.btn-search:hover{background:#1e40af}.tabs-container{border-bottom:1px solid #e2e8f0;gap:32px;margin-bottom:24px;display:flex;overflow-x:auto}.tab-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:8px;padding:12px 0;font-size:14px;font-weight:500;display:flex;position:relative}.tab-btn:hover{color:#1e293b}.tab-btn.active{color:#1e3a8a;font-weight:600}.tab-btn.active:after{content:"";background-color:#1e3a8a;height:2px;position:absolute;bottom:-1px;left:0;right:0}.tab-count{color:#64748b;background-color:#f1f5f9;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600}.tab-btn.active .tab-count{color:#fff;background-color:#1e3a8a}.table-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow-x:auto}.orders-table{border-collapse:collapse;width:100%;min-width:900px}.orders-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.5px;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:16px 20px;font-size:11px;font-weight:600}.orders-table td{vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:16px 20px;font-size:14px}.orders-table tbody tr:hover{background-color:#f8fafc}.orders-table tbody tr:last-child td{border-bottom:none}.text-gray{color:#64748b}.text-dark{color:#0f172a}.font-medium{font-weight:500}.text-sm{font-size:13px;line-height:1.6}.text-right{text-align:right!important}.text-center{text-align:center!important}.channel-badge{color:#fff;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-block}.channel-makro{background-color:#0f172a}.channel-cp{background-color:#ef4444}.channel-lazada,.channel-shopee{background-color:#f97316}.status-badge{align-items:center;gap:6px;font-size:13px;font-weight:500;display:inline-flex}.status-dot{border-radius:50%;width:6px;height:6px}.status-pending{color:#d97706}.status-pending .status-dot{background-color:#d97706}.status-picking{color:#3b82f6}.status-picking .status-dot{background-color:#3b82f6}.status-printing{color:#8b5cf6}.status-printing .status-dot{background-color:#8b5cf6}.status-shipping{color:#0ea5e9}.status-shipping .status-dot{background-color:#0ea5e9}.status-completed{color:#10b981}.status-completed .status-dot{background-color:#10b981}.status-cancelled{color:#ef4444}.status-cancelled .status-dot{background-color:#ef4444}.btn-view{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:4px;padding:6px 16px;font-size:13px;font-weight:500;transition:all .2s}.btn-view:hover{background:#f1f5f9;border-color:#94a3b8}
