@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fade-in,.slide-up,.slide-left,.slide-right,.scale-in{opacity:0;will-change:opacity,transform}.fade-in.animate-in{animation:fadeIn .8s ease forwards}.slide-up.animate-in{animation:slideUp .8s ease forwards}.slide-left.animate-in{animation:slideLeft .8s ease forwards}.slide-right.animate-in{animation:slideRight .8s ease forwards}.scale-in.animate-in{animation:scaleIn .8s ease forwards}.market-failure-bottom .scale-in.animate-in:nth-child(1){animation-delay:.1s}.market-failure-bottom .scale-in.animate-in:nth-child(2){animation-delay:.2s}.market-failure-bottom .scale-in.animate-in:nth-child(3){animation-delay:.3s}.market-failure-bottom .scale-in.animate-in:nth-child(4){animation-delay:.4s}.team-card.scale-in.animate-in:nth-child(1){animation-delay:.1s}.team-card.scale-in.animate-in:nth-child(2){animation-delay:.2s}.team-card.scale-in.animate-in:nth-child(3){animation-delay:.3s}.team-card.scale-in.animate-in:nth-child(4){animation-delay:.4s}.team-card.scale-in.animate-in:nth-child(5){animation-delay:.5s}.component-card.slide-up.animate-in:nth-child(1){animation-delay:.1s}.component-card.slide-up.animate-in:nth-child(2){animation-delay:.2s}.component-card.slide-up.animate-in:nth-child(3){animation-delay:.3s}.hero-stat-item.fade-in.animate-in:nth-child(1){animation-delay:.2s}.hero-stat-item.fade-in.animate-in:nth-child(2){animation-delay:.4s}.hero-stat-item.fade-in.animate-in:nth-child(3){animation-delay:.6s}.app{min-height:100vh;background:#0a0a0a}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (min-width: 1400px){.container{max-width:1400px;padding:0 40px}.hero-title{font-size:4.5rem}.hero-subtitle{font-size:1.5rem}.section-title{font-size:3rem}}.navbar{background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.navbar.scrolled{background:#0a0a0afa;box-shadow:0 4px 20px #0000004d}.navbar .container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 20px}.nav-brand{display:inline-flex;align-items:center;text-decoration:none;line-height:0;-webkit-user-select:none;user-select:none}.nav-logo{height:28px;width:auto;display:block;object-fit:contain}.nav-links{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0}.nav-links a{text-decoration:none;color:#fffc;font-weight:400;font-size:.95rem;transition:color .3s}.nav-links a:hover{color:#fff}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.mobile-menu-toggle span{width:25px;height:2px;background:#fff;transition:all .3s;display:block}.hero{background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#0f0f1e);padding:120px 0 80px;text-align:center;min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(79,209,199,.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(99,102,241,.12) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(139,92,246,.08) 0%,transparent 70%);animation:heroGradient 15s ease infinite;pointer-events:none}.hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(79,209,199,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(79,209,199,.03) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite;pointer-events:none;opacity:.5}@keyframes heroGradient{0%,to{transform:scale(1) rotate(0);opacity:1}50%{transform:scale(1.1) rotate(5deg);opacity:.8}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero .container{position:relative;z-index:1}.hero-shapes{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none;z-index:0}.hero-shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#4fd1c71a,#6366f11a);filter:blur(60px);animation:floatShape 20s ease-in-out infinite}.hero-shape-1{width:400px;height:400px;top:-100px;left:-100px;animation-delay:0s}.hero-shape-2{width:300px;height:300px;top:50%;right:-50px;animation-delay:5s}.hero-shape-3{width:250px;height:250px;bottom:100px;left:20%;animation-delay:10s}.hero-shape-4{width:350px;height:350px;top:30%;right:30%;animation-delay:15s}@keyframes floatShape{0%,to{transform:translate(0) scale(1);opacity:.3}25%{transform:translate(50px,-50px) scale(1.1);opacity:.4}50%{transform:translate(-30px,30px) scale(.9);opacity:.35}75%{transform:translate(30px,50px) scale(1.05);opacity:.4}}.hero-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2;max-width:900px;margin-left:auto;margin-right:auto}.hero-subtitle{font-size:1.5rem;color:#fff9;font-style:italic;margin-bottom:3rem;font-weight:400}.cta-button{display:inline-block;padding:1rem 2.5rem;background:#4fd1c7;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;font-size:1rem;transition:all .3s;margin-bottom:4rem}.cta-button{position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.cta-button:hover:before{width:300px;height:300px}.cta-button:hover{background:#38b2ac;transform:translateY(-2px);box-shadow:0 10px 30px #4fd1c766}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:4rem}.hero-stat-item{text-align:center}.hero-stat-number{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.5rem;transition:all .3s ease}.hero-stat-item:hover .hero-stat-number{color:#4fd1c7;transform:scale(1.1)}.hero-stat-label{font-size:1rem;color:#fff9;font-weight:400}.market-failure{padding:100px 0;background:#fff}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:4rem}.market-failure-top{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.market-failure-bottom{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.market-failure-card{background:#fff;border-radius:12px;padding:2.5rem;border:1px solid #e5e5e5}.market-failure-card.large{text-align:center}.market-failure-card.small{text-align:left}.market-stat-number{font-size:3.5rem;font-weight:700;color:#4fd1c7;margin-bottom:1rem}.market-stat-text{font-size:1.1rem;color:#4a4a4a;line-height:1.6}.market-failure-card.small h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.market-failure-card.small p{font-size:1rem;color:#666;line-height:1.6}.market-failure-card{transition:all .4s cubic-bezier(.4,0,.2,1)}.market-failure-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 35px #00000026;border-color:#4fd1c7}.market-failure-card.large:hover .market-stat-number{animation:pulse 1s ease-in-out}.how-it-works{padding:100px 0;background:#0a0a0a}.how-it-works .section-title{color:#fff}.process-flow{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:4rem;flex-wrap:wrap}.process-step{text-align:center;flex:0 0 auto}.process-number{width:60px;height:60px;border-radius:50%;background:#4fd1c7;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem;transition:all .3s ease;position:relative}.process-step:hover .process-number{transform:scale(1.1) rotate(5deg);box-shadow:0 10px 30px #4fd1c766}.process-step{transition:transform .3s ease}.process-step:hover{transform:translateY(-5px)}.process-label{font-size:.9rem;color:#fffc;max-width:120px;line-height:1.4}.process-arrow{color:#ffffff80;font-size:1.5rem;font-weight:300;transition:all .3s ease;animation:float 3s ease-in-out infinite}.process-arrow:hover{color:#4fd1c7;transform:scale(1.2)}.supporting-components{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.component-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.component-card:hover{transform:translateY(-8px);background:#ffffff14;border-color:#4fd1c74d;box-shadow:0 20px 40px #0000004d}.component-card h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}.component-card p{font-size:1rem;color:#fff9;line-height:1.6}.video-section{padding:100px 0;background:#0a0a0a;position:relative}.video-wrapper{max-width:1200px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.1);background:#ffffff05}.advanca-video{width:100%!important;height:auto!important;display:block!important;outline:none;background:#000;margin:0!important;object-fit:contain!important;object-position:center center!important;border-radius:0!important;transform:none!important}.advanca-video::-webkit-media-controls-panel{background-color:#000000b3}.advanca-video::-webkit-media-controls-play-button{background-color:#4fd1c7;border-radius:50%}.team{padding:100px 0;background:#0a0a0a;position:relative;overflow:hidden;isolation:isolate}.team:before{content:"";position:absolute;inset:-220px -140px auto;height:520px;background:radial-gradient(circle at 30% 30%,#4fd1c738,#4fd1c700 60%);pointer-events:none;z-index:0}.team:after{content:"";position:absolute;inset:auto -200px -340px;height:640px;background:radial-gradient(circle at 70% 70%,#ffffff0f,#fff0 60%);pointer-events:none;z-index:0}.team .container{position:relative;z-index:1}.team .section-title{color:#fff}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem;align-items:stretch}@media (min-width: 769px) and (max-width: 1024px){.container{padding:0 30px}.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.15rem}.hero-stats{gap:3rem}.market-failure-bottom,.supporting-components{grid-template-columns:repeat(2,1fr)}.team-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-content{grid-template-columns:repeat(2,1fr)}}.team-card{position:relative;overflow:hidden;display:flex;flex-direction:column;background:radial-gradient(900px 220px at 20% 0%,rgba(79,209,199,.12),transparent 55%),#ffffff08;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:2.25rem 2rem;text-align:center;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),border-color .4s cubic-bezier(.4,0,.2,1),background .4s cubic-bezier(.4,0,.2,1)}.team-card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background:radial-gradient(480px 240px at 50% 0%,#4fd1c72e,#4fd1c700 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.team-card:hover{transform:translateY(-10px) scale(1.02);background:radial-gradient(900px 220px at 20% 0%,rgba(79,209,199,.18),transparent 55%),#ffffff0d;border-color:#4fd1c759;box-shadow:0 24px 60px #00000073,0 0 0 1px #4fd1c70f}.team-card:hover:before{opacity:1}.team-card:hover .team-photo{transform:scale(1.1);border-color:#4fd1c780;box-shadow:0 12px 32px #00000073,0 0 0 6px #4fd1c71f}.team-photo{width:150px;height:210px;border-radius:18px;margin:0 auto 1.5rem;background:#ffffff1a;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.2);overflow:hidden;position:relative;transition:all .4s ease;box-shadow:0 10px 28px #00000059,0 0 0 6px #ffffff0a}.team-photo img{width:100%;height:100%;object-fit:cover;object-position:center 0%;border-radius:inherit;display:block;transform:scale(1);transition:transform .45s ease,filter .45s ease}.team-card:hover .team-photo img{transform:scale(1.03);filter:saturate(1.08) contrast(1.03)}.team-photo img.harold-photo{object-position:center 1%}.team-photo img.yulian-photo,.team-photo img.xavier-photo,.team-photo img.jerome-photo,.team-photo img.eddy-photo{object-position:center 0%}.team-photo-placeholder{font-size:2rem;font-weight:700;color:#fff9;position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.team-name{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.team-title{font-size:1rem;color:#ffffffb8;margin:0 auto 1.25rem;display:inline-flex;align-items:center;justify-content:center;padding:.45rem .75rem;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);width:fit-content}.team-description{font-size:.95rem;color:#ffffffb8;line-height:1.6;text-align:left;margin:0}.contact{padding:100px 0;background:#0a0a0a}.contact .section-title{color:#fff}.contact-form{max-width:600px;margin:3rem auto 0;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:3rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#fffc;font-weight:500;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.875rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:1rem;font-family:inherit;color:#fff;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4fd1c7;background:#ffffff14}.submit-button{width:100%;padding:1rem;background:#4fd1c7;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s}.submit-button{position:relative;overflow:hidden}.submit-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.submit-button:hover:before{width:300px;height:300px}.submit-button:hover{background:#38b2ac;transform:translateY(-2px);box-shadow:0 10px 30px #4fd1c766}.footer{background:#0a0a0a;padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-column{display:flex;flex-direction:column}.footer-brand{display:inline-flex;align-items:center;text-decoration:none;margin-bottom:.75rem;line-height:0}.footer-logo{height:32px;width:auto;display:block;object-fit:contain}.footer-location{font-size:.95rem;color:#fff9}.footer-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff9;text-decoration:none;font-size:.95rem;transition:color .3s}.footer-links a:hover{color:#fff}.footer-links li{color:#fff9;font-size:.95rem}.footer-separator{height:1px;background:#ffffff1a;margin:2rem 0}.footer-copyright{text-align:center}.footer-copyright p{color:#fff9;font-size:.9rem;margin:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.fade-in,.slide-up,.slide-left,.slide-right,.scale-in{opacity:1!important;transform:none!important}}@media (max-width: 1024px){.container{padding:0 30px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.hero-stats{gap:2.5rem}.market-failure-top{gap:1.5rem}.market-failure-bottom{grid-template-columns:repeat(2,1fr);gap:1.5rem}.market-failure-card{padding:2rem}.market-stat-number{font-size:3rem}.process-flow{flex-wrap:wrap;gap:1rem}.process-step{flex:0 0 calc(50% - .5rem)}.process-arrow{display:none}.supporting-components{grid-template-columns:repeat(2,1fr);gap:1.5rem}.team-grid,.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.container{padding:0 20px}.navbar .container{padding:1rem 20px;position:relative}.nav-logo{height:24px}.mobile-menu-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;background:#0a0a0a;flex-direction:column;padding:1.5rem 20px;gap:0;border-top:1px solid rgba(255,255,255,.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-links.mobile-open{transform:translateY(0);opacity:1;visibility:visible}.nav-links li{width:100%;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.nav-links li:last-child{border-bottom:none}.nav-links a{display:block;font-size:1rem;padding:.5rem 0}.mobile-menu-toggle.mobile-open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.mobile-open span:nth-child(2){opacity:0}.mobile-menu-toggle.mobile-open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.hero{padding:80px 0 60px;min-height:auto}.hero-shape{filter:blur(40px)}.hero-shape-1,.hero-shape-2,.hero-shape-3,.hero-shape-4{width:200px;height:200px}.hero:after{background-size:30px 30px}.hero-title{font-size:2rem;line-height:1.3;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.cta-button{padding:.875rem 2rem;font-size:.95rem;margin-bottom:3rem}.hero-stats{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:3rem}.hero-stat-item{flex:0 0 calc(33.333% - 1rem);min-width:120px}.hero-stat-number{font-size:2.5rem}.hero-stat-label{font-size:.9rem}.market-failure,.how-it-works,.video-section,.team,.contact{padding:60px 0}.video-wrapper{border-radius:12px;margin:0 10px}.section-title{font-size:1.75rem;margin-bottom:2.5rem}.market-failure-top{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.market-failure-bottom{grid-template-columns:repeat(2,1fr);gap:1.5rem}.market-failure-card{padding:2rem}.market-failure-card.large{padding:2.5rem 2rem}.market-stat-number{font-size:2.5rem}.market-stat-text{font-size:1rem}.market-failure-card.small h3{font-size:1.25rem}.market-failure-card.small p{font-size:.95rem}.process-flow{flex-direction:column;gap:1.5rem;margin-bottom:3rem}.process-step{flex:1 1 100%}.process-number{width:50px;height:50px;font-size:1.25rem}.process-label{font-size:.85rem;max-width:100%}.process-arrow{display:block;transform:rotate(90deg);margin:.5rem 0}.supporting-components{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}.component-card{padding:1.5rem}.component-card h3{font-size:1.25rem}.component-card p{font-size:.95rem}.team-grid{grid-template-columns:1fr;gap:2rem;margin-top:3rem}.team-card{padding:1.5rem}.team-photo{width:132px;height:190px}.team-photo img{width:100%;height:100%;object-position:center 0%;transform:scale(1)}.team-photo-placeholder{font-size:1.75rem}.team-name{font-size:1.25rem}.team-title{font-size:.95rem}.team-description{font-size:.9rem}.contact-form{padding:2rem 1.5rem;margin-top:2rem}.form-group{margin-bottom:1.25rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{padding:.75rem;font-size:.95rem}.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:1.5rem}.footer-logo{height:28px}.footer-title{font-size:1rem}.footer-links li,.footer-links a{font-size:.9rem}.footer-separator{margin:1.5rem 0}}@media (max-width: 480px){.container{padding:0 15px}.navbar .container{padding:.875rem 15px}.nav-logo{height:22px}.nav-links{gap:.75rem;font-size:.75rem}.hero{padding:60px 0 40px}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.cta-button{padding:.75rem 1.5rem;font-size:.9rem;margin-bottom:2.5rem}.hero-stats{flex-direction:column;gap:1.5rem;align-items:center}.hero-stat-item{width:100%;max-width:200px}.hero-stat-number{font-size:2rem}.hero-stat-label{font-size:.85rem}.market-failure,.how-it-works,.video-section,.team,.contact{padding:50px 0}.video-wrapper{border-radius:10px;margin:0 5px}.market-failure-bottom,.supporting-components{grid-template-columns:1fr}.section-title{font-size:1.5rem;margin-bottom:2rem}.market-failure-card{padding:1.5rem}.market-failure-card.large{padding:2rem 1.5rem}.market-stat-number{font-size:2rem}.market-stat-text{font-size:.95rem}.process-number{width:45px;height:45px;font-size:1.1rem}.process-label{font-size:.8rem}.component-card,.team-card{padding:1.25rem}.contact-form{padding:1.5rem}.footer{padding:2.5rem 0 1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--secondary-color: #06b6d4;--accent-color: #8b5cf6;--text-dark: #0f172a;--text-light: #64748b;--text-white: #ffffff;--bg-dark: #0f172a;--bg-darker: #020617;--bg-light: #f8fafc;--bg-white: #ffffff;--bg-card: rgba(255, 255, 255, .05);--border-color: rgba(255, 255, 255, .1);--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-dark: linear-gradient(135deg, #0f172a 0%, #1e293b 100%)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-white);line-height:1.6;background:var(--bg-darker)}html{scroll-behavior:smooth}button,a,input,textarea{-webkit-tap-highlight-color:transparent}@media screen and (max-width: 768px){html{-webkit-text-size-adjust:100%;text-size-adjust:100%}}
