@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #0a0a0f;--surface: #111118;--border: rgba(255,255,255,.08);--text: #f1f5f9;--text-muted: #64748b;--accent: #60a5fa;--accent-soft: rgba(96,165,250,.1);--radius: 12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:linear-gradient(180deg,#0b197c,#0a0a0f 50%);background-attachment:fixed;color:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.page{max-width:960px;margin:0 auto;padding:80px 24px 40px}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;padding-bottom:64px;border-bottom:1px solid var(--border);margin-bottom:56px}.hero-banner{width:100%;max-width:960px;height:320px;border-radius:16px;overflow:hidden;border:1px solid var(--border);margin-bottom:24px}.hero-banner__img{width:100%;height:100%;object-fit:cover;display:block}.hero-name{font-size:2.8rem;font-weight:700;margin:0;letter-spacing:-1px;line-height:1}.hero-tags{display:flex;align-items:center;gap:6px;color:var(--text-muted);font-size:.95rem;font-weight:500}.tag-divider{color:#ffffff26}.hero-desc{color:var(--text-muted);font-size:1rem;margin:4px 0 0;max-width:480px;line-height:1.6}.hero-actions{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap;justify-content:center}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s;border:1px solid var(--border)}.btn-icon{width:18px;height:18px}.btn-primary{background:var(--accent);color:#0a0a0f;border-color:var(--accent)}.btn-primary:hover{background:#7ab8ff}.btn-secondary{background:transparent;color:var(--text)}.btn-secondary:hover{background:var(--accent-soft);border-color:#ffffff26}.section{margin-bottom:56px}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}.section-header h2{font-size:1.4rem;font-weight:700;margin:0}.section-link{font-size:.9rem;color:var(--text-muted);transition:color .2s}.section-link:hover{color:var(--accent)}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.video-card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s,background .2s}.video-card:hover{border-color:#ffffff26;background:var(--surface)}.video-thumb{aspect-ratio:16 / 9;background:var(--surface);display:flex;align-items:center;justify-content:center}.video-thumb__img{width:100%;height:100%;object-fit:cover}.video-info{padding:12px 14px 14px}.video-title{margin:0 0 4px;font-size:.9rem;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-date{font-size:.8rem;color:var(--text-muted)}.blog-list{display:flex;flex-direction:column;gap:12px}.blog-card{display:block;padding:20px 24px;border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s,background .2s}.blog-card:hover{border-color:#ffffff26;background:var(--surface)}.blog-date{font-size:.8rem;color:var(--text-muted);font-weight:500}.blog-title{margin:6px 0 4px;font-size:1.05rem;font-weight:600}.blog-excerpt{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.5}.newsletter-section{margin-bottom:48px}.newsletter-card{padding:36px;border:1px solid var(--border);border-radius:16px;background:var(--surface);text-align:center}.newsletter-title{margin:0 0 8px;font-size:1.4rem;font-weight:700}.newsletter-desc{color:var(--text-muted);font-size:.95rem;max-width:420px;margin:0 auto 24px}.newsletter-form{display:flex;gap:10px;max-width:440px;margin:0 auto}.newsletter-input{flex:1;padding:12px 16px;border:1px solid var(--border);border-radius:999px;background:#ffffff08;color:var(--text);font-size:.9rem;outline:none}.newsletter-input:focus{border-color:var(--accent)}.newsletter-btn{flex-shrink:0}.footer{padding-top:32px;border-top:1px solid var(--border);text-align:center}.footer-links{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;color:var(--text-muted);margin-bottom:12px}.footer-links a{transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-dot{color:#ffffff1a}.footer-copy{font-size:.8rem;color:var(--text-muted);margin:0}@media (max-width: 768px){.page{padding:48px 16px 32px}.hero-name{font-size:2rem}.hero-tags{font-size:.85rem}.video-grid{grid-template-columns:repeat(2,1fr)}.newsletter-form{flex-direction:column}.newsletter-card{padding:28px 20px}}@media (max-width: 480px){.video-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:stretch}.btn{justify-content:center}}
