@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter+Tight:wght@600;700&family=Instrument+Serif:ital@1&display=swap";
:root{--background:#f8f9fa;--foreground:#1c1c21;--primary:#1947bf;--primary-hover:#143a9e;--secondary:#fff;--secondary-glow:#1947bf26;--glass-bg:#ffffffb3;--glass-border:#1947bf1a;--glass-shadow:0 10px 40px #0000000a;--accent-blue:#0cf5d4;--accent-pink:#f15bb5;--text-muted:#64748b}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);width:100%;color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Outfit,sans-serif;position:relative;overflow-x:hidden}a{color:inherit;text-decoration:none}h1{color:#0f172a;letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(1.8rem,6vw,3.5rem);font-weight:800;line-height:1.1}h2{color:#0f172a;letter-spacing:-.02em;margin-bottom:.8rem;font-size:clamp(1.3rem,4.5vw,2.2rem);font-weight:800}p{color:var(--text-muted);font-size:1rem;line-height:1.6}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px;padding:1.5rem;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s}.glass-panel:hover{border-color:#1947bf33;transform:translateY(-5px);box-shadow:0 15px 40px #1947bf14}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.7rem 1.6rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex;box-shadow:0 4px 14px #1947bf4d}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #1947bf66}.btn-secondary{color:var(--foreground);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;justify-content:center;align-items:center;padding:.7rem 1.6rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 2px 4px #00000005}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.page-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;align-items:center;width:100%;max-width:1000px;margin:0 auto;padding:6rem 1.5rem 3rem;display:flex}.coming-soon-badge{color:#fff;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:9999px;padding:.3rem .8rem;font-size:.75rem;font-weight:800;display:inline-block}.bg-gradient-orb{filter:blur(80px);z-index:-1;opacity:.5;border-radius:50%;width:600px;height:600px;animation:25s ease-in-out infinite float;position:absolute}.orb-1{background:radial-gradient(circle,#1947bf26 0%,#fff0 70%);top:-15%;left:-5%}.orb-2{background:radial-gradient(circle,#0cf5d426 0%,#fff0 70%);animation-delay:-12s;bottom:0%;right:-10%}.orb-3{background:radial-gradient(circle,#f15bb514 0%,#fff0 70%);animation-delay:-5s;top:40%;left:50%}@keyframes float{0%,to{transform:translateY(0)translate(0)scale(1)}33%{transform:translateY(-20px)translate(15px)scale(1.05)}66%{transform:translateY(15px)translate(-15px)scale(.95)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{opacity:0;animation:.6s cubic-bezier(.2,.8,.2,1) forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}@media (max-width:768px){.glass-panel{padding:1.2rem}.main-content{max-width:100%;padding-top:5rem}}@media (max-width:480px){.main-content{padding:5rem 1rem 2rem}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}}.reveal{transition:opacity .7s,transform .7s cubic-bezier(.22,1,.36,1)}html.rvl .reveal{opacity:0;will-change:opacity, transform}html.rvl .reveal-up{transform:translateY(30px)}html.rvl .reveal-left{transform:translate(-36px)}html.rvl .reveal-right{transform:translate(36px)}html.rvl .reveal-scale{transform:scale(.93)}html.rvl .reveal-in,.reveal-in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html.rvl .reveal{opacity:1;transition:none;transform:none}}.bfx-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;width:100%;max-width:860px;display:grid}.bfx-stat{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.2rem 1rem;box-shadow:0 6px 24px #0f172a0d}.bfx-stat b{color:var(--primary);letter-spacing:-.02em;font-size:1.7rem;display:block}.bfx-stat span{color:#64748b;font-size:.82rem;font-weight:600}.bfx-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.1rem;width:100%;min-width:0;max-width:1000px;display:grid}.bfx-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;gap:.5rem;padding:1.5rem 1.4rem;display:flex;box-shadow:0 8px 30px #0f172a0d}.bfx-card .ico{font-size:1.9rem;line-height:1}.bfx-card h3{color:#0f172a;margin:0;font-size:1.08rem}.bfx-card p{color:#475569;margin:0;font-size:.92rem;line-height:1.65}.bfx-card .soon{letter-spacing:.05em;text-transform:uppercase;color:var(--primary);background:#1947bf14;border-radius:99px;align-self:flex-start;padding:.2rem .6rem;font-size:.7rem;font-weight:800;display:inline-block}.bfx-phone{background:#0f172a;border-radius:34px;width:250px;margin:0 auto;padding:10px;box-shadow:0 24px 60px #0f172a47}.bfx-phone-screen{background:#f8fafc;border-radius:26px;overflow:hidden}.bfx-phone-bar{color:#0f172a;background:#fff;border-bottom:1px solid #f1f5f9;padding:.7rem .9rem .5rem;font-size:.8rem;font-weight:800}.bfx-ping{background:#fff;border:1px solid #ffedd5;border-radius:14px;margin:.7rem;padding:.75rem .8rem;box-shadow:0 4px 14px #ea580c14}.bfx-ping .who{color:#0f172a;font-size:.78rem;font-weight:800}.bfx-ping .where{color:#64748b;margin-top:.1rem;font-size:.72rem}.bfx-ping .cta{color:#fff;background:#ea580c;border-radius:99px;margin-top:.55rem;padding:.3rem .75rem;font-size:.72rem;font-weight:800;display:inline-block}.bfx-ping.planned{border-color:#dbeafe;box-shadow:0 4px 14px #2563eb14}.bfx-ping.planned .cta{background:var(--primary)}.bfx-timeline{width:100%;max-width:640px;margin:0 auto;padding-left:26px;position:relative}.bfx-timeline:before{content:"";background:linear-gradient(180deg, var(--primary), #0cf5d4);border-radius:3px;width:3px;position:absolute;top:8px;bottom:8px;left:8px}.bfx-step{padding:0 0 1.6rem .9rem;position:relative}.bfx-step:before{content:"";border:4px solid var(--primary);background:#fff;border-radius:50%;width:15px;height:15px;position:absolute;top:4px;left:-26px}.bfx-step h3{color:#0f172a;margin:0 0 .25rem;font-size:1.05rem}.bfx-step .when{letter-spacing:.06em;text-transform:uppercase;color:var(--primary);font-size:.72rem;font-weight:800}.bfx-step p{color:#475569;margin:.2rem 0 0;font-size:.92rem;line-height:1.65}.dkx-menu{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:18px;width:240px;margin:0 auto;overflow:hidden;box-shadow:0 18px 50px #0f172a24}.dkx-menu-head{color:#fff;background:#0f172a;padding:.7rem .9rem;font-size:.85rem;font-weight:800}.dkx-row{color:#0f172a;border-bottom:1px solid #f1f5f9;justify-content:space-between;gap:.6rem;padding:.55rem .9rem;font-size:.82rem;display:flex}.dkx-row b{font-variant-numeric:tabular-nums;color:var(--primary)}.dkx-row .tag{color:#64748b;background:#f1f5f9;border-radius:99px;align-self:center;padding:.1rem .45rem;font-size:.62rem;font-weight:800}.dkx-demo{width:100%;max-width:340px;margin:0 auto}.dkx-demo .dkx-menu{width:100%}.dkx-demo-chips{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:.9rem;display:flex}.dkx-chip{color:#334155;cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:99px;padding:.42rem .85rem;font-size:.8rem;font-weight:700;transition:all .15s}.dkx-chip:hover{border-color:var(--primary);color:var(--primary)}.dkx-chip.on{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 4px 14px #1947bf40}.dkx-chip:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.dkx-demo-note{color:#64748b;text-align:center;margin:.8rem 0 0;font-size:.78rem;line-height:1.5}.dkx-demo-count{color:var(--primary);font-variant-numeric:tabular-nums;font-weight:800}@media (max-width:640px){.bfx-stats{grid-template-columns:repeat(2,1fr)}.bfx-grid{grid-template-columns:1fr!important;max-width:100%!important}.bfx-phone{width:min(250px,82vw)}.dkx-menu{max-width:100%}}.thx-platform-card{padding:2.5rem}.thx-feature-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.1rem;max-width:660px;margin:0 auto 1.8rem;display:grid}.thx-feature-grid .ft{align-items:flex-start;gap:.6rem;display:flex}.thx-feature-grid .ft-ico{font-size:1.4rem;line-height:1}.thx-feature-grid .ft-title{color:#0f172a;font-size:.92rem;font-weight:700}.thx-feature-grid .ft-sub{color:#64748b;font-size:.82rem;line-height:1.4}.thx-sync-chain{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.1rem;display:flex}.thx-sync-chip{color:#0f172a;white-space:nowrap;background:#fff;border:1px solid #fed7aa;border-radius:99px;padding:.45rem .9rem;font-size:.88rem;font-weight:700}.thx-sync-arrow{color:#ea580c;font-size:1.4rem;font-weight:800}.thx-sync-plus{color:#94a3b8;font-size:1.1rem;font-weight:700}@media (max-width:640px){.thx-platform-card{padding:1.6rem 1.15rem}.thx-feature-grid{grid-template-columns:1fr 1fr;gap:1rem .8rem}.thx-feature-grid .ft{text-align:center;flex-direction:column;align-items:center;gap:.35rem}.thx-feature-grid .ft-title{font-size:.86rem}.thx-feature-grid .ft-sub{font-size:.76rem}.thx-sync-chain{flex-direction:column;gap:.4rem}.thx-sync-arrow{font-size:1.15rem;line-height:1;transform:rotate(90deg)}}
.Navbar-module__cJzEcG__header{z-index:2000;background:0 0;align-items:center;height:60px;padding:0 1.5rem;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #0000000d;box-shadow:0 4px 15px #00000008}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;max-width:1000px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logoArea{align-items:center;display:flex}.Navbar-module__cJzEcG__logo{z-index:2100;align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__projectLinks{gap:1.5rem;margin-right:1rem;display:flex}.Navbar-module__cJzEcG__link{color:#475569;font-size:.95rem;font-weight:600;transition:color .2s}.Navbar-module__cJzEcG__link:hover{color:var(--primary)}.Navbar-module__cJzEcG__permanentAction{z-index:2100;align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__desktopUserMenu{gap:.8rem;display:flex}.Navbar-module__cJzEcG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:none}.Navbar-module__cJzEcG__hamburger span{background-color:#0f172a;border-radius:2px;width:100%;height:2px;transition:all .3s cubic-bezier(.2,.8,.2,1)}.Navbar-module__cJzEcG__hamburgerOpen span:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__cJzEcG__hamburgerOpen span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburgerOpen span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{-webkit-backdrop-filter:blur(20px);z-index:2000;background:#fffffffa;flex-direction:column;width:100vw;height:100vh;padding:6rem 2rem 2rem;transition:right .4s cubic-bezier(.2,.8,.2,1);display:flex;position:fixed;top:0;right:-100vw;box-shadow:-10px 0 30px #0000000d}.Navbar-module__cJzEcG__mobileMenuOpen{right:0}.Navbar-module__cJzEcG__mobileLink{color:#0f172a;padding:1rem 0;font-size:1.5rem;font-weight:800;transition:color .2s}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--primary)}.Navbar-module__cJzEcG__navDivider{border:none;border-bottom:1px solid #e2e8f0;margin:.5rem 0}.Navbar-module__cJzEcG__mobileActionBox{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}@media (max-width:768px){.Navbar-module__cJzEcG__logo{font-size:1.2rem}.Navbar-module__cJzEcG__desktopNav{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__permanentAction{gap:1rem}.Navbar-module__cJzEcG__permanentAction .hide-on-mobile{display:none!important}.Navbar-module__cJzEcG__loginBtn{padding:.5rem .9rem!important;font-size:.85rem!important}.Navbar-module__cJzEcG__mobileMenu{padding:5rem 1.5rem 1.5rem}}@media (max-width:380px){.Navbar-module__cJzEcG__header{padding:0 1rem}.Navbar-module__cJzEcG__mobileMenu{padding:5rem 1rem 1rem}.Navbar-module__cJzEcG__mobileLink{font-size:1.2rem}}
.Footer-module__S6Hkya__footer{background:#fff;border-top:1px solid #e2e8f0;margin-top:auto;padding:4rem 2rem 2rem}.Footer-module__S6Hkya__container{flex-wrap:wrap;justify-content:space-between;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__S6Hkya__brand h3{color:#0f172a;margin-bottom:1rem;font-size:1.6rem;font-weight:800}.Footer-module__S6Hkya__brand span{color:var(--primary)}.Footer-module__S6Hkya__brand p{max-width:300px;color:var(--text-muted)}.Footer-module__S6Hkya__links{gap:4rem;display:flex}.Footer-module__S6Hkya__links h4{color:#0f172a;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.Footer-module__S6Hkya__links ul{list-style:none}.Footer-module__S6Hkya__links li{margin-bottom:.8rem}.Footer-module__S6Hkya__links a{color:var(--text-muted);font-weight:500;transition:color .2s}.Footer-module__S6Hkya__links a:hover{color:var(--primary)}.Footer-module__S6Hkya__bottom{text-align:center;color:#94a3b8;border-top:1px solid #e2e8f0;max-width:1200px;margin:4rem auto 0;padding-top:2rem;font-size:.95rem}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:2.5rem 1.2rem 1.5rem}.Footer-module__S6Hkya__container{flex-direction:column;gap:1.5rem}.Footer-module__S6Hkya__links{flex-wrap:wrap;gap:2rem}.Footer-module__S6Hkya__bottom{margin-top:2rem;font-size:.85rem}}
