@import"https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--nexus-orange: #FFA500;--nexus-orange-deep: #FF8C00;--nexus-black: #0A0A0A;--nexus-dark: #1A1A1A;--nexus-dark-2: #2A2A2A;--nexus-dark-3: #3A3A3A}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,system-ui,sans-serif;background-color:var(--nexus-black);color:#e5e7eb;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,.font-display{font-family:Syne,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--nexus-dark)}::-webkit-scrollbar-thumb{background:var(--nexus-dark-3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--nexus-orange)}.nexus-card{@apply bg-[#1A1A1A] border border-[#2A2A2A] rounded-xl shadow-card;transition:box-shadow .2s ease,border-color .2s ease}.nexus-card:hover{border-color:#ffa50033;box-shadow:0 8px 40px #00000080,0 0 20px #ffa50014}.nexus-card-glow{@apply nexus-card;box-shadow:0 0 20px #ffa5001a,0 4px 24px #0006}.btn-nexus{@apply inline-flex items-center gap-2 px-4 py-2 rounded-lg font-medium text-sm transition-all duration-200;font-family:DM Sans,sans-serif}.btn-primary{@apply btn-nexus bg-[#FFA500] text-black hover:bg-[#FF8C00] hover:shadow-orange-glow;}.btn-secondary{@apply btn-nexus bg-[#2A2A2A] text-gray-300 border border-[#3A3A3A] hover:border-[#FFA500]/50 hover:text-white;}.btn-danger{@apply btn-nexus bg-red-600/20 text-red-400 border border-red-600/30 hover:bg-red-600/40;}.btn-ghost{@apply btn-nexus text-gray-400 hover:text-white hover:bg-white/5;}.nexus-input{@apply w-full bg-[#1A1A1A] border border-[#2A2A2A] rounded-lg px-3 py-2.5 text-sm text-gray-100;@apply focus:outline-none focus:border-[#FFA500]/60 focus:ring-1 focus:ring-[#FFA500]/20;@apply placeholder-gray-600 transition-all duration-200;}.nexus-input:hover{border-color:#3a3a3a}.nexus-label{@apply block text-xs font-medium text-gray-400 mb-1.5 uppercase tracking-wide;}.nexus-select{@apply nexus-input cursor-pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:2.5rem}.nexus-textarea{@apply nexus-input resize-none;}.badge{@apply inline-flex items-center gap-1 px-2 py-0.5 rounded-full text-xs font-medium border;}.badge-urgente{@apply bg-red-500/20 text-red-400 border-red-500/30;}.badge-alta{@apply bg-orange-500/20 text-orange-400 border-orange-500/30;}.badge-media{@apply bg-yellow-500/20 text-yellow-400 border-yellow-500/30;}.badge-baixa{@apply bg-green-500/20 text-green-400 border-green-500/30;}.sidebar-link{@apply flex items-center gap-3 px-3 py-2 rounded-lg text-sm text-gray-400 transition-all duration-200;font-family:DM Sans,sans-serif}.sidebar-link:hover{@apply text-white bg-white/5;}.sidebar-link.active{@apply text-[#FFA500] bg-[#FFA500]/10;border-left:2px solid #FFA500}.nexus-table{@apply w-full text-sm;}.nexus-table th{@apply px-4 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wide border-b border-[#2A2A2A];}.nexus-table td{@apply px-4 py-3 border-b border-[#2A2A2A]/50;}.nexus-table tbody tr{@apply transition-colors duration-150;}.nexus-table tbody tr:hover{@apply bg-white/[.02];}.sla-bar{@apply h-1.5 rounded-full overflow-hidden bg-[#2A2A2A];}.sla-fill{@apply h-full rounded-full transition-all duration-500;}.sla-normal{@apply bg-green-500;}.sla-critico{@apply bg-orange-500;animation:pulseOrange 2s infinite}.sla-violado{@apply bg-red-500;}.status-aberto{@apply bg-blue-500/20 text-blue-400 border-blue-500/30;}.status-em_analise{@apply bg-purple-500/20 text-purple-400 border-purple-500/30;}.status-atribuido{@apply bg-indigo-500/20 text-indigo-400 border-indigo-500/30;}.status-em_atendimento{@apply bg-orange-500/20 text-orange-400 border-orange-500/30;}.status-aguardando_cliente{@apply bg-yellow-500/20 text-yellow-400 border-yellow-500/30;}.status-aguardando_peca{@apply bg-amber-500/20 text-amber-400 border-amber-500/30;}.status-solucionado{@apply bg-green-500/20 text-green-400 border-green-500/30;}.status-fechado{@apply bg-gray-500/20 text-gray-400 border-gray-500/30;}.status-reaberto{@apply bg-red-500/20 text-red-400 border-red-500/30;}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseOrange{0%,to{opacity:1}50%{opacity:.6}}@keyframes glowPulse{0%,to{box-shadow:0 0 10px #ffa50033}50%{box-shadow:0 0 30px #ffa50080}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-up{animation:slideUp .3s ease-out}.animate-glow{animation:glowPulse 3s ease-in-out infinite}.nexus-logo{display:inline-flex;align-items:center;gap:.5rem}.nexus-logo-symbol{font-family:Syne,sans-serif;font-weight:800;font-size:1.5rem;color:orange;letter-spacing:-.05em}.nexus-logo-name{font-family:Syne,sans-serif;font-weight:700;color:#fff;line-height:1}.nexus-logo-sub{font-family:DM Sans,sans-serif;font-size:.6rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em}.star-rating{display:flex;gap:4px}.star-rating .star{width:1.5rem;height:1.5rem;color:#3a3a3a;cursor:pointer;transition:color .15s}.star-rating .star.filled{color:orange}.timeline-item{position:relative;padding-left:2rem}.timeline-item:before{content:"";position:absolute;left:.5rem;top:1.5rem;bottom:-.5rem;width:1px;background:#2a2a2a}.timeline-item:last-child:before{display:none}.timeline-dot{position:absolute;left:0;top:.25rem;width:1rem;height:1rem;border-radius:50%;background:#2a2a2a;border:2px solid #3A3A3A;display:flex;align-items:center;justify-content:center}.tv-card{background:#1a1a1af2;border:1px solid #2A2A2A;border-radius:.75rem;padding:1rem}.modal-overlay{@apply fixed inset-0 bg-black/70 backdrop-blur-sm z-50 flex items-center justify-center;}.modal-content{@apply nexus-card max-w-lg w-full mx-4 p-6 animate-slide-up;}.toast{@apply fixed top-4 right-4 z-[100] px-4 py-3 rounded-lg shadow-xl flex items-center gap-3;@apply text-sm font-medium animate-slide-up;max-width:360px}.toast-success{@apply bg-green-900/90 border border-green-500/30 text-green-300;}.toast-error{@apply bg-red-900/90 border border-red-500/30 text-red-300;}.toast-info{@apply bg-blue-900/90 border border-blue-500/30 text-blue-300;}.toast-warning{@apply bg-orange-900/90 border border-orange-500/30 text-orange-300;}.light body{background-color:#f8fafc;color:#1a1a2e}.light .nexus-card{background-color:#fff;border-color:#e2e8f0}.light .nexus-input{background-color:#fff;border-color:#e2e8f0;color:#1a1a2e}@media (max-width: 768px){.sidebar-collapsed{display:none}.nexus-table{font-size:.75rem}.nexus-table th,.nexus-table td{padding:.5rem}}@media print{.no-print{display:none!important}body{background:#fff;color:#000}}
