:root{color-scheme:dark;--bg:#100607;--card:#211416;--text:#fff8f8;--muted:#c8b9bb;--accent:#ff3150;--line:#51383b}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.7 system-ui,-apple-system,"PingFang SC",sans-serif}header,main,footer{max-width:1180px;margin:auto;padding-inline:24px}header{min-height:78px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #2e2022}.brand{font-weight:800;font-size:20px;display:flex;gap:9px;align-items:center}.brand b{background:linear-gradient(145deg,#ff1764,#ff9d15);border-radius:10px;padding:3px 10px}a{color:inherit;text-decoration:none}nav{display:flex;gap:20px;flex-wrap:wrap}nav a:hover{color:#ff7490}.hero{padding:72px 0 36px;max-width:850px}.eyebrow{color:#ff7791;font-weight:700;letter-spacing:.12em}.hero h1{font-size:clamp(34px,6vw,64px);line-height:1.1;margin:8px 0 20px}.hero>p{color:var(--muted);font-size:18px}.apps{margin-top:42px;padding:28px;background:#190d0f;border:1px solid #3a2427;border-radius:22px}.apps h2{margin-top:0}.app-row{display:flex;gap:18px;flex-wrap:wrap}.app-row a{width:118px;text-align:center;color:var(--muted);font-size:14px}.app-row img{display:block;width:96px;height:96px;object-fit:cover;border-radius:22px;background:#fff;margin:0 auto 8px;box-shadow:0 10px 30px #0007}.note{color:#a8999b;font-size:13px}.gallery{padding:44px 0}.section-title{max-width:720px;margin-bottom:28px}.section-title h2,.faq h2{font-size:32px;line-height:1.2}.gallery article{display:grid;grid-template-columns:minmax(260px,.72fr) 1fr;gap:64px;align-items:center;padding:46px 0;border-top:1px solid var(--line)}.gallery article.flip img{order:2}.gallery img{width:100%;max-height:640px;object-fit:cover;object-position:top;border-radius:20px;box-shadow:0 20px 50px #0008}.gallery h3{font-size:30px;margin:0 0 12px}.gallery article p,.faq p{color:var(--muted)}.faq{padding:48px 0 80px;max-width:900px}.faq details{border-bottom:1px solid var(--line);padding:15px 4px}.faq summary{font-weight:700;cursor:pointer}footer{border-top:1px solid #2e2022;display:flex;justify-content:space-between;gap:24px;padding-block:36px;color:var(--muted)}footer strong{color:var(--text)}footer p{margin:4px 0}@media(max-width:680px){header{padding-block:14px}.brand{font-size:17px}header nav{gap:12px;font-size:14px}.hero{padding-top:42px}.gallery article,.gallery article.flip{grid-template-columns:1fr;gap:22px}.gallery article.flip img{order:0}.gallery h3{font-size:25px}.app-row{justify-content:space-between;gap:15px}.app-row a{width:calc(50% - 8px)}footer{flex-direction:column}}
