:root{--primary:#4f46e5;--primary-light:#6366f1;--primary-dark:#4338ca;--editor-bg:#1a1b26;--editor-header:#1f2030;--editor-border:#2a2b3d;--code-keyword:#7dc4f0;--code-string:#c9a87c;--code-function:#e2c06e;--code-variable:#e8e6e3;--code-comment:#6b7db3;--code-number:#8db8e0;--code-punctuation:#c5c9d6;--code-type:#8b9dc3;--motion-standard:cubic-bezier(.22, 1, .36, 1);--motion-emphasized:cubic-bezier(.16, 1, .3, 1);--motion-duration:.42s;--surface-gradient:linear-gradient(135deg, hsla(0,0%,100%,.92), rgba(248,250,252,.92));--surface-border:rgba(226,232,240,.8);--surface-texture:radial-gradient(circle at 88% 8%, rgba(99,102,241,.07), transparent 42%)}#home-root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;width:100%;position:relative;color:inherit}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(36px)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutToLeft{0%{transform:translateX(0);opacity:1}to{transform:translateX(-36px);opacity:0}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-36px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes floatStats{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-8px) rotate(1deg)}}@keyframes serverPulse{0%,to{opacity:.35;transform:scaleY(.75)}50%{opacity:1;transform:scaleY(1)}}@keyframes coilStretch{0%,to{transform:scaleX(1)}50%{transform:scaleX(1.35)}}@keyframes shieldDraw{to{stroke-dashoffset:0}}@keyframes lockPulse{0%,to{opacity:.75}50%{opacity:1}}@keyframes particleFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.12)}}@keyframes dotPulse{0%,to{opacity:.25;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}}@keyframes scanDown{0%{top:0;opacity:1}80%{opacity:1}to{top:100%;opacity:0}}@keyframes ping{75%,to{transform:scale(2.2);opacity:0}}.animate-fade-in-up,.animate-scale-in,.animate-slide-in-left,.animate-slide-in-right{opacity:0;will-change:transform,opacity;animation-duration:.65s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:forwards}.animate-fade-in-up{animation-name:fadeInUp}.animate-slide-in-right{animation-name:slideInFromRight}.animate-slide-in-left{animation-name:slideInFromLeft}.animate-scale-in{animation-name:scaleIn;animation-duration:.55s}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.animate-fade-in-up,.animate-scale-in,.animate-slide-in-left,.animate-slide-in-right{animation:none;opacity:1}.js-anim .scroll-reveal{opacity:1;transform:none;transition:none;will-change:auto}.elastic-coil,.grid-dot,.network-node,.server-bar,.shield-main,.wave-line{animation:none}.dynamic-island{animation:none!important}.code-window,.feature-card{transition:none!important}.feature-card:hover{transform:none!important;box-shadow:0 4px 12px rgba(0,0,0,.08)!important}}.code-stage{width:min(88%,42rem);margin-inline:auto;perspective:1500px;perspective-origin:50% 42%;isolation:isolate}.code-switcher-container{position:relative;width:100%;height:340px;overflow:visible;border-radius:1rem;contain:layout style;background:transparent!important;box-shadow:none!important;transform-style:preserve-3d;touch-action:pan-y}.code-switcher-container:after,.code-switcher-container:before{content:"";position:absolute;inset:18px 12px -14px;border:1px solid rgba(99,102,241,.2);border-radius:1rem;background:linear-gradient(145deg,rgba(31,32,48,.92),rgba(20,21,33,.86));box-shadow:0 24px 52px rgba(15,23,42,.16);pointer-events:none;transform-style:preserve-3d;transition:transform .6s var(--motion-emphasized),opacity .6s var(--motion-standard)}.code-switcher-container:before{z-index:-1;opacity:.68;transform:translate3d(24px,12px,-70px) rotateY(-5deg) rotate(1.2deg) scale(.97)}.code-switcher-container:after{z-index:-2;opacity:.38;transform:translate3d(-22px,23px,-130px) rotateY(6deg) rotate(-1.5deg) scale(.93)}.code-stage:hover .code-switcher-container:before{transform:translate3d(30px,8px,-58px) rotateY(-7deg) rotate(1.6deg) scale(.975)}.code-stage:hover .code-switcher-container:after{transform:translate3d(-28px,18px,-112px) rotateY(8deg) rotate(-2deg) scale(.94)}.code-slides-wrapper{position:relative;width:100%;height:100%;transform-style:preserve-3d;transform:rotateX(var(--editor-rotate-x,0deg)) rotateY(var(--editor-rotate-y,0deg)) translateZ(0);transition:transform .55s var(--motion-emphasized);will-change:transform}.code-window{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--editor-bg);border-radius:.875rem;box-shadow:0 22px 55px rgba(15,23,42,.3),0 8px 18px rgba(15,23,42,.18);border:1px solid var(--editor-border);overflow:hidden;transition:opacity var(--motion-duration) var(--motion-standard),visibility var(--motion-duration) var(--motion-standard),transform .55s var(--motion-emphasized),box-shadow .55s var(--motion-standard);user-select:none;display:flex;flex-direction:column;backface-visibility:hidden;transform:translateZ(0);will-change:transform,opacity}.code-stage:hover .code-window.active{transform:translate3d(0,-5px,18px);box-shadow:0 30px 70px rgba(15,23,42,.34),0 12px 24px rgba(79,70,229,.14)}.code-window.active{opacity:1;visibility:visible;z-index:2;pointer-events:auto}.code-window.inactive{opacity:0;visibility:hidden;z-index:1;pointer-events:none;transform:translate3d(26px,14px,-48px) scale(.96)}.code-window.slide-out-left{animation:slideOutToLeft .45s cubic-bezier(.4,0,.2,1) forwards;z-index:3;pointer-events:none}.code-window.slide-in-right{animation:slideInFromRight .45s cubic-bezier(.4,0,.2,1) forwards;z-index:2;pointer-events:none}.code-header{background:var(--editor-header);padding:.625rem 1.125rem;display:flex;gap:.625rem;border-bottom:1px solid var(--editor-border);align-items:center;flex-shrink:0}.dot{width:.7rem;height:.7rem;border-radius:50%;flex-shrink:0}.code-content{padding:1.25rem 1.5rem;font-family:Menlo,Monaco,Consolas,SF Mono,Fira Code,monospace;line-height:1.6;color:var(--code-variable);overflow-x:hidden;overflow-y:auto;white-space:pre;contain:layout style paint;pointer-events:none;font-size:.875rem;letter-spacing:.01em;flex:1;min-height:0}.code-content::-webkit-scrollbar{width:6px;height:6px}.code-content::-webkit-scrollbar-track{background:transparent}.code-content::-webkit-scrollbar-thumb{background:#4b5563;border-radius:3px}.code-content::-webkit-scrollbar-thumb:hover{background:#6b7280}.typing-cursor{display:inline-block;background-color:#c5c9d6;width:2px;height:1.15em;margin-left:1px;vertical-align:text-bottom;animation:blink 1s step-end infinite}.k{color:var(--code-keyword);font-weight:500}.s{color:var(--code-string)}.f{color:var(--code-function)}.v{color:var(--code-variable)}.c{color:var(--code-comment);font-style:italic}.n{color:var(--code-number)}.p{color:var(--code-punctuation)}.t{color:var(--code-type);font-weight:500}.switch-hint{position:absolute;bottom:-38px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.8rem;opacity:.65;transition:opacity .35s;white-space:nowrap;pointer-events:none}.code-switcher-container:hover .switch-hint{opacity:1}.switch-indicator{display:flex;gap:.25rem}.switch-dot{width:6px;height:6px;border-radius:50%;background:#cbd5e1;transition:all .35s;cursor:pointer}.switch-dot.active{width:20px;background:var(--primary);border-radius:3px}.dynamic-island{background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 36px -6px rgba(0,0,0,.09),0 4px 12px rgba(0,0,0,.04);position:absolute;bottom:-1.4rem;left:-1.4rem;border-radius:1rem;z-index:20;cursor:default;overflow:hidden;transition:width .55s cubic-bezier(.34,1.56,.64,1),height .55s cubic-bezier(.34,1.56,.64,1),border-radius .55s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease;animation:floatStats 4s ease-in-out infinite;will-change:width,height,transform;width:250px;height:66px;transform-origin:left bottom}.dynamic-island:hover{box-shadow:0 24px 48px -8px rgba(0,0,0,.14),0 8px 20px rgba(0,0,0,.06);animation-play-state:paused;width:288px;height:114px;border-radius:1.3rem}.dynamic-island:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.7),transparent);transform:translateX(-100%);pointer-events:none;z-index:10}.dynamic-island:hover:before{animation:shimmer .75s ease-in-out}.di-compact{position:absolute;inset:0;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.125rem;transition:opacity .3s ease,transform .5s cubic-bezier(.34,1.56,.64,1);width:250px;transform:translateY(0);opacity:1}.dynamic-island:hover .di-compact{opacity:0;transform:translateY(-16px);pointer-events:none}.di-expanded{position:absolute;inset:0;padding:1.125rem 1.25rem;display:flex;flex-direction:column;justify-content:space-between;opacity:0;transform:translateY(16px);transition:opacity .4s ease .08s,transform .5s cubic-bezier(.34,1.56,.64,1) .08s;pointer-events:none;width:288px}.dynamic-island:hover .di-expanded{opacity:1;transform:translateY(0);pointer-events:auto}.di-expanded-header{font-size:.8125rem;color:#6b7280;font-weight:500;align-items:center}.di-expanded-header,.di-expanded-stats{display:flex;justify-content:space-between}.di-expanded-stats{align-items:flex-end}.di-stat-box{display:flex;flex-direction:column}.di-stat-label{font-size:.625rem;text-transform:uppercase;color:#9ca3af;letter-spacing:.05em;margin-bottom:.25rem}.di-stat-val{font-size:1.125rem;font-weight:700;font-family:Menlo,Monaco,Consolas,monospace;line-height:1}.stats-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:linear-gradient(135deg,#dcfce7,#bbf7d0);display:flex;align-items:center;justify-content:center;font-size:1.125rem;border:1px solid #86efac;flex-shrink:0}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;transition:transform .45s var(--motion-emphasized),box-shadow .45s var(--motion-standard),border-color .35s ease,background-color .35s ease;overflow:hidden;position:relative;cursor:pointer;contain:layout style}.feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px -15px rgba(79,70,229,.16),0 8px 16px -8px rgba(0,0,0,.07);border-color:#c7d2fe}.feature-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(99,102,241,.07),transparent 70%);opacity:0;transition:opacity .4s;pointer-events:none;z-index:0}.feature-card:hover:before{opacity:1}.feature-card>*{position:relative;z-index:1}.feature-icon-wrapper{width:3.5rem;height:3.5rem;border-radius:1rem;margin-bottom:1.5rem;overflow:hidden;flex-shrink:0;position:relative;z-index:1}.dynamic-icon,.feature-icon-wrapper{display:flex;align-items:center;justify-content:center}.dynamic-icon{width:100%;height:100%}.server-bars{display:flex;gap:3px;align-items:flex-end;height:24px}.server-bar{width:4px;background:currentColor;border-radius:2px;animation:serverPulse 1.4s ease-in-out infinite}.server-bar:first-child{height:40%;animation-delay:0s}.server-bar:nth-child(2){height:70%;animation-delay:.2s}.server-bar:nth-child(3){height:50%;animation-delay:.4s}.server-bar:nth-child(4){height:80%;animation-delay:.1s}.elastic-spring{width:28px;height:28px;position:relative}.elastic-coil{position:absolute;width:100%;height:4px;background:currentColor;border-radius:2px;animation:coilStretch 2s ease-in-out infinite}.elastic-coil:first-child{top:0;animation-delay:0s}.elastic-coil:nth-child(2){top:8px;animation-delay:.1s}.elastic-coil:nth-child(3){top:16px;animation-delay:.2s}.elastic-coil:nth-child(4){top:24px;animation-delay:.3s}.shield-svg{width:28px;height:32px}.shield-bg{fill:currentColor;opacity:.18}.shield-main{fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:shieldDraw 2s ease-out infinite forwards}.chart-lines{display:flex;align-items:flex-end;gap:4px;height:24px;padding:0 2px}.chart-line{width:6px;background:currentColor;border-radius:3px;transition:height .4s var(--motion-emphasized)}.feature-card:hover .chart-line:first-child{height:30%!important}.feature-card:hover .chart-line:nth-child(2){height:60%!important}.feature-card:hover .chart-line:nth-child(3){height:45%!important}.feature-card:hover .chart-line:nth-child(4){height:80%!important}.lock-body{width:20px;height:16px;background:currentColor;border-radius:2px;margin-top:8px;animation:lockPulse 2s ease-in-out infinite;position:relative}.lock-shackle{width:14px;height:10px;border:2.5px solid;border-bottom:none;border-radius:8px 8px 0 0;position:absolute;top:-8px;left:3px}.wave-lines{width:32px;height:24px;position:relative}.wave-line{position:absolute;width:100%;height:3px;background:currentColor;border-radius:2px;opacity:.55}.wave-line:first-child{top:0}.wave-line:nth-child(2){top:10px}.wave-line:nth-child(3){top:20px}.dot-grid{width:28px;height:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.grid-dot{width:100%;height:100%;background:currentColor;border-radius:50%;animation:dotPulse 2s ease-in-out infinite}.grid-dot:first-child{animation-delay:0s}.grid-dot:nth-child(2){animation-delay:.1s}.grid-dot:nth-child(3){animation-delay:.2s}.grid-dot:nth-child(4){animation-delay:.3s}.grid-dot:nth-child(5){animation-delay:.4s}.grid-dot:nth-child(6){animation-delay:.5s}.grid-dot:nth-child(7){animation-delay:.6s}.grid-dot:nth-child(8){animation-delay:.7s}.grid-dot:nth-child(9){animation-delay:.8s}.network-icon{width:32px;height:32px;position:relative}.network-node{position:absolute;width:8px;height:8px;background:currentColor;border-radius:50%;animation:particleFloat 2s ease-in-out infinite}.network-node:first-child{top:0;left:50%;margin-left:-4px;animation-delay:0s}.network-node:nth-child(2){bottom:0;left:0;animation-delay:.3s}.network-node:nth-child(3){bottom:0;right:0;animation-delay:.6s}.network-line{position:absolute;height:2px;background:currentColor;opacity:.28;transform-origin:center}.network-line:nth-child(4){width:20px;top:15px;left:6px;transform:rotate(-55deg)}.network-line:nth-child(5){width:20px;top:15px;right:6px;transform:rotate(55deg)}.feature-title{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem;letter-spacing:-.01em;position:relative;z-index:1}.feature-desc{font-size:.9375rem;color:#6b7280;line-height:1.6;position:relative;z-index:1}.community-card,.support-surface{background:var(--surface-gradient);border:1px solid var(--surface-border);border-radius:1rem;position:relative;overflow:hidden;isolation:isolate}.support-surface{padding:clamp(1.5rem,3vw,2rem)}.community-card:before,.support-surface:before{content:"";position:absolute;inset:0;background:var(--surface-texture);opacity:1;pointer-events:none;z-index:-1}.support-card{background:hsla(0,0%,100%,.72);border:1px solid rgba(226,232,240,.86);border-radius:.875rem;transition:border-color var(--motion-duration) var(--motion-standard),transform var(--motion-duration) var(--motion-emphasized),box-shadow var(--motion-duration) var(--motion-standard),background-color var(--motion-duration) var(--motion-standard);overflow:hidden;position:relative;transform:translateZ(0);backface-visibility:hidden}.support-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(99,102,241,.05),transparent 60%);opacity:0;transition:opacity var(--motion-duration) var(--motion-standard);pointer-events:none;z-index:0}.support-card:hover:before{opacity:1}.support-card:hover{background:hsla(0,0%,100%,.9);border-color:#c7d2fe;transform:translate3d(0,-3px,0);box-shadow:0 16px 30px -12px rgba(79,70,229,.16)}.support-card>*{position:relative;z-index:1}.collapsible-header{cursor:pointer;user-select:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.5rem;position:relative;z-index:2;transition:background .3s;background:transparent;border:none;font-family:inherit;text-align:left;color:inherit}.collapsible-header:hover{background:rgba(99,102,241,.025)}.collapsible-content{max-height:0;overflow:hidden;transition:max-height .55s var(--motion-emphasized),opacity .45s var(--motion-standard),padding .55s var(--motion-emphasized);opacity:0;padding:0 1.5rem;position:relative;z-index:1}.collapsible-content.expanded{max-height:500px;opacity:1;padding:0 1.5rem 1.5rem}.collapse-icon{transition:transform .45s var(--motion-emphasized),color .3s ease;color:#94a3b8;flex-shrink:0}.collapsible-header.active .collapse-icon{transform:rotate(180deg);color:var(--primary)}.qr-container{perspective:1000px;width:140px;height:140px;cursor:pointer;position:relative;z-index:10}.qr-inner{position:relative;width:100%;height:100%;transition:transform .8s cubic-bezier(.34,1.56,.64,1);transform-style:preserve-3d;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.qr-container:hover .qr-inner{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.qr-back,.qr-front{position:absolute;inset:0;backface-visibility:hidden;border-radius:1rem;background:#fff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .4s}.qr-container:hover .qr-back,.qr-container:hover .qr-front{border-color:#cbd5e1}.qr-back{transform:rotateY(180deg);background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-color:#c7d2fe}.qr-scan-line{position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:0;z-index:3;filter:drop-shadow(0 2px 4px rgba(79,70,229,.5))}.qr-icon{font-size:4rem;color:#1f2937;transition:color .8s ease,opacity .8s ease;position:relative;z-index:2}.qr-container.is-scanning .qr-scan-line{animation:scanDown .8s linear forwards}.qr-container.is-scanning .qr-icon{color:#e2e8f0;opacity:.2}.qr-container.is-flipped .qr-inner{transform:rotateY(180deg)}.qr-party-icon{font-size:4.5rem;color:var(--primary);filter:drop-shadow(0 4px 10px rgba(79,70,229,.3));animation:pulse-glow 2s infinite}.tab-container{display:flex;gap:.75rem;margin-bottom:2rem;border-bottom:2px solid #f1f5f9;flex-wrap:wrap;padding-bottom:.5rem}.tab-button{padding:.625rem 1.25rem;background:transparent;border:none;color:#64748b;font-weight:600;cursor:pointer;transition:color .3s ease,background-color .3s ease;border-radius:.5rem;font-size:.9375rem;position:relative;font-family:inherit}.tab-button:hover{color:var(--primary);background:rgba(99,102,241,.06)}.tab-button.active{color:var(--primary);background:rgba(99,102,241,.08)}.tab-button.active:after{content:"";position:absolute;bottom:-.5rem;left:1.25rem;right:1.25rem;height:2px;background:var(--primary);border-radius:1px}.tab-content{display:none;animation:fadeInUp .55s var(--motion-emphasized)}.tab-content.active{display:block}.section-padding{padding-top:4rem;padding-bottom:4rem}.btn-primary{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:.75rem;font-weight:600;transition:background-color .3s var(--motion-standard),border-color .3s ease,color .3s ease,transform .35s var(--motion-emphasized),box-shadow .35s var(--motion-standard);border:none;cursor:pointer;text-decoration:none;font-family:inherit;font-size:.9375rem}.btn-primary:active{transform:scale(.97)!important}.btn-indigo{background:var(--primary);color:#fff;box-shadow:0 4px 6px -1px rgba(79,70,229,.2)}.btn-indigo:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(79,70,229,.3)}.btn-white{background:#fff;color:#374151;border:1px solid #e5e7eb}.btn-white:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.community-card{padding:2rem}.benefit-item{display:flex;align-items:center;gap:.875rem;padding:.625rem;border-radius:.5rem;transition:background-color .3s ease,transform .35s var(--motion-emphasized);cursor:default}.benefit-item:hover{background:rgba(99,102,241,.04);transform:translateX(5px)}.benefit-icon{font-size:1.25rem;transition:transform .35s var(--motion-emphasized)}.benefit-item:hover .benefit-icon{transform:scale(1.15) rotate(5deg)}a,button{user-select:none}.ad-grid{display:grid;gap:1rem}.ad-card{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .45s var(--motion-emphasized),box-shadow .45s var(--motion-standard);cursor:pointer;display:block;text-decoration:none;aspect-ratio:400/148}.ad-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px -8px rgba(79,70,229,.18),0 8px 16px -8px rgba(0,0,0,.1)}.ad-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s var(--motion-emphasized)}.ad-card:hover img{transform:scale(1.03)}.ad-name-bar{position:absolute;bottom:0;left:0;right:0;padding:.5rem .875rem;background:transparent;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.01em;transition:opacity .3s;text-shadow:0 1px 3px rgba(0,0,0,.5)}.ad-hover-desc{position:absolute;inset:0;background:rgba(10,15,30,.78);display:flex;flex-direction:column;justify-content:center;padding:1.125rem 1rem;opacity:0;transition:opacity .35s var(--motion-standard);pointer-events:none}.ad-card:hover .ad-hover-desc{opacity:1}.ad-hover-title{color:#fff;font-size:1rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.01em}.ad-hover-text{color:hsla(0,0%,100%,.82);font-size:.8125rem;line-height:1.55}.scroll-reveal{content-visibility:auto;contain-intrinsic-size:auto 640px}.js-anim .scroll-reveal{opacity:0;transform:translate3d(0,24px,0);transition:opacity .7s var(--motion-standard),transform .7s var(--motion-emphasized);will-change:transform,opacity;backface-visibility:hidden}.scroll-reveal.revealed{opacity:1;transform:translateZ(0);will-change:auto}.ad-card,.benefit-item,.btn-primary,.feature-card,.qr-inner,.support-card,.tab-button{backface-visibility:hidden;-webkit-font-smoothing:antialiased}.animate-ping{animation:ping 1.5s cubic-bezier(0,0,.2,1) infinite}.btn-primary:focus-visible,.collapsible-header:focus-visible,.qr-container:focus-visible,.switch-dot:focus-visible,.tab-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (max-width:639px){main.home-main{padding-left:12px;padding-right:12px}.home-footer{margin-left:0;margin-right:0}.section-padding{padding-top:2.5rem;padding-bottom:2.5rem}.code-stage{width:100%;max-width:34rem}.code-switcher-container{height:260px}.code-switcher-container:before{transform:translate3d(12px,10px,-55px) rotate(1deg) scale(.975)}.code-switcher-container:after{transform:translate3d(-10px,18px,-95px) rotate(-1deg) scale(.95)}.code-content{font-size:.7rem;line-height:1.65;padding:1rem}.dynamic-island{position:relative;bottom:auto;left:auto;margin:1.5rem auto 0;animation:none;transform:none;width:100%;max-width:280px;height:60px}.dynamic-island:hover{width:100%;max-width:300px;height:106px}.di-compact,.di-expanded{width:100%}.switch-hint{display:none}.feature-title{font-size:1rem}.feature-desc{font-size:.875rem}.tab-button{font-size:.8125rem;padding:.5rem .875rem}.collapsible-header{padding:1.25rem}.collapsible-content.expanded{padding:0 1.25rem 1.25rem}.community-card{padding:1.5rem}.qr-container{width:110px;height:110px}.qr-icon{font-size:3rem}.qr-party-icon{font-size:3.5rem}.btn-primary{padding:.75rem 1.375rem;font-size:.875rem}.ad-grid{grid-template-columns:1fr;gap:.75rem}.ad-card{aspect-ratio:400/148}.ad-hover-title{font-size:.875rem}.ad-hover-text{font-size:.75rem}}@media (min-width:640px) and (max-width:1023px){main.home-main{padding-left:16px;padding-right:16px}.home-footer{margin-left:0;margin-right:0}.section-padding{padding-top:3.5rem;padding-bottom:3.5rem}.code-switcher-container{height:300px}.code-content{font-size:.8125rem}.ad-grid{grid-template-columns:repeat(2,1fr);gap:1.125rem}}@media (min-width:1024px){.home-footer{margin-left:-1.5rem;margin-right:-1.5rem}.section-padding{padding-top:5rem;padding-bottom:5rem}.code-content{font-size:.875rem}.ad-grid{grid-template-columns:repeat(4,1fr);gap:1.375rem}}html.dark #home-root{color:#dbe4f3}html.dark .feature-card{background:#101a2e;border-color:#24314e}html.dark .feature-card:hover{border-color:rgba(129,140,248,.5);box-shadow:0 20px 40px -15px rgba(0,0,0,.5),0 8px 16px -8px rgba(0,0,0,.4)}html.dark .feature-title{color:#e6edf9}html.dark .feature-desc{color:#8b9bb4}html.dark .community-card,html.dark .support-surface{background:linear-gradient(135deg,rgba(16,26,46,.92),rgba(22,33,54,.92));border-color:rgba(36,49,78,.9)}html.dark .support-card{background:rgba(16,26,46,.72);border-color:rgba(36,49,78,.9)}html.dark .support-card:hover{background:rgba(22,33,54,.9);border-color:rgba(129,140,248,.45)}html.dark .tab-container{border-bottom-color:#1c2942}html.dark .tab-button{color:#8b9bb4}html.dark .tab-button:hover{color:#a5b4fc;background:rgba(99,102,241,.12)}html.dark .tab-button.active{color:#a5b4fc;background:rgba(99,102,241,.16)}html.dark .btn-white{background:#162136;color:#cbd5e1;border-color:#24314e}html.dark .btn-white:hover{border-color:rgba(129,140,248,.5);color:#a5b4fc}html.dark .dynamic-island{background:#101a2e;border-color:#24314e}html.dark .di-expanded-header{color:#a8b6cc}html.dark .di-stat-label{color:#71839d}html.dark .switch-hint{color:#8b9bb4}html.dark .switch-dot{background:#2b3a58}html.dark .qr-back,html.dark .qr-front{background:#101a2e;border-color:#24314e}html.dark .qr-back{background:linear-gradient(135deg,#101a2e,#162136);border-color:rgba(129,140,248,.45)}html.dark .qr-icon{color:#e6edf9}html.dark .benefit-item:hover{background:rgba(99,102,241,.08)}html.dark .collapsible-header:hover{background:rgba(99,102,241,.05)}html.dark .ad-card{box-shadow:0 4px 12px rgba(0,0,0,.35)}html.dark #home-root .text-gray-900{color:#e6edf9}html.dark #home-root .text-gray-800{color:#d7e0ef}html.dark #home-root .text-gray-700{color:#b6c2d8}html.dark #home-root .text-gray-600{color:#97a5bd}html.dark #home-root .text-gray-500{color:#8b9bb4}html.dark #home-root .text-gray-400{color:#71839d}html.dark #home-root .bg-gray-100{background-color:#1c2942}html.dark #home-root .text-indigo-600{color:#a5b4fc}html.dark #home-root .text-indigo-500{color:#818cf8}html.dark #home-root .text-purple-600{color:#c084fc}html.dark #home-root .text-violet-600{color:#a78bfa}html.dark #home-root .text-sky-500,html.dark #home-root .text-sky-600{color:#38bdf8}html.dark #home-root .text-blue-600{color:#60a5fa}html.dark #home-root .text-emerald-500,html.dark #home-root .text-emerald-600{color:#34d399}html.dark #home-root .text-teal-600{color:#2dd4bf}html.dark #home-root .text-green-500,html.dark #home-root .text-green-600{color:#4ade80}html.dark #home-root .text-amber-600{color:#fbbf24}html.dark #home-root .text-orange-600{color:#fb923c}html.dark #home-root .text-red-600{color:#f87171}html.dark #home-root .text-pink-500,html.dark #home-root .text-pink-600{color:#f472b6}html.dark #home-root .bg-indigo-50{background-color:rgba(99,102,241,.15)}html.dark #home-root .bg-purple-50{background-color:rgba(168,85,247,.15)}html.dark #home-root .bg-violet-50{background-color:rgba(139,92,246,.15)}html.dark #home-root .bg-sky-50{background-color:rgba(14,165,233,.15)}html.dark #home-root .bg-blue-50{background-color:rgba(59,130,246,.15)}html.dark #home-root .bg-emerald-50{background-color:rgba(16,185,129,.15)}html.dark #home-root .bg-teal-50{background-color:rgba(20,184,166,.15)}html.dark #home-root .bg-amber-50{background-color:rgba(245,158,11,.15)}html.dark #home-root .bg-orange-50{background-color:rgba(249,115,22,.15)}html.dark #home-root .bg-red-50{background-color:rgba(239,68,68,.15)}html.dark #home-root .bg-pink-50{background-color:rgba(236,72,153,.15)}html.dark #home-root .bg-indigo-100{background-color:rgba(99,102,241,.18)}html.dark #home-root .bg-emerald-100{background-color:rgba(16,185,129,.18)}html.dark #home-root .bg-amber-100{background-color:rgba(245,158,11,.18)}html.dark #home-root .border-indigo-100{border-color:rgba(129,140,248,.3)}html.dark #home-root .hover\:bg-indigo-100:hover{background-color:rgba(99,102,241,.26)}html.dark .stats-icon{background:linear-gradient(135deg,rgba(16,185,129,.24),rgba(16,185,129,.12));border-color:rgba(52,211,153,.4)}html.dark .dynamic-island:before{background:linear-gradient(90deg,transparent,rgba(148,163,184,.14),transparent)}html.dark #home-root ::selection{background:rgba(99,102,241,.38);color:#e0e7ff}#home-root .feature-icon-wrapper,#home-root .stats-icon,#home-root .tab-container,#home-root [class*=text-gray-],#home-root [class*=text-green-],#home-root [class*=text-indigo-]{transition:color .35s ease,background-color .35s ease,border-color .35s ease}#home-root .support-card .transition-transform{transition:transform .4s var(--motion-emphasized),background-color .35s ease,color .35s ease}