:root{--primary:#2563eb;--primary-light:#3b82f6;--primary-dark:#1d4ed8;--accent:#0ea5e9;--bg:#f8fafc;--bg-card:#fff;--text:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--success:#22c55e;--error:#ef4444;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark);text-decoration:underline}body{background:var(--bg);min-height:100vh;margin:0;line-height:1.6}main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}header{background:var(--bg-card);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.logo{color:var(--text);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.logo:hover{color:var(--primary);text-decoration:none}nav ul{flex-wrap:wrap;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}nav li a{color:var(--text-muted);border-radius:8px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;display:block}nav li a:hover{background:var(--border);color:var(--text);text-decoration:none}footer{background:var(--text);color:#cbd5e1;margin-top:auto}.footer-inner{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer-brand h3{color:#f1f5f9;margin:0 0 .75rem;font-size:1.25rem}.footer-brand p{color:#94a3b8;margin:0;font-size:.9rem;line-height:1.6}.footer-section h4{color:#f1f5f9;text-transform:uppercase;letter-spacing:.5px;margin:0 0 1rem;font-size:.85rem}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#94a3b8;font-size:.9rem}.footer-section a:hover{color:#f1f5f9}.footer-bottom{color:#64748b;border-top:1px solid #334155;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;font-size:.85rem;display:flex}h1,h2,h3,h4,h5,h6{color:var(--text);margin:0 0 .75rem;font-weight:700;line-height:1.3}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.35rem}p{margin:0 0 1rem;line-height:1.75}.hero{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);color:#fff;border-radius:20px;margin-bottom:2rem;padding:4rem 2.5rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:#ffffff1a;width:60%;height:200%;position:absolute;top:-50%;right:-20%;transform:rotate(15deg)}.hero h1{color:#fff;margin-bottom:1rem;font-size:2.5rem;position:relative}.hero p{opacity:.95;max-width:600px;margin:0 0 1.5rem;font-size:1.1rem;position:relative}.button{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.button:hover{text-decoration:none;transform:translateY(-1px)}.button-primary{color:var(--primary);background:#fff}.button-primary:hover{color:var(--primary-dark);background:#f1f5f9}.button-secondary{color:#fff;background:#fff3;border:1px solid #ffffff4d}.button-secondary:hover{color:#fff;background:#ffffff4d}.card-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}article.card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d}article.card:hover{border-color:var(--primary-light);transform:translateY(-4px);box-shadow:0 20px 40px -15px #0000001a}.card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.card h3{margin-bottom:.5rem;font-size:1.15rem}.card h3 a{color:var(--text)}.card h3 a:hover{color:var(--primary)}.card p{color:var(--text-muted);flex:1;font-size:.95rem}.card-meta{border-top:1px solid var(--border);color:var(--text-muted);align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;font-size:.85rem;display:flex}.section-title{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);align-items:center;gap:.75rem;margin:2.5rem 0 1.25rem;font-size:.85rem;font-weight:700;display:flex}.section-title:after{content:"";background:var(--border);flex:1;height:1px}.badge{text-transform:uppercase;letter-spacing:.5px;color:var(--primary);background:#dbeafe;border-radius:6px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.tag-chip{background:var(--border);color:var(--text-muted);border-radius:999px;align-items:center;gap:.25rem;padding:.3rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s;display:inline-flex}.tag-chip:hover{background:var(--primary);color:#fff;text-decoration:none}.tags-list{flex-wrap:wrap;gap:.5rem;display:flex}.breadcrumbs{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.breadcrumbs a{color:var(--primary)}article.post-content{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:2.5rem}.post-header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.post-header h1{margin-bottom:1rem;font-size:2.25rem}.post-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.9rem;display:flex}.mdx-content{font-size:1.05rem;line-height:1.8}.mdx-content h2{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem}.mdx-content h3{margin-top:2rem}.mdx-content p{margin-bottom:1.25rem}.mdx-content ul,.mdx-content ol{margin:0 0 1.5rem;padding-left:1.5rem}.mdx-content li{margin-bottom:.5rem}.mdx-content pre{color:#e2e8f0;background:#1e293b;border-radius:12px;margin:1.5rem 0;padding:1.25rem;font-size:.9rem;overflow-x:auto}.mdx-content code{background:var(--border);border-radius:6px;padding:.2rem .5rem;font-size:.9em}.mdx-content pre code{background:0 0;padding:0}.mdx-content blockquote{border-left:4px solid var(--primary);background:#f1f5f9;border-radius:0 12px 12px 0;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic}.author-box{border:1px solid var(--border);background:#f8fafc;border-radius:12px;gap:1.25rem;margin-top:2rem;padding:1.5rem;display:flex}.author-avatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:700;display:flex}.author-info h4{margin:0 0 .25rem;font-size:1rem}.author-info p{color:var(--text-muted);margin:0;font-size:.9rem}.ad-slot{border:2px dashed var(--border);text-align:center;color:var(--text-muted);background:#fafafa;border-radius:12px;margin:2rem 0;padding:2rem 1rem;font-size:.85rem}.ad-slot-label{text-transform:uppercase;letter-spacing:1px;opacity:.7;margin-bottom:.5rem;font-size:.7rem}.consent-banner{background:var(--text);color:#f1f5f9;z-index:1000;border-radius:16px;max-width:380px;padding:1.5rem;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 20px 50px #0000004d}.consent-banner p{margin:0 0 1rem;font-size:.9rem;line-height:1.5}.consent-buttons{gap:.75rem;display:flex}.consent-accept{background:var(--success);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.25rem;font-weight:600}.consent-decline{color:#e2e8f0;cursor:pointer;background:#475569;border:none;border-radius:8px;padding:.6rem 1.25rem;font-weight:600}.legal-content{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;max-width:800px;padding:2.5rem}.legal-content h1{margin-bottom:.5rem}.last-updated{color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem;font-size:.9rem}.legal-content h2{margin-top:2rem;font-size:1.25rem}.legal-content ul{padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.contact-form{gap:1.25rem;max-width:560px;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text);font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{border:1px solid var(--border);border-radius:10px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-submit{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.form-submit:hover{background:var(--primary-dark)}.form-submit:disabled{opacity:.7;cursor:not-allowed}.form-message{border-radius:8px;padding:1rem;font-size:.9rem}.form-message.success{color:#166534;background:#dcfce7}.form-message.error{color:#991b1b;background:#fef2f2}.about-content{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;max-width:800px;padding:2.5rem}.about-header{border-bottom:1px solid var(--border);align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.about-avatar{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;font-size:2.5rem;font-weight:700;display:flex}.about-intro h1{margin-bottom:.5rem}.about-intro p{color:var(--text-muted);margin:0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0;display:grid}.feature-card{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:12px;padding:1.5rem}.feature-icon{background:#dbeafe;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.feature-card h3{margin-bottom:.5rem;font-size:1.1rem}.feature-card p{color:var(--text-muted);margin:0;font-size:.9rem}.hero-badge{background:#fff3;border-radius:999px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.view-all{color:var(--primary);font-size:.9rem;font-weight:600}.view-all:hover{text-decoration:underline}.featured-section{margin-bottom:2rem}.categories-section{margin:3rem 0}.category-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.category-card{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:12px;flex-direction:column;padding:1.25rem;transition:all .2s;display:flex}.category-card:hover{border-color:var(--primary);text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.category-name{color:var(--text);text-transform:capitalize;font-size:1rem;font-weight:600}.category-count{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.about-preview{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;margin:3rem 0;padding:2.5rem}.about-preview h2{text-align:center;margin-bottom:2rem}.feature{text-align:center;padding:1rem}.feature-icon{margin-bottom:1rem;font-size:2rem}.feature h3{margin-bottom:.5rem;font-size:1.1rem}.feature p{color:var(--text-muted);margin:0;font-size:.9rem}.page-header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.page-header h1{margin-bottom:.5rem}.page-header p{color:var(--text-muted);max-width:600px;margin:0;font-size:1.05rem}.blog-filters{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;padding:1.5rem;display:flex}.filter-group h3{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem}.filter-tags{flex-wrap:wrap;gap:.5rem;display:flex}.filter-tag{background:var(--border);color:var(--text);text-transform:capitalize;border-radius:999px;align-items:center;gap:.25rem;padding:.4rem .85rem;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.filter-tag:hover{background:var(--primary);color:#fff;text-decoration:none}.filter-tag .count{color:var(--text-muted);font-size:.75rem}.filter-tag:hover .count{color:#fffc}.posts-section{margin-top:2rem}.contact-info{background:#f1f5f9;border-radius:12px;margin:2rem 0;padding:1.5rem}.contact-info h2{margin-top:0;font-size:1.2rem}.contact-note{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:12px;margin-top:2rem;padding:1rem 1.5rem}.contact-note h3{color:#92400e;margin-bottom:.5rem;font-size:1rem}.contact-note p{color:#78350f;margin:0;font-size:.9rem}@media (max-width:768px){.header-inner{flex-direction:column;gap:1rem}nav ul{justify-content:center}.hero{padding:2.5rem 1.5rem}.hero h1,h1{font-size:1.75rem}h2{font-size:1.35rem}.card-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}article.post-content,.legal-content,.about-content{padding:1.5rem}.about-header{text-align:center;flex-direction:column}.consent-banner{max-width:none;left:1rem;right:1rem}}@media (max-width:480px){main{padding:1rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}}
