.Navbar-module__cJzEcG__navbarWrapper{z-index:100;max-width:1100px;margin:0 auto;padding:0 1rem;position:fixed;top:1.5rem;left:0;right:0}.Navbar-module__cJzEcG__navbarContainer{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px);background-color:#0a0a0ab8;border-radius:9999px;justify-content:space-between;align-items:center;height:3.75rem;padding:0 1.75rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 8px 32px #00000052}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__navbarContainer{border-color:var(--border-accent);background-color:#060606d9;transform:translateY(-2px);box-shadow:0 12px 40px #00000080,0 0 15px #0070f31f}.Navbar-module__cJzEcG__logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoIcon{background-color:#0070f31a;border:1px solid #0070f340;border-radius:.75rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Navbar-module__cJzEcG__logo:hover .Navbar-module__cJzEcG__logoIcon{border-color:var(--accent-blue);box-shadow:0 0 12px #0070f340}.Navbar-module__cJzEcG__logoImg{object-fit:contain;width:1.35rem;height:1.35rem;transition:transform .4s}.Navbar-module__cJzEcG__logo:hover .Navbar-module__cJzEcG__logoImg{transform:scale(1.08)rotate(3deg)}.Navbar-module__cJzEcG__logoText{font-family:var(--font-headings);letter-spacing:-.01em;color:var(--text-primary);font-size:1.1rem;font-weight:700;transition:color .3s}.Navbar-module__cJzEcG__logo:hover .Navbar-module__cJzEcG__logoText{color:var(--accent-blue)}.Navbar-module__cJzEcG__links{align-items:center;gap:2.25rem;display:none}@media (min-width:768px){.Navbar-module__cJzEcG__links{display:flex}}.Navbar-module__cJzEcG__link{color:var(--text-secondary);padding:.25rem 0;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Navbar-module__cJzEcG__link:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__link:after{content:"";background-color:var(--accent-blue);width:0;height:2px;transition:width .35s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-2px;left:0}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__cta{color:var(--text-primary);background-color:var(--accent-blue);border:1px solid #0070f366;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #0070f333}.Navbar-module__cJzEcG__cta:hover{background-color:var(--accent-blue);opacity:.92;transform:translateY(-1px);box-shadow:0 6px 20px #0070f359}.Navbar-module__cJzEcG__cta:active{transform:translateY(0)}
.Hero-module__ZARIfG__heroSection{z-index:10;justify-content:center;align-items:center;min-height:100vh;padding:clamp(8rem,15vh,12rem) 0 clamp(4rem,10vh,8rem);display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroContent{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:900px;margin:0 auto;display:flex}.Hero-module__ZARIfG__badge{border:1px solid var(--border-color);letter-spacing:.05em;color:var(--text-secondary);text-transform:uppercase;background-color:#ffffff0a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.35rem .85rem;font-size:.725rem;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #00000026}.Hero-module__ZARIfG__badgePulse{background-color:var(--accent-green);border-radius:9999px;width:.375rem;height:.375rem;animation:2s infinite Hero-module__ZARIfG__pulse;box-shadow:0 0 8px #00e67680}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.35);box-shadow:0 0 12px #00e676cc}}.Hero-module__ZARIfG__title{letter-spacing:-.03em;color:var(--text-primary);max-width:850px;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.75rem);font-weight:800;line-height:1.05}.Hero-module__ZARIfG__titleEmphasis{color:var(--accent-blue)}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);max-width:620px;margin-bottom:2.75rem;font-size:clamp(.95rem,2vw,1.15rem);font-weight:500;line-height:1.6}.Hero-module__ZARIfG__btnGroup{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:480px;margin-bottom:5.5rem;display:flex}@media (min-width:480px){.Hero-module__ZARIfG__btnGroup{flex-direction:row}}.Hero-module__ZARIfG__btnPrimary{width:100%;color:var(--text-primary);background-color:var(--accent-blue);border:1px solid #0070f366;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 25px #0070f34d,0 0 12px #0070f31a}@media (min-width:480px){.Hero-module__ZARIfG__btnPrimary{width:auto}}.Hero-module__ZARIfG__btnPrimary:hover{opacity:.92;transform:translateY(-2px);box-shadow:0 12px 30px #0070f373,0 0 20px #0070f340}.Hero-module__ZARIfG__btnPrimarySVG{stroke-width:2.5px;width:1.15rem;height:1.15rem}.Hero-module__ZARIfG__btnSecondary{width:100%;color:var(--text-primary);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);background-color:#ffffff08;border-radius:9999px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}@media (min-width:480px){.Hero-module__ZARIfG__btnSecondary{width:auto}}.Hero-module__ZARIfG__btnSecondary:hover{background-color:#ffffff12;border-color:#ffffff26;transform:translateY(-2px)}.Hero-module__ZARIfG__chromeContainer{width:100%;max-width:1000px;margin:0 auto;position:relative}.Hero-module__ZARIfG__chromeShadowGlow{filter:blur(80px);pointer-events:none;z-index:-1;background-color:#0070f31a;border-radius:2rem;animation:8s ease-in-out infinite Hero-module__ZARIfG__breathe-glow;position:absolute;inset:1.5rem}@keyframes Hero-module__ZARIfG__breathe-glow{0%,to{opacity:.6;transform:scale(.95)}50%{opacity:.95;transform:scale(1.02)}}.Hero-module__ZARIfG__chromeWindow{background-color:var(--bg-panel);border:1px solid var(--border-color);border-radius:1rem;transition:border-color .5s;overflow:hidden;box-shadow:0 30px 100px #000c,inset 0 0 1px 1px #ffffff0d}.Hero-module__ZARIfG__chromeWindow:hover{border-color:var(--border-accent)}.Hero-module__ZARIfG__chromeHeader{background-color:#060606f2;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:2.5rem;padding:0 1rem;display:flex}.Hero-module__ZARIfG__chromeDots{gap:.45rem;display:flex}.Hero-module__ZARIfG__dot{opacity:.75;border-radius:9999px;width:.65rem;height:.65rem}.Hero-module__ZARIfG__dotRed{background-color:#dd4d57;background-color:lab(54.0218% 57.6814 26.7913)}.Hero-module__ZARIfG__dotYellow{background-color:#f0ad15;background-color:lab(75.641% 17.2397 75.387)}.Hero-module__ZARIfG__dotGreen{background-color:#53be70;background-color:lab(69.418% -45.1896 29.6823)}.Hero-module__ZARIfG__chromeTitle{font-family:var(--font-body);letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;-webkit-user-select:none;user-select:none;font-size:.6875rem;font-weight:600}.Hero-module__ZARIfG__chromeRightSpacer{width:2.75rem}.Hero-module__ZARIfG__chromeContent{aspect-ratio:16/10;background-color:#060606e6;width:100%;position:relative;overflow:hidden}.Hero-module__ZARIfG__chromeImg{object-fit:cover;opacity:.94;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .4s}.Hero-module__ZARIfG__chromeWindow:hover .Hero-module__ZARIfG__chromeImg{opacity:.98;transform:scale(1.008)}
.Features-module__zvCZ4q__featuresSection{z-index:10;background-color:#0606064d;padding:clamp(6rem,12vh,10rem) 0;position:relative}.Features-module__zvCZ4q__header{text-align:center;margin-bottom:clamp(4rem,8vh,6rem)}.Features-module__zvCZ4q__sectionBadge{letter-spacing:.12em;color:var(--accent-blue);text-transform:uppercase;background-color:#0070f31a;border:1px solid #0070f340;border-radius:9999px;margin-bottom:1.25rem;padding:.3rem .9rem;font-size:.6875rem;font-weight:700;display:inline-block}.Features-module__zvCZ4q__title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.Features-module__zvCZ4q__description{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1rem}.Features-module__zvCZ4q__grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3.5rem;display:grid}@media (min-width:900px){.Features-module__zvCZ4q__grid{grid-template-columns:repeat(12,1fr)}}.Features-module__zvCZ4q__card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:1.5rem;flex-direction:column;justify-content:space-between;padding:clamp(1.5rem,4vw,2.5rem);transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0003}.Features-module__zvCZ4q__card:hover{background-color:var(--bg-active);border-color:var(--border-color-hover);box-shadow:0 15px 50px #00000059,0 0 20px #0070f30a}.Features-module__zvCZ4q__span12,.Features-module__zvCZ4q__span7,.Features-module__zvCZ4q__span5{grid-column:span 12}@media (min-width:900px){.Features-module__zvCZ4q__span7{grid-column:span 7}.Features-module__zvCZ4q__span5{grid-column:span 5}}.Features-module__zvCZ4q__cardHeader{max-width:480px;margin-bottom:2rem}.Features-module__zvCZ4q__cardIcon{border-radius:.875rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-bottom:1.5rem;transition:transform .3s;display:flex}.Features-module__zvCZ4q__card:hover .Features-module__zvCZ4q__cardIcon{transform:scale(1.05)}.Features-module__zvCZ4q__indigoIcon{color:var(--accent-blue);background-color:#0070f314;border:1px solid #0070f340}.Features-module__zvCZ4q__purpleIcon{color:var(--accent-cyan);background-color:#00e5ff14;border:1px solid #00e5ff40}.Features-module__zvCZ4q__cardTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:700}.Features-module__zvCZ4q__cardText{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.Features-module__zvCZ4q__editorShowcase{flex-direction:column;gap:1.25rem;width:100%;display:flex}.Features-module__zvCZ4q__editorTabs{gap:.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.Features-module__zvCZ4q__editorTab{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background-color:#ffffff05;border-radius:9999px;padding:.375rem .85rem;font-size:.75rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1)}.Features-module__zvCZ4q__editorTab:hover{color:var(--text-primary);background-color:#ffffff0a}.Features-module__zvCZ4q__activeTab{border-color:var(--accent-blue);color:var(--text-primary);background-color:#0070f326}.Features-module__zvCZ4q__editorWorkspace{border:1px solid var(--border-color);border-radius:1rem;grid-template-columns:1fr;gap:1rem;display:grid;overflow:hidden}@media (min-width:600px){.Features-module__zvCZ4q__editorWorkspace{grid-template-columns:1fr 1fr}}.Features-module__zvCZ4q__editorInputPane,.Features-module__zvCZ4q__editorPreviewPane{height:250px;font-family:var(--font-body);padding:1.25rem;font-size:.8125rem;overflow-y:auto}.Features-module__zvCZ4q__editorInputPane{border-right:0;border-bottom:1px solid var(--border-color);color:var(--text-primary);resize:none;background-color:#060606cc;border-style:none;outline:none;font-family:Courier New,Courier,monospace;line-height:1.7}@media (min-width:600px){.Features-module__zvCZ4q__editorInputPane{border-right:1px solid var(--border-color);border-bottom:0}}.Features-module__zvCZ4q__editorPreviewPane{color:var(--text-primary);background-color:#060606d9}.Features-module__zvCZ4q__previewTitle{color:var(--text-primary);border-bottom:1px solid #ffffff0d;margin-bottom:.5rem;padding-bottom:.25rem;font-size:1.15rem}.Features-module__zvCZ4q__previewBold{color:var(--accent-blue);font-weight:700}.Features-module__zvCZ4q__previewItalic{color:var(--text-secondary);font-style:italic}.Features-module__zvCZ4q__previewCode{color:var(--accent-blue);background-color:#ffffff0d;border-radius:.25rem;padding:.1rem .35rem;font-family:monospace}.Features-module__zvCZ4q__previewCodeBlock{border:1px solid var(--border-color);color:#0070f3d9;white-space:pre-wrap;word-break:break-all;background-color:#ffffff0a;border-radius:.5rem;margin-top:.75rem;padding:.75rem;font-family:monospace;line-height:1.5;overflow-x:auto}.Features-module__zvCZ4q__previewList{margin-top:.5rem;margin-left:1.25rem}.Features-module__zvCZ4q__previewListItem{color:var(--text-secondary);margin-bottom:.25rem;list-style-type:square}.Features-module__zvCZ4q__timelineShowcase{flex-direction:column;gap:1.5rem;width:100%;padding:1rem 0;display:flex}.Features-module__zvCZ4q__sliderContainer{flex-direction:column;gap:.5rem;width:100%;display:flex}.Features-module__zvCZ4q__sliderLabels{color:var(--text-muted);justify-content:space-between;font-size:.75rem;font-weight:600;display:flex}.Features-module__zvCZ4q__activeLabel{color:var(--accent-blue)}.Features-module__zvCZ4q__rangeSlider{appearance:none;background:#ffffff12;border-radius:9999px;outline:none;width:100%;height:6px;transition:all .3s}.Features-module__zvCZ4q__rangeSlider::-webkit-slider-thumb{appearance:none;background:var(--accent-blue);border:2px solid var(--bg-void);cursor:pointer;border-radius:50%;width:18px;height:18px;transition:transform .2s;box-shadow:0 0 10px #0070f380}.Features-module__zvCZ4q__rangeSlider::-webkit-slider-thumb:hover{transform:scale(1.15)}.Features-module__zvCZ4q__timelineFrame{border:1px solid var(--border-color);background-color:#060606e6;border-radius:.75rem;flex-direction:column;justify-content:space-between;min-height:180px;padding:1.25rem;font-size:.8125rem;display:flex}.Features-module__zvCZ4q__diffHeader{color:var(--text-muted);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.75rem;font-weight:600;display:flex}.Features-module__zvCZ4q__diffMeta{color:var(--accent-blue)}.Features-module__zvCZ4q__diffContent{flex-grow:1;line-height:1.6}.Features-module__zvCZ4q__diffAdded{color:#00e676;background-color:#00e6761a;border-left:2px solid #00e676;margin:.25rem 0;padding-left:.5rem}.Features-module__zvCZ4q__diffRemoved{color:#e00;background-color:#e000001a;border-left:2px solid #e00;margin:.25rem 0;padding-left:.5rem;text-decoration:line-through}.Features-module__zvCZ4q__diffUnchanged{color:var(--text-secondary);padding-left:.5rem}.Features-module__zvCZ4q__syncShowcase{border:1px solid var(--border-color);background-color:#06060680;border-radius:1rem;flex-grow:1;justify-content:center;align-items:center;width:100%;min-height:220px;display:flex;position:relative;overflow:hidden}.Features-module__zvCZ4q__syncLine{background:linear-gradient(90deg, transparent, var(--border-accent) 20%, var(--border-accent) 80%, transparent);z-index:1;width:60%;height:2px;position:absolute}.Features-module__zvCZ4q__syncDot{background-color:var(--accent-blue);width:6px;height:6px;box-shadow:0 0 10px var(--accent-blue);z-index:2;border-radius:9999px;animation:3s linear infinite Features-module__zvCZ4q__travel-dot;position:absolute}.Features-module__zvCZ4q__syncDotReverse{animation-delay:1.5s}@keyframes Features-module__zvCZ4q__travel-dot{0%{opacity:0;left:20%;transform:scale(.6)}10%{opacity:1;transform:scale(1)}90%{opacity:1;transform:scale(1)}to{opacity:0;left:80%;transform:scale(.6)}}.Features-module__zvCZ4q__node{z-index:3;flex-direction:column;align-items:center;gap:.5rem;width:7.5rem;display:flex;position:absolute}.Features-module__zvCZ4q__nodeLocal{left:10%}.Features-module__zvCZ4q__nodeCloud{right:10%}.Features-module__zvCZ4q__nodeIconBox{border:1px solid var(--border-color);width:3rem;height:3rem;color:var(--text-secondary);background-color:#0a0a0af2;border-radius:1rem;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000004d}.Features-module__zvCZ4q__card:hover .Features-module__zvCZ4q__nodeIconBox{border-color:var(--accent-blue);color:var(--accent-blue);box-shadow:0 0 15px #0070f326}.Features-module__zvCZ4q__nodeText{color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;font-size:.6875rem;font-weight:700}.Features-module__zvCZ4q__searchShowcase{flex-direction:column;gap:1rem;width:100%;padding:.5rem 0;display:flex}.Features-module__zvCZ4q__searchBarContainer{width:100%;position:relative}.Features-module__zvCZ4q__searchIcon{width:.875rem;height:.875rem;color:var(--text-muted);position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.Features-module__zvCZ4q__searchInput{width:100%;font-family:var(--font-body);border:1px solid var(--border-color);color:var(--text-primary);background-color:#060606f2;border-radius:.5rem;outline:none;padding:.6rem 1rem .6rem 2.25rem;font-size:.8125rem;transition:all .3s}.Features-module__zvCZ4q__searchInput:focus{border-color:var(--accent-blue);box-shadow:0 0 10px #0070f31a}.Features-module__zvCZ4q__searchTags{flex-wrap:wrap;gap:.35rem;display:flex}.Features-module__zvCZ4q__searchTag{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background-color:#ffffff08;border-radius:.25rem;padding:.2rem .5rem;font-size:.6875rem;transition:all .3s}.Features-module__zvCZ4q__searchTag:hover{color:var(--text-primary);background-color:#ffffff0a}.Features-module__zvCZ4q__activeTag{border-color:var(--accent-blue);color:var(--text-primary);background-color:#0070f31a}.Features-module__zvCZ4q__searchResults{flex-direction:column;gap:.5rem;min-height:110px;display:flex}.Features-module__zvCZ4q__searchResultItem{border:1px solid var(--border-color);background-color:#060606b3;border-radius:.5rem;flex-direction:column;gap:.15rem;padding:.6rem .85rem;transition:all .2s;animation:.25s ease-out Features-module__zvCZ4q__fadeIn;display:flex}@keyframes Features-module__zvCZ4q__fadeIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.Features-module__zvCZ4q__searchResultItem:hover{background-color:#060606f2;border-color:#ffffff14}.Features-module__zvCZ4q__resultTitle{color:var(--text-primary);font-size:.75rem;font-weight:700}.Features-module__zvCZ4q__resultSnippet{color:var(--text-secondary);font-size:.6875rem;line-height:1.4}.Features-module__zvCZ4q__highlight{color:var(--accent-cyan);background-color:#00e5ff1f;border-radius:.15rem;padding:0 .1rem;font-weight:700}
.Screenshots-module__rk2Opq__screenshotsSection{z-index:10;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background-color:#060606b3;padding:clamp(6rem,12vh,10rem) 0;position:relative}.Screenshots-module__rk2Opq__header{text-align:center;margin-bottom:clamp(3rem,6vh,5rem)}.Screenshots-module__rk2Opq__sectionBadge{letter-spacing:.12em;color:var(--accent-blue);text-transform:uppercase;background-color:#0070f31a;border:1px solid #0070f340;border-radius:9999px;margin-bottom:1.25rem;padding:.3rem .9rem;font-size:.6875rem;font-weight:700;display:inline-block}.Screenshots-module__rk2Opq__title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.Screenshots-module__rk2Opq__description{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1rem}.Screenshots-module__rk2Opq__galleryContainer{flex-direction:column;gap:2.5rem;max-width:1100px;margin:0 auto;display:flex}.Screenshots-module__rk2Opq__tabs{grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;display:grid}@media (min-width:768px){.Screenshots-module__rk2Opq__tabs{grid-template-columns:repeat(4,1fr)}}.Screenshots-module__rk2Opq__tab{border:1px solid var(--border-color);text-align:left;cursor:pointer;background-color:#ffffff05;border-radius:1rem;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.Screenshots-module__rk2Opq__tab:hover{border-color:var(--border-color-hover);background-color:#ffffff0a}.Screenshots-module__rk2Opq__activeTab{border-color:var(--accent-blue);background-color:#0070f31a;box-shadow:0 10px 30px #0000004d,0 0 15px #0070f314}.Screenshots-module__rk2Opq__tabTitle{color:var(--text-primary);font-size:.875rem;font-weight:700;transition:color .3s}.Screenshots-module__rk2Opq__activeTab .Screenshots-module__rk2Opq__tabTitle{color:var(--accent-blue)}.Screenshots-module__rk2Opq__tabDesc{color:var(--text-secondary);font-size:.75rem;line-height:1.4}.Screenshots-module__rk2Opq__displayContainer{width:100%;position:relative}.Screenshots-module__rk2Opq__displayGlow{filter:blur(80px);pointer-events:none;z-index:-1;background-color:#0070f30f;border-radius:2rem;transition:all .5s;position:absolute;inset:2rem}.Screenshots-module__rk2Opq__activeTabGlow{background-color:#00e5ff0f}.Screenshots-module__rk2Opq__windowFrame{background-color:var(--bg-panel);border:1px solid var(--border-color);border-radius:1.25rem;transition:border-color .4s;overflow:hidden;box-shadow:0 35px 90px #000c,inset 0 0 1px 1px #ffffff0d}.Screenshots-module__rk2Opq__windowFrame:hover{border-color:var(--border-accent)}.Screenshots-module__rk2Opq__windowHeader{background-color:#060606f2;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:2.75rem;padding:0 1.25rem;display:flex}.Screenshots-module__rk2Opq__windowDots{gap:.45rem;display:flex}.Screenshots-module__rk2Opq__dot{opacity:.75;border-radius:9999px;width:.65rem;height:.65rem}.Screenshots-module__rk2Opq__dotRed{background-color:#dd4d57;background-color:lab(54.0218% 57.6814 26.7913)}.Screenshots-module__rk2Opq__dotYellow{background-color:#f0ad15;background-color:lab(75.641% 17.2397 75.387)}.Screenshots-module__rk2Opq__dotGreen{background-color:#53be70;background-color:lab(69.418% -45.1896 29.6823)}.Screenshots-module__rk2Opq__windowTitle{font-family:var(--font-body);letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.Screenshots-module__rk2Opq__windowRightSpacer{width:2.85rem}.Screenshots-module__rk2Opq__windowContent{aspect-ratio:16/10;background-color:#060606e6;width:100%;position:relative;overflow:hidden}.Screenshots-module__rk2Opq__windowImg{object-fit:cover;opacity:.93;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .3s;animation:.4s ease-out Screenshots-module__rk2Opq__fadeIn}@keyframes Screenshots-module__rk2Opq__fadeIn{0%{opacity:0;transform:scale(1.005)}to{opacity:.93;transform:scale(1)}}
.DownloadHub-module__st3FHa__downloadSection{z-index:10;padding:clamp(6rem,12vh,10rem) 0;position:relative}.DownloadHub-module__st3FHa__downloadContainer{max-width:1000px;margin:0 auto}.DownloadHub-module__st3FHa__downloadGrid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:900px){.DownloadHub-module__st3FHa__downloadGrid{grid-template-columns:1fr 1fr;align-items:center}}.DownloadHub-module__st3FHa__downloadCard{background-color:var(--bg-card);border:1px solid var(--border-color);text-align:center;border-radius:2rem;padding:clamp(2rem,5vw,3.5rem);transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 25px 60px #0006,0 0 30px #0070f30d}.DownloadHub-module__st3FHa__downloadCard:hover{background-color:var(--bg-active);border-color:var(--accent-blue);box-shadow:0 30px 80px #00000080,0 0 40px #0070f326}.DownloadHub-module__st3FHa__cardGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#0070f30a 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.DownloadHub-module__st3FHa__cardContent{z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.DownloadHub-module__st3FHa__cardBadge{letter-spacing:.12em;color:var(--accent-blue);text-transform:uppercase;background-color:#0070f326;border:1px solid #0070f34d;border-radius:9999px;margin-bottom:1.5rem;padding:.3rem .9rem;font-size:.6875rem;font-weight:700;display:inline-block}.DownloadHub-module__st3FHa__cardTitle{margin-bottom:.75rem;font-size:clamp(1.85rem,3.5vw,2.5rem);font-weight:800;line-height:1.1}.DownloadHub-module__st3FHa__cardSubtext{color:var(--text-secondary);max-width:320px;margin-bottom:2.5rem;font-size:.9375rem}.DownloadHub-module__st3FHa__dlButton{color:var(--text-primary);background-color:var(--accent-blue);border:1px solid #0070f366;border-radius:9999px;justify-content:center;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1.15rem 2.75rem;font-size:.9375rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 25px #0070f340}.DownloadHub-module__st3FHa__dlButton:hover{opacity:.92;transform:translateY(-2px);box-shadow:0 12px 35px #0070f366}.DownloadHub-module__st3FHa__dlButton:active{transform:translateY(0)}.DownloadHub-module__st3FHa__dlIcon{stroke-width:2.5px;width:1.25rem;height:1.25rem}.DownloadHub-module__st3FHa__specsList{color:var(--text-muted);justify-content:center;align-items:center;gap:1rem;font-size:.75rem;font-weight:600;display:flex}.DownloadHub-module__st3FHa__specsSeparator{color:#ffffff1a;font-size:1rem}.DownloadHub-module__st3FHa__walkthroughContainer{flex-direction:column;gap:2rem;display:flex}.DownloadHub-module__st3FHa__stepperHeader{flex-direction:column;gap:1rem;display:flex}.DownloadHub-module__st3FHa__stepperTitle{font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.DownloadHub-module__st3FHa__stepperText{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.DownloadHub-module__st3FHa__stepperTabs{border-bottom:1px solid var(--border-color);gap:.5rem;padding-bottom:.5rem;display:flex}.DownloadHub-module__st3FHa__stepperTab{font-family:var(--font-headings);color:var(--text-muted);cursor:pointer;background:0 0;border:0;padding:.5rem 1rem;font-size:.8125rem;font-weight:700;transition:all .3s;position:relative}.DownloadHub-module__st3FHa__stepperTab:hover{color:var(--text-primary)}.DownloadHub-module__st3FHa__activeStepTab{color:var(--accent-blue)}.DownloadHub-module__st3FHa__activeStepTab:after{content:"";background-color:var(--accent-blue);height:2px;position:absolute;bottom:-9px;left:0;right:0}.DownloadHub-module__st3FHa__stepContentCard{border:1px solid var(--border-color);background-color:#06060680;border-radius:1.25rem;align-items:flex-start;gap:1.25rem;min-height:150px;padding:1.5rem;animation:.3s ease-out DownloadHub-module__st3FHa__slideIn;display:flex}@keyframes DownloadHub-module__st3FHa__slideIn{0%{opacity:0;transform:translate(5px)}to{opacity:1;transform:translate(0)}}.DownloadHub-module__st3FHa__stepIconBox{width:2.75rem;height:2.75rem;color:var(--accent-blue);background-color:#0070f31a;border:1px solid #0070f333;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.DownloadHub-module__st3FHa__stepDetail{flex-direction:column;gap:.5rem;display:flex}.DownloadHub-module__st3FHa__stepTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.DownloadHub-module__st3FHa__stepText{color:var(--text-secondary);font-size:.8125rem;line-height:1.6}.DownloadHub-module__st3FHa__trustContainer{border-top:1px solid var(--border-color);grid-template-columns:1fr;gap:2.5rem;margin-top:5rem;padding-top:3.5rem;display:grid}@media (min-width:600px){.DownloadHub-module__st3FHa__trustContainer{grid-template-columns:repeat(3,1fr)}}.DownloadHub-module__st3FHa__trustItem{text-align:center;flex-direction:column;align-items:center;display:flex}.DownloadHub-module__st3FHa__trustIcon{border:1px solid var(--border-color);width:2.25rem;height:2.25rem;color:var(--accent-blue);background-color:#ffffff08;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.DownloadHub-module__st3FHa__trustTitle{color:var(--text-primary);margin-bottom:.35rem;font-size:.875rem;font-weight:700}.DownloadHub-module__st3FHa__trustDesc{color:var(--text-muted);max-width:220px;font-size:.75rem;line-height:1.5}
.Footer-module__S6Hkya__footerSection{z-index:10;border-top:1px solid var(--border-subtle);background-color:#060913;padding:4rem 0;position:relative}.Footer-module__S6Hkya__footerContainer{flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;max-width:1100px;margin:0 auto;display:flex}@media (min-width:600px){.Footer-module__S6Hkya__footerContainer{flex-direction:row;gap:0}}.Footer-module__S6Hkya__brandBox{align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__logoIconBox{border:1px solid var(--border-subtle);width:1.75rem;height:1.75rem;color:var(--accent-indigo);background-color:#ffffff08;border-radius:.5rem;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__logoImg{object-fit:contain;width:1rem;height:1rem}.Footer-module__S6Hkya__brandName{font-family:var(--font-headings);color:var(--text-primary);font-size:.9375rem;font-weight:700}.Footer-module__S6Hkya__copyright{color:var(--text-muted);margin-left:.25rem;font-size:.75rem;font-weight:500}.Footer-module__S6Hkya__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.Footer-module__S6Hkya__link{color:var(--text-secondary);font-size:.75rem;font-weight:600;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__link:hover{color:var(--accent-indigo)}.Footer-module__S6Hkya__separator{color:#ffffff0d;font-size:.75rem}
