.button,a{text-decoration:none}.hero::after,.hero::before{content:'';position:absolute}.button,.download__inner,.nav,.section-subtitle,.section-title{text-align:center}.button,.footer__logo,.logo{user-select:none}*,::after,::before{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary:#141414;--bg-secondary:#1c1d1e;--bg-card:#252627;--text-primary:#ffffff;--text-secondary:#a7a7a7;--text-muted:#666666;--accent:#2a98ff;--accent-hover:#5579ff;--border:#2a2a2a;--radius:12px;--transition:0.25s ease;--gradient-text:linear-gradient(135deg, rgb(25, 164, 255) 0%, rgb(157, 68, 255) 100%)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1100px;margin:0 auto;padding:0 35px}a{color:var(--accent);transition:color var(--transition)}a:hover{color:var(--accent-hover)}.footer__copyright a{color:var(--text-muted)}img{max-width:100%;height:auto}.section-title{font-size:36px;font-weight:700;margin-bottom:8px}.section-subtitle{font-size:18px;color:var(--text-secondary);margin-bottom:25px}.button{display:inline-flex;align-items:center;justify-content:center;min-width:140px;padding:12px 28px;font-size:16px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:background var(--transition)}.footer__links a,.nav__link{transition:color var(--transition)}.button--primary{background:var(--accent);color:#fff}.button--primary:hover{background:var(--accent-hover);color:#fff}.button--secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border)}.button--secondary:hover{background:var(--bg-secondary);color:var(--text-primary)}.button--large{padding:16px 40px;font-size:18px;min-width:200px}.header{position:fixed;top:0;left:0;width:100%;z-index:100;background:#141414;border-bottom:1px solid var(--border)}.header__inner{display:flex;justify-content:space-between;align-items:center;height:64px}.hero,.logo{align-items:center}.logo{display:flex;gap:10px}.logo__image{height:32px;width:auto}.logo__text{font-size:20px;color:var(--text-primary)}.brand-box{font-weight:700;background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline;vertical-align:baseline}.footer__links a:hover,.nav__link:hover,.text-white{color:var(--text-primary)}.text-white{font-weight:600}.feature-card__description,.hero-platforms,.hero-platforms span,.hero__subtitle,.nav__link{color:var(--text-secondary)}.nav{display:flex;gap:28px}.nav__link{font-size:14px;font-weight:500}#version-number,.hero__title{font-weight:800}.hero{padding:120px 0;min-height:100vh;display:flex;position:relative;overflow:hidden;background:var(--bg-primary)}.hero__inner{display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:2;width:100%}.hero__content{max-width:600px;width:100%;margin-left:0;margin-right:auto}.hero__title{font-size:52px;line-height:1;margin-bottom:16px}.hero__subtitle{max-width:520px;font-size:18px;margin-bottom:32px;line-height:1.4}.hero__buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-platforms{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:32px;font-size:14px}.hero-platforms span{font-weight:400;display:block}.download__info a,.download__support a{color:var(--accent)}.platform-icons{display:flex;flex-wrap:wrap;gap:15px;align-items:center}.platform-icons img{width:24px;height:auto;display:block;filter:brightness(.98)}.hero::before{top:-10px;left:-10px;right:-10px;bottom:-10px;background-image:url('../images/hero.webp');background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(4px) brightness(.7);z-index:0}.hero::after{top:0;left:0;width:100%;height:100%;background:rgba(16,21,24,.7);background:linear-gradient(300deg,rgb(28 6 48 / 73%) 0,rgb(4 15 33 / 77%) 40%,rgb(6 20 28 / 75%) 100%);z-index:1}.features{padding:80px 0;background:var(--bg-secondary)}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:45px}.feature-card{background:var(--bg-card);padding:32px 24px;border-radius:var(--radius);border:1px solid var(--border);transition:border-color var(--transition);cursor:default}.feature-card:hover{border-color:var(--accent)}.feature-card__title{font-size:18px;font-weight:600;margin-bottom:8px}.feature-card__description{font-size:14px;line-height:1.6}.features__showcase{margin-top:32px;width:100%}.features__showcase img{display:block;width:100%;height:auto;border:none}.download{padding:100px 0}.download__buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}.download__info{font-size:14px;color:var(--text-muted)}.download__support{margin-top:18px;font-size:14px;color:var(--text-secondary)}.footer{padding:40px 0;border-top:1px solid var(--border);background:var(--bg-secondary)}.footer__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer__logo{font-size:18px;font-weight:700}.footer__copyright{font-size:14px;color:var(--text-muted);margin-top:4px}.footer__links{display:flex;gap:24px}.footer__links a{font-size:14px;color:var(--text-secondary)}@media (max-width:900px){.hero__inner{flex-direction:column;text-align:center}.hero__content,.hero__subtitle{max-width:100%}.hero__title{font-size:40px}.hero__buttons,.platform-icons{justify-content:center}.features__grid{grid-template-columns:1fr 1fr}.section-title{font-size:30px}.hero-platforms{align-items:center;text-align:center}.platform-icons img{width:24px}}@media (max-width:700px){.header__inner{flex-direction:column;height:auto;padding:12px 0;gap:8px}.nav{gap:6px 16px;flex-wrap:wrap;justify-content:center}.nav__link{font-size:13px}.hero{padding:160px 0 100px;min-height:auto}.hero__title{font-size:32px}.hero__subtitle{font-size:16px}.features__grid{grid-template-columns:1fr}.download__buttons{flex-direction:column;align-items:center}.footer__inner{flex-direction:column;text-align:center}.footer__links{flex-wrap:wrap;justify-content:center}}