@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--background: #ffffff;--background-alt: #f8f9fa;--foreground: #000000;--foreground-muted: #6b7280;--card: #ffffff;--card-foreground: #000000;--primary: #2692DC;--primary-foreground: #ffffff;--accent: #746CE6;--accent-foreground: #ffffff;--border: #e5e7eb;--border-light: rgba(0, 0, 0, .08);--muted: #f3f4f6;--muted-foreground: #6b7280;--gradient-primary: linear-gradient(135deg, #2692DC, #746CE6);--gradient-surface: linear-gradient(180deg, #ffffff, #f8f9fa);--gradient-hero: linear-gradient(135deg, rgba(38, 146, 220, .03), rgba(116, 108, 230, .02), transparent);--gradient-glow: radial-gradient(ellipse at center, rgba(38, 146, 220, .08), transparent 70%);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .08);--shadow-glow: 0 0 24px rgba(38, 146, 220, .12);--shadow-glow-accent: 0 0 24px rgba(116, 108, 230, .12);--radius: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .22s cubic-bezier(.4, 0, .2, 1)}.dark{--background: #000000;--background-alt: #0a0a0a;--foreground: #ffffff;--foreground-muted: #9ca3af;--card: #111111;--card-foreground: #ffffff;--border: #1f1f1f;--border-light: rgba(255, 255, 255, .08);--muted: #1a1a1a;--muted-foreground: #9ca3af;--gradient-surface: linear-gradient(180deg, #111111, #0a0a0a);--gradient-hero: linear-gradient(135deg, rgba(38, 146, 220, .08), rgba(116, 108, 230, .05), transparent);--gradient-glow: radial-gradient(ellipse at center, rgba(38, 146, 220, .15), transparent 70%);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .5);--shadow-md: 0 4px 16px rgba(0, 0, 0, .6);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .7);--shadow-glow: 0 0 32px rgba(38, 146, 220, .25);--shadow-glow-accent: 0 0 32px rgba(116, 108, 230, .25)}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;scrollbar-gutter:stable}body{background:var(--background);color:var(--foreground);min-height:100vh;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--accent)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--foreground)}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6b728033;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#6b728059}.site-header{position:sticky;top:0;z-index:100;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light)}.dark .site-header{background:#000000d9}.header-container{max-width:1280px;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform var(--transition-fast)}.logo:hover{transform:scale(1.02)}.logo-img{height:32px;width:auto}.logo-badge{display:inline-flex;align-items:center;padding:.25rem .5rem;background:var(--gradient-primary);color:#fff;font-size:.7rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.main-nav{flex:1;display:none}@media (min-width: 1024px){.main-nav{display:block}}.nav-list{display:flex;gap:.25rem;list-style:none;justify-content:center}.nav-link{display:flex;align-items:center;gap:.35rem;padding:.5rem .875rem;color:var(--foreground-muted);font-size:.875rem;font-weight:500;border-radius:var(--radius);transition:all var(--transition-fast)}.nav-link:hover{background:var(--muted);color:var(--foreground)}.nav-emoji{font-size:1rem}.header-actions{display:flex;align-items:center;gap:.75rem}.theme-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--muted);border:none;border-radius:var(--radius);color:var(--foreground-muted);cursor:pointer;transition:all var(--transition-fast)}.theme-toggle:hover{background:var(--border);color:var(--foreground)}.header-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--gradient-primary);color:#fff;font-size:.875rem;font-weight:600;border-radius:var(--radius);transition:all var(--transition-fast);box-shadow:var(--shadow-glow)}.header-cta:hover{transform:translateY(-1px);box-shadow:0 0 32px #2692dc40;color:#fff}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;color:var(--foreground);cursor:pointer}@media (min-width: 1024px){.mobile-menu-btn{display:none}}.home-container{max-width:1280px;margin:0 auto;padding:2rem 1.5rem 4rem}.home-hero{text-align:center;background:var(--gradient-hero);margin:-2rem -1.5rem 3rem;padding:4rem 1.5rem 5rem}.home-hero h1{font-size:2.75rem;font-weight:800;margin-bottom:1rem;line-height:1.1}@media (min-width: 768px){.home-hero h1{font-size:3.5rem}}.home-hero p{font-size:1.25rem;color:var(--foreground-muted);max-width:600px;margin:0 auto}.section-title{display:flex;align-items:center;justify-content:space-between;font-size:1.35rem;font-weight:700;margin:3rem 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.section-title a{font-size:.875rem;font-weight:500;color:var(--primary)}.posts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.posts-grid{grid-template-columns:repeat(3,1fr)}}.post-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-base)}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.post-card-image{aspect-ratio:16/9;overflow:hidden;background:var(--muted)}.post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-base)}.post-card:hover .post-card-image img{transform:scale(1.05)}.post-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.post-card-cluster{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;color:var(--primary);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.025em}.post-card-title{font-size:1.125rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem;line-height:1.4}.post-card-excerpt{font-size:.9rem;color:var(--foreground-muted);margin-bottom:1rem;line-height:1.6;flex:1}.post-card-meta{font-size:.8rem;color:var(--muted-foreground)}.clusters-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.clusters-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.clusters-grid{grid-template-columns:repeat(4,1fr)}}.cluster-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition-base)}.cluster-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--primary);background:var(--gradient-hero)}.cluster-card-emoji{font-size:2.25rem;margin-bottom:.75rem}.cluster-card-name{font-size:.9rem;font-weight:600;color:var(--foreground);text-align:center}.post-container{max-width:900px;margin:0 auto;padding:2rem 1.5rem 4rem}.post-article{background:var(--card)}.post-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.post-header h1{font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}@media (min-width: 768px){.post-header h1{font-size:2.75rem}}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.9rem;color:var(--foreground-muted)}.post-meta-item{display:flex;align-items:center;gap:.35rem}.post-cluster-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.375rem .75rem;background:var(--muted);color:var(--primary);font-size:.8rem;font-weight:600;border-radius:9999px}.post-takeaways{background:var(--gradient-hero);border-left:4px solid var(--primary);border-radius:0 var(--radius-lg) var(--radius-lg) 0;padding:1.5rem;margin:2rem 0}.post-takeaways h2{font-size:1.1rem;font-weight:600;color:var(--primary);margin-bottom:.75rem}.post-takeaways p{color:var(--foreground-muted);line-height:1.7}.post-content{font-size:1rem;line-height:1.8;color:var(--foreground);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;hyphens:auto}@media (min-width: 480px){.post-content{font-size:1.0625rem}}@media (min-width: 640px){.post-content{font-size:1.1rem;line-height:1.85}}@media (min-width: 768px){.post-content{font-size:1.125rem}}.post-content .content-h2,.post-content h2{font-size:1.35rem;font-weight:700;margin:2rem 0 1rem;scroll-margin-top:80px;color:var(--foreground);border-bottom:2px solid var(--border);padding-bottom:.5rem;line-height:1.3}@media (min-width: 480px){.post-content .content-h2,.post-content h2{font-size:1.5rem;margin:2.5rem 0 1rem;scroll-margin-top:90px}}@media (min-width: 768px){.post-content .content-h2,.post-content h2{font-size:1.75rem;margin:3rem 0 1.25rem;scroll-margin-top:100px}}.post-content .content-h3,.post-content h3{font-size:1.15rem;font-weight:600;margin:1.75rem 0 .75rem;scroll-margin-top:80px;color:var(--foreground);line-height:1.35}@media (min-width: 480px){.post-content .content-h3,.post-content h3{font-size:1.25rem;margin:2rem 0 .85rem}}@media (min-width: 768px){.post-content .content-h3,.post-content h3{font-size:1.4rem;margin:2.5rem 0 1rem;scroll-margin-top:100px}}.post-content .content-h4,.post-content h4{font-size:1.05rem;font-weight:600;margin:1.5rem 0 .5rem;scroll-margin-top:80px;color:var(--foreground)}@media (min-width: 768px){.post-content .content-h4,.post-content h4{font-size:1.2rem;margin:2rem 0 .75rem;scroll-margin-top:100px}}.post-content p{margin-bottom:1.25rem}@media (min-width: 768px){.post-content p{margin-bottom:1.5rem}}.post-content .content-list,.post-content ul{margin:1.25rem 0;padding-left:0;list-style:none}@media (min-width: 768px){.post-content .content-list,.post-content ul{margin:1.5rem 0}}.post-content .content-list li,.post-content ul li{position:relative;padding-left:1.5rem;margin-bottom:.625rem;line-height:1.65}@media (min-width: 768px){.post-content .content-list li,.post-content ul li{padding-left:1.75rem;margin-bottom:.75rem;line-height:1.7}}.post-content .content-list li:before,.post-content ul li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;background:var(--gradient-primary);border-radius:50%}@media (min-width: 768px){.post-content .content-list li:before,.post-content ul li:before{width:8px;height:8px;top:.6em}}.post-content .content-ordered-list,.post-content ol{margin:1.25rem 0;padding-left:0;list-style:none;counter-reset:list-counter}@media (min-width: 768px){.post-content .content-ordered-list,.post-content ol{margin:1.5rem 0}}.post-content .content-ordered-list li,.post-content ol li{position:relative;padding-left:2.25rem;margin-bottom:.625rem;counter-increment:list-counter;line-height:1.65}@media (min-width: 768px){.post-content .content-ordered-list li,.post-content ol li{padding-left:2.5rem;margin-bottom:.75rem;line-height:1.7}}.post-content .content-ordered-list li:before,.post-content ol li:before{content:counter(list-counter);position:absolute;left:0;top:0;width:1.5rem;height:1.5rem;background:var(--gradient-primary);color:#fff;font-size:.75rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.post-content .content-ordered-list li:before,.post-content ol li:before{width:1.75rem;height:1.75rem;font-size:.85rem}}.post-content .checklist-container{margin:1rem 0 1.5rem;padding:1rem;background:var(--muted);border-radius:.75rem;border:1px solid var(--border)}@media (min-width: 768px){.post-content .checklist-container{padding:1.25rem;border-radius:1rem;margin:1.25rem 0 1.75rem}}.post-content .checklist-item{display:flex;align-items:flex-start;gap:.6rem;padding:.5rem 0;border-bottom:1px solid var(--border-light);transition:all var(--transition-fast)}.post-content .checklist-item:last-child{border-bottom:none;padding-bottom:0}.post-content .checklist-item:first-child{padding-top:0}@media (min-width: 768px){.post-content .checklist-item{gap:.75rem;padding:.6rem 0}}.post-content .checklist-item.checked{opacity:.7}.post-content .checklist-item .checkbox{font-size:1rem;line-height:1.4;flex-shrink:0;color:var(--primary)}@media (min-width: 768px){.post-content .checklist-item .checkbox{font-size:1.1rem}}.post-content .checklist-item.checked .checkbox{color:#22c55e}.post-content .checklist-item .checklist-text{flex:1;font-size:.9rem;line-height:1.5}@media (min-width: 768px){.post-content .checklist-item .checklist-text{font-size:1rem;line-height:1.6}}.post-content .content-blockquote,.post-content blockquote{border-left:3px solid var(--accent);margin:1.5rem 0;padding:1rem;background:var(--muted);border-radius:0 .75rem .75rem 0;font-style:italic;color:var(--foreground-muted)}@media (min-width: 768px){.post-content .content-blockquote,.post-content blockquote{border-left:4px solid var(--accent);margin:2rem 0;padding:1.25rem 1.5rem;border-radius:0 1rem 1rem 0}}.post-content .example-block{background:linear-gradient(135deg,#2692dc14,#746ce60d);border:1px solid rgba(38,146,220,.2);border-radius:.75rem;padding:1.25rem 1rem;margin:1.5rem 0;position:relative}@media (min-width: 768px){.post-content .example-block{border-radius:1rem;padding:1.5rem;margin:2rem 0}}.post-content .example-block:before{content:"💡 Ejemplo";position:absolute;top:-.65rem;left:.75rem;background:var(--background);padding:.2rem .5rem;font-size:.65rem;font-weight:700;color:var(--primary);border-radius:9999px;border:1px solid rgba(38,146,220,.3)}@media (min-width: 768px){.post-content .example-block:before{top:-.75rem;left:1rem;padding:.25rem .75rem;font-size:.75rem}}.post-content .tip-block{background:#22c55e14;border:1px solid rgba(34,197,94,.2);border-radius:.75rem;padding:1.25rem 1rem;margin:1.5rem 0}@media (min-width: 768px){.post-content .tip-block{border-radius:1rem;padding:1.5rem;margin:2rem 0}}.post-content .warning-block{background:#f9731614;border:1px solid rgba(249,115,22,.2);border-radius:.75rem;padding:1.25rem 1rem;margin:1.5rem 0}@media (min-width: 768px){.post-content .warning-block{border-radius:1rem;padding:1.5rem;margin:2rem 0}}.post-content .code-block-wrapper{margin:1.5rem 0;border-radius:var(--radius);overflow:hidden}@media (min-width: 768px){.post-content .code-block-wrapper{margin:2rem 0;border-radius:var(--radius-lg)}}.post-content .content-pre,.post-content pre{background:#1e293b;color:#e2e8f0;padding:1.25rem;border-radius:var(--radius);overflow-x:auto;font-size:.85rem;line-height:1.6;margin:0;border:1px solid rgba(255,255,255,.08);white-space:pre-wrap;word-wrap:break-word}@media (min-width: 768px){.post-content .content-pre,.post-content pre{padding:1.5rem;font-size:.9rem}}.post-content>pre{margin:1.5rem 0;border-radius:var(--radius)}@media (min-width: 768px){.post-content>pre{margin:2rem 0;border-radius:var(--radius-lg)}}.post-content .content-pre code,.post-content pre code{background:transparent;color:inherit;padding:0;font-size:inherit;white-space:inherit;word-wrap:inherit;display:block}.post-content .inline-code,.post-content code{background:#2692dc1a;color:var(--primary);padding:.15rem .4rem;border-radius:.25rem;font-size:.88em;font-weight:500}.post-content a,.post-content .internal-link{color:var(--primary);text-decoration:none;border-bottom:1px solid rgba(38,146,220,.3);transition:all var(--transition-fast)}.post-content a:hover{color:var(--accent);border-bottom-color:var(--accent)}.post-content .external-link:after{content:" ↗";font-size:.8em;opacity:.7}.post-content .content-figure,.post-content figure{margin:1.5rem 0}@media (min-width: 768px){.post-content .content-figure,.post-content figure{margin:2rem 0}}.post-content .content-image,.post-content img{border-radius:.5rem;box-shadow:var(--shadow-md);border:1px solid var(--border);width:100%;height:auto}@media (min-width: 768px){.post-content .content-image,.post-content img{border-radius:1rem}}.post-content .content-figcaption,.post-content figcaption{text-align:center;font-size:.8rem;color:var(--foreground-muted);margin-top:.5rem;font-style:italic}@media (min-width: 768px){.post-content .content-figcaption,.post-content figcaption{font-size:.875rem;margin-top:.75rem}}.post-content .content-divider,.post-content hr{border:none;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent);margin:2rem 0}@media (min-width: 768px){.post-content .content-divider,.post-content hr{margin:3rem 0}}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;border-radius:.5rem;overflow:hidden;border:1px solid var(--border);display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-wrapper{width:100%;margin:1.5rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--card)}@media (min-width: 768px){.table-wrapper{margin:2rem 0}}.premium-table{width:100%;border-collapse:collapse;font-size:.9rem}.premium-table th{padding:.875rem 1rem;text-align:left;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:var(--foreground-muted);background:var(--muted);border-bottom:2px solid var(--border);white-space:nowrap}.premium-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}.premium-table tbody tr:last-child td{border-bottom:none}.premium-table tbody tr:hover{background:var(--muted)}.premium-table .empty-cell{color:var(--foreground-muted);opacity:.5}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}@media (min-width: 768px){.post-content table{margin:2rem 0;border-radius:.75rem;display:table}}.post-content th,.post-content td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.post-content th{background:var(--muted);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:var(--foreground-muted)}.post-content tr:last-child td{border-bottom:none}.post-content tbody tr:hover{background:var(--muted)}.post-content .emoji{font-style:normal}.post-content strong{font-weight:700;color:var(--foreground)}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.post-cta{background:var(--gradient-primary);color:#fff;padding:2.5rem;border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-glow)}.post-cta h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.post-cta p{opacity:.9;margin-bottom:1.5rem}.cta-button{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--primary);padding:.875rem 1.75rem;border-radius:var(--radius);font-weight:600;transition:all var(--transition-fast)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0003;color:var(--primary)}.toc{background:var(--muted);border-radius:var(--radius-lg);padding:1.5rem;margin:2rem 0}.toc-title{font-size:.875rem;font-weight:600;color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.toc-list{list-style:none}.toc-list li{margin-bottom:.5rem}.toc-list a{font-size:.9rem;color:var(--foreground);transition:color var(--transition-fast)}.toc-list a:hover{color:var(--primary)}.related-section{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border)}.related-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.cluster-hub{max-width:900px;margin:0 auto;padding:2rem 1.5rem 4rem}.cluster-header{text-align:center;background:var(--gradient-hero);margin:-2rem -1.5rem 3rem;padding:3rem 1.5rem 4rem}.cluster-emoji{font-size:4rem;margin-bottom:1rem}.cluster-header h1{font-size:2.25rem;font-weight:800;margin-bottom:1rem}.cluster-intro{font-size:1.1rem;color:var(--foreground-muted);line-height:1.8;max-width:700px;margin:0 auto}.site-footer{background:var(--background-alt);border-top:1px solid var(--border);padding:4rem 0 2rem;margin-top:4rem}.footer-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand{max-width:300px}.footer-logo{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo img{height:28px;width:auto}.footer-tagline{color:var(--foreground-muted);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.footer-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--gradient-primary);color:#fff;font-size:.875rem;font-weight:600;border-radius:var(--radius);transition:all var(--transition-fast)}.footer-cta:hover{transform:translateY(-1px);color:#fff}.footer-links h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;color:var(--foreground)}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.625rem}.footer-links a{color:var(--foreground-muted);font-size:.875rem;transition:color var(--transition-fast)}.footer-links a:hover{color:var(--primary)}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);text-align:center}.footer-bottom p{color:var(--muted-foreground);font-size:.875rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeInUp .6s ease-out forwards}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.site-header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:50;background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .3s ease}.site-header[data-astro-cid-3ef6ksr2].scrolled{background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #00000008}.dark .site-header[data-astro-cid-3ef6ksr2]{background:#0009}.dark .site-header[data-astro-cid-3ef6ksr2].scrolled{background:#000000e6;border-bottom-color:#ffffff0f}.container[data-astro-cid-3ef6ksr2]{max-width:1280px;margin:0 auto;padding:0 1rem}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:64px}@media (min-width: 768px){.header-inner[data-astro-cid-3ef6ksr2]{height:72px}}.logo-link[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.logo-icon[data-astro-cid-3ef6ksr2]{height:36px;width:36px;object-fit:contain;display:block}.logo-full[data-astro-cid-3ef6ksr2]{height:32px;width:auto;object-fit:contain;display:none}@media (min-width: 1024px){.logo-icon[data-astro-cid-3ef6ksr2]{display:none}.logo-full[data-astro-cid-3ef6ksr2]{display:block}}.nav-desktop[data-astro-cid-3ef6ksr2]{display:none;align-items:center;gap:.25rem}@media (min-width: 1024px){.nav-desktop[data-astro-cid-3ef6ksr2]{display:flex}}.nav-link[data-astro-cid-3ef6ksr2]{padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:var(--foreground-muted);text-decoration:none;transition:color .15s}.nav-link[data-astro-cid-3ef6ksr2]:hover{color:var(--foreground)}.nav-active[data-astro-cid-3ef6ksr2]{color:var(--primary)}.header-actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.5rem}@media (min-width: 640px){.header-actions[data-astro-cid-3ef6ksr2]{gap:.75rem}}.btn-ghost[data-astro-cid-3ef6ksr2]{display:none;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:var(--foreground);text-decoration:none;border-radius:.5rem;transition:all .15s}.btn-ghost[data-astro-cid-3ef6ksr2]:hover{background:var(--muted)}@media (min-width: 640px){.btn-ghost[data-astro-cid-3ef6ksr2]{display:flex}}.btn-cta[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:linear-gradient(135deg,#2692dc,#746ce6);color:#fff;font-size:.875rem;font-weight:500;text-decoration:none;border-radius:9999px;box-shadow:0 4px 14px #2692dc33;transition:all .2s}@media (min-width: 640px){.btn-cta[data-astro-cid-3ef6ksr2]{padding:.5rem 1.25rem}}.btn-cta[data-astro-cid-3ef6ksr2]:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2692dc4d;color:#fff}.cta-short[data-astro-cid-3ef6ksr2]{display:inline}.cta-full[data-astro-cid-3ef6ksr2]{display:none}@media (min-width: 480px){.cta-short[data-astro-cid-3ef6ksr2]{display:none}.cta-full[data-astro-cid-3ef6ksr2]{display:inline}}.mobile-btn[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;color:var(--foreground);cursor:pointer}@media (min-width: 1024px){.mobile-btn[data-astro-cid-3ef6ksr2]{display:none}}.mobile-menu[data-astro-cid-3ef6ksr2]{display:none;position:absolute;top:100%;left:0;right:0;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border);animation:slideIn .2s ease-out}.dark .mobile-menu[data-astro-cid-3ef6ksr2]{background:#000000f2}.mobile-menu[data-astro-cid-3ef6ksr2].open{display:block}@media (min-width: 1024px){.mobile-menu[data-astro-cid-3ef6ksr2]{display:none!important}}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-nav[data-astro-cid-3ef6ksr2]{padding:1rem;display:flex;flex-direction:column;gap:.25rem}.mobile-link[data-astro-cid-3ef6ksr2]{padding:.75rem;font-size:1rem;font-weight:500;color:var(--foreground);text-decoration:none;border-radius:.5rem;transition:all .15s}.mobile-link[data-astro-cid-3ef6ksr2]:hover{background:var(--muted);color:var(--primary)}.mobile-active[data-astro-cid-3ef6ksr2]{color:var(--primary)}.mobile-divider[data-astro-cid-3ef6ksr2]{height:1px;background:var(--border);margin:.5rem 0}.mobile-login[data-astro-cid-3ef6ksr2]{padding:.75rem;font-size:1rem;font-weight:500;color:var(--foreground-muted);text-decoration:none;border-radius:.5rem;border:1px solid var(--border);text-align:center;transition:all .15s}.mobile-login[data-astro-cid-3ef6ksr2]:hover{background:var(--muted);border-color:var(--primary);color:var(--primary)}.site-footer[data-astro-cid-sz7xmlte]{background:var(--card);border-top:1px solid var(--border);padding:2rem 0 1.5rem;margin-top:3rem}.footer-container[data-astro-cid-sz7xmlte]{max-width:1100px;margin:0 auto;padding:0 1.5rem}.footer-main[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.footer-main[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-brand[data-astro-cid-sz7xmlte]{max-width:280px}.footer-logo[data-astro-cid-sz7xmlte]{display:inline-flex;margin-bottom:.75rem;text-decoration:none}.footer-logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:24px;width:auto}.footer-tagline[data-astro-cid-sz7xmlte]{color:var(--foreground-muted);font-size:.85rem;line-height:1.5;margin:0}.footer-links-row[data-astro-cid-sz7xmlte]{display:flex;gap:3rem}.footer-links[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;color:var(--foreground)}.footer-links[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0}.footer-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.5rem}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--foreground-muted);font-size:.8rem;text-decoration:none;transition:color .15s}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--primary)}.footer-bottom[data-astro-cid-sz7xmlte]{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border);text-align:center}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:var(--muted-foreground);font-size:.8rem;margin:0}
