:root{--accent-primary: #18181b;--accent-primary-text: #ffffff;--bg-primary: #09090b;--bg-secondary: #18181b;--border-primary: #27272a;--text-primary: #fafafa;--text-secondary: #a1a1aa;--brand-accent: #3b82f6}body{background-color:var(--bg-primary);color:var(--text-primary);margin:0;overflow:hidden}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin 3s linear infinite}.custom-scrollbar::-webkit-scrollbar{width:2px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#3f3f4666;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#a1a1aa66}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(63,63,70,.4) transparent}@keyframes hex-pulse{0%,to{fill-opacity:.1;stroke-opacity:.8}50%{fill-opacity:.4;stroke-opacity:1}}.hex-anim{animation:hex-pulse 3s ease-in-out infinite}@keyframes breathe{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #10b981b3}50%{opacity:.6;transform:scale(1.1);box-shadow:0 0 10px 4px #10b98166}}.status-breathing{animation:breathe 3s ease-in-out infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(300%)}}.shimmer-anim{animation:shimmer 2s infinite}
