:root{--primary-color: #21008f;--primary-dark: #1a0073;--primary-light: #3d0bed;--secondary-color: #f7a800;--accent-color: #21008f;--text-primary: #111827;--text-secondary: #4b5563;--text-muted: #64748b;--text-light: #94a3b8;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-accent: #f1f5f9;--border-color: #e2e8f0;--border-light: #f8fafc;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--max-width: 1200px;--prose-max-width: 75ch;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}[data-theme=dark]{--primary-color: #f7a800;--primary-dark: #d69100;--primary-light: #ffba2b;--secondary-color: #21008f;--accent-color: #f7a800;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--text-light: #64748b;--bg-primary: #111827;--bg-secondary: #0a0a0b;--bg-accent: #1f2937;--border-color: #374151;--border-light: #1f2937}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;line-height:1.15;-webkit-text-size-adjust:100%}a{text-decoration:none}body{font-family:var(--font-body);background-color:var(--bg-secondary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.hero-section{position:relative;min-height:70vh;overflow:hidden;color:#fff;display:flex;align-items:center}.hero-background{position:absolute;inset:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.3),transparent)}.hero-decorations{position:absolute;inset:0;pointer-events:none}.hero-decoration{position:absolute;border-radius:50%;opacity:.1;animation:float 6s ease-in-out infinite}.hero-decoration:nth-child(1){top:10%;left:10%;width:5rem;height:5rem;background:#fff;animation-delay:0s}.hero-decoration:nth-child(2){top:33%;right:20%;width:8rem;height:8rem;background:#fff;animation-delay:1s}.hero-decoration:nth-child(3){bottom:20%;left:25%;width:4rem;height:4rem;background:#fff;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-content{position:relative;z-index:10;padding:5rem 0;width:100%}.hero-grid{display:grid;gap:3rem;align-items:center}@media (min-width: 1024px){.hero-grid{grid-template-columns:2fr 1fr}}.breadcrumbs{display:flex;align-items:center;gap:.5rem;color:#fffc;font-size:.875rem;margin-bottom:2rem;animation:fadeInUp .6s ease forwards}.breadcrumbs a{color:inherit;text-decoration:none;transition:color .3s ease}.breadcrumbs a:hover{color:#fff}.breadcrumb-separator{font-size:.75rem}.hero-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;animation:fadeInUp .6s ease forwards .2s;animation-fill-mode:backwards}.hero-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff26;backdrop-filter:blur(10px);border-radius:9999px;border:1px solid rgba(255,255,255,.2);font-weight:500;font-size:.875rem}.difficulty-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.difficulty-beginner{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.3)}.difficulty-intermediate{background:#eab30833;color:#fef08a;border:1px solid rgba(234,179,8,.3)}.difficulty-advanced{background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.hero-title{font-size:2.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp .6s ease forwards .4s;animation-fill-mode:backwards}@media (min-width: 768px){.hero-title{font-size:3rem}}@media (min-width: 1024px){.hero-title{font-size:3.75rem}}.hero-description{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem;max-width:32rem;animation:fadeInUp .6s ease forwards .6s;animation-fill-mode:backwards}.hero-meta{display:flex;flex-wrap:wrap;gap:1.5rem;color:#fffc;margin-bottom:2rem;animation:fadeInUp .6s ease forwards .6s;animation-fill-mode:backwards}.meta-item{display:flex;align-items:center;gap:.5rem}.author-link{color:inherit;text-decoration:underline;text-decoration-color:#fff6;text-underline-offset:2px;transition:text-decoration-color .2s ease}.author-link:hover{text-decoration-color:#ffffffe6}.share-section{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;animation:fadeInUp .6s ease forwards .6s;animation-fill-mode:backwards}.share-label{color:#fffc;font-weight:500}.share-buttons{display:flex;gap:.75rem}.share-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease;transform:scale(1)}.share-button:hover{transform:scale(1.1)}.share-twitter{background:#1da1f2}.share-twitter:hover{background:#0d8bd9}.share-facebook{background:#1877f2}.share-facebook:hover{background:#166fe5}.share-whatsapp{background:#25d366}.share-whatsapp:hover{background:#1db954}.share-copy{background:#ffffff26;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.share-copy:hover{background:#fff3}.hero-illustration{display:none;position:relative}@media (min-width: 1024px){.hero-illustration{display:block}}.hero-icon-container{position:relative;width:20rem;height:20rem;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.hero-icon{font-size:5.625rem;color:#fffc}.hero-decoration-icon{position:absolute;border-radius:50%;background:#fff3;animation:pulse 2s ease-in-out infinite}.hero-decoration-icon:nth-child(1){top:-1rem;right:-1rem;width:6rem;height:6rem}.hero-decoration-icon:nth-child(2){bottom:-1.5rem;left:-1.5rem;width:4rem;height:4rem;animation-delay:.4s}.main-content{padding:4rem 0}.content-grid{display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width: 1024px){.content-grid{grid-template-columns:1fr 3fr}}.article-main{min-width:0;width:100%;order:2}.toc-sidebar{order:1}@media (min-width: 1024px){.article-main{order:2}.toc-sidebar{order:1}}.toc-sidebar{position:relative;order:1}@media (min-width: 1024px){.toc-sidebar{position:sticky;top:2rem;align-self:start}}.toc-container{background:var(--bg-primary);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);padding:1.5rem}@media (max-width: 1023px){.toc-container{padding:1rem;margin-bottom:2rem}.toc-nav{margin-bottom:1rem}.progress-section{padding-top:1rem;margin-top:1rem}}.toc-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.toc-icon{color:var(--primary-color)}.toc-title{font-weight:700;color:var(--text-primary);margin:0}.toc-nav{margin-bottom:1.5rem}.toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.toc-link{display:block;padding:.5rem .75rem;border-radius:var(--radius-lg);text-decoration:none;font-size:.875rem;transition:all .2s ease;color:var(--text-secondary)}.toc-link:hover{background:#3b82f60d;color:var(--primary-color)}.toc-link.active{background:#3b82f60d;color:var(--primary-color);font-weight:600}.toc-link-h1{font-weight:600;color:var(--text-primary)}.toc-link-h2{padding-left:1.5rem}.toc-link-h3{padding-left:2.25rem;font-size:.75rem;color:var(--text-muted)}.progress-section{padding-top:1.5rem;border-top:1px solid var(--border-color)}.progress-header{display:flex;justify-content:between;align-items:center;margin-bottom:.5rem}.progress-label{font-size:.875rem;font-weight:600;color:var(--text-secondary)}.progress-text{font-size:.875rem;color:var(--primary-color);font-weight:600}.progress-bar{width:100%;height:6px;background:var(--border-color);border-radius:9999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#21008f,#f7a800);width:0%;transition:width .1s ease;border-radius:9999px}.article-main{min-width:0}.article-container{background:var(--bg-primary);border-radius:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:1px solid var(--border-color);overflow:hidden}.prose{max-width:var(--prose-max-width);font-size:1.1rem;line-height:1.8;color:var(--text-secondary);padding:3rem}@media (max-width: 768px){.prose{padding:1.5rem}}.prose h1{font-size:2.25rem;font-weight:800;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-primary);line-height:1.3;letter-spacing:-.02em}.prose h2{font-size:1.75rem;font-weight:800;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-primary);border-bottom:2px solid var(--border-color);padding-bottom:.75rem;line-height:1.3;letter-spacing:-.02em}.prose h3{font-size:1.35rem;font-weight:800;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-primary);line-height:1.3;letter-spacing:-.02em}.prose h4{font-size:1.15rem;font-weight:800;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-primary);line-height:1.3;letter-spacing:-.02em}.prose h5{font-size:1.125rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--text-muted)}.prose h6{font-size:1rem;font-weight:600;margin:1.25rem 0 .5rem;color:var(--text-muted)}.prose p{margin-bottom:1.5rem;color:var(--text-primary)}.prose a{color:var(--primary-color);text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease;font-weight:500}.prose a:hover{border-bottom-color:var(--primary-color);color:var(--primary-dark)}.prose strong{font-weight:600;color:var(--text-primary)}.prose em{font-style:italic;color:var(--text-secondary)}.prose ul,.prose ol{margin:1.5rem 0;padding-left:2rem}.prose li{margin-bottom:.75rem;color:var(--text-primary)}.prose li::marker{color:var(--primary-color)}.prose blockquote{border-left:4px solid var(--primary-color);background:var(--bg-secondary);padding:1.25rem 1.5rem;margin:2rem 0;font-style:italic;border-radius:0 12px 12px 0}.prose blockquote p:last-child{margin-bottom:0}.prose code{background:var(--bg-accent);padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.9em;color:#e83e8c;font-family:Fira Code,Monaco,Consolas,monospace}.prose pre{background:var(--text-primary);color:#e2e8f0;padding:1.5rem;border-radius:12px;overflow-x:auto;margin:2rem 0}.prose pre code{background:transparent;padding:0}.prose hr{border:none;height:2px;background:var(--border-color);margin:3rem 0}.prose table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem}.prose th,.prose td{padding:.875rem 1rem;border:1px solid var(--border-color);text-align:left}.prose th{background:var(--bg-secondary);font-weight:700;color:var(--text-primary)}.prose tr:nth-child(2n){background:var(--bg-secondary)}.tags-section{padding:2rem;background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border:1px solid var(--border-light)}.tags-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.tags-icon{color:var(--primary-color)}.tags-list{display:flex;flex-wrap:wrap;gap:.75rem}.tag-link{background:var(--bg-primary);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;color:var(--text-secondary);text-decoration:none;box-shadow:var(--shadow-sm);transition:all .3s ease;transform:translateY(0)}.tag-link:hover{background:var(--primary-color);color:#fff;box-shadow:var(--shadow-md);transform:translateY(-2px)}.article-footer{background:var(--bg-secondary);padding:2rem 3rem}.footer-grid{display:grid;gap:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:1fr 1fr}}.footer-section h4{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;font-size:1rem}.footer-icon{color:var(--primary-color)}.metadata-list{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}.metadata-item{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary)}.metadata-icon{width:1rem;color:var(--text-light)}.actions-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.action-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-lg);font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.action-button-secondary{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color)}.action-button-secondary:hover{background:var(--bg-secondary)}.action-button-primary{background:var(--primary-color);color:#fff}.action-button-primary:hover{background:var(--primary-dark)}.share-buttons-footer{display:flex;gap:.75rem;margin-bottom:1rem}.share-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;color:#fff;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1.125rem}.share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.share-btn.share-twitter{background:#1da1f2}.share-btn.share-twitter:hover{background:#0d8bd9}.share-btn.share-facebook{background:#1877f2}.share-btn.share-facebook:hover{background:#166fe5}.share-btn.share-whatsapp{background:#25d366}.share-btn.share-whatsapp:hover{background:#1db954}.share-btn.share-copy{background:#64748b}.share-btn.share-copy:hover{background:#475569}.rating-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.rating-question{font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:.75rem}.rating-stars{display:flex;align-items:center;gap:.25rem}.rating-star{width:2rem;height:2rem;border:none;background:none;color:#d1d5db;cursor:pointer;transition:color .3s ease;font-size:1.25rem}.rating-star:hover,.rating-star.active{color:#fbbf24}.rating-result{font-size:.875rem;color:var(--text-muted);margin-top:.5rem}.related-posts{background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);padding:4rem 0}.related-header{text-align:center;margin-bottom:3rem}.related-title{font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}@media (min-width: 768px){.related-title{font-size:2.5rem}}.related-subtitle{color:var(--text-muted);font-size:1.125rem}.related-grid{display:grid;gap:2rem}@media (min-width: 768px){.related-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.related-grid{grid-template-columns:repeat(3,1fr)}}.related-card{background:var(--bg-primary);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);overflow:hidden;transition:all .3s ease;transform:translateY(0)}.related-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.related-card-image{height:12rem;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.related-card-icon{font-size:3rem;color:#fffc}.related-card-category{position:absolute;top:1rem;left:1rem;background:#fff3;backdrop-filter:blur(10px);padding:.25rem .75rem;border-radius:9999px;color:#fff;font-size:.75rem;font-weight:500}.related-card-content{padding:1.5rem}.related-card-title{font-weight:700;font-size:1.25rem;color:var(--text-primary);margin-bottom:.75rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.related-card:hover .related-card-title{color:var(--primary-color)}.related-card-description{color:var(--text-muted);font-size:.875rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}.related-card-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--text-light)}.related-meta-group{display:flex;align-items:center;gap:1rem}.related-meta-item{display:flex;align-items:center;gap:.25rem}.related-difficulty-badge{padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600}.related-difficulty-beginner{background:#22c55e1a;color:#16a34a}.related-difficulty-intermediate{background:#eab3081a;color:#ca8a04}.related-difficulty-advanced{background:#ef44441a;color:#dc2626}.related-cta{text-align:center;margin-top:3rem}.related-cta-button{display:inline-flex;align-items:center;gap:.5rem;background:var(--bg-primary);color:var(--text-primary);padding:.75rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;box-shadow:var(--shadow-lg);transition:all .3s ease;transform:translateY(0)}.related-cta-button:hover{background:var(--bg-secondary);box-shadow:var(--shadow-xl);transform:translateY(-4px)}.newsletter-cta{background:var(--bg-primary);padding:4rem 0}.newsletter-container{max-width:64rem;margin:0 auto;padding:0 1rem;text-align:center}.newsletter-card{background:linear-gradient(135deg,var(--primary-color),#7c3aed);border-radius:var(--radius-2xl);padding:3rem 2rem;color:#fff;position:relative;overflow:hidden}@media (min-width: 1024px){.newsletter-card{padding:3rem}}.newsletter-decoration{position:absolute;border-radius:50%;background:#ffffff1a}.newsletter-decoration:nth-child(1){top:0;right:0;width:8rem;height:8rem;transform:translate(4rem,-4rem)}.newsletter-decoration:nth-child(2){bottom:0;left:0;width:6rem;height:6rem;background:#ffffff0d;transform:translate(-3rem,3rem)}.newsletter-content{position:relative;z-index:10}.newsletter-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.8}.newsletter-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.newsletter-title{font-size:1.875rem}}.newsletter-description{font-size:1.125rem;margin-bottom:1.5rem;opacity:.9;max-width:32rem;margin-left:auto;margin-right:auto}.newsletter-form{display:flex;flex-direction:column;gap:1rem;max-width:28rem;margin:0 auto}@media (min-width: 640px){.newsletter-form{flex-direction:row}}.newsletter-input{flex:1;padding:.75rem 1rem;border-radius:9999px;border:none;color:var(--text-primary);outline:none}.newsletter-input::-moz-placeholder{color:var(--text-light)}.newsletter-input::placeholder{color:var(--text-light)}.newsletter-button{background:#fff;color:var(--primary-color);padding:.75rem 2rem;border-radius:9999px;font-weight:600;border:none;cursor:pointer;transition:background-color .3s ease}.newsletter-button:hover{background:var(--bg-secondary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-in-up{animation:fadeInUp .6s ease forwards}@media (max-width: 767px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-meta{flex-direction:column;gap:.75rem}.prose{font-size:1rem;padding:1.5rem}.prose h1{font-size:1.75rem}.prose h2{font-size:1.5rem}.prose h3{font-size:1.25rem}.article-footer{padding:1.5rem}.footer-grid{grid-template-columns:1fr}.main-content{padding:2rem 0}.content-grid{gap:1.5rem}.article-main{width:100%;min-width:0}.article-container{width:100%}}@media (min-width: 768px) and (max-width: 1023px){.prose,.article-footer{padding:2rem}}.article-main{width:100%;max-width:100%;overflow-wrap:break-word}.prose{width:100%;max-width:var(--prose-max-width);margin:0 auto}@media print{.hero-section,.toc-sidebar,.share-section,.actions-buttons,.rating-section,.related-posts,.newsletter-cta{display:none}.article-container{box-shadow:none;border:none}.prose{max-width:none}.prose a{color:var(--text-primary);text-decoration:underline}}.breadcrumb-container{background:#fffffff2;border-bottom:1px solid #e2e8f0;padding:1rem 0;backdrop-filter:blur(10px)}.breadcrumb{max-width:1200px;margin:0 auto;padding:0 1.5rem}.breadcrumb-list{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;list-style:none;margin:0;padding:0}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:12px;color:#475569;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s ease;background:transparent;border:1px solid transparent}.breadcrumb-link:hover{color:#36f;background:#3366ff0d;border-color:#3366ff1a;transform:translateY(-1px)}.breadcrumb-link i{font-size:.75rem;opacity:.8}.breadcrumb-separator{color:var(--neutral-400);font-size:.75rem;margin:0 .25rem;opacity:.6}.breadcrumb-current .breadcrumb-text{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:linear-gradient(135deg,#3366ff1a,#2563eb1a);border:1px solid rgba(51,102,255,.2);border-radius:12px;color:#36f;font-size:.875rem;font-weight:600}.breadcrumb-current .breadcrumb-text i{font-size:.75rem;opacity:.9}@media (max-width: 576px){.breadcrumb-container{padding:.75rem 0}.breadcrumb-list{gap:.5rem}.breadcrumb-link,.breadcrumb-current .breadcrumb-text{font-size:.75rem;padding:.25rem .5rem;gap:.25rem}.breadcrumb-link span,.breadcrumb-current .breadcrumb-text span{display:none}.breadcrumb-link i,.breadcrumb-current .breadcrumb-text i{font-size:.875rem}.breadcrumb-separator{margin:0}}[data-theme=dark]{--text-primary: #f8fafc;--text-secondary: #e2e8f0;--text-muted: #cbd5e1;--text-light: #94a3b8;--bg-primary: #0f172a;--bg-secondary: #020617;--bg-accent: #1e293b;--border-color: #334155;--border-light: #1e293b}[data-theme=dark] .toc-container{background:#1e293b;border-color:#334155}[data-theme=dark] .toc-link:hover,[data-theme=dark] .toc-link.active{background:#60a5fa1a;color:#60a5fa}[data-theme=dark] .article-container{background:#0f172a;border-color:#334155}[data-theme=dark] .prose blockquote{background:#1e293b;color:#e2e8f0;border-left-color:#60a5fa}[data-theme=dark] .prose code{background:#334155;color:#f472b6}[data-theme=dark] .prose th{background:#1e293b;color:#f8fafc}[data-theme=dark] .prose tr:hover{background:#1e293b}[data-theme=dark] .hero-badges .hero-badge{background:#1e293b80;border-color:#60a5fa33}[data-theme=dark] .related-posts{background:#0f172a}[data-theme=dark] .related-title{color:#f8fafc}[data-theme=dark] .related-subtitle{color:#94a3b8}[data-theme=dark] .related-card{background:#1e293b;border-color:#334155}[data-theme=dark] .related-card:hover{border-color:#475569;box-shadow:0 10px 25px #0006}[data-theme=dark] .related-card-content{background:#1e293b}[data-theme=dark] .related-card-title{color:#f8fafc}[data-theme=dark] .related-card-description{color:#94a3b8}[data-theme=dark] .related-meta-item{color:#64748b}[data-theme=dark] .related-cta-button{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .related-cta-button:hover{background:#334155;border-color:#60a5fa;color:#60a5fa}[data-theme=dark] .newsletter-cta{background:#0f172a}[data-theme=dark] .newsletter-card{background:linear-gradient(135deg,#312e81,#4c1d95)}[data-theme=dark] .newsletter-input{background:#0f172acc;border-color:#ffffff1a;color:#f8fafc}[data-theme=dark] .newsletter-input::-moz-placeholder{color:#94a3b8}[data-theme=dark] .newsletter-input::placeholder{color:#94a3b8}[data-theme=dark] .article-footer{background:#0f172a;border-top-color:#334155}[data-theme=dark] .footer-section h4{color:#f8fafc}[data-theme=dark] .metadata-item{color:#94a3b8}[data-theme=dark] .metadata-icon{color:#60a5fa}[data-theme=dark] .action-button{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .action-button:hover{background:#334155;border-color:#60a5fa}[data-theme=dark] .rating-question{color:#94a3b8}[data-theme=dark] .rating-star{color:#475569}[data-theme=dark] .rating-star:hover,[data-theme=dark] .rating-star.active{color:#fbbf24}[data-theme=dark] .tags-section{background:#0f172a;border-top-color:#334155}[data-theme=dark] .tags-title{color:#f8fafc}[data-theme=dark] .tag-link{background:#334155;color:#e2e8f0;border-color:#475569}[data-theme=dark] .tag-link:hover{background:#60a5fa;border-color:#60a5fa;color:#fff}[data-theme=dark] .breadcrumb-container{background:#0f172af2;border-bottom-color:#334155}[data-theme=dark] .breadcrumb-link{color:#94a3b8}[data-theme=dark] .breadcrumb-link:hover{color:#60a5fa;background:#60a5fa1a}[data-theme=dark] .breadcrumb-current .breadcrumb-text{background:#60a5fa26;border-color:#60a5fa4d;color:#60a5fa}[data-theme=dark] .progress-bar{background:#334155}[data-theme=dark] .progress-label{color:#94a3b8}[data-theme=dark] .toc-header{border-bottom-color:#334155}[data-theme=dark] .toc-title{color:#f8fafc}[data-theme=dark] .progress-section{border-top-color:#334155}.tags-clean-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color, #e2e8f0)}.tags-clean-list{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.85rem}.tag-clean-pill{display:inline-flex;align-items:center;background:var(--bg-secondary, #f8fafc);color:var(--primary-color, #21008f);padding:.38rem 1rem;border-radius:9999px;font-size:.82rem;font-weight:600;text-decoration:none;border:1px solid var(--border-color, #e2e8f0);transition:all .2s ease}.tag-clean-pill:hover{background:var(--primary-color, #21008f);color:#fff;border-color:var(--primary-color, #21008f);transform:translateY(-1px)}[data-theme=dark] .tags-clean-section{border-bottom-color:#334155}[data-theme=dark] .tag-clean-pill{background:#1e293b;color:#f7a800;border-color:#334155}[data-theme=dark] .tag-clean-pill:hover{background:#f7a800;color:#111;border-color:#f7a800}.article-footer-modern{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--border-color, #e2e8f0)}.section-micro-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted, #64748b);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.section-micro-title i{color:var(--primary-color, #21008f);font-size:.85rem}[data-theme=dark] .section-micro-title{color:#94a3b8}[data-theme=dark] .section-micro-title i{color:#f7a800}.modern-tags-section{margin-bottom:4rem;padding:2.5rem;background:#fff;border-radius:24px;box-shadow:0 4px 20px #00000008;border:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.modern-tags-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f7a800,#21008f)}.premium-tags-header{margin-bottom:1.5rem}.premium-tags-pill{display:inline-flex;align-items:center;gap:.5rem;background:#f8fafc;color:#21008f;padding:.5rem 1.25rem;border-radius:9999px;font-weight:700;font-size:.875rem;box-shadow:0 2px 4px #00000005;border:1px solid #e2e8f0}.premium-tags-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.premium-tag-item{display:inline-flex;align-items:center;background:#fff;color:#111827;padding:.6rem 1.25rem;border-radius:12px;font-size:.95rem;font-weight:600;text-decoration:none;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.premium-tag-item .tag-hash{color:#f7a800;margin-right:.25rem;font-weight:800}.premium-tag-item:hover{transform:translateY(-3px) scale(1.02);border-color:#21008f;box-shadow:0 10px 20px #21008f1a;color:#21008f}.modern-footer-split{display:grid;grid-template-columns:1fr;gap:2rem;background:var(--bg-secondary, #f8fafc);padding:2rem;border-radius:16px;border:1px solid var(--border-color, #e2e8f0)}@media (min-width: 768px){.modern-footer-split{grid-template-columns:1fr 1fr;gap:4rem}}.clean-meta-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.clean-meta-list li{display:flex;align-items:center;gap:.75rem;color:#475569;font-size:.95rem;font-weight:500}.clean-meta-list li i{color:#21008f;width:1.25rem;text-align:center}.share-modern{margin-bottom:2rem}.share-buttons-row{display:flex;gap:.75rem}.btn-sn{width:42px;height:42px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-sn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 16px #00000026}.btn-tw{background:#1da1f2}.btn-fb{background:#4267b2}.btn-wa{background:#25d366}.btn-link{background:#64748b;color:#fff}.rating-modern{padding-top:1.5rem;border-top:1px solid #e2e8f0}.rating-label{display:block;font-size:.9rem;font-weight:600;color:#475569;margin-bottom:.75rem}.newsletter-premium{padding:5rem 1.5rem;position:relative;z-index:10;margin-top:2rem;background:linear-gradient(to bottom,transparent,#f8fafc)}.newsletter-premium-card{max-width:900px;margin:0 auto;border-radius:32px;position:relative;overflow:hidden;background:linear-gradient(135deg,#15005c,#21008f);box-shadow:0 25px 50px -12px #21008f66;display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 2rem;color:#fff;border:1px solid rgba(255,255,255,.1)}.newsletter-blob{position:absolute;border-radius:50%;filter:blur(40px);z-index:0;animation:floatOrb 8s infinite alternate ease-in-out}.blob-1{width:300px;height:300px;background:#f7a80066;top:-100px;right:-50px;animation-delay:0s}.blob-2{width:250px;height:250px;background:#3d0bed99;bottom:-100px;left:-50px;animation-delay:-2s}.blob-3{width:150px;height:150px;background:#ffffff1a;bottom:50px;right:20%;animation-delay:-4s}@keyframes floatOrb{0%{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.05)}to{transform:translate(-20px,20px) scale(.95)}}.newsletter-premium-content{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center}.newsletter-premium-icon{width:70px;height:70px;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#f7a800;margin-bottom:1.5rem;box-shadow:0 10px 25px #0003}.newsletter-premium-title{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.2}.newsletter-premium-desc{font-size:1.15rem;color:#ffffffd9;max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.newsletter-premium-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:600px}@media (min-width: 640px){.newsletter-premium-form{flex-direction:row;background:#ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);min-height:70px;padding:.5rem;border-radius:9999px;box-shadow:0 15px 35px #0003}}.input-group{position:relative;flex:1;display:flex;align-items:center}.input-icon{position:absolute;left:1.5rem;color:#fff9;font-size:1.1rem;display:none}@media (min-width: 640px){.input-icon{display:block}}.premium-input{width:100%;padding:1rem 1.5rem;border-radius:9999px;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;font-size:1.05rem;outline:none;transition:all .3s}.premium-input::-moz-placeholder{color:#fff9}.premium-input::placeholder{color:#fff9}.premium-input:focus{background:#ffffff26;border-color:#f7a800}@media (min-width: 640px){.premium-input{padding:.75rem 1.5rem .75rem 3.5rem;border:none;background:transparent}.premium-input:focus{background:transparent;border-color:transparent}}.premium-btn-submit{background:#f7a800;color:#21008f;border:none;padding:1rem 2rem;border-radius:9999px;font-weight:800;font-size:1.05rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.premium-btn-submit:hover{background:#ffba2b;transform:translateY(-2px);box-shadow:0 10px 25px #f7a80066}.related-posts-modern{padding:4rem 0;background:#f8fafc;border-top:1px solid #e2e8f0}[data-theme=dark] .article-footer-modern{border-color:#334155}[data-theme=dark] .modern-tags-section{background:#0f172a;border-color:#334155;box-shadow:none}[data-theme=dark] .premium-tags-pill,[data-theme=dark] .premium-tag-item{background:#1e293b;color:#f8fafc;border-color:#334155}[data-theme=dark] .premium-tag-item:hover{border-color:#f7a800;color:#f7a800;background:#0f172a}[data-theme=dark] .modern-footer-split{background:#0f172a;border-color:#334155}[data-theme=dark] .clean-meta-list li{color:#94a3b8}[data-theme=dark] .clean-meta-list li i{color:#f7a800}[data-theme=dark] .rating-modern{border-color:#334155}[data-theme=dark] .rating-label{color:#cbd5e1}[data-theme=dark] .newsletter-premium{background:linear-gradient(to bottom,transparent,#0f172a)}[data-theme=dark] .related-posts-modern{background:var(--bg-secondary);border-color:var(--border-color)}[data-theme=dark] .contextual-cta-banner{background:linear-gradient(135deg,#1e293b,#1e3a5f)!important;border-color:#334155!important;border-left-color:#3b82f6!important}[data-theme=dark] .contextual-cta-banner h3{color:#93c5fd!important}[data-theme=dark] .contextual-cta-banner p{color:#cbd5e1!important}[data-theme=dark] .contextual-cta-banner a[href*=examen],[data-theme=dark] .contextual-cta-banner a[href*=material]{background:#1e293b!important;color:#cbd5e1!important;border-color:#475569!important}[data-theme=dark] .category-pill{background:var(--bg-accent, #1f2937)!important;border-color:#374151!important}[data-theme=dark] .category-pill span{color:#f8fafc!important}[data-theme=dark] .category-pill i{color:#f7a800!important}.glosario-link{color:#3b82f6;text-decoration:underline;text-decoration-style:dotted;text-decoration-thickness:1.5px;text-underline-offset:3px;font-weight:500;transition:all .2s ease}.glosario-link:hover{color:#1e40af;text-decoration-style:solid;background-color:#eff6ff;border-radius:4px}.contextual-cta-banner a:hover{transform:translateY(-2px)}.article-sr-header,.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}.bp-outer-wrapper[data-astro-cid-7jjqptxk]{max-width:1400px;margin:0 auto;padding:2.5rem 1.5rem 0}.bp-page-container[data-astro-cid-7jjqptxk]{display:grid;grid-template-columns:1fr 300px;gap:2.5rem;align-items:start;padding:1.5rem 0 3rem}.bp-article-col[data-astro-cid-7jjqptxk],.bp-sidebar-col[data-astro-cid-7jjqptxk]{min-width:0}.bp-article-col[data-astro-cid-7jjqptxk] .main-content[data-astro-cid-7jjqptxk]{padding:1rem 0 0}.bp-article-col[data-astro-cid-7jjqptxk] .container[data-astro-cid-7jjqptxk]{max-width:100%;padding:0}.bp-article-col[data-astro-cid-7jjqptxk] .bp-hero-image-section[data-astro-cid-7jjqptxk] .container[data-astro-cid-7jjqptxk]{padding:0;max-width:100%}.bp-article-col[data-astro-cid-7jjqptxk] .toc-sidebar[data-astro-cid-7jjqptxk]{display:none}.bp-article-col[data-astro-cid-7jjqptxk] .content-grid[data-astro-cid-7jjqptxk]{display:block}.bp-article-col[data-astro-cid-7jjqptxk] .article-main[data-astro-cid-7jjqptxk]{order:unset}.bp-sticky-sidebar[data-astro-cid-7jjqptxk]{position:sticky;top:80px;display:flex;flex-direction:column;gap:1.5rem}.sidebar-widget[data-astro-cid-7jjqptxk]{background:var(--bg-primary, #ffffff);border-radius:16px;padding:1.25rem;box-shadow:0 4px 6px -1px #00000014;border:1px solid var(--border-color, #e2e8f0)}.widget-title[data-astro-cid-7jjqptxk]{font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary, #1e293b);padding-bottom:.5rem;border-bottom:2px solid var(--border-color, #f1f5f9);display:flex;align-items:center;gap:.5rem}.widget-title[data-astro-cid-7jjqptxk] i[data-astro-cid-7jjqptxk]{color:var(--primary-color, #21008f);font-size:.85rem}.bx-pop-featured[data-astro-cid-7jjqptxk]{display:block;text-decoration:none;margin-bottom:.85rem}.bx-pop-img-wrap[data-astro-cid-7jjqptxk]{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:16/9;background:#1a1a2e}.bx-pop-img-wrap[data-astro-cid-7jjqptxk] .bx-img[data-astro-cid-7jjqptxk]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s}.bx-pop-featured[data-astro-cid-7jjqptxk]:hover .bx-img[data-astro-cid-7jjqptxk]{transform:scale(1.04)}.bx-pop-img-overlay[data-astro-cid-7jjqptxk]{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:.85rem}.bx-pop-feat-title[data-astro-cid-7jjqptxk]{font-size:.82rem;font-weight:700;color:#fff;line-height:1.3;margin:.25rem 0 .15rem}.bx-pop-feat-meta[data-astro-cid-7jjqptxk]{font-size:.68rem;color:#ffffffa6;margin:0}.bx-cat-badge[data-astro-cid-7jjqptxk]{display:inline-block;background:#f7a800;color:#111;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;padding:.18rem .55rem;border-radius:4px;width:-moz-fit-content;width:fit-content}.bx-cat-sm[data-astro-cid-7jjqptxk]{font-size:.55rem;padding:.14rem .45rem}.bx-pop-list[data-astro-cid-7jjqptxk]{display:flex;flex-direction:column;gap:.6rem}.bx-pop-item[data-astro-cid-7jjqptxk]{display:flex;gap:.65rem;text-decoration:none;align-items:flex-start;padding:.35rem 0;border-bottom:1px solid var(--border-color, #f1f5f9)}.bx-pop-item[data-astro-cid-7jjqptxk]:last-child{border-bottom:none}.bx-pop-thumb[data-astro-cid-7jjqptxk]{width:56px;height:42px;-o-object-fit:cover;object-fit:cover;border-radius:6px;flex-shrink:0}.bx-pop-info[data-astro-cid-7jjqptxk]{flex:1;min-width:0}.bx-pop-item-title[data-astro-cid-7jjqptxk]{font-size:.78rem;font-weight:600;color:var(--text-primary, #1e293b);line-height:1.35;margin:0 0 .2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bx-pop-item-date[data-astro-cid-7jjqptxk]{font-size:.66rem;color:#94a3b8;margin:0}.bx-nl-desc[data-astro-cid-7jjqptxk]{font-size:.8rem;color:#64748b;margin:0 0 .65rem;line-height:1.5}.bx-email-input[data-astro-cid-7jjqptxk]{width:100%;padding:.6rem .9rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.82rem;color:#1e293b;background:#f8fafc;outline:none;box-sizing:border-box;margin-bottom:.5rem;transition:border-color .2s}.bx-email-input[data-astro-cid-7jjqptxk]:focus{border-color:#21008f}.bx-subscribe-btn[data-astro-cid-7jjqptxk]{width:100%;padding:.65rem;background:linear-gradient(135deg,#21008f,#6366f1);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:700;cursor:pointer;transition:opacity .2s}.bx-subscribe-btn[data-astro-cid-7jjqptxk]:hover{opacity:.88}.bx-latest-list[data-astro-cid-7jjqptxk]{display:flex;flex-direction:column;gap:0}.bx-latest-item[data-astro-cid-7jjqptxk]{display:flex;gap:.6rem;text-decoration:none;align-items:flex-start;padding:.5rem 0;border-bottom:1px solid var(--border-color, #f1f5f9)}.bx-latest-item[data-astro-cid-7jjqptxk]:last-child{border-bottom:none}.bx-latest-thumb[data-astro-cid-7jjqptxk]{width:52px;height:38px;-o-object-fit:cover;object-fit:cover;border-radius:5px;flex-shrink:0}.bx-latest-info[data-astro-cid-7jjqptxk]{flex:1;min-width:0}.bx-latest-title[data-astro-cid-7jjqptxk]{font-size:.76rem;font-weight:600;color:var(--text-primary, #1e293b);line-height:1.35;margin:0 0 .18rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bx-latest-date[data-astro-cid-7jjqptxk]{font-size:.65rem;color:#94a3b8;margin:0}@media (max-width: 1024px){.bp-page-container[data-astro-cid-7jjqptxk]{grid-template-columns:1fr}.bp-sticky-sidebar[data-astro-cid-7jjqptxk]{position:static}}[data-astro-cid-7jjqptxk][data-theme=dark] .sidebar-widget[data-astro-cid-7jjqptxk]{background:#1e293b;border-color:#334155}[data-astro-cid-7jjqptxk][data-theme=dark] .widget-title[data-astro-cid-7jjqptxk]{color:#f8fafc;border-bottom-color:#334155}[data-astro-cid-7jjqptxk][data-theme=dark] .bx-pop-item[data-astro-cid-7jjqptxk]{border-bottom-color:#334155}[data-astro-cid-7jjqptxk][data-theme=dark] .bx-pop-item-title[data-astro-cid-7jjqptxk]{color:#e2e8f0}[data-astro-cid-7jjqptxk][data-theme=dark] .bx-latest-item[data-astro-cid-7jjqptxk]{border-bottom-color:#334155}[data-astro-cid-7jjqptxk][data-theme=dark] .bx-latest-title[data-astro-cid-7jjqptxk]{color:#e2e8f0}[data-astro-cid-7jjqptxk][data-theme=dark] .bx-email-input[data-astro-cid-7jjqptxk]{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-astro-cid-7jjqptxk][data-theme=dark] .bx-nl-desc[data-astro-cid-7jjqptxk]{color:#94a3b8}.bp-article-header[data-astro-cid-7jjqptxk]{padding:0 0 1.25rem;border-bottom:1px solid var(--border-color, #e2e8f0);margin-bottom:1.25rem}.bp-article-title[data-astro-cid-7jjqptxk]{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;color:#111827;line-height:1.25;letter-spacing:-.02em;margin:1rem 0 .25rem;max-width:860px}[data-astro-cid-7jjqptxk][data-theme=dark] .bp-article-title[data-astro-cid-7jjqptxk]{color:#f1f5f9}.bp-hero-image-section[data-astro-cid-7jjqptxk]{padding:0 0 1.25rem}.bp-hero-img[data-astro-cid-7jjqptxk]{width:100%;max-height:460px;-o-object-fit:cover;object-fit:cover;border-radius:12px;display:block;box-shadow:0 4px 20px #0000001a}@media (max-width: 768px){.bp-article-header[data-astro-cid-7jjqptxk]{padding:0 0 .75rem}.bp-hero-img[data-astro-cid-7jjqptxk]{border-radius:8px;max-height:240px}.bp-page-container[data-astro-cid-7jjqptxk]{padding:1.25rem 0 2rem}}.post-meta-pills[data-astro-cid-7jjqptxk]{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem;padding-left:.5rem}.post-meta-pill[data-astro-cid-7jjqptxk]{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;padding:.4rem 1rem;border-radius:9999px}.post-meta-pill[data-astro-cid-7jjqptxk] i[data-astro-cid-7jjqptxk]{color:#64748b}.author-pill[data-astro-cid-7jjqptxk]{color:#21008f;background:#21008f0d;border-color:#21008f1a}.author-pill[data-astro-cid-7jjqptxk] i[data-astro-cid-7jjqptxk]{color:#21008f}.share-actions[data-astro-cid-7jjqptxk]{display:flex;align-items:center;gap:.5rem;margin-left:auto}.share-btn[data-astro-cid-7jjqptxk]{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#fff;transition:all .2s ease;text-decoration:none}.share-btn[data-astro-cid-7jjqptxk]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.share-tw[data-astro-cid-7jjqptxk]{background:#1da1f2}.share-fb[data-astro-cid-7jjqptxk]{background:#4267b2}.share-wa[data-astro-cid-7jjqptxk]{background:#25d366}@media (max-width: 768px){.share-actions[data-astro-cid-7jjqptxk]{margin-left:0;width:100%;border-top:1px solid #e2e8f0;padding-top:1rem;margin-top:.5rem}}[data-theme=dark] .post-meta-pill[data-astro-cid-7jjqptxk]{background:#1e293b;border-color:#334155;color:#94a3b8}[data-theme=dark] .post-meta-pill[data-astro-cid-7jjqptxk] i[data-astro-cid-7jjqptxk]{color:#64748b}[data-theme=dark] .author-pill[data-astro-cid-7jjqptxk]{color:#f8fafc;background:#f7a8001a;border-color:#f7a80033}[data-theme=dark] .author-pill[data-astro-cid-7jjqptxk] i[data-astro-cid-7jjqptxk]{color:#f7a800}[data-theme=dark] .share-actions[data-astro-cid-7jjqptxk]{border-color:#334155}
