@layer bricks {.brxe-code{width:100%}}@keyframes gradientFlow { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; }}@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); }}@keyframes pulseGlow { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; }}@keyframes dataStream { 0% { transform: translateY(-100%); } 100% { transform: translateY(100%); }}@keyframes scanLine { 0% { transform: translateY(-100%); } 100% { transform: translateY(100vh); }}.animate-gradient { background-size: 200% 200%; animation: gradientFlow 8s ease infinite;}.animate-float { animation: float 6s ease-in-out infinite;}.animate-pulse-glow { animation: pulseGlow 3s ease-in-out infinite;}.glass { background: rgba(13, 30, 56, 0.6); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.08);}.glass-light { background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.05);}.text-gradient-primary { background: linear-gradient(135deg, #0066FF 0%, #7B61FF 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;}.text-gradient-cyan { background: linear-gradient(135deg, #00F5D4 0%, #0066FF 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;}.grid-overlay { background-image: linear-gradient(rgba(0, 102, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 102, 255, 0.03) 1px, transparent 1px); background-size: 50px 50px;}.noise::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.015'/%3E%3C/svg%3E"); pointer-events: none; z-index: 1;}.reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);}.reveal.active { opacity: 1; transform: translateY(0);}.glow-border-blue::before { content: ''; position: absolute; inset: -1px; background: linear-gradient(135deg, rgba(0, 102, 255, 0.5), transparent); border-radius: inherit; z-index: -1; opacity: 0; transition: opacity 0.3s ease;}.glow-border-blue:hover::before { opacity: 1;}.data-stream { position: relative; overflow: hidden;}.data-stream::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100%; background: linear-gradient(180deg, transparent, rgba(0, 245, 212, 0.1), transparent); animation: dataStream 3s linear infinite;}::-webkit-scrollbar { width: 6px;}::-webkit-scrollbar-track { background: #0A1628;}::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #0066FF, #7B61FF); border-radius: 3px;}.chapter-transition { position: relative; overflow: hidden;}.chapter-transition::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(0, 102, 255, 0.5), transparent);}.chapter-transition::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(0, 102, 255, 0.5), transparent);}.halo-glow { position: relative;}.halo-glow::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(0, 102, 255, 0.15) 0%, transparent 70%); pointer-events: none;}