*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--blue-600: #2563eb;--blue-700: #1d4ed8;--green-50: #f0fdf4;--green-600: #16a34a;--green-700: #15803d;--text: var(--gray-900);--text-light: var(--gray-500);--text-muted: var(--gray-400);--bg: #fff;--bg-alt: var(--gray-50);--bg-dark: var(--gray-900);--border: var(--gray-200);--accent: var(--blue-600);--accent-hover: var(--blue-700);--max-width: 1080px;--max-width-narrow: 720px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.container--narrow{max-width:var(--max-width-narrow);margin:0 auto;padding:0 1.5rem}.section{padding:3rem 0}.section--alt{background:var(--bg-alt)}.section--dark{background:var(--bg-dark);color:#fff}.section-title{font-size:1.5rem;font-weight:700;letter-spacing:-.5px;margin-bottom:.5rem}.section-subtitle{color:var(--text-light);font-size:.95rem;margin-bottom:2rem}header{position:sticky;top:0;z-index:50;background:#fffffff2;backdrop-filter:blur(8px);border-bottom:1px solid var(--border);height:3.5rem;display:flex;align-items:center}header .container{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{font-size:1rem;font-weight:700;color:var(--text);text-decoration:none;letter-spacing:-.3px}.nav-desktop{display:flex;align-items:center;gap:.25rem}.nav-desktop a{color:var(--text-light);text-decoration:none;font-size:.875rem;padding:.375rem .75rem;border-radius:var(--radius-sm);transition:color .2s,background .2s}.nav-desktop a:hover{color:var(--text);background:var(--gray-100)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text)}.nav-toggle svg{width:24px;height:24px}.nav-mobile{display:none;position:fixed;top:3.5rem;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);padding:1rem 1.5rem;box-shadow:var(--shadow-lg);z-index:49}.nav-mobile.open{display:flex;flex-direction:column;gap:.25rem}.nav-mobile a{color:var(--text);text-decoration:none;font-size:.95rem;padding:.625rem .75rem;border-radius:var(--radius-sm);transition:background .2s}.nav-mobile a:hover{background:var(--gray-100)}@media(max-width:768px){.nav-desktop{display:none}.nav-toggle{display:block}}.btn{display:inline-block;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;border-radius:var(--radius-lg);text-decoration:none;transition:all .2s;cursor:pointer;border:none}.btn--primary{background:var(--gray-900);color:#fff}.btn--primary:hover{background:var(--gray-800)}.btn--secondary{background:var(--gray-100);color:var(--gray-700)}.btn--secondary:hover{background:var(--gray-200)}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.5rem;transition:border-color .2s,box-shadow .2s}.card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-sm)}.card a{text-decoration:none;color:inherit}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;list-style:none}.article-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.5rem;transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column}.article-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-sm)}.article-card a{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.article-card h2{font-size:1rem;font-weight:600;margin:0 0 .5rem;letter-spacing:-.2px;line-height:1.4}.article-card .excerpt{color:var(--text-light);font-size:.85rem;line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card .card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--gray-100)}.article-card .date{color:var(--text-muted);font-size:.75rem}.article-card .category-tag{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--accent);background:#eff6ff;padding:.2rem .5rem;border-radius:var(--radius-sm)}.article-list{list-style:none}.article-list li{padding:1.25rem 0;border-bottom:1px solid var(--border)}.article-list li:last-child{border-bottom:none}.article-list a{text-decoration:none;color:var(--text)}.article-list h2{font-size:1.1rem;font-weight:600;margin:0 0 .25rem;letter-spacing:-.3px;transition:color .2s}.article-list a:hover h2{color:var(--accent)}.article-list .excerpt{color:var(--text-light);font-size:.875rem;line-height:1.5}.article-list .date{color:var(--text-muted);font-size:.8rem}article h1{font-size:2rem;font-weight:800;line-height:1.2;letter-spacing:-1px;margin-bottom:.5rem}article .meta{color:var(--text-light);font-size:.85rem;margin-bottom:2.5rem}article h2{font-size:1.35rem;font-weight:700;margin-top:2.5rem;margin-bottom:.75rem;letter-spacing:-.5px}article h3{font-size:1.1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}article p{margin-bottom:1.25rem;color:var(--text)}article a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}article a:hover{color:var(--accent-hover)}article ul,article ol{margin-bottom:1.25rem;padding-left:1.5rem}article li{margin-bottom:.4rem}article blockquote{border-left:3px solid var(--border);padding-left:1rem;color:var(--text-light);margin:1.5rem 0;font-style:italic}article table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.875rem;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}article th,article td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border)}article th{font-weight:600;background:var(--bg-alt)}article td img{width:24px;height:24px;object-fit:contain;vertical-align:middle;margin-right:.4rem;border-radius:4px;display:inline-block}article img{max-width:100%;height:auto;border-radius:var(--radius-lg);margin:1.5rem 0}footer{background:var(--bg-dark);color:var(--gray-400)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding:3rem 0}.footer-brand p{font-size:.85rem;line-height:1.6;margin-top:.75rem}.footer-col h4{color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.4rem}.footer-col a{color:var(--gray-400);text-decoration:none;font-size:.85rem;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid var(--gray-800);padding:1.5rem 0;font-size:.8rem;text-align:center}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-brand{grid-column:1 / -1}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.breadcrumb{font-size:.8rem;color:var(--text-light);padding:.75rem 0}.breadcrumb a{color:var(--text-light);text-decoration:none}.breadcrumb a:hover{color:var(--text)}@media(max-width:600px){html{font-size:15px}article h1{font-size:1.6rem}.section{padding:2rem 0}.article-grid{grid-template-columns:1fr}}
