:root{--accent: #6366f1;--accent-hover: #4f46e5;--accent-light: #e0e7ff;--black: #0f172a;--gray-900: #1e293b;--gray-700: #334155;--gray-500: #64748b;--gray-400: #94a3b8;--gray-300: #cbd5e1;--gray-200: #e2e8f0;--gray-100: #f1f5f9;--gray-50: #f8fafc;--white: #ffffff;--green: #10b981;--orange: #f59e0b;--red: #ef4444;--max-width: 1200px;--content-width: 780px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--gray-700);background:var(--gray-50);font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased}.site-header{background:var(--black);border-bottom:3px solid var(--accent);position:sticky;top:0;z-index:100}.site-header nav{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:64px}.site-logo{font-size:1.25rem;font-weight:800;color:var(--white);text-decoration:none;letter-spacing:-.02em;display:flex;align-items:center;gap:.5rem}.site-logo span{color:var(--accent)}.nav-links{display:flex;gap:.25rem}.nav-links a{color:var(--gray-400);text-decoration:none;font-size:.9rem;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .15s}.nav-links a:hover,.nav-links a.active{color:var(--white);background:#ffffff14}.hero{background:linear-gradient(135deg,var(--black) 0%,var(--gray-900) 100%);padding:4rem 1.5rem;text-align:center}.hero h1{color:var(--white);font-size:2.75rem;font-weight:800;letter-spacing:-.03em;line-height:1.15;max-width:700px;margin:0 auto 1rem}.hero p{color:var(--gray-400);font-size:1.15rem;max-width:560px;margin:0 auto;line-height:1.6}.hero-badge{display:inline-block;background:#6366f126;color:var(--accent);font-size:.8rem;font-weight:600;padding:.35rem 1rem;border-radius:50px;margin-bottom:1.25rem;letter-spacing:.03em;text-transform:uppercase}.section{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem}.section-title{font-size:1.5rem;font-weight:700;color:var(--black);margin-bottom:1.75rem;letter-spacing:-.02em}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;list-style:none}.article-card{background:var(--white);border-radius:12px;border:1px solid var(--gray-200);overflow:hidden;transition:all .2s;display:flex;flex-direction:column}.article-card:hover{border-color:var(--accent);box-shadow:0 4px 24px #6366f11a;transform:translateY(-2px)}.article-card a{text-decoration:none;color:inherit;padding:1.5rem;display:flex;flex-direction:column;flex:1}.article-card .card-category{font-size:.75rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.article-card h3{font-size:1.15rem;font-weight:700;color:var(--black);line-height:1.35;margin-bottom:.75rem;letter-spacing:-.01em}.article-card .card-desc{font-size:.9rem;color:var(--gray-500);line-height:1.55;flex:1;margin-bottom:1rem}.article-card .card-meta{font-size:.8rem;color:var(--gray-400);display:flex;align-items:center;gap:.75rem}.card-meta .dot{width:3px;height:3px;background:var(--gray-400);border-radius:50%}.featured-card{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;background:var(--white);border-radius:12px;border:1px solid var(--gray-200);overflow:hidden}.featured-card .featured-content{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.featured-card .featured-visual{background:linear-gradient(135deg,var(--accent) 0%,#818cf8 100%);display:flex;align-items:center;justify-content:center;font-size:4rem;min-height:280px}.featured-card h3{font-size:1.5rem;margin-bottom:1rem}.featured-card .card-desc{font-size:1rem}.post-header{background:linear-gradient(135deg,var(--black) 0%,var(--gray-900) 100%);padding:3.5rem 1.5rem;text-align:center}.post-header .post-category{display:inline-block;background:#6366f126;color:var(--accent);font-size:.8rem;font-weight:600;padding:.3rem .9rem;border-radius:50px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.03em}.post-header h1{color:var(--white);font-size:2.5rem;font-weight:800;letter-spacing:-.03em;line-height:1.2;max-width:780px;margin:0 auto 1rem}.post-header .post-meta{color:var(--gray-400);font-size:.9rem}.post-content{max-width:var(--content-width);margin:0 auto;padding:3rem 1.5rem 4rem;background:var(--white);border-radius:12px;margin-top:-1.5rem;position:relative;border:1px solid var(--gray-200)}.post-content h2{font-size:1.75rem;font-weight:700;color:var(--black);margin:2.5rem 0 1rem;letter-spacing:-.02em;padding-bottom:.5rem;border-bottom:2px solid var(--gray-100)}.post-content h3{font-size:1.35rem;font-weight:700;color:var(--black);margin:2rem 0 .75rem}.post-content p{margin-bottom:1.25rem}.post-content a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.post-content a:hover{color:var(--accent-hover)}.post-content ul,.post-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.post-content li{margin-bottom:.4rem}.post-content blockquote{border-left:4px solid var(--accent);background:var(--gray-50);padding:1rem 1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0;font-style:italic;color:var(--gray-700)}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;border-radius:8px;overflow:hidden;border:1px solid var(--gray-200)}.post-content th{background:var(--black);color:var(--white);font-weight:600;text-align:left;padding:.75rem 1rem;font-size:.85rem}.post-content td{padding:.75rem 1rem;border-bottom:1px solid var(--gray-100)}.post-content tr:nth-child(2n){background:var(--gray-50)}.post-content tr:hover{background:var(--accent-light)}.post-content code{background:var(--gray-100);padding:.15rem .4rem;border-radius:4px;font-size:.88em;color:var(--accent-hover)}.post-content pre{background:var(--gray-900);color:#e2e8f0;padding:1.25rem 1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;font-size:.88rem;line-height:1.6}.post-content pre code{background:none;color:inherit;padding:0}.post-content img{max-width:100%;border-radius:8px;margin:1.5rem 0}.post-content hr{border:none;border-top:2px solid var(--gray-100);margin:2.5rem 0}.post-content strong{color:var(--black)}.cta-box{background:linear-gradient(135deg,var(--accent) 0%,#818cf8 100%);border-radius:12px;padding:2.5rem;text-align:center;margin:3rem 0}.cta-box h3{color:var(--white);font-size:1.35rem;margin-bottom:.5rem}.cta-box p{color:#ffffffd9;margin-bottom:1.25rem}.cta-box a{display:inline-block;background:var(--white);color:var(--accent-hover);font-weight:600;padding:.75rem 2rem;border-radius:8px;text-decoration:none;transition:all .15s}.cta-box a:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.site-footer{background:var(--black);color:var(--gray-400);padding:3rem 1.5rem;margin-top:4rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-brand h3{color:var(--white);font-size:1.15rem;margin-bottom:.75rem}.footer-brand p{font-size:.9rem;line-height:1.6}.footer-links h4{color:var(--white);font-size:.9rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.4rem}.footer-links a{color:var(--gray-400);text-decoration:none;font-size:.9rem;transition:color .15s}.footer-links a:hover{color:var(--white)}.footer-bottom{max-width:var(--max-width);margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);font-size:.8rem;text-align:center}.about-content{max-width:var(--content-width);margin:0 auto;padding:3rem 1.5rem}@media(max-width:768px){.hero h1{font-size:2rem}.hero{padding:2.5rem 1rem}.article-grid,.featured-card{grid-template-columns:1fr}.featured-card .featured-visual{min-height:160px;font-size:3rem}.post-header h1{font-size:1.75rem}.post-content{margin-top:0;border-radius:0;border-left:none;border-right:none}.footer-inner{grid-template-columns:1fr;gap:2rem}.nav-links{display:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
