*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI',system-ui,-apple-system,Arial,sans-serif;background:#0d1117;color:#e6edf3;line-height:1.6;overflow-x:hidden}
.wrap{width:100%;max-width:1100px;margin:0 auto;padding:0 16px}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:700;cursor:pointer;border:none;transition:.2s;font-size:14px;padding:10px 18px;white-space:nowrap}
.btn-primary{background:linear-gradient(135deg,#3fb950,#7ee787);color:#0d1117}
.btn-primary:hover{filter:brightness(1.08)}
.btn-ghost{background:transparent;border:1px solid #2d3a44;color:#e6edf3}
.btn-ghost:hover{border-color:#7ee787}
.btn-lg{padding:14px 30px;font-size:16px}
.btn-sm{padding:7px 14px;font-size:13px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(13,17,23,.92);backdrop-filter:blur(8px);border-bottom:1px solid #1b2129}
.header-inner{display:flex;align-items:center;gap:14px;height:60px}
.logo{display:flex;align-items:center;gap:8px;font-weight:800;font-size:19px;color:#fff}
.header-actions{margin-left:auto;display:flex;gap:10px}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.burger span{width:22px;height:2px;background:#e6edf3;border-radius:2px;transition:.3s}
.mobile-nav{display:none;flex-direction:column;background:#11161d;border-bottom:1px solid #1b2129}
.mobile-nav.open{display:flex}
.mobile-nav a{padding:13px 20px;border-bottom:1px solid #1b2129;font-weight:600}
.hero{position:relative;min-height:300px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid #1b2129}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.hero-content{position:relative;z-index:1;padding:40px 16px}
.hero-tag{display:inline-block;background:rgba(62,185,80,.15);border:1px solid #3fb950;color:#7ee787;font-size:12px;font-weight:700;padding:5px 12px;border-radius:20px;margin-bottom:14px}
.hero-h1{font-size:30px;font-weight:800;line-height:1.2;max-width:560px;text-shadow:0 2px 12px rgba(0,0,0,.5)}
.hero-sub{margin:14px 0 22px;max-width:540px;font-size:15px;color:#cdd9e5;text-shadow:0 1px 8px rgba(0,0,0,.6)}
.crumbs{display:flex;gap:8px;font-size:13px;color:#8b949e;padding:16px 0}
.crumbs a{color:#7ee787}
.crumbs span{color:#8b949e}
.cats{display:flex;gap:12px;background:#11161d;border:1px solid #1b2129;border-radius:14px;padding:14px;margin-bottom:30px;overflow-x:auto}
.cat{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;font-weight:600;white-space:nowrap;transition:.2s}
.cat:hover{background:#1b2129}
.block{margin-bottom:34px}
.block-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.block-title{font-size:21px;font-weight:800}
.slots{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.slot{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:1/1;background:#1b2129;border:1px solid #21262d}
.slot img{width:100%;height:100%;object-fit:cover;transition:.3s}
.slot:hover img{transform:scale(1.06)}
.slot .play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.slot .play::after{content:'';width:48px;height:48px;border-radius:50%;background:rgba(62,185,80,.92);opacity:0;transition:.25s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%230d1117'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.slot:hover .play::after{opacity:1}
.promo{display:flex;align-items:center;gap:14px;background:linear-gradient(90deg,#1a2532,#152019);border:1px solid #2d3a44;border-radius:14px;padding:14px 16px;margin-bottom:34px;flex-wrap:wrap}
.promo-icon{flex:0 0 auto;width:48px;height:48px;border-radius:10px;background:#11161d;display:flex;align-items:center;justify-content:center}
.promo-text{flex:1;min-width:160px}
.promo-text strong{display:block;font-size:15px}
.promo-text small{color:#8b949e}
.seo{margin-bottom:30px}
.seo h1{font-size:27px;font-weight:800;line-height:1.25;margin-bottom:22px;background:linear-gradient(90deg,#fff,#7ee787);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.seo h2{font-size:22px;font-weight:800;margin:30px 0 12px;padding-left:14px;border-left:4px solid #3fb950}
.seo h3{font-size:17px;font-weight:700;margin:20px 0 8px;color:#7ee787}
.seo p{margin-bottom:14px;color:#c2cdd6;font-size:15px}
.seo strong{color:#fff}
.table-wrap{overflow-x:auto;margin:14px 0 18px;-webkit-overflow-scrolling:touch}
.seo table{width:100%;border-collapse:collapse;min-width:420px;font-size:14px;border-radius:10px;overflow:hidden}
.seo th{background:#1b2129;color:#7ee787;text-align:left;padding:11px 13px;font-weight:700}
.seo td{padding:11px 13px;border-top:1px solid #21262d;color:#c2cdd6}
.seo tr:nth-child(even) td{background:#11161d}
.cta-band{text-align:center;margin:34px 0;padding:26px;background:linear-gradient(135deg,#152019,#11161d);border:1px solid #2d3a44;border-radius:16px}
.site-footer{background:#0a0d12;border-top:1px solid #1b2129;padding:30px 0;margin-top:20px}
.site-footer .logo{margin-bottom:12px}
.site-footer p{font-size:13px;color:#8b949e;max-width:680px}
@media(max-width:760px){
.header-actions .btn-ghost{display:none}
.burger{display:flex}
.hero-h1{font-size:24px}
.hero{min-height:240px}
.slots{grid-template-columns:repeat(2,1fr)}
.seo h1{font-size:23px}
.seo h2{font-size:19px}
}
@media(max-width:420px){
.logo span{font-size:17px}
.hero-h1{font-size:21px}
.block-title{font-size:18px}
}