:root{--bg-principal: #0B0F14;--bg-secundario: #121923;--bg-card: #1A2430;--bg-hover: #1F2D3D;--bg-input: #0F1923;--texto-principal: #E6EDF3;--texto-secundario:#8A97A6;--texto-muted: #4A5568;--verde: #2BB673;--verde-hover: #24A062;--verde-muted: rgba(43, 182, 115, .12);--azul: #3A7BFF;--azul-hover: #2D68E8;--azul-muted: rgba(58, 123, 255, .12);--laranja: #F59E0B;--laranja-muted: rgba(245, 158, 11, .12);--vermelho: #EF4444;--vermelho-muted: rgba(239, 68, 68, .12);--borda: rgba(255, 255, 255, .06);--borda-forte: rgba(255, 255, 255, .12);--sombra-card: 0 4px 24px rgba(0, 0, 0, .3);--raio: 12px;--raio-sm: 8px;--raio-lg: 16px;--transicao: all .2s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg-principal);color:var(--texto-principal);line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}img{max-width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secundario)}::-webkit-scrollbar-thumb{background:var(--bg-hover);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--texto-muted)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .3s ease forwards}.slide-in{animation:slideIn .3s ease forwards}
