*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#6366f1;--primary-dark:#4f46e5;--secondary:#8b5cf6;--accent:#06b6d4;--bg-dark:#0a0a0f;--bg-card:#111118;--bg-card2:#16161f;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#475569;--border:#1e1e2e;--gradient-1:linear-gradient(135deg,#6366f1,#8b5cf6);--gradient-2:linear-gradient(135deg,#06b6d4,#6366f1);--gradient-glow:linear-gradient(135deg,#6366f14d,#8b5cf64d)}html{scroll-behavior:smooth}body{background-color:#0a0a0f;background-color:var(--bg-dark);color:#f1f5f9;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}code,pre{font-family:JetBrains Mono,Fira Code,monospace}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer;outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0f;background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#6366f1;background:var(--primary);border-radius:3px}.app{background-color:#0a0a0f;min-height:100vh;position:relative}.app:before{background-image:linear-gradient(#6366f108 1px,#0000 0),linear-gradient(90deg,#6366f108 1px,#0000 0);background-size:50px 50px;content:"";height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}main{position:relative;z-index:1}section+section{border-top:1px solid #0f0f18}.navbar{left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0ff2;border-bottom:1px solid #6366f133;padding:.75rem 0}.navbar__container{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar__brand{cursor:pointer;gap:.75rem}.navbar__brand,.navbar__logo{align-items:center;display:flex}.navbar__logo{border-radius:10px;box-shadow:0 0 20px #6366f166;height:40px;justify-content:center;width:40px}.navbar__logo,.navbar__name{background:linear-gradient(135deg,#6366f1,#8b5cf6);font-size:1.2rem}.navbar__name{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:700}.navbar__links{align-items:center;display:flex;gap:.25rem;list-style:none}.navbar__links li button{background:none;border-radius:8px;color:#94a3b8;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.navbar__links li button:hover{background:#6366f11a;color:#f1f5f9}.navbar__actions{align-items:center;display:flex;gap:.75rem}.navbar__btn{border-radius:8px;display:inline-block;font-size:.875rem;font-weight:600;padding:.5rem 1.25rem;transition:all .2s}.navbar__btn--outline{border:1px solid #6366f166;color:#94a3b8}.navbar__btn--outline:hover{background:#6366f11a;border-color:#6366f1;color:#6366f1}.navbar__btn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.navbar__btn--primary:hover{box-shadow:0 4px 20px #6366f166;transform:translateY(-1px)}.navbar__hamburger{background:none;display:none;flex-direction:column;gap:5px;padding:.5rem}.navbar__hamburger span{background:#94a3b8;border-radius:2px;display:block;height:2px;transition:all .3s;width:22px}@media (max-width:768px){.navbar__hamburger{display:flex}.navbar__links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0ffa;border-bottom:1px solid #6366f133;display:none;flex-direction:column;gap:.5rem;left:0;padding:1.5rem;position:fixed;right:0;top:70px}.navbar__links--open{display:flex}.navbar__links li button{padding:.75rem 1rem;text-align:left;width:100%}.navbar__actions{display:none}}.hero{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;min-height:100vh;padding:8rem 2rem 4rem;position:relative}.hero__canvas{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.hero__content{position:relative;z-index:1}.hero__badge{align-items:center;background:#6366f11a;border:1px solid #6366f14d;border-radius:50px;color:#a5b4fc;display:inline-flex;font-size:.8rem;font-weight:600;gap:.5rem;letter-spacing:.05em;margin-bottom:1.5rem;padding:.4rem 1rem}.hero__badge-dot{animation:pulse 2s infinite;background:#6366f1;border-radius:50%;height:6px;width:6px}.hero__title{color:#f1f5f9;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem}.hero__title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6,#06b6d4);-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:#6366f1;font-size:1.1rem;font-weight:600;letter-spacing:.01em;margin-bottom:1rem}.hero__description{color:#94a3b8;font-size:1rem;line-height:1.7;margin-bottom:2rem;max-width:480px}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.hero__btn{align-items:center;border-radius:12px;display:inline-flex;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;gap:.5rem;padding:.875rem 1.75rem;transition:all .3s}.hero__btn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;box-shadow:0 4px 20px #6366f14d;color:#fff}.hero__btn--primary:hover{box-shadow:0 8px 30px #6366f180;transform:translateY(-2px)}.hero__btn--outline{background:#0000;border:1px solid #94a3b84d;color:#94a3b8;text-decoration:none}.hero__btn--outline:hover{background:#6366f10d;border-color:#6366f1;color:#6366f1}.hero__stats{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem}.hero__stat{display:flex;flex-direction:column;gap:.2rem}.hero__stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.hero__stat-label{color:#475569;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.hero__stat-divider{background:#1e1e2e;height:30px;width:1px}.hero__code-window{animation:float 6s ease-in-out infinite;background:#111118;border:1px solid #1e1e2e;border-radius:16px;box-shadow:0 25px 60px #00000080,0 0 0 1px #6366f11a;overflow:hidden;position:relative;z-index:1}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero__window-bar{align-items:center;background:#0d0d14;border-bottom:1px solid #1e1e2e;display:flex;gap:1rem;padding:.875rem 1.25rem}.hero__window-dots{display:flex;gap:6px}.dot{border-radius:50%;height:12px;width:12px}.dot--red{background:#ff5f57}.dot--yellow{background:#febc2e}.dot--green{background:#28c840}.hero__window-title{color:#475569;font-family:JetBrains Mono,monospace;font-size:.8rem}.hero__code{padding:1.5rem;position:relative}.hero__code pre{font-family:JetBrains Mono,monospace;font-size:.82rem;line-height:1.9;overflow-x:auto}.code-keyword{color:#c792ea}.code-string{color:#c3e88d}.code-comment{color:#546e7a;font-style:italic}.code-fn{color:#82aaff}.code-var{color:#eff}.code-prop{color:#f78c6c}.code-bracket{color:#89ddff}.code-bool{color:#ff5370}.hero__cursor{animation:blink 1s infinite;background:#6366f1;display:inline-block;height:1.2em;vertical-align:text-bottom;width:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero__scroll-hint{align-items:center;bottom:2rem;color:#475569;display:flex;flex-direction:column;font-size:.75rem;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:1}.hero__scroll-mouse{border:2px solid #1e1e2e;border-radius:11px;display:flex;height:34px;justify-content:center;padding-top:5px;width:22px}.hero__scroll-wheel{animation:scroll-wheel 2s infinite;background:#6366f1;border-radius:2px;height:6px;width:3px}@keyframes scroll-wheel{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@media (max-width:900px){.hero{grid-template-columns:1fr;padding-top:6rem;text-align:center}.hero__description{max-width:100%}.hero__actions,.hero__stats{justify-content:center}.hero__code-window{margin:0 auto;max-width:500px}}.features{padding:6rem 2rem;position:relative}.features__container{margin:0 auto;max-width:1200px}.features__header{margin-bottom:4rem;text-align:center}.features__badge{background:#6366f11a;border:1px solid #6366f14d;border-radius:50px;color:#a5b4fc;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.25rem;padding:.4rem 1rem}.features__title{color:#f1f5f9;font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:1rem}.features__title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6,#06b6d4);-webkit-background-clip:text;background-clip:text}.features__subtitle{color:#64748b;font-size:1rem;line-height:1.7;margin:0 auto;max-width:560px}.features__grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}.feature-card{background:#111118;border:1px solid #1e1e2e;border-radius:16px;cursor:default;overflow:hidden;padding:1.75rem;position:relative;transition:all .3s ease}.feature-card--active,.feature-card:hover{border-color:#6366f1;border-color:var(--feature-color,#6366f1);box-shadow:0 12px 40px #0000004d;transform:translateY(-4px)}.feature-card__glow{background:radial-gradient(circle at 50% 0,#6366f1,#0000 60%);background:radial-gradient(circle at 50% 0,var(--feature-color,#6366f1),#0000 60%);bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s}.feature-card--active .feature-card__glow,.feature-card:hover .feature-card__glow{opacity:.07}.feature-card__icon{display:block;filter:drop-shadow(0 0 8px #6366f1);filter:drop-shadow(0 0 8px var(--feature-color,#6366f1));font-size:2rem;margin-bottom:1rem}.feature-card__title{color:#f1f5f9;font-size:1.05rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.625rem}.feature-card__description{color:#64748b;font-size:.875rem;line-height:1.65;margin-bottom:1.25rem}.feature-card__tags{display:flex;flex-wrap:wrap;gap:.4rem}.feature-card__tag{background:#6366f11a;border:1px solid #6366f133;border-radius:4px;color:#818cf8;font-size:.7rem;font-weight:600;letter-spacing:.05em;padding:.2rem .6rem;text-transform:uppercase}@media (max-width:960px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.features__grid{grid-template-columns:1fr}}.about{padding:6rem 2rem;position:relative}.about__container{margin:0 auto;max-width:1200px}.about__header{margin-bottom:4rem;text-align:center}.about__badge{background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:50px;color:#c4b5fd;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.25rem;padding:.4rem 1rem}.about__title{color:#f1f5f9;font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:1.25rem}.about__title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#8b5cf6,#06b6d4);-webkit-background-clip:text;background-clip:text}.about__description{color:#64748b;font-size:1rem;line-height:1.8;margin:0 auto;max-width:600px}.about__mission{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr);margin-bottom:5rem}.mission-card{background:#111118;border:1px solid #1e1e2e;border-radius:16px;padding:2rem;text-align:center;transition:all .3s}.mission-card:hover{border-color:#8b5cf666;box-shadow:0 12px 40px #8b5cf61a;transform:translateY(-4px)}.mission-card__icon{display:block;font-size:2.5rem;margin-bottom:1rem}.mission-card h3{color:#f1f5f9;font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.mission-card p{color:#64748b;font-size:.875rem;line-height:1.7}.about__section-title{color:#f1f5f9;font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin-bottom:2rem;text-align:center}.about__timeline-section{margin-bottom:5rem}.about__timeline{display:flex;flex-direction:column;gap:0;margin:0 auto;max-width:720px}.timeline-item{grid-gap:1rem;align-items:flex-start;display:grid;gap:1rem;grid-template-columns:80px 40px 1fr}.timeline-item__year{color:#6366f1;font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:700;padding-top:.1rem;text-align:right}.timeline-item__line{align-items:center;display:flex;flex-direction:column;padding-top:.2rem}.timeline-item__dot{background:#6366f1;border:2px solid #0a0a0f;border-radius:50%;box-shadow:0 0 10px #6366f199;flex-shrink:0;height:12px;width:12px}.timeline-item__connector{background:linear-gradient(180deg,#6366f1,#1e1e2e);height:40px;margin-top:4px;width:2px}.timeline-item__content{color:#94a3b8;font-size:.9rem;line-height:1.6;padding-bottom:1.5rem}.about__team-section{margin-bottom:4rem}.about__team{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}.team-card{background:#111118;border:1px solid #1e1e2e;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s}.team-card:hover{border-color:#6366f166;box-shadow:0 12px 40px #0000004d;transform:translateY(-4px)}.team-card__avatar{display:block;font-size:2.5rem;margin-bottom:1rem}.team-card__name{color:#f1f5f9;font-size:1rem;font-weight:700;margin-bottom:.25rem}.team-card__role{color:#64748b;font-size:.8rem;margin-bottom:.75rem}.team-card__expertise{background:#6366f11a;border:1px solid #6366f133;border-radius:50px;color:#818cf8;display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.05em;padding:.2rem .75rem;text-transform:uppercase}.about__version-banner{align-items:center;background:#111118;border:1px solid #1e1e2e;border-radius:16px;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-around;padding:2rem}.about__version-info{align-items:center;display:flex;flex-direction:column;gap:.25rem;text-align:center}.about__version-label{color:#475569;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.about__version-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:700}.about__version-divider{background:#1e1e2e;height:40px;width:1px}@media (max-width:960px){.about__mission{grid-template-columns:1fr}.about__team{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.about__team{grid-template-columns:1fr}.about__version-divider{display:none}.timeline-item{grid-template-columns:60px 30px 1fr}}.tech{background:linear-gradient(180deg,#0000,#6366f108,#0000);padding:6rem 2rem;position:relative}.tech__container{margin:0 auto;max-width:1200px}.tech__header{margin-bottom:4rem;text-align:center}.tech__badge{background:#06b6d41a;border:1px solid #06b6d44d;border-radius:50px;color:#67e8f9;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.25rem;padding:.4rem 1rem}.tech__title{color:#f1f5f9;font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:1rem}.tech__title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06b6d4,#6366f1);-webkit-background-clip:text;background-clip:text}.tech__subtitle{color:#64748b;font-size:1rem;line-height:1.7;margin:0 auto;max-width:560px}.tech__grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:4rem}.tech-card{align-items:center;background:#111118;border:1px solid #1e1e2e;border-radius:12px;display:flex;gap:1rem;overflow:hidden;padding:1.25rem;position:relative;transition:all .3s}.tech-card:before{background:#6366f1;background:var(--tech-color,#6366f1);bottom:0;content:"";left:0;opacity:0;position:absolute;top:0;transition:opacity .3s;width:3px}.tech-card:hover{border-color:#6366f1;border-color:var(--tech-color,#6366f1);box-shadow:0 4px 20px #0003;transform:translateX(4px)}.tech-card:hover:before{opacity:1}.tech-card__icon{flex-shrink:0;font-size:1.5rem}.tech-card__info{flex:1 1;min-width:0}.tech-card__name{color:#f1f5f9;font-size:.875rem;font-weight:700;margin-bottom:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tech-card__category{color:#475569;font-size:.7rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.tech-card__bar{background:#1e1e2e;border-radius:2px;height:4px;overflow:hidden;width:40px}.tech-card__bar-fill{background:#6366f1;background:var(--tech-color,#6366f1);border-radius:2px;height:100%;opacity:.7;width:100%}.tech__metrics{background:#111118;border:1px solid #1e1e2e;border-radius:20px;padding:2.5rem}.tech__metrics-title{color:#f1f5f9;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin-bottom:2rem;text-align:center}.tech__metrics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.metric{display:flex;flex-direction:column;gap:.75rem}.metric__value{color:#f1f5f9;font-family:JetBrains Mono,monospace;font-size:1.8rem;font-weight:800;letter-spacing:-.02em}.metric__bar{background:#1e1e2e;border-radius:3px;height:6px;overflow:hidden}.metric__bar-fill{animation:bar-grow 1.5s ease-out forwards;border-radius:3px;height:100%;transform-origin:left}@keyframes bar-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.metric__label{color:#64748b;font-size:.8rem;font-weight:500}@media (max-width:960px){.tech__grid{grid-template-columns:repeat(3,1fr)}.tech__metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.tech__grid{grid-template-columns:repeat(2,1fr)}.tech__metrics-grid{grid-template-columns:1fr}}.contact{padding:6rem 2rem;position:relative}.contact__container{margin:0 auto;max-width:1200px}.contact__header{margin-bottom:4rem;text-align:center}.contact__badge{background:#10b9811a;border:1px solid #10b9814d;border-radius:50px;color:#6ee7b7;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.25rem;padding:.4rem 1rem}.contact__title{color:#f1f5f9;font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:1rem}.contact__title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#06b6d4);-webkit-background-clip:text;background-clip:text}.contact__subtitle{color:#64748b;font-size:1rem;line-height:1.7;margin:0 auto;max-width:560px}.contact__layout{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1.4fr}.contact__links-title{color:#94a3b8;font-size:1rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;margin-bottom:1.25rem;text-transform:uppercase}.contact__link-card{align-items:center;background:#111118;border:1px solid #1e1e2e;border-radius:12px;color:inherit;display:flex;gap:1rem;margin-bottom:.75rem;padding:1rem 1.25rem;text-decoration:none;transition:all .3s}.contact__link-card:hover{background:#6366f10d;border-color:#6366f166;transform:translateX(4px)}.contact__link-icon{flex-shrink:0;font-size:1.4rem;text-align:center;width:40px}.contact__link-info{display:flex;flex:1 1;flex-direction:column;gap:.15rem}.contact__link-info strong{color:#f1f5f9;font-size:.9rem;font-weight:600}.contact__link-info span{color:#475569;font-size:.78rem}.contact__link-arrow{color:#475569;flex-shrink:0;transition:transform .2s}.contact__link-card:hover .contact__link-arrow{color:#6366f1;transform:translateX(3px)}.contact__form-wrapper{background:#111118;border:1px solid #1e1e2e;border-radius:20px;padding:2.5rem}.contact__form-title{color:#f1f5f9;font-size:1.2rem;font-weight:700;margin-bottom:2rem}.contact__form-group{margin-bottom:1.25rem}.contact__form-group label{color:#64748b;display:block;font-size:.825rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.contact__form-group input,.contact__form-group textarea{background:#0d0d14;border:1px solid #1e1e2e;border-radius:10px;color:#f1f5f9;font-family:Inter,sans-serif;font-size:.9rem;padding:.875rem 1rem;resize:vertical;transition:all .2s;width:100%}.contact__form-group input::placeholder,.contact__form-group textarea::placeholder{color:#334155}.contact__form-group input:focus,.contact__form-group textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.contact__submit{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;gap:.625rem;justify-content:center;margin-top:.5rem;padding:1rem;transition:all .3s;width:100%}.contact__submit:hover{box-shadow:0 8px 25px #6366f166;transform:translateY(-2px)}.contact__submit:active{transform:translateY(0)}.contact__success{padding:3rem 2rem;text-align:center}.contact__success-icon{display:block;font-size:3rem;margin-bottom:1.25rem}.contact__success h3{color:#f1f5f9;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.contact__success p{color:#64748b;font-size:.9rem;line-height:1.6}@media (max-width:800px){.contact__layout{grid-template-columns:1fr}}.footer{border-top:1px solid #1e1e2e;padding:4rem 2rem 2rem;position:relative}.footer__container{margin:0 auto;max-width:1200px}.footer__top{margin-bottom:3rem}.footer__brand{gap:.75rem;margin-bottom:1rem}.footer__brand,.footer__logo{align-items:center;display:flex}.footer__logo{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;box-shadow:0 0 20px #6366f14d;font-size:1.2rem;height:40px;justify-content:center;width:40px}.footer__brand-text{display:flex;flex-direction:column;gap:.1rem}.footer__brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:700}.footer__brand-version{color:#475569;font-family:JetBrains Mono,monospace;font-size:.7rem}.footer__tagline{color:#64748b;font-size:.875rem;line-height:1.6;margin-bottom:1rem;max-width:400px}.footer__env-badge{align-items:center;background:#10b98114;border:1px solid #10b98133;border-radius:6px;color:#6ee7b7;display:inline-flex;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:600;gap:.5rem;letter-spacing:.02em;padding:.3rem .75rem}.footer__env-dot{animation:pulse 2s infinite;background:#10b981;border-radius:50%;height:6px;width:6px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.footer__links{grid-gap:2rem;border-bottom:1px solid #1e1e2e;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:3rem;padding-bottom:3rem}.footer__link-group-title{color:#94a3b8;font-size:.75rem;font-weight:700;letter-spacing:.08em;margin-bottom:1.25rem;text-transform:uppercase}.footer__link-group ul{display:flex;flex-direction:column;gap:.625rem;list-style:none}.footer__link-group ul li a{color:#475569;font-size:.875rem;text-decoration:none;transition:color .2s}.footer__link-group ul li a:hover{color:#6366f1}.footer__bottom{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer__copyright{color:#334155;font-size:.8rem}.footer__bottom-links{display:flex;gap:1.5rem}.footer__bottom-links a{color:#334155;font-size:.8rem;text-decoration:none;transition:color .2s}.footer__bottom-links a:hover{color:#6366f1}@media (max-width:800px){.footer__links{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.footer__links{grid-template-columns:1fr}.footer__bottom{align-items:flex-start;flex-direction:column}}
/*# sourceMappingURL=main.143b56ea.css.map*/