@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:#e2e8f0;background:linear-gradient(135deg,#0f172a,#1e293b);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}.max-w-7xl{max-width:80rem;margin:0 auto}.flex{display:flex}.inline-flex{display:inline-flex}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.flex-shrink-0{flex-shrink:0}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-16{gap:4rem}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-12{padding-left:3rem;padding-right:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-2{padding-top:.5rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-16{padding-top:4rem}.pb-3{padding-bottom:.75rem}.pb-8{padding-bottom:2rem}.m-4{margin:1rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.ml-2{margin-left:.5rem}.ml-10{margin-left:2.5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-full{width:100%}.w-80{width:20rem}.w-96{width:24rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-80{height:20rem}.h-96{height:24rem}.min-h-screen{min-height:100vh}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-7xl{font-size:4.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.text-center{text-align:center}.text-white{color:#fff}.text-gray-200{color:#e5e7eb}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-purple-300{color:#c4b5fd}.text-green-300{color:#86efac}.text-purple-600{color:#9333ea}.bg-white{background-color:#fff}.bg-gray-100{background-color:#f3f4f6}.bg-gray-800{background-color:#1f2937}.bg-gray-900{background-color:#111827}.bg-slate-700{background-color:#334155}.bg-slate-800{background-color:#1e293b}.bg-slate-900{background-color:#0f172a}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-purple-600{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.to-pink-600{--tw-gradient-to: #db2777}.from-purple-500{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.to-pink-500{--tw-gradient-to: #ec4899}.from-purple-400{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.to-pink-400{--tw-gradient-to: #f472b6}.to-yellow-400{--tw-gradient-to: #facc15}.from-green-500{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.to-emerald-500{--tw-gradient-to: #10b981}.from-blue-900{--tw-gradient-from: #1e3a8a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))}.to-indigo-900{--tw-gradient-to: #312e81}.text-transparent{color:transparent}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-gray-200{border-color:#e5e7eb}.border-gray-600{border-color:#4b5563}.border-white{border-color:#fff}.border-purple-400{border-color:#c084fc}.border-purple-500{border-color:#a855f7}.border-green-400{border-color:#4ade80}.border-blue-500{border-color:#3b82f6}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.top-1\/4{top:25%}.top-1\/3{top:33.333333%}.top-1\/2{top:50%}.bottom-8{bottom:2rem}.bottom-1\/4{bottom:25%}.left-1\/4{left:25%}.left-1\/3{left:33.333333%}.left-1\/2{left:50%}.right-8{right:2rem}.right-1\/4{right:25%}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.transform{transform:translateZ(0)}.-translate-x-1\/2{transform:translate(-50%)}.scale-95{transform:scale(.95)}.scale-100{transform:scale(1)}.scale-105{transform:scale(1.05)}.scale-110{transform:scale(1.1)}.rotate-180{transform:rotate(180deg)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-75{transition-duration:75ms}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.opacity-100{opacity:1}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.overflow-hidden{overflow:hidden}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.cursor-pointer{cursor:pointer}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{box-shadow:0 0 0 2px #9333ea80}.focus\:ring-4:focus{box-shadow:0 0 0 4px #9333ea80}.focus\:ring-purple-400:focus{box-shadow:0 0 0 2px #c4b5fd80}.focus\:border-purple-400:focus{border-color:#c084fc}.hover\:text-purple-600:hover{color:#9333ea}.hover\:text-white:hover{color:#fff}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-gray-500:hover{background-color:#6b7280}.hover\:bg-purple-600:hover{background-color:#9333ea}.hover\:bg-white:hover{background-color:#fff}.hover\:border-white:hover{border-color:#fff}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hover\:shadow-2xl:hover{box-shadow:0 25px 50px -12px #00000040}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:scale-110:hover{transform:scale(1.1)}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-2xl{font-size:1.5rem}.sm\:text-3xl{font-size:1.875rem}.sm\:text-4xl{font-size:2.25rem}.sm\:text-5xl{font-size:3rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:mt-0{margin-top:0}.sm\:p-12{padding:3rem}}@media (min-width: 768px){.md\:block{display:block}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2 / span 2}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-5xl{font-size:3rem}.lg\:text-7xl{font-size:4.5rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}@keyframes gradient-x{0%,to{background-size:200% 200%;background-position:left center}50%{background-size:200% 200%;background-position:right center}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes pulse-glow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes matrix-rain{0%{transform:translateY(-100vh);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(100vh);opacity:0}}@keyframes circuit-flow{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes data-stream{0%{transform:translate(-100%);opacity:0}50%{opacity:1}to{transform:translate(100vw);opacity:0}}@keyframes tech-pulse{0%,to{box-shadow:0 0 20px #8b5cf64d}50%{box-shadow:0 0 40px #8b5cf6cc,0 0 60px #ec489966}}.animate-blob{animation:blob 7s infinite}.animate-bounce{animation:bounce 1s infinite}.animate-gradient-x{animation:gradient-x 3s ease infinite}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse-glow{animation:pulse-glow 3s ease-in-out infinite}.animate-matrix-rain{animation:matrix-rain 8s linear infinite}.animate-circuit-flow{animation:circuit-flow 4s ease-in-out infinite}.animate-data-stream{animation:data-stream 5s linear infinite}.animate-tech-pulse{animation:tech-pulse 2s ease-in-out infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.animation-delay-6000{animation-delay:6s}.animation-delay-1000{animation-delay:1s}.animation-delay-3000{animation-delay:3s}.animation-delay-5000{animation-delay:5s}.animation-delay-7000{animation-delay:7s}.tech-bg-element{position:absolute;pointer-events:none;z-index:0}.app{min-height:100vh;position:relative}body{margin:0;padding:0;min-height:100vh}.tech-circuit{stroke:#8b5cf64d;stroke-width:2;fill:none;stroke-dasharray:10,5}.tech-node{fill:#8b5cf699;stroke:#ec4899cc;stroke-width:2}.tech-data-line{height:2px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.8),transparent)}.tech-grid-line{background:#8b5cf61a}.tech-particle{background:radial-gradient(circle,rgba(139,92,246,.8),transparent);border-radius:50%}.tech-hex{border:2px solid rgba(139,92,246,.3);background:#8b5cf60d}.tech-binary{font-family:Courier New,monospace;color:#8b5cf666;font-size:12px;line-height:1}nav{background:#0f172afa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:2px solid rgba(147,51,234,.3);box-shadow:0 8px 32px #0000004d}nav .logo-text{text-shadow:0 2px 4px rgba(0,0,0,.3)}nav .nav-link{position:relative;overflow:hidden}nav .nav-link:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#8b5cf6,#ec4899);transition:width .3s ease}nav .nav-link:hover:before{width:100%}button{display:inline-flex;align-items:center;justify-content:center;font-weight:600;border-radius:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;position:relative;overflow:hidden}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1.5rem 3rem;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;font-size:1.125rem;font-weight:700;border-radius:9999px;box-shadow:0 20px 40px -10px #8b5cf699;border:2px solid rgba(139,92,246,.3);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.btn-primary:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 30px 60px -15px #8b5cf6cc;background:linear-gradient(135deg,#7c3aed,#db2777)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1.5rem 3rem;background:#1e293bcc;color:#e5e7eb;font-size:1.125rem;font-weight:700;border-radius:9999px;border:2px solid rgba(148,163,184,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.btn-secondary:hover{background:#334155e6;border-color:#8b5cf699;color:#f9fafb;transform:translateY(-4px) scale(1.05)}input,textarea,select{width:100%;padding:1rem 1.25rem;background:#1e293bcc;border:2px solid rgba(148,163,184,.3);border-radius:.75rem;font-size:1rem;color:#e5e7eb;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}input:focus,textarea:focus,select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf64d;background:#334155e6}input::placeholder,textarea::placeholder{color:#9ca3af}.service-card-compact{background:linear-gradient(135deg,#1e293b,#334155);border-radius:1.5rem;padding:2rem;box-shadow:0 10px 30px -5px #0000004d;border:1px solid rgba(100,116,139,.3);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;height:280px;display:flex;flex-direction:column}.service-card-compact:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px -10px #0006}.service-icon-compact{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #0000004d;transition:all .3s;margin-bottom:1.5rem}.service-card-compact:hover .service-icon-compact{transform:scale(1.1)}.service-content-compact{flex:1;display:flex;flex-direction:column}.service-title-compact{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.3}.service-description-compact{color:#d1d5db;font-size:.875rem;line-height:1.5;margin-bottom:1.5rem;flex:1}.view-details-btn{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:#8b5cf61a;color:#a855f7;border:1px solid rgba(139,92,246,.3);border-radius:.75rem;font-weight:600;font-size:.875rem;transition:all .3s;cursor:pointer;align-self:flex-start}.view-details-btn:hover{background:#8b5cf633;border-color:#8b5cf680;transform:translateY(-2px)}.service-card-wide{background:linear-gradient(135deg,#1e293b,#334155);border-radius:1.5rem;padding:3rem 2.5rem;box-shadow:0 20px 40px -10px #0009;border:1px solid rgba(100,116,139,.3);transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;min-height:320px}.service-card-overlay-wide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s;border-radius:1.5rem}.service-card-wide:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 40px 80px -20px #000c}.service-card-wide:hover .service-card-overlay-wide{opacity:.1}.service-card-content-wide{position:relative;z-index:10}.service-card-header-wide{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.expand-button-wide{color:#9ca3af;background:none;border:none;padding:.75rem;border-radius:.5rem;transition:all .2s;cursor:pointer}.expand-button-wide:hover{color:#fff;background:#374151}.expand-icon-wide{width:1.75rem;height:1.75rem;transition:transform .3s}.expand-icon-wide.rotated{transform:rotate(180deg)}.service-title-wide{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.25rem;transition:all .3s}.service-card-wide:hover .service-title-wide{background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;background-clip:text;color:transparent}.service-description-wide{color:#d1d5db;font-size:1rem;line-height:1.625;margin-bottom:1.5rem}.expanded-content-wide{border-top:1px solid #4b5563;padding-top:2.5rem;margin-top:2rem;animation:expandContent .3s ease-out}@keyframes expandContent{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.service-details-wide{color:#e5e7eb;font-size:1rem;line-height:1.625;margin-bottom:2.5rem}.features-section-wide{margin-top:2.5rem;margin-bottom:2.5rem}.features-title-wide{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem}.features-list-wide{list-style:none;padding:0;margin:0}.feature-item-wide{display:flex;align-items:flex-start;margin-bottom:1.25rem}.feature-text-wide{font-size:1rem;color:#d1d5db;line-height:1.625}.service-icon-wide{width:5rem;height:5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0006;transition:all .3s}.service-icon-wide:hover{transform:scale(1.1)}.service-icon-wide svg{width:2.5rem;height:2.5rem;color:#fff}.feature-list-wide{list-style:none;padding:0}.feature-item-wide{display:flex;align-items:flex-start;margin-bottom:1rem}.feature-icon-wide{width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;margin-top:.125rem;flex-shrink:0}.feature-icon-wide svg{width:1rem;height:1rem;color:#fff}.panel-image-section-wide{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid #4b5563;margin-bottom:2.5rem}.panel-title-wide{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem}.panel-image-container-wide{position:relative;border-radius:.75rem;overflow:hidden;cursor:pointer;transition:all .3s;box-shadow:0 10px 30px #0006}.panel-image-container-wide:hover{transform:scale(1.03);box-shadow:0 20px 40px #0009}.panel-image-wide{width:100%;height:200px;object-fit:cover;border-radius:.75rem}.panel-overlay-wide{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;border-radius:.75rem}.panel-image-container-wide:hover .panel-overlay-wide{opacity:1}.panel-overlay-content{display:flex;flex-direction:column;align-items:center;text-align:center}.play-icon-wide{width:4rem;height:4rem;color:#fff;background:#8b5cf6cc;border-radius:50%;padding:1rem;margin-bottom:.5rem}.panel-overlay-text{color:#fff;font-size:.875rem;font-weight:600}.demo-section-wide{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid #4b5563}.demo-button-wide{width:100%;display:flex;align-items:center;justify-content:center;padding:1.25rem 2rem;border-radius:.75rem;color:#fff;font-weight:700;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s;box-shadow:0 10px 30px #0000004d;position:relative;overflow:hidden}.demo-button-wide:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 20px 40px #0006}.demo-button-wide:active{transform:translateY(0) scale(.98)}.demo-icon-wide{width:1.5rem;height:1.5rem;margin-right:.75rem}.arrow-icon-wide{width:1.5rem;height:1.5rem;margin-left:.75rem;transition:transform .3s}.demo-button-wide:hover .arrow-icon-wide{transform:translate(4px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#8b5cf6,#ec4899);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#7c3aed,#db2777)}::selection{background:#8b5cf6;color:#fff}a,a:hover{color:inherit;text-decoration:none}a:visited{color:inherit}a:focus{outline:2px solid rgba(139,92,246,.5);outline-offset:2px}.no-underline{text-decoration:none!important}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.mix-blend-multiply{mix-blend-mode:multiply}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur: blur(24px)}.blur-2xl{--tw-blur: blur(40px)}.resize-none{resize:none}.mauto{margin:0 auto}@keyframes blob-53f8c8b3{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}@keyframes gradient-x-53f8c8b3{0%,to{background-size:200% 200%;background-position:left center}50%{background-size:200% 200%;background-position:right center}}.animate-blob[data-v-53f8c8b3]{animation:blob-53f8c8b3 7s infinite}.animation-delay-2000[data-v-53f8c8b3]{animation-delay:2s}.animation-delay-4000[data-v-53f8c8b3]{animation-delay:4s}.animate-gradient-x[data-v-53f8c8b3]{animation:gradient-x-53f8c8b3 3s ease infinite}#app{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}.app{min-height:100vh}
