:root{--bg: #fffdf7;--text: #3d3229;--text-soft: #6b5d4f;--primary: #e85d3d;--primary-dark: #c74427;--accent: #2e8b6e;--accent-soft: #eaf6f1;--card: #ffffff;--border: #f0e6d8;--radius: 16px;--shadow: 0 2px 12px rgba(61, 50, 41, .08);--font: "Segoe UI", system-ui, -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.7;font-size:1.06rem}.container{max-width:1080px;margin:0 auto;padding:0 1.25rem}header.site{background:var(--card);border-bottom:3px solid var(--primary);position:sticky;top:0;z-index:50}header.site .inner{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.25rem;max-width:1080px;margin:0 auto;flex-wrap:wrap;gap:.5rem}.logo{font-size:1.35rem;font-weight:800;color:var(--primary);text-decoration:none}.logo span{color:var(--accent)}nav.main{display:flex;gap:1.4rem;flex-wrap:wrap}nav.main a{color:var(--text);text-decoration:none;font-weight:600;font-size:.98rem}nav.main a:hover{color:var(--primary)}.hero{background:linear-gradient(135deg,#fff4e6,#ffe8d6 55%,#ffd9c4);padding:3.5rem 0 3rem;text-align:center}.hero h1{font-size:clamp(1.8rem,4.5vw,2.8rem);line-height:1.25;margin-bottom:1rem}.hero p.lead{font-size:1.18rem;color:var(--text-soft);max-width:640px;margin:0 auto 1.6rem}.hero .stats{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-top:1.2rem}.hero .stats div{font-weight:700;color:var(--primary-dark)}.hero .stats small{display:block;font-weight:400;color:var(--text-soft)}.btn{display:inline-block;background:var(--primary);color:#fff;padding:.75rem 1.6rem;border-radius:999px;text-decoration:none;font-weight:700;transition:background .2s}.btn:hover{background:var(--primary-dark)}.btn.ghost{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn.ghost:hover{background:var(--primary);color:#fff}section.block{padding:3rem 0}section.block h2{font-size:1.7rem;margin-bottom:.4rem}section.block .sub{color:var(--text-soft);margin-bottom:1.8rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.4rem}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .15s;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px)}.card img.thumb{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.card .body{padding:1.1rem 1.2rem 1.3rem;flex:1;display:flex;flex-direction:column}.card h3{font-size:1.12rem;line-height:1.4;margin-bottom:.4rem}.card h3 a{color:var(--text);text-decoration:none}.card h3 a:hover{color:var(--primary)}.card p{font-size:.94rem;color:var(--text-soft);flex:1}.card .meta{margin-top:.7rem;font-size:.85rem;color:var(--accent);font-weight:600}article.page{max-width:760px;margin:0 auto;padding:2.5rem 1.25rem 3rem}article.page h1{font-size:clamp(1.7rem,4vw,2.3rem);line-height:1.3;margin-bottom:.6rem}article.page .meta-row{color:var(--text-soft);font-size:.92rem;margin-bottom:1.6rem}article.page h2{font-size:1.45rem;margin:2rem 0 .8rem}article.page h3{font-size:1.18rem;margin:1.5rem 0 .6rem}article.page p{margin-bottom:1rem}article.page ul,article.page ol{margin:0 0 1rem 1.4rem}article.page li{margin-bottom:.4rem}.video-embed{position:relative;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);margin:1.4rem 0;background:#000}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.faq{margin:2rem 0}.faq details{background:var(--accent-soft);border-radius:12px;padding:.9rem 1.2rem;margin-bottom:.7rem}.faq summary{font-weight:700;cursor:pointer}.faq details p{margin:.7rem 0 0}.downloads{background:#fff8ec;border:2px dashed var(--primary);border-radius:var(--radius);padding:1.3rem 1.5rem;margin:2rem 0}.downloads h3{margin:0 0 .6rem}.downloads a{display:block;color:var(--primary-dark);font-weight:600;margin:.35rem 0}footer.site{background:#3d3229;color:#e8ddd0;margin-top:3rem;padding:2.5rem 0 2rem;font-size:.95rem}footer.site .cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1080px;margin:0 auto;padding:0 1.25rem}footer.site h4{color:#fff;margin-bottom:.7rem}footer.site a{color:#e8ddd0;text-decoration:none;display:block;margin:.3rem 0}footer.site a:hover{color:#ffb59e}footer.site .bottom{text-align:center;margin-top:2rem;color:#a8998a;font-size:.85rem}.crumbs{font-size:.88rem;color:var(--text-soft);padding:1rem 0 0}.crumbs a{color:var(--accent);text-decoration:none}@media(max-width:640px){nav.main{gap:.9rem;font-size:.9rem}.hero{padding:2.5rem 0 2rem}}
