:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:transparent;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}:root{--bg-top: #0b1320;--bg-bottom: #0e172a;--bg: linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);--text: #e5e7eb;--muted: #94a3b8;--accent: #4ff9a2;--card: #111827;--border: #1f2937;--max: 1200px}html,body{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--text)}.ht-main{min-height:100vh;display:flex;flex-direction:column;gap:16px;padding:52px 16px 24px}.ht-topbar{position:fixed;top:0;left:0;right:0;-webkit-backdrop-filter:saturate(150%) blur(6px);backdrop-filter:saturate(150%) blur(6px);background:linear-gradient(180deg,#0b1320eb,#0e172ab8);border-bottom:1px solid var(--border);z-index:50}.ht-topbar-inner{max-width:var(--max);margin:0 auto;padding:6px;display:flex;align-items:center;justify-content:space-between;gap:12px}.ht-brand{display:inline-flex;align-items:center;gap:8px;color:var(--text);text-decoration:none;font-weight:600}.ht-brand-logo{border-radius:8px}.ht-nav{display:none;align-items:center;gap:10px}.ht-nav-link{color:var(--muted);text-decoration:none;font-size:14px}.ht-cta{color:#0b1320;background:var(--accent);border-radius:8px;padding:6px 12px;text-decoration:none;font-weight:700;font-size:14px}.ht-cta-secondary{color:var(--accent);border:1px solid var(--accent);border-radius:8px;padding:6px 12px;text-decoration:none;font-weight:600;font-size:14px}.ht-cta:hover{filter:brightness(.95);box-shadow:0 6px 18px #4ff9a226}.ht-cta-secondary:hover{background:#4ff9a214}.ht-cta.is-selected,.ht-cta:active{outline:2px solid var(--accent);outline-offset:2px}.ht-cta-secondary.is-selected,.ht-cta-secondary:active{background:#4ff9a21f;box-shadow:0 0 0 1px var(--accent) inset}.ht-hero{max-width:var(--max);width:100%;margin:0 auto;text-align:center}.ht-hero-grid{display:grid;grid-template-columns:1fr;gap:12px;align-items:center}.ht-hero-text{order:2}.ht-hero-media{order:1;display:flex;justify-content:center}.ht-hero-logo{width:120px;height:120px;border-radius:20px}.ht-cta-row{display:flex;gap:8px;justify-content:center;margin-top:8px}.ht-logo{width:120px;height:120px;border-radius:24px}.ht-title{margin:8px 0 4px;font-size:clamp(20px,5vw,36px);letter-spacing:.5px;color:var(--accent)}.ht-subtitle{margin:0 auto;max-width:720px;color:var(--muted);font-size:clamp(13px,2.8vw,16px)}.ht-section{max-width:var(--max);width:100%;margin:0 auto}.ht-h2{text-align:center;margin:0 0 10px;font-size:clamp(18px,4.5vw,24px)}.ht-grid{display:grid;grid-template-columns:1fr;gap:12px}.ht-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ht-card-accent{box-shadow:0 0 0 1px var(--accent) inset,0 6px 30px #4ff9a214}.ht-card:hover{border-color:var(--accent);box-shadow:0 8px 30px #4ff9a214;transform:translateY(-2px)}.ht-card.ht-selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent) inset,0 10px 40px #4ff9a21f}.ht-card-header{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:6px}.ht-h3{margin:0;font-size:18px}.ht-price{color:var(--accent);font-weight:700}.ht-list{list-style:none;padding:0;margin:8px 0 0;color:var(--muted)}.ht-li{display:grid;grid-template-columns:10px 1fr;align-items:start;gap:8px;margin:6px 0}.ht-dot{width:6px;height:6px;border-radius:6px;margin-top:8px;background:var(--accent);display:inline-block}.ht-tiers{list-style:none;padding:0;margin:0 auto;display:grid;grid-template-columns:1fr;gap:10px}.ht-tier{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:space-between;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ht-tier-accent{box-shadow:0 0 0 1px var(--accent) inset}.ht-tier:hover{border-color:var(--accent);box-shadow:0 8px 30px #4ff9a214;transform:translateY(-2px)}.ht-tier.ht-selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent) inset,0 10px 40px #4ff9a21f}.ht-muted{color:var(--muted);font-size:12px}.ht-footer{margin-top:16px;text-align:center;color:var(--muted);font-size:13px}.ht-download{margin-top:8px}.ht-download-inner{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.ht-store-link{display:inline-flex}.ht-store-badge{display:block;height:46px}.ht-link{color:var(--muted);text-decoration:none}.ht-sep{opacity:.4;margin:0 8px}.ht-affiliates{margin-top:24px}.ht-affiliates-note{text-align:center;color:var(--muted);font-size:14px;margin:0 auto 20px;max-width:600px;line-height:1.5}.ht-affiliates-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:700px;margin:0 auto}.ht-affiliate-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px;position:relative;display:flex;align-items:center;justify-content:center;min-height:250px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ht-affiliate-card:hover{border-color:var(--accent);box-shadow:0 8px 30px #4ff9a214;transform:translateY(-2px)}.ht-affiliate-link{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--text);width:100%;height:100%}.ht-affiliate-img{max-width:100%;height:auto;border-radius:8px}.ht-affiliate-title{margin:0 0 8px;font-size:20px;color:var(--accent);font-weight:600}.ht-affiliate-text{margin:0;font-size:14px;color:var(--muted)}.ht-carousel{position:relative;max-width:400px;margin:0 auto;padding:0 40px}.ht-carousel-track{position:relative;overflow:hidden;border-radius:12px;background:var(--card);border:1px solid var(--border)}.ht-carousel-slide{display:none;flex-direction:column;align-items:center;padding:12px}.ht-carousel-slide.ht-active{display:flex;animation:ht-fadeIn .3s ease-in-out}@keyframes ht-fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.ht-carousel-caption{text-align:center;width:100%;margin-bottom:10px}.ht-carousel-title{margin:0 0 4px;font-size:16px;color:var(--text);font-weight:600}.ht-carousel-desc{margin:0;font-size:13px;color:var(--muted);line-height:1.4}.ht-carousel-img{width:100%;max-width:200px;height:auto;border-radius:8px;border:1px solid var(--border)}.ht-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:var(--card);border:1px solid var(--border);color:var(--accent);font-size:28px;width:32px;height:32px;border-radius:50%;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:10;line-height:1;padding:0}.ht-carousel-btn:hover{background:var(--accent);color:var(--bg-top);border-color:var(--accent);transform:translateY(-50%) scale(1.1)}.ht-carousel-btn-prev{left:0}.ht-carousel-btn-next{right:0}.ht-carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:12px}.ht-carousel-dot{width:8px;height:8px;border-radius:50%;border:2px solid var(--border);background:transparent;cursor:pointer;transition:all .2s ease;padding:0}.ht-carousel-dot:hover{border-color:var(--accent)}.ht-carousel-dot.ht-active{background:var(--accent);border-color:var(--accent)}@media (min-width: 600px){.ht-main{padding:16px 24px 32px}.ht-nav{display:inline-flex}.ht-hero-grid{grid-template-columns:1.1fr .9fr;text-align:left;gap:16px}.ht-hero-text{order:1}.ht-hero-media{order:2;justify-content:end}.ht-hero-logo{width:160px;height:160px}.ht-cta-row{justify-content:flex-start}.ht-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ht-tiers{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:960px}.ht-carousel{max-width:450px}.ht-carousel-img{max-width:220px}.ht-affiliates-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media (min-width: 1024px){.ht-main{padding:20px 32px 40px;gap:20px}.ht-topbar-inner{padding:8px}.ht-hero-logo{width:180px;height:180px}.ht-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:960px;margin:0 auto}.ht-card{padding:16px}.ht-tiers{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:960px}.ht-carousel{max-width:500px}.ht-carousel-img{max-width:240px}.ht-affiliates-grid{max-width:800px;gap:24px}.ht-affiliate-card{padding:20px}}
