.lhost-page{--lh-bg-deep:#050a15;--lh-bg-surface:#0a1122;--lh-neon-blue:#00f0ff;--lh-neon-blue-dim:#00f0ff33;--lh-text-main:#f0f4f8;--lh-text-muted:#8b9bb4;--lh-glass-bg:#0a112299;--lh-glass-border:#00f0ff26;background-color:var(--lh-bg-deep);color:var(--lh-text-main);min-height:100vh;padding-bottom:4rem;font-family:Inter,system-ui,sans-serif}.lh-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.lh-section{padding:6rem 0;position:relative}.lh-hero{align-items:center;min-height:90vh;padding-top:4rem;display:flex;position:relative;overflow:hidden}.lh-hero-bg{z-index:0;position:absolute;inset:0}.lh-hero-bg img{object-fit:cover;opacity:.4;width:100%;height:100%;transform:scale(1.05)}.lh-overlay{background:linear-gradient(to bottom, transparent, var(--lh-bg-deep) 90%);position:absolute;inset:0}.lh-hero-content{z-index:1;text-align:center;max-width:800px;position:relative}.glow-text{letter-spacing:-.02em;color:#fff;text-shadow:0 0 20px #00f0ff80,0 0 40px #00f0ff33;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800}.lh-subtitle{color:var(--lh-text-muted);margin-bottom:3rem;font-size:1.25rem;font-weight:300;line-height:1.6}.lh-btn-primary{color:var(--lh-neon-blue);border:2px solid var(--lh-neon-blue);text-transform:uppercase;letter-spacing:1px;box-shadow:0 0 15px var(--lh-neon-blue-dim), inset 0 0 15px var(--lh-neon-blue-dim);background:0 0;border-radius:4px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.lh-btn-primary:hover{background:var(--lh-neon-blue);color:#000;transform:translateY(-2px);box-shadow:0 0 30px #00f0ff99,inset 0 0 10px #ffffff80}.lh-problem-solution{background:radial-gradient(circle at center, var(--lh-bg-surface) 0%, var(--lh-bg-deep) 100%)}.lh-glass-card{background:var(--lh-glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--lh-glass-border);text-align:center;border-radius:16px;max-width:900px;margin:0 auto;padding:4rem;box-shadow:0 25px 50px -12px #00000080}.lh-glass-card h2{color:#fff;margin-bottom:1.5rem;font-size:2.5rem}.lh-glass-card p{color:var(--lh-text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.lh-highlight{border-left:4px solid var(--lh-neon-blue);text-align:left;background:linear-gradient(90deg,#00f0ff0d 0%,#0000 100%);margin-top:2rem;padding-left:1.5rem;color:var(--lh-text-main)!important;font-size:1.25rem!important}.lh-highlight strong{color:var(--lh-neon-blue)}.lh-section-title{text-align:center;color:#fff;margin-bottom:4rem;font-size:3rem;position:relative}.lh-section-title:after{content:"";background:var(--lh-neon-blue);width:60px;height:4px;box-shadow:0 0 10px var(--lh-neon-blue);position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.lh-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.lh-feature-card{background:var(--lh-bg-surface);border:1px solid #ffffff0d;border-radius:12px;padding:2.5rem 2rem;transition:all .3s;position:relative;overflow:hidden}.lh-feature-card:before{content:"";background:linear-gradient(90deg, transparent, var(--lh-neon-blue), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.lh-feature-card:hover{border-color:var(--lh-glass-border);transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.lh-feature-card:hover:before{opacity:1}.lh-icon-wrapper{color:var(--lh-neon-blue);filter:drop-shadow(0 0 8px var(--lh-neon-blue-dim));margin-bottom:1.5rem}.lh-feature-card h3{color:#fff;margin-bottom:1rem;font-size:1.3rem}.lh-feature-card p{color:var(--lh-text-muted);font-size:.95rem;line-height:1.6}.lh-downloads{background:linear-gradient(to bottom, var(--lh-bg-deep), var(--lh-bg-surface))}.lh-download-header{text-align:center;max-width:600px;margin:0 auto 4rem}.lh-download-header h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.lh-download-header p{color:var(--lh-text-muted)}.lh-download-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.lh-dl-card{background:var(--lh-glass-bg);text-align:center;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;padding:3rem 2rem;transition:all .3s;display:flex}.lh-dl-card:hover{border-color:var(--lh-neon-blue);box-shadow:0 0 20px var(--lh-neon-blue-dim)}.lh-dl-icon{color:#fff;margin:0 auto 1.5rem}.lh-dl-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.lh-dl-card p{color:var(--lh-text-muted);flex-grow:1;margin-bottom:2rem;font-size:.95rem}.lh-btn-download{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.lh-btn-download:hover{background:var(--lh-neon-blue);color:#000;border-color:var(--lh-neon-blue);box-shadow:0 0 15px #00f0ff66}.lh-dl-multi{flex-direction:column;gap:.5rem;display:flex}.lh-btn-download-small{color:#fff;background:#ffffff0d;border-radius:6px;padding:.8rem;font-size:.9rem;text-decoration:none;transition:all .3s}.lh-btn-download-small:hover{background:var(--lh-neon-blue);color:#000}.lh-footer{text-align:center;border-top:1px solid #ffffff0d;padding:4rem 0 2rem}.lh-signature{color:#fff;margin-bottom:1.5rem;font-size:1.8rem}.lh-footer p{color:var(--lh-text-muted);max-width:700px;margin:0 auto 3rem;line-height:1.6}.lh-social-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.lh-social-links a{color:var(--lh-text-muted);background:#ffffff08;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s;display:flex}.lh-social-links a:hover{color:#fff;background:#ffffff1a}.lh-social-links a.lh-donate:hover{color:#ff4081;box-shadow:0 0 15px #ff40814d}@media (width<=768px){.glow-text{font-size:2.2rem}.lh-glass-card{padding:2rem 1.5rem}.lh-section{padding:4rem 0}.lh-highlight{padding-left:1rem;font-size:1.1rem!important}}.lh-install-notes{border-left:3px solid var(--lh-neon-blue);color:var(--lh-text-muted);text-align:left;background:#0000004d;border-radius:4px;margin-top:1.5rem;padding:1rem;font-size:.85rem}.lh-install-notes strong{color:#fff;margin-bottom:.5rem;display:block}.lh-install-notes code{color:var(--lh-neon-blue);background:#000;border-radius:4px;margin-bottom:.3rem;padding:.2rem .5rem;font-family:monospace;display:inline-block}
