.article-page[data-astro-cid-xw3clhsd]{max-width:900px;margin:0 auto;padding:40px 24px}.article-breadcrumb[data-astro-cid-xw3clhsd]{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#64748b;margin-bottom:24px;animation:fadeIn .5s ease-out}.article-breadcrumb[data-astro-cid-xw3clhsd] a[data-astro-cid-xw3clhsd]{color:#2563eb;text-decoration:none;transition:color .2s}.article-breadcrumb[data-astro-cid-xw3clhsd] a[data-astro-cid-xw3clhsd]:hover{color:#ff5722}.article-header[data-astro-cid-xw3clhsd]{margin-bottom:50px;animation:fadeIn .6s ease-out}.article-meta[data-astro-cid-xw3clhsd]{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-bottom:20px}.article-category-badge[data-astro-cid-xw3clhsd]{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;padding:8px 16px;border-radius:8px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:1px solid #bfdbfe}.article-date[data-astro-cid-xw3clhsd],.article-read-time[data-astro-cid-xw3clhsd]{color:#64748b;font-size:.9rem;font-weight:500}.article-title-group[data-astro-cid-xw3clhsd]{margin-bottom:20px}.article-main-title[data-astro-cid-xw3clhsd]{font-size:2.5rem;font-weight:800;line-height:1.2;letter-spacing:-.02em;color:#1e293b;margin-bottom:12px;animation:slideInUp .6s ease-out}.article-subtitle[data-astro-cid-xw3clhsd]{font-size:1.5rem;font-weight:600;line-height:1.4;color:#ff5722;margin:0;animation:slideInUp .7s ease-out}.article-lead[data-astro-cid-xw3clhsd]{font-size:1.3rem;line-height:1.6;color:#475569;margin-bottom:24px;font-weight:400}.article-tags-header[data-astro-cid-xw3clhsd]{display:flex;gap:10px;flex-wrap:wrap}.tag[data-astro-cid-xw3clhsd]{background:#f8fafc;color:#64748b;padding:8px 14px;border-radius:8px;font-size:.85rem;border:1px solid #e2e8f0;transition:all .2s ease}.tag[data-astro-cid-xw3clhsd]:hover{background:#eff6ff;color:#2563eb;border-color:#bfdbfe;transform:translateY(-1px)}.article-body[data-astro-cid-xw3clhsd]{font-size:1.125rem;line-height:1.8;color:#334155}.article-body[data-astro-cid-xw3clhsd] h2{font-size:2rem;font-weight:700;color:#1e293b;margin:50px 0 24px;line-height:1.3;padding-bottom:12px;border-bottom:3px solid #ff5722;display:inline-block}.article-body[data-astro-cid-xw3clhsd] h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:40px 0 20px;line-height:1.4}.article-body[data-astro-cid-xw3clhsd] p{margin-bottom:24px;opacity:0;transform:translateY(10px)}.article-body[data-astro-cid-xw3clhsd] p.visible{opacity:1;transform:translateY(0);transition:all .5s ease-out}.article-body[data-astro-cid-xw3clhsd] strong{font-weight:700;color:#1e293b}.article-body[data-astro-cid-xw3clhsd] a.article-link{color:#2563eb;text-decoration:none;font-weight:600;position:relative;transition:color .2s ease}.article-body[data-astro-cid-xw3clhsd] a.article-link:hover{color:#1d4ed8}.article-body[data-astro-cid-xw3clhsd] a.external-link{text-decoration:underline;text-decoration-color:#ff5722;text-decoration-thickness:2px;text-underline-offset:3px}.article-body[data-astro-cid-xw3clhsd] a.external-link:hover{text-decoration-color:#1d4ed8}.article-body[data-astro-cid-xw3clhsd] ul.styled-list,.article-body[data-astro-cid-xw3clhsd] ol.styled-list{margin:24px 0;padding-left:0;list-style:none}.article-body[data-astro-cid-xw3clhsd] ul.styled-list li{position:relative;padding-left:32px;margin-bottom:16px}.article-body[data-astro-cid-xw3clhsd] ul.styled-list li:before{content:"→";position:absolute;left:0;color:#ff5722;font-weight:700;font-size:1.2em}.article-body[data-astro-cid-xw3clhsd] ol.styled-list{counter-reset:list-counter}.article-body[data-astro-cid-xw3clhsd] ol.styled-list li{counter-increment:list-counter;position:relative;padding-left:40px;margin-bottom:16px}.article-body[data-astro-cid-xw3clhsd] ol.styled-list li:before{content:counter(list-counter);position:absolute;left:0;top:0;background:linear-gradient(135deg,#ff5722,#ff6b35);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85em}.article-body[data-astro-cid-xw3clhsd] .code-block-wrapper{margin:32px 0;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a;animation:fadeIn .5s ease-out}.article-body[data-astro-cid-xw3clhsd] .code-block{background:#1e293b;color:#e2e8f0;padding:24px;overflow-x:auto;margin:0;font-family:Monaco,Menlo,Courier New,monospace;font-size:.95rem;line-height:1.6}.article-body[data-astro-cid-xw3clhsd] code.inline-code{background:#f1f5f9;color:#e11d48;padding:3px 8px;border-radius:4px;font-size:.9em;font-family:Monaco,Menlo,Courier New,monospace;border:1px solid #e2e8f0}.article-body[data-astro-cid-xw3clhsd] .table-wrapper{margin:40px 0;overflow-x:auto;border-radius:12px;box-shadow:0 4px 16px #00000014;animation:slideInUp .6s ease-out}.article-body[data-astro-cid-xw3clhsd] .comparison-table{width:100%;border-collapse:collapse;background:#fff;font-size:.95rem}.article-body[data-astro-cid-xw3clhsd] .comparison-table thead{background:linear-gradient(135deg,#1e293b,#334155)}.article-body[data-astro-cid-xw3clhsd] .comparison-table th{padding:18px 16px;text-align:left;font-weight:700;color:#fff;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;border-right:1px solid rgba(255,255,255,.1)}.article-body[data-astro-cid-xw3clhsd] .comparison-table th:last-child{border-right:none}.article-body[data-astro-cid-xw3clhsd] .comparison-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .2s ease}.article-body[data-astro-cid-xw3clhsd] .comparison-table tbody tr:hover{background:#f8fafc}.article-body[data-astro-cid-xw3clhsd] .comparison-table td{padding:16px;vertical-align:top;border-right:1px solid #f1f5f9}.article-body[data-astro-cid-xw3clhsd] .comparison-table td:last-child{border-right:none}.article-body[data-astro-cid-xw3clhsd] .comparison-table tbody tr:nth-child(2n){background:#fafbfc}.article-body[data-astro-cid-xw3clhsd] .comparison-table tbody tr:nth-child(2n):hover{background:#f1f5f9}.article-body[data-astro-cid-xw3clhsd] .checkmark{color:#10b981;font-weight:700;font-size:1.2em}.article-body[data-astro-cid-xw3clhsd] .crossmark{color:#ef4444;font-weight:700;font-size:1.2em}.article-body[data-astro-cid-xw3clhsd] .emoji-check,.article-body[data-astro-cid-xw3clhsd] .emoji-cross{font-size:1.1em}.article-body[data-astro-cid-xw3clhsd] .article-quote{border-left:4px solid #ff5722;padding:20px 24px;margin:32px 0;background:#fef3f2;border-radius:0 8px 8px 0;font-style:italic;color:#1e293b;font-size:1.1rem}.article-body[data-astro-cid-xw3clhsd] .section-divider{border:none;height:3px;background:linear-gradient(90deg,transparent,#ff5722,transparent);margin:50px auto;max-width:200px}.article-footer[data-astro-cid-xw3clhsd]{margin-top:80px;padding-top:40px;border-top:2px solid #e2e8f0}.article-cta[data-astro-cid-xw3clhsd]{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:48px 40px;border-radius:16px;text-align:center;border:2px solid #e2e8f0;box-shadow:0 4px 16px #0000000d}.article-cta[data-astro-cid-xw3clhsd] h3[data-astro-cid-xw3clhsd]{font-size:1.875rem;font-weight:700;color:#1e293b;margin-bottom:12px}.article-cta[data-astro-cid-xw3clhsd] p[data-astro-cid-xw3clhsd]{font-size:1.1rem;color:#64748b;margin-bottom:28px}.cta-buttons[data-astro-cid-xw3clhsd]{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-button[data-astro-cid-xw3clhsd]{padding:14px 32px;border-radius:10px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1.05rem}.cta-button[data-astro-cid-xw3clhsd].primary{background:linear-gradient(135deg,#ff5722,#ff6b35);color:#fff;box-shadow:0 4px 14px #ff572266}.cta-button[data-astro-cid-xw3clhsd].primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff572280}.cta-button[data-astro-cid-xw3clhsd].secondary{background:#fff;color:#1e293b;border:2px solid #e2e8f0}.cta-button[data-astro-cid-xw3clhsd].secondary:hover{border-color:#2563eb;color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in[data-astro-cid-xw3clhsd]{animation:fadeIn .6s ease-out}.fade-in-up[data-astro-cid-xw3clhsd]{animation:slideInUp .6s ease-out}@media(max-width:768px){.article-page[data-astro-cid-xw3clhsd]{padding:24px 20px}.article-main-title[data-astro-cid-xw3clhsd]{font-size:1.75rem}.article-subtitle[data-astro-cid-xw3clhsd],.article-lead[data-astro-cid-xw3clhsd]{font-size:1.15rem}.article-body[data-astro-cid-xw3clhsd]{font-size:1.05rem}.article-body[data-astro-cid-xw3clhsd] h2{font-size:1.625rem;margin:40px 0 20px}.article-body[data-astro-cid-xw3clhsd] h3{font-size:1.25rem}.article-body[data-astro-cid-xw3clhsd] .comparison-table{font-size:.85rem}.article-body[data-astro-cid-xw3clhsd] .comparison-table th,.article-body[data-astro-cid-xw3clhsd] .comparison-table td{padding:12px 10px}.article-cta[data-astro-cid-xw3clhsd]{padding:32px 24px}.article-cta[data-astro-cid-xw3clhsd] h3[data-astro-cid-xw3clhsd]{font-size:1.5rem}.cta-buttons[data-astro-cid-xw3clhsd]{flex-direction:column}.cta-button[data-astro-cid-xw3clhsd]{width:100%}}
