*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#1a1a2e;color:#eaeaea;min-height:100vh}.dashboard{padding:2rem;min-height:100vh}.header{text-align:center;margin-bottom:2rem}.header h1{font-size:2.5rem;color:#00d4ff;text-shadow:0 0 10px rgba(0,212,255,.5)}.header .status-indicator{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.9rem;color:#888}.header .status-indicator .dot{width:10px;height:10px;border-radius:50%;background-color:#4caf50;animation:pulse 2s infinite}.header .status-indicator .dot.disconnected{background-color:#f44336;animation:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1800px;margin:0 auto}.column{background:linear-gradient(145deg,#16213e,#1a1a2e);border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1)}.column h2{text-align:center;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid}.column.retorno h2{color:#ffc107;border-color:#ffc107}.column.autorizacao h2{color:#e91e63;border-color:#e91e63}.count-badge{display:inline-block;background:#ffffff1a;padding:.2rem .8rem;border-radius:20px;font-size:1rem;margin-left:.5rem}.items-list{display:flex;flex-direction:column;gap:.75rem;max-height:75vh;overflow-y:auto}.items-list::-webkit-scrollbar{width:8px}.items-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.items-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.item-card{background:#ffffff0d;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;transition:all .3s ease;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.item-card:hover{background:#ffffff1a;transform:scale(1.02)}.column.retorno .item-card{border-left:4px solid #ffc107}.column.autorizacao .item-card{border-left:4px solid #e91e63}.item-main{display:flex;justify-content:space-between;align-items:center}.item-sw{font-size:1.4rem;font-weight:700;color:#00d4ff}.item-tipo{font-size:.9rem;font-weight:600;background:#ffffff26;padding:.25rem .8rem;border-radius:12px;color:gold}.item-placa{font-size:.9rem;font-weight:500;color:#aaa;letter-spacing:1px}.item-details{display:flex;justify-content:space-between;font-size:.95rem}.item-cliente{color:#eaeaea;font-weight:500}.item-unidade{color:#888}.item-footer{display:flex;justify-content:space-between;font-size:.85rem;color:#666;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.05)}.item-responsavel{color:#4caf50}.item-obs{color:#888;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-date{color:#888}.empty-state{text-align:center;padding:3rem;color:#666;font-style:italic}.new-item{animation:highlight 1s ease}@keyframes highlight{0%{background:#00d4ff4d;transform:scale(1.05)}to{background:#ffffff0d;transform:scale(1)}}@media (max-width: 768px){.columns{grid-template-columns:1fr}.header h1{font-size:1.8rem}}
