:root{--bg-dark: #111111;--bg-panel: #1c1c1c;--bg-header: #000000;--text-light: #ffffff;--text-muted: #bbbbbb;--accent: #ff9800;--badge-orange: #ff7f00;--badge-teal: #008080}*{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;max-width:100vw;overflow-x:hidden;padding:0 10px}header{display:flex;justify-content:space-between;align-items:center;padding:0 20px;background:var(--bg-header);color:var(--text-light);font-size:12.5px;font-weight:400;border-radius:12px 12px 0 0;height:95.5px;max-width:100vw;overflow-x:hidden}.weather-left{display:flex;align-items:center;gap:35px}.current-weather{display:flex;flex-direction:column;gap:5px;min-width:217px;font-size:15px;line-height:1.2}.temp-main{font-size:28px;font-weight:700;color:var(--accent)}.cond,.extra{font-size:16px;color:var(--text-muted)}.forecast{display:flex;gap:13.5px;font-size:16px;color:var(--text-muted);white-space:nowrap}.forecast-day{display:flex;flex-direction:column;align-items:center;gap:0;min-width:30px}.forecast-day small{font-size:18px;color:var(--text-muted)}.right-info{text-align:right;font-weight:700}.time{font-size:38px;color:var(--accent);line-height:1}.date{font-size:18px;color:var(--text-muted);margin-top:1px}.panel{background:var(--bg-panel);margin:8.5px 21px;padding:19px 23px;border-radius:12px;box-shadow:0 2px 6px #0006;display:flex;flex-direction:column;max-width:100vw;overflow-x:hidden}.orders{overflow-x:hidden;max-width:100vw;width:100%}.panel-header{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px}.panel-header h2{font-size:20px;font-weight:600;color:var(--accent)}.table{width:100%;border-collapse:collapse;font-size:9px;table-layout:fixed;color:var(--text-light);max-width:100vw;box-sizing:border-box;word-wrap:break-word;min-width:0}.table thead th{text-align:center;padding:8px 6px;background:#222;font-size:18px;font-weight:700;color:var(--accent);border-bottom:2px solid var(--accent)}.table thead th:nth-child(1),.table tbody td:nth-child(1){text-align:left;width:5%;min-width:80px}.table thead th:nth-child(2),.table tbody td:nth-child(2){width:20%;min-width:260px;text-align:left;padding-left:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table thead th:nth-child(3),.table tbody td:nth-child(3){width:12%;min-width:210px;text-align:center}.table thead th:nth-child(4),.table tbody td:nth-child(4){width:7%;min-width:100px;text-align:center}.table thead th:nth-child(5),.table tbody td:nth-child(5){width:6%;min-width:80px;text-align:center}.table thead th:nth-child(6),.table tbody td:nth-child(6){width:6%;min-width:70px;text-align:center}.table thead th:nth-child(7),.table tbody td:nth-child(7){width:6%;min-width:70px;text-align:center}.table thead th:nth-child(8),.table tbody td:nth-child(8){padding-left:30px;width:11%;min-width:100px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table tbody td{padding:8px 6px;border-bottom:1px solid #333;font-size:15px;white-space:normal;word-break:break-word;overflow:hidden;text-overflow:ellipsis}.table tbody tr:hover{background:#ff98001a;cursor:default}.badge{display:inline-flex;align-items:center;justify-content:center;width:200px;height:26px;line-height:26px;padding:0 12px;box-sizing:border-box;border-radius:8px;font-size:13px;font-weight:700;color:#fff;text-transform:capitalize;-webkit-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge.status-separacao-enviado{background:#1e3a8a}.badge.status-separacao-em{background:#2563eb}.badge.status-conf-enviado{background:#6d28d9}.badge.status-conf-em{background:#7c3aed}.badge.status-faturamento{background:#166534}.badge.status-buscar-cd{background:#d97706}footer{background:var(--bg-header);color:var(--accent);text-align:center;padding:7.5px 0;font-size:7.5px;font-weight:700;border-radius:8px 8px 0 0;-webkit-user-select:none;user-select:none;animation:fadeIn 1s ease;max-width:100vw;overflow-x:hidden;display:flex;justify-content:center;align-items:center;min-height:44px}footer span{display:inline-flex;align-items:center;gap:6.5px}span{font-size:22px}.footer-tip{transition:opacity .4s ease}.slideshow-container{position:relative;width:100%;height:calc(100vh - 247px);background:#000;border-radius:12px;overflow:hidden;margin:0 auto;display:flex;align-items:center;justify-content:center}.slideshow-image{max-width:96%;max-height:96%;width:auto;height:auto;object-fit:contain;object-position:center center;display:block}.slideshow--cover .slideshow-image{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover}.fullscreen-slideshow{position:fixed;inset:0;z-index:1000;background:#000}.fullscreen-slideshow .slideshow-container{position:absolute;inset:0;width:100%;height:100%;border-radius:0}.fullscreen-slideshow .slideshow-image{width:100%;height:100%;object-fit:cover}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 600px){header{flex-direction:column;height:auto;padding:4.5px;gap:4.5px;max-width:100vw}.weather-left{gap:13.5px;flex-wrap:wrap}.forecast{font-size:7.5px;gap:3.5px;overflow-x:auto}.right-info{text-align:center}.time{font-size:21px}.date{font-size:9.5px}.panel{margin:5px;padding:13px;max-width:100vw}.panel-header h2{font-size:10.5px}.orders{overflow-x:hidden;max-width:100vw;width:100%}.table{font-size:7.5px;width:100%;min-width:0;max-width:100vw;table-layout:fixed}.table thead th,.table tbody td{padding:4.5px 3.5px;word-wrap:break-word;white-space:normal}.table thead th:nth-child(2),.table tbody td:nth-child(2){width:45%;min-width:0}.table thead th:nth-child(5),.table tbody td:nth-child(5){width:10%}.table thead th:nth-child(6),.table tbody td:nth-child(6){width:10%}.badge{width:120px;height:14.5px;font-size:4.5px;padding:0 7.5px;border-radius:4.5px}footer{font-size:4.5px;padding:4.5px 0;max-width:100vw}.slideshow-container{height:calc(100vh - 120px);border-radius:8px}}
