body:has(.landing-page){background-color:#0a0a0a}@keyframes pulseGlow{0%,to{filter:drop-shadow(0 0 8px #00ff4166)}50%{filter:drop-shadow(0 0 20px #00ff41cc)}}@keyframes shieldFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes scanLine{0%{opacity:1;transform:translateY(-100%)}to{opacity:0;transform:translateY(400%)}}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes gridPulse{0%,to{opacity:.03}50%{opacity:.07}}.landing-page{color:#e6f1ff;background-color:#0a0a0a;width:100%;min-height:100vh;font-family:Inter,Segoe UI,sans-serif;position:relative;overflow-x:hidden}.landing-page section{background:0 0!important;padding:0!important}.landing-page section:not(.landing-hero){margin:0 auto!important}.landing-page h1{margin:0;padding:0;font-size:clamp(2rem,5vw,3.5rem)!important;line-height:1.2!important}.landing-page h2{margin:0;padding:0;font-size:clamp(1.5rem,3vw,2.25rem)!important;line-height:1.3!important}.landing-page h3{font-size:inherit;margin:0;padding:0;line-height:1.4!important}.landing-page p{margin:0;padding:0}.landing-page:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#00ff410d 1px,#0000 1px),linear-gradient(90deg,#00ff410d 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;animation:4s ease-in-out infinite gridPulse;position:fixed;top:0;left:0}.landing-page>*{z-index:1;position:relative}.landing-hero{text-align:center;border-bottom:1px solid #00ff410f;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:60vh;padding:48px 24px;display:flex;position:relative;overflow:hidden;margin-bottom:24px!important}.landing-hero__shield{width:100px;height:120px;margin-bottom:24px;animation:3s ease-in-out infinite shieldFloat,2s ease-in-out infinite pulseGlow}.landing-hero__headline{color:#e6f1ff;letter-spacing:-.02em;margin-bottom:16px;font-weight:700;animation:.8s ease-out fadeInUp}.landing-hero__headline span{color:#00ff41}.landing-hero__subtitle{color:#8892b0;max-width:600px;margin-bottom:32px;line-height:1.6;animation:.8s ease-out .2s both fadeInUp;font-size:clamp(1rem,2.5vw,1.25rem)!important}.landing-hero__terminal{color:#00ff41;background:#00ff410d;border:1px solid #00ff4133;border-radius:8px;padding:16px 24px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.9rem;animation:.8s ease-out .4s both fadeInUp;display:inline-block}.landing-hero__terminal-cursor{vertical-align:middle;background:#00ff41;width:8px;height:16px;margin-left:4px;animation:1s step-end infinite cursorBlink;display:inline-block}.landing-hero__scan{pointer-events:none;background:linear-gradient(90deg,#0000,#00ff4199,#0000);width:100%;height:2px;animation:3s linear infinite scanLine;position:absolute;top:0;left:0}.landing-page .landing-section{box-sizing:border-box;width:100%;max-width:1100px;margin:0 auto!important;padding:72px 24px!important}.landing-page .landing-section+.landing-section{border-top:1px solid #00ff410f}.landing-section__title{color:#e6f1ff;text-align:center;letter-spacing:-.01em;font-weight:700;margin-bottom:40px!important}.landing-section__title span{color:#00ff41}.landing-links{grid-template-columns:repeat(5,1fr);gap:14px;max-width:800px;margin:0 auto;display:grid}.landing-link{text-align:center;background:#00ff4108;border:1px solid #00ff411f;border-radius:10px;flex-direction:column;align-items:center;padding:18px 12px 16px;text-decoration:none;transition:border-color .3s,box-shadow .3s,transform .3s,background .3s;display:flex;position:relative}.landing-link:hover{background:#00ff410f;border-color:#00ff4180;transform:translateY(-3px);box-shadow:0 0 20px #00ff411a,inset 0 0 20px #00ff4105}.landing-link__icon{color:#00ff41;background:#00ff4114;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:10px;transition:background .3s;display:flex}.landing-link:hover .landing-link__icon{background:#00ff4126}.landing-link__icon svg{width:18px;height:18px}.landing-link__title{color:#e6f1ff;margin-bottom:4px;font-weight:600;font-size:.85rem!important}.landing-link__desc{color:#8892b0;flex:1;font-size:.7rem;line-height:1.4}.landing-link__arrow{color:#00ff41;opacity:0;margin-top:8px;font-size:.9rem;transition:opacity .3s,transform .3s;display:inline-block;transform:translate(-6px)}.landing-link:hover .landing-link__arrow{opacity:1;transform:translate(0)}.landing-cards{grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid}.landing-card{background:#ffffff05;border:1px solid #00ff4126;border-radius:12px;padding:32px 24px;transition:border-color .3s,box-shadow .3s,transform .3s}.landing-card:hover{border-color:#00ff4166;transform:translateY(-2px);box-shadow:0 0 20px #00ff411a}.landing-card__icon{width:48px;height:48px;margin-bottom:16px}.landing-card__title{color:#e6f1ff;margin-bottom:12px;font-size:1.125rem;font-weight:600}.landing-card__text{color:#8892b0;font-size:.9rem;line-height:1.7}.landing-stats{text-align:center;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid}.landing-stat{padding:24px}.landing-stat__number{color:#00ff41;margin-bottom:8px;font-family:JetBrains Mono,Fira Code,monospace;font-size:2.5rem;font-weight:700}.landing-stat__label{color:#8892b0;font-size:.95rem;line-height:1.5}.landing-steps{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid}.landing-step{counter-increment:step;background:#ffffff05;border:1px solid #00ff411a;border-radius:12px;padding:28px 20px;transition:border-color .3s,box-shadow .3s;position:relative}.landing-step:hover{border-color:#00ff414d;box-shadow:0 0 15px #00ff4114}.landing-step__number{color:#00ff41;background:#00ff411a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:16px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem;font-weight:700;display:inline-flex}.landing-step__title{color:#e6f1ff;margin-bottom:8px;font-size:1rem;font-weight:600}.landing-step__text{color:#8892b0;font-size:.85rem;line-height:1.6}.landing-footer{text-align:center;border-top:1px solid #00ff411a;margin-top:40px;padding:40px 20px}.landing-footer__text{color:#8892b0;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem}.landing-footer__text span{color:#00ff41}@media (max-width:768px){.landing-hero{min-height:50vh;padding:32px 16px}.landing-hero__shield{width:80px;height:96px}.landing-page .landing-section{padding:56px 16px!important}.landing-cards,.landing-stats,.landing-steps{grid-template-columns:1fr}.landing-links{grid-template-columns:repeat(3,1fr);max-width:100%}}
