:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}html{scroll-behavior:smooth}.home{min-height:100vh;background:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;padding:24px 0;transition:all .2s ease}.nav-container{max-width:1080px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;color:#000;text-decoration:none;transition:all .3s ease;position:relative}.logo:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);transform:scaleX(0);transition:transform .3s ease}.logo:hover{transform:translateY(-2px)}.logo:hover:after{transform:scaleX(1)}.logo img{height:40px;width:auto;flex-shrink:0;object-fit:contain;transition:transform .3s ease}.logo:hover img{transform:scale(1.05)}.nav-links{display:flex;gap:32px}.nav-link{color:#666;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s ease;position:relative;padding-bottom:2px}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#000;transition:width .3s ease}.nav-link:hover{color:#000}.nav-link:hover:after{width:100%}.hero{padding:200px 32px 120px;max-width:1080px;margin:0 auto;position:relative;overflow:hidden}.hero-background{position:absolute;top:0;left:-50%;right:-50%;height:100%;background:linear-gradient(135deg,transparent 0%,rgba(0,0,0,.02) 25%,transparent 50%,rgba(0,0,0,.02) 75%,transparent 100%);animation:shimmer 8s ease infinite;pointer-events:none;z-index:0}@keyframes shimmer{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.hero-content{max-width:720px;position:relative;z-index:1}.hero-title{font-size:48px;font-weight:700;line-height:1.2;letter-spacing:-1.5px;margin-bottom:24px;color:#000}.word-animate{display:inline-block;opacity:0;animation:wordFadeInUp .8s ease forwards}.word-animate:nth-child(1){animation-delay:.1s}.word-animate:nth-child(2){animation-delay:.2s}.word-animate:nth-child(3){animation-delay:.3s}.word-animate:nth-child(4){animation-delay:.4s}.word-animate:nth-child(5){animation-delay:.5s}.word-animate:nth-child(6){animation-delay:.6s}.word-animate:nth-child(7){animation-delay:.7s}.word-animate:nth-child(8){animation-delay:.8s}.word-animate:nth-child(9){animation-delay:.9s}.word-animate:nth-child(10){animation-delay:1s}@keyframes wordFadeInUp{0%{opacity:0;transform:translateY(20px) rotateX(90deg)}to{opacity:1;transform:translateY(0) rotateX(0)}}.hero-subtitle{font-size:20px;line-height:1.6;color:#666;font-weight:400;opacity:0;animation:fadeIn 1s ease 1.2s forwards;position:relative}.hero-subtitle:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#000,transparent);animation:expandWidth 2s ease 1.5s forwards}@keyframes expandWidth{0%{width:0}to{width:100%}}.about{padding:100px 32px;background:#fafafa}.section-container{max-width:1080px;margin:0 auto}.about-content h2{font-size:32px;font-weight:600;margin-bottom:32px;letter-spacing:-.5px}.about-content p{font-size:18px;line-height:1.7;color:#333;margin-bottom:20px;max-width:720px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-top:60px;padding-top:60px;border-top:1px solid #e5e5e5}.stat-item{text-align:center;animation:fadeInUp .8s ease;animation-fill-mode:both}.stat-item:nth-child(1){animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item:nth-child(4){animation-delay:.4s}.stat-number{font-size:42px;font-weight:700;color:#000;letter-spacing:-1px;margin-bottom:8px;transition:transform .3s ease}.stat-item:hover .stat-number{transform:scale(1.05)}.stat-label{font-size:14px;color:#666;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.products{padding:100px 32px;background:#fff}.products h2{font-size:32px;font-weight:600;margin-bottom:48px;letter-spacing:-.5px}.products-list{display:flex;flex-direction:column;gap:48px;max-width:720px}.product-item{position:relative;padding:24px;border-radius:12px;background:#fff;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid transparent}.product-item:before{content:"";position:absolute;inset:0;border-radius:12px;background:linear-gradient(135deg,#f5f5f5,#fafafa);opacity:0;transition:opacity .3s ease;z-index:-1}.product-item:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 40px #0000001a;border-color:#eee}.product-item:hover:before{opacity:1}.product-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.product-title{display:flex;align-items:center;gap:12px}.product-logo{height:32px;width:auto;object-fit:contain}.product-header h3{font-size:24px;font-weight:600;letter-spacing:-.3px}.product-link{font-size:15px;color:#666;text-decoration:none;transition:color .2s ease;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace}.product-link:hover{color:#000}.product-item p{font-size:16px;line-height:1.6;color:#666;max-width:600px}.awards{padding:100px 32px;background:#fafafa}.awards h2{font-size:32px;font-weight:600;margin-bottom:48px;letter-spacing:-.5px}.awards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;max-width:1080px}.award-item{display:flex;gap:20px;padding:28px;background:#fff;border-radius:12px;border:1px solid #eee;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.award-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#000,#333);transition:height .3s ease}.award-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014;border-color:#ddd}.award-item:hover:before{height:100%}.award-icon{flex-shrink:0;width:80px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;padding:8px;transition:all .3s ease}.award-icon img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.award-icon svg{transition:transform .3s ease}.award-item:hover .award-icon{transform:translateY(-2px)}.award-item:hover .award-icon img,.award-item:hover .award-icon svg{transform:scale(1.05)}.award-content{flex:1}.award-content h3{font-size:22px;font-weight:600;margin-bottom:4px;letter-spacing:-.3px}.award-year{font-size:14px;color:#999;font-weight:500;margin-bottom:12px;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace}.award-description{font-size:15px;line-height:1.6;color:#666;margin-bottom:16px}.award-link{display:inline-flex;align-items:center;font-size:14px;color:#000;text-decoration:none;font-weight:500;transition:all .2s ease;position:relative}.award-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#000;transition:width .3s ease}.award-link:hover{transform:translate(4px)}.award-link:hover:after{width:calc(100% - 15px)}.investor-relations{padding:100px 32px;background:#fff;animation:fadeInUp .8s ease}.investor-relations h2{font-size:32px;font-weight:600;margin-bottom:48px;letter-spacing:-.5px;animation:slideIn .6s ease}.investor-content{max-width:1080px}.investor-intro{margin-bottom:60px;animation:fadeIn .8s ease .3s both}.lead-text{font-size:22px;line-height:1.6;color:#333;max-width:720px;margin:0 auto;text-align:center}.investor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;margin-bottom:80px}.investor-card{text-align:center;padding:32px 24px;background:#fafafa;border-radius:12px;border:1px solid #eee;transition:all .3s ease;position:relative;animation:fadeInUp .6s ease both;animation-fill-mode:both}.investor-card:nth-child(1){animation-delay:.4s}.investor-card:nth-child(2){animation-delay:.5s}.investor-card:nth-child(3){animation-delay:.6s}.investor-card:nth-child(4){animation-delay:.7s}.investor-card:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:#000;opacity:0;transition:opacity .3s ease}.investor-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014;background:#fff}.investor-card:hover:before{opacity:1}.investor-card-icon{width:60px;height:60px;margin:0 auto 20px;background:#f0f0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.investor-card:hover .investor-card-icon{background:#000;color:#fff;transform:scale(1.1)}.investor-card h3{font-size:18px;font-weight:600;margin-bottom:12px;letter-spacing:-.3px}.metric-value{font-size:32px;font-weight:700;color:#000;margin:16px 0;letter-spacing:-1px}.investor-card p{font-size:14px;line-height:1.6;color:#666}.investor-cta{text-align:center;padding:60px 32px;background:linear-gradient(135deg,#f8f8f8,#fafafa);border-radius:16px;border:1px solid #eee;animation:fadeIn .8s ease .8s both;position:relative;overflow:hidden}.investor-cta:before{content:"";position:absolute;top:-100%;left:-100%;width:300%;height:300%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.5) 50%,transparent 70%);animation:shimmerCTA 3s ease infinite;animation-delay:1.2s}@keyframes shimmerCTA{0%{transform:rotate(45deg) translateY(-100%)}to{transform:rotate(45deg) translateY(100%)}}.investor-cta h3{font-size:28px;font-weight:600;margin-bottom:12px;letter-spacing:-.5px;position:relative;z-index:1}.investor-cta p{font-size:16px;color:#666;margin-bottom:32px;position:relative;z-index:1}.investor-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.btn-primary,.btn-secondary{padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:500;font-size:15px;transition:all .3s ease;display:inline-block}.btn-primary{background:#000;color:#fff;border:2px solid #000}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.btn-secondary{background:transparent;color:#000;border:2px solid #000}.btn-secondary:hover{background:#000;color:#fff}.footer{padding:80px 32px 40px;border-top:1px solid #eee;background:#fff;margin-top:100px}.footer-container{max-width:1080px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start}.footer-left{flex:1}.footer-brand{margin-bottom:16px}.footer-logo{height:32px;width:auto;object-fit:contain}.footer-tagline{font-size:14px;color:#666;max-width:300px;margin-bottom:24px}.footer-social{display:flex;gap:16px}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#f5f5f5;color:#666;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.footer-social a:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#000;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease;z-index:0}.footer-social a:hover{transform:scale(1.1) rotate(5deg);color:#fff}.footer-social a:hover:before{width:100%;height:100%}.footer-social a:nth-child(1):hover{transform:scale(1.1) rotate(-5deg)}.footer-social a:nth-child(2):hover{transform:scale(1.1) rotate(5deg)}.footer-social a:nth-child(3):hover{transform:scale(1.1) rotate(-5deg)}.footer-social svg{width:18px;height:18px;position:relative;z-index:1}.footer-right{display:flex;gap:80px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column a{font-size:14px;color:#666;text-decoration:none;transition:color .2s ease}.footer-column a:hover{color:#000}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.hero-title{animation:fadeIn .8s ease}.hero-subtitle{animation:fadeIn .8s ease .1s both}.about,.products{animation:fadeInUp .8s ease}.product-item{animation:slideIn .6s ease;animation-fill-mode:both}.product-item:nth-child(1){animation-delay:.1s}.product-item:nth-child(2){animation-delay:.2s}.awards{animation:fadeInUp .8s ease}.award-item{animation:slideIn .6s ease;animation-fill-mode:both}.award-item:nth-child(1){animation-delay:.1s}.award-item:nth-child(2){animation-delay:.2s}.award-item:nth-child(3){animation-delay:.3s}.award-item:nth-child(4){animation-delay:.4s}.award-item:nth-child(5){animation-delay:.5s}::selection{background:#000;color:#fff}.scroll-to-top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;background:#000;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.9;transition:all .3s ease;z-index:99;animation:fadeInUp .3s ease,floatButton 3s ease-in-out infinite}@keyframes floatButton{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.scroll-to-top:hover{opacity:1;animation-play-state:paused;transform:translateY(-2px) scale(1.1);box-shadow:0 8px 20px #0000004d}.scroll-to-top:active{transform:translateY(0) scale(.95)}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:101}.hamburger{display:block;position:relative;width:24px;height:20px}.hamburger span{display:block;position:absolute;height:2px;width:100%;background:#000;transition:all .3s ease;left:0}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:9px}.hamburger span:nth-child(3){bottom:0}.hamburger.open span:nth-child(1){transform:rotate(45deg);top:9px}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg);bottom:9px}@media (max-width: 768px){.mobile-menu-toggle{display:block}.nav-links{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;padding:100px 32px 32px;box-shadow:-2px 0 20px #0000001a;transition:right .3s ease;z-index:100}.nav-links.mobile-open{right:0}.nav-link{font-size:18px;margin-bottom:24px}.hero{padding:140px 24px 80px}.hero-title{font-size:32px}.hero-subtitle{font-size:18px}.about,.products{padding:60px 24px}.about-content h2,.products h2{font-size:24px}.about-content p{font-size:16px}.product-header{flex-direction:column;gap:8px}.footer-container{flex-direction:column;gap:40px}.footer-right{gap:40px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:32px;margin-top:40px;padding-top:40px}.stat-number{font-size:32px}.scroll-to-top{bottom:24px;right:24px;width:42px;height:42px}.awards{padding:60px 24px}.awards h2{font-size:24px}.awards-grid{gap:24px}.award-item{flex-direction:column;padding:20px}.award-icon{width:48px;height:48px}.award-content h3{font-size:18px}.award-description{font-size:14px}}.careers{min-height:100vh;background:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.careers .logo{display:flex;align-items:center;color:#000;text-decoration:none;transition:opacity .2s ease}.careers .logo:hover{opacity:.8}.careers .logo img{height:40px;width:auto;flex-shrink:0;object-fit:contain}.careers-hero{padding:200px 32px 80px;max-width:1080px;margin:0 auto}.careers-hero h1{font-size:48px;font-weight:700;line-height:1.2;letter-spacing:-1.5px;margin-bottom:24px;color:#000}.careers-hero .hero-subtitle{font-size:20px;line-height:1.6;color:#666;font-weight:400;max-width:720px}.careers-content{padding:0 32px 100px;max-width:1080px;margin:0 auto}.careers-section{margin-bottom:80px}.careers-section h2{font-size:32px;font-weight:600;margin-bottom:32px;letter-spacing:-.5px}.careers-section p{font-size:18px;line-height:1.7;color:#333;margin-bottom:20px;max-width:720px}.positions-list{display:flex;flex-direction:column;gap:32px;margin:48px 0}.position{padding:32px;background:#fafafa;border-radius:12px;border:1px solid #eee;transition:all .2s ease}.position:hover{background:#f5f5f5;transform:translate(4px);border-color:#ddd}.position-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.position-header h3{font-size:24px;font-weight:600;color:#000;letter-spacing:-.3px}.location{font-size:14px;color:#666;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace}.position-description{font-size:16px;line-height:1.6;color:#444;margin-bottom:20px}.position-requirements{display:flex;flex-wrap:wrap;gap:8px}.position-requirements span{padding:6px 12px;background:#fff;border:1px solid #e0e0e0;border-radius:20px;font-size:13px;color:#666;font-weight:500}.contact-cta{margin-top:48px;font-size:18px;color:#333}.email-link{color:#000;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.email-link:hover{opacity:.6}@media (max-width: 768px){.careers-hero{padding:140px 24px 60px}.careers-hero h1{font-size:32px}.careers-hero .hero-subtitle{font-size:18px}.careers-content{padding:0 24px 60px}.careers-section h2{font-size:24px}.careers-section p{font-size:16px}.position{padding:24px}.position-header{flex-direction:column;gap:8px}.position-header h3{font-size:20px}.position-description{font-size:15px}}*{margin:0;padding:0;box-sizing:border-box}#root{min-height:100vh;width:100%}
