:root{--bg-dark: #e9eef6;--bg-panel: #ffffff;--bg-header: #0028c8;--text-light: #1a1a1a;--text-muted: #6b7280;--accent: #0DB9FF;--primary: #0032ff;--primary-strong: #0028c8;--border: #dbe3f0}*{margin:0;padding:0;box-sizing:border-box}body,html,#root,.app{height:100%;width:100%;background:var(--bg-dark);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text-light);overflow-y:auto;overflow-x:hidden;max-width:100vw}.wrap{display:grid;grid-template-rows:100px 1fr 50px;min-height:100vh;padding:0 10px}header{display:flex;justify-content:space-between;align-items:center;padding:0 20px;background:linear-gradient(135deg,#0028c8,#1d4ed8);color:#fff;border-radius:12px 12px 0 0;height:95.5px;overflow:hidden;box-shadow:0 6px 18px #00000026}header *{color:#fff}.weather-left{display:flex;align-items:center;gap:30px}.forecast{display:flex;gap:15px;border-left:1px solid rgba(255,255,255,.2);padding-left:15px}.forecast-day{display:flex;flex-direction:column;align-items:center;font-size:14px}.forecast-day .icon{font-size:22px;margin-bottom:2px}.forecast-day .temp{font-weight:700}.current-weather{display:flex;flex-direction:column;gap:4px;min-width:217px;font-size:14px}.temp-main{font-size:32px;font-weight:800;display:flex;align-items:center;gap:8px}.cond,.extra{font-size:15px;color:#dbeafe}.right-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;height:100%}.time{font-size:42px;font-weight:900;letter-spacing:1px}.date{font-size:17px;color:#dbeafe}.panel{background:var(--bg-panel);margin:8.5px 21px;padding:19px 23px;border-radius:12px;border:1px solid var(--border);box-shadow:0 12px 30px #00000014}.panel-header h2{font-size:18px;font-weight:800;color:#1d4ed8}.table{width:100%;border-collapse:collapse;table-layout:fixed}.table thead th{text-align:center;padding:14px 6px;background:linear-gradient(180deg,#e0ecff,#dbeafe);font-size:18px;font-weight:900;color:#0028c8;border-bottom:2px solid #0028c8}.table tbody tr{background:#fff;transition:all .2s ease}.table tbody tr:nth-child(2n){background:#f6f9ff}.table tbody tr:hover{background:#e0edff}.table tbody td{padding:14px 8px;border-bottom:1px solid #e5e7eb;font-size:16px}.table thead th:nth-child(1),.table tbody td:nth-child(1){width:10%;text-align:center;font-size:17px;font-weight:900}.table thead th:nth-child(2),.table tbody td:nth-child(2){width:30%;text-align:left;padding-left:15px;font-size:17px;font-weight:900}.table thead th:nth-child(3),.table tbody td:nth-child(3){width:24%;text-align:center}.table thead th:nth-child(4),.table tbody td:nth-child(4){width:16%;text-align:center;font-size:17px;font-weight:800;color:#1a1a1a}.table thead th:nth-child(5),.table tbody td:nth-child(5){width:20%;text-align:center;font-size:17px;font-weight:800}.badge{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:200px;height:36px;padding:0 16px;border-radius:6px;font-size:15px;font-weight:800;color:#fff;box-shadow:0 2px 4px #0000001a;letter-spacing:.5px;transition:all .2s ease}.table tbody tr:hover .badge{filter:brightness(1.1)}.badge.status-separacao-enviado{background:#1e40af}.badge.status-separacao-em{background:#2563eb}.badge.status-conf-enviado{background:#1d4ed8}.badge.status-conf-em{background:#0369a1;color:#fff}.badge.status-faturamento{background:#15803d;color:#fff}.badge.status-buscar-cd{background:#334155}@keyframes pulseSoft{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.blink{animation:pulseSoft 1.2s infinite}footer{background:#fff;color:#1a1a1a;text-align:center;padding:12px 0;font-size:18px;font-weight:700;border-top:1px solid var(--border)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-track{background:transparent}header{position:relative}.header-center{position:absolute;left:50%;transform:translate(-50%);font-size:36px;font-weight:900;letter-spacing:1px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.35)}
