:root{--bg:#fff;--fg:#1a1a1a;--fg-muted:#555;--accent:#0061ff;--nav-bg:#ffffffeb;--nav-border:#00000014;--footer-bg:#f2f2f2;--footer-fg:#666;--code-bg:#f0f4f8;--code-fg:#1a1a1a;--card-bg:#f8f9fb;--card-border:#e4e8ed;--font:"Nunito", system-ui, -apple-system, sans-serif;--max-width:860px;--radius:12px}@media (prefers-color-scheme:dark){:root{--bg:#161616;--fg:#f0f0f0;--fg-muted:#999;--accent:#4d9fff;--nav-bg:#161616eb;--nav-border:#ffffff14;--footer-bg:#1e1e1e;--footer-fg:#888;--code-bg:#000;--code-fg:limegreen;--card-bg:#1e1e1e;--card-border:#2e2e2e}}.navbar{z-index:100;background-color:var(--nav-bg);border-bottom:1px solid var(--nav-border);-webkit-backdrop-filter:blur(10px);position:sticky;top:0}.navbar .navbar-inner{justify-content:space-between;align-items:center;max-width:1100px;height:56px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar .navbar-brand{font-family:var(--font);color:var(--fg);align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:flex}.navbar .navbar-brand:link,.navbar .navbar-brand:visited{color:var(--fg)}.navbar .navbar-brand img.logo{width:auto;height:1.4em}.navbar .navbar-cta{font-family:var(--font);background-color:var(--accent);color:#fff;white-space:nowrap;border-radius:20px;padding:.4rem 1.1rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:opacity .15s}.navbar .navbar-cta:link,.navbar .navbar-cta:visited{color:#fff}.navbar .navbar-cta:hover,.navbar .navbar-cta:focus,.navbar .navbar-cta:active{opacity:.85;color:#fff}.hero{background-color:#0a0a0a;position:relative;overflow:hidden}.hero .hero-image-wrap{line-height:0}.hero .hero-content{text-align:center;background:linear-gradient(#0000 0%,#0000001a 30%,#000000b8 100%);padding:4rem 2rem 2.5rem;position:absolute;bottom:0;left:0;right:0}.hero .hero-content h1{color:#fff;text-shadow:0 2px 10px #00000080;margin:0 0 1.5rem;font-size:clamp(2rem,5.5vw,4rem);font-weight:800}.hero .hero-content .mas-link img{filter:drop-shadow(0 2px 6px #0006);width:auto;height:44px}@media (width<=640px){.hero .hero-content{padding:2.5rem 1.25rem 2rem}.hero .hero-content h1{margin-bottom:1.25rem;font-size:1.75rem}.hero .hero-content .mas-link img{height:38px}}.hero-img{object-fit:cover;object-position:top center;opacity:.82;width:100%;height:auto;max-height:72vh;display:block}@media (width<=640px){.hero-img{object-position:right top;max-height:240px}}.intro{text-align:center;padding:4rem 0 2rem}.intro h2{margin-bottom:1.25rem;font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:700;line-height:1.45}.intro .lead{color:var(--fg-muted);max-width:640px;margin:0 auto;font-size:1.1rem}@media (width<=720px){.intro .break-lg{display:none}}.features{padding:3rem 0}.features .feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.features .feature-card{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);padding:1.75rem}.features .feature-card .feature-icon{margin-bottom:.75rem;font-size:1.6rem;line-height:1}.features .feature-card h3{margin:0 0 .6rem;font-size:1.05rem;font-weight:700}.features .feature-card p{color:var(--fg-muted);margin:0;font-size:.975rem;line-height:1.55}.cta{text-align:center;padding:3rem 0 5rem}.cta .mas-link{margin-bottom:.75rem;display:inline-block}.cta .mas-link img{width:auto;height:46px}.cta .mas-link:hover{opacity:.85}.cta .price-note{color:var(--fg-muted);margin:0;font-size:.875rem}.support-form{margin-bottom:3rem}.support-form .form-group{margin-bottom:1.25rem}.support-form label{font-family:var(--font);color:var(--fg);margin-bottom:.4rem;font-size:.925rem;font-weight:600;display:block}.support-form input,.support-form textarea{width:100%;font-size:1rem;font-family:var(--font);color:var(--fg);background-color:var(--bg);border:1px solid var(--card-border);appearance:none;border-radius:8px;padding:.6rem .8rem;transition:border-color .15s,outline .15s;display:block}.support-form input:focus,.support-form textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.support-form textarea{resize:vertical;min-height:120px}.support-form .submit-wrap{margin-top:1.5rem}.support-form button[type=submit]{width:100%;max-width:280px;font-size:1rem;font-family:var(--font);color:#fff;background-color:var(--accent);cursor:pointer;border:none;border-radius:8px;padding:.7rem 1.5rem;font-weight:700;transition:opacity .15s;display:block}.support-form button[type=submit]:hover,.support-form button[type=submit]:focus{opacity:.85}footer{background-color:var(--footer-bg);text-align:center;flex-shrink:0;padding:2.5rem 1.5rem}footer p{color:var(--footer-fg);margin:.2rem 0;font-size:.875rem}footer a:link,footer a:visited{color:var(--footer-fg);text-decoration:underline}footer a:hover,footer a:focus,footer a:active{opacity:.7}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg);min-height:100vh;color:var(--fg);font-family:var(--font);flex-direction:column;margin:0;padding:0;font-size:16px;line-height:1.6;display:flex}main{flex:1}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{font-family:var(--font);color:var(--fg);line-height:1.25}p{color:var(--fg)}code{background-color:var(--code-bg);color:var(--code-fg);border-radius:4px;padding:.1em .4em;font-size:.88em}a:link,a:visited{color:var(--accent)}a:hover,a:focus,a:active{color:var(--accent);opacity:.8}.visible-dark{display:none}@media (prefers-color-scheme:dark){.visible-dark{display:initial}.visible-light{display:none}}.static-content{max-width:var(--max-width);margin:3rem auto;padding:0 1.5rem 4rem}.static-content h1{margin-bottom:1.5rem}.static-content h2{margin-top:2.5rem}.static-content h3{margin-top:2rem}.static-content p{font-size:1.05rem}.static-content .lead{color:var(--fg-muted);margin-bottom:2rem;font-size:1.15rem}.static-content .alert{border-radius:var(--radius);margin-bottom:2rem;padding:1rem 1.25rem;font-size:.95rem}.static-content .alert.alert-warning{color:#6d4c00;background-color:#fff8e1;border:1px solid #ffe082}@media (prefers-color-scheme:dark){.static-content .alert.alert-warning{color:#ffd966;background-color:#2e2200;border-color:#5c3d00}}
