:root{--teal-50:#f0fdfa;--teal-100:#ccfbf1;--teal-500:#14b8a6;--teal-600:#0d9488;--teal-700:#0f766e;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--indigo-50:#eef2ff;--indigo-500:#6366f1;--indigo-600:#4f46e5;--purple-50:#faf5ff;--purple-500:#a855f7;--purple-600:#9333ea;--success-50:#ecfdf5;--success-500:#10b981;--success-600:#059669;--warning-50:#fffbeb;--warning-500:#f59e0b;--warning-600:#d97706;--error-50:#fef2f2;--error-500:#ef4444;--error-600:#dc2626}body{font-family:Inter,sans-serif;color:var(--gray-900)}h1,h2,h3,h4,h5,h6{font-family:Roboto Mono,monospace;font-weight:400}.hero-title{font-size:2.5rem;line-height:1.2;letter-spacing:-.02em}.section-title{font-size:2rem;line-height:1.3;letter-spacing:-.01em}.subsection-title{font-size:1.5rem;line-height:1.4}.feature-title{font-size:1.25rem;line-height:1.4;font-weight:500}.body-large{font-size:1.125rem;line-height:1.6}.body-normal{font-size:1rem;line-height:1.6}.body-small{font-size:.875rem;line-height:1.5}.caption{font-size:.75rem;line-height:1.4}.btn-primary{background-color:var(--teal-600);color:#fff;border-radius:.375rem;padding:.75rem 1.5rem;font-weight:500;transition:background-color .15s}.btn-primary:hover{background-color:var(--teal-700)}.btn-secondary{background-color:#fff;color:var(--gray-700);border:1px solid var(--gray-300);border-radius:.375rem;padding:.75rem 1.5rem;font-weight:500;transition:background-color .15s}.btn-secondary:hover{background-color:var(--gray-50)}.card{background-color:#fff;border-radius:.5rem;border:1px solid var(--gray-100);box-shadow:0 1px 3px rgba(0,0,0,.05);transition:box-shadow .15s,transform .15s}.card:hover{box-shadow:0 4px 6px rgba(0,0,0,.05);transform:translateY(-2px)}.section,.section-alt{padding:6rem 0}.section-alt{background-color:var(--gray-50)}.gradient-teal-blue{background:linear-gradient(135deg,var(--teal-500),var(--blue-500))}.gradient-bg-subtle{background:linear-gradient(135deg,var(--teal-50),var(--blue-50))}@keyframes data-flow{0%{transform:translateX(0);opacity:0}50%{opacity:1}to{transform:translateX(calc(100% * 5));opacity:0}}@keyframes data-flow-reverse{0%{transform:translateX(0);opacity:0}50%{opacity:1}to{transform:translateX(calc(-100% * 5));opacity:0}}.animate-data-flow{animation:data-flow 3s infinite}.animate-data-flow-reverse{animation:data-flow-reverse 3s infinite}.animate-float-slow{animation:float 6s ease-in-out infinite}.animate-float-slower{animation:float 8s ease-in-out infinite}.animate-float-slowest{animation:float 10s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse-slow{0%{opacity:.6}50%{opacity:.8}to{opacity:.6}}@keyframes spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin-slow{animation:spin-slow 30s linear infinite}.scanning-animation{background:linear-gradient(180deg,transparent 0,rgba(79,70,229,.1) 50%,transparent);background-size:100% 200%;animation:scanning 4s linear infinite}@keyframes scanning{0%{background-position:0 0}to{background-position:0 200%}}.pulse-animation{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(20,184,166,.4)}70%{box-shadow:0 0 0 10px rgba(20,184,166,0)}to{box-shadow:0 0 0 0 rgba(20,184,166,0)}}.code-editor{font-family:Roboto Mono,monospace;z-index:0}.code-editor .comment{color:#6b7280}.code-editor .highlight{color:#10b981;position:relative}.code-editor .highlight:before{content:"";position:absolute;left:-8px;top:0;bottom:0;width:2px;background-color:#10b981}@keyframes typing{0%{width:0}to{width:100%}}.typing-animation .code-line,.typing-animation .comment{overflow:hidden;white-space:nowrap;animation:typing .5s steps(30)}.typing-animation .code-line:first-child{animation-delay:.1s}.typing-animation .code-line:nth-child(2){animation-delay:.3s}.typing-animation .code-line:nth-child(3){animation-delay:.5s}.typing-animation .code-line:nth-child(4){animation-delay:.7s}.typing-animation .comment:nth-child(5){animation-delay:.9s}.typing-animation .code-line:nth-child(6){animation-delay:1.1s}.typing-animation .code-line:nth-child(7){animation-delay:1.3s}.typing-animation .code-line:nth-child(8){animation-delay:1.5s}.typing-animation .code-line:nth-child(9){animation-delay:1.7s}.typing-animation .code-line:nth-child(10){animation-delay:1.9s}.typing-animation .code-line:nth-child(11){animation-delay:2.1s}.typing-animation .code-line:nth-child(12){animation-delay:2.3s}.typing-animation .comment:nth-child(14){animation-delay:2.5s}.typing-animation .code-line:nth-child(15){animation-delay:2.7s}.typing-animation .code-line:nth-child(16){animation-delay:2.9s}.typing-animation .code-line:nth-child(17){animation-delay:3.1s}.typing-animation .code-line:nth-child(19){animation-delay:3.3s}.perspective-1200{perspective:1200px}.rotate-y-5{transform:rotateY(5deg)}.rotate-x-2{transform:rotateX(2deg)}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.ml-12{margin-left:3rem}.ml-16{margin-left:4rem}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.subsection-title{font-size:1.25rem}.section,.section-alt{padding:4rem 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}