*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito,sans-serif;color:#334155;background:#fff;line-height:1.8;font-size:16px}.champ-header{background:#eff6ff;border-bottom:1px solid #dbeafe;padding:1rem 1.5rem}.champ-header-inner{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem}.champ-brand{display:flex;align-items:center;gap:.6rem;text-decoration:none}.champ-brand-badge{background:#2563eb;color:#fff;font-weight:900;font-size:.85rem;padding:.3rem .9rem;border-radius:20px;letter-spacing:.2px}.champ-brand-tagline{font-size:.8rem;color:#64748b;font-weight:500}.champ-nav{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.champ-nav a{color:#1e40af;text-decoration:none;font-size:.88rem;font-weight:600;position:relative}.champ-nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#2563eb;transition:width .2s ease}.champ-nav a:hover:after{width:100%}.champ-main{max-width:740px;margin:2.5rem auto;padding:0 1.5rem}.champ-main h1{font-size:2.1rem;font-weight:900;color:#0f172a;margin-bottom:.6rem;line-height:1.3}.champ-main h2{font-size:1.35rem;font-weight:800;margin:2.2rem 0 .8rem;color:#1e293b;position:relative;padding-left:.9rem}.champ-main h2:before{content:"";position:absolute;left:0;top:.2rem;bottom:.2rem;width:4px;background:#2563eb;border-radius:2px}.champ-main h3{font-size:1.1rem;font-weight:700;margin:1.5rem 0 .5rem;color:#334155}.champ-main p{margin-bottom:1.1rem;color:#475569}.champ-main ul,.champ-main ol{margin:.5rem 0 1.2rem 1.5rem;color:#475569}.champ-main li{margin-bottom:.4rem}.champ-main strong{color:#1e293b;font-weight:700}.champ-main a{color:#2563eb;text-decoration:none;font-weight:600}.champ-main a:hover{text-decoration:underline}.champ-main hr{border:none;border-top:1px solid #e2e8f0;margin:2rem 0}.champ-main blockquote{background:#f0fdf4;border-left:4px solid #22c55e;padding:1rem 1.3rem;margin:1.3rem 0;border-radius:0 12px 12px 0;font-style:normal;color:#166534}.champ-main table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0}.champ-main th{background:#eff6ff;font-weight:700;color:#1e293b;padding:.7rem .9rem;text-align:left;border-bottom:2px solid #dbeafe}.champ-main td{padding:.6rem .9rem;border-bottom:1px solid #f1f5f9;color:#475569}.champ-main tr:last-child td{border-bottom:none}.champ-author-meta{display:flex;align-items:center;gap:.8rem;font-size:.85rem;color:#64748b;margin-bottom:1.8rem;padding-bottom:1.2rem;border-bottom:1px solid #f1f5f9}.champ-author-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.8rem;flex-shrink:0}.champ-author-info strong{color:#1e293b;font-weight:700;display:block;font-size:.9rem}.champ-doc-callout{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;margin:1.5rem 0;position:relative;padding:1.2rem 1.4rem 1.2rem 3.5rem}.champ-doc-callout:before{content:"💬";position:absolute;left:1.2rem;top:1.2rem;font-size:1.2rem}.champ-doc-callout-label{font-weight:800;color:#1e40af;font-size:.82rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3rem}.champ-doc-callout p{color:#1e40af;margin:0;font-size:.95rem}.champ-faq{margin:2.5rem 0}.champ-faq-title{font-size:1.2rem;font-weight:800;color:#1e293b;margin-bottom:1.2rem}.champ-faq-pair{margin-bottom:1.5rem}.champ-faq-q{background:#f1f5f9;color:#334155;padding:.8rem 1.1rem;border-radius:16px 16px 16px 4px;font-weight:700;font-size:.92rem;display:inline-block;max-width:80%}.champ-faq-a{background:#dbeafe;color:#1e40af;padding:.8rem 1.1rem;border-radius:16px 16px 4px;margin-top:.5rem;margin-left:auto;font-size:.9rem;max-width:85%;display:block;text-align:left;width:fit-content;float:right;clear:both}.champ-faq-pair:after{content:"";display:block;clear:both}.champ-breadcrumb{font-size:.82rem;color:#94a3b8;margin-bottom:1.5rem;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.champ-breadcrumb a{color:#2563eb;text-decoration:none;font-weight:600}.champ-breadcrumb a:hover{text-decoration:underline}.champ-breadcrumb-sep{color:#cbd5e1}.champ-footer{background:#f8fafc;border-top:1px solid #e2e8f0;margin-top:4rem;padding:2.5rem 1.5rem}.champ-footer-inner{max-width:740px;margin:0 auto;text-align:center}.champ-footer-brand{font-weight:900;color:#2563eb;font-size:1.1rem;margin-bottom:.6rem}.champ-footer-disclaimer{font-size:.8rem;color:#64748b;margin-bottom:1rem;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}.champ-footer-nav{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1rem}.champ-footer-nav a{font-size:.82rem;color:#475569;text-decoration:none;font-weight:600}.champ-footer-nav a:hover{color:#2563eb}.champ-footer-copy{font-size:.75rem;color:#94a3b8}@media(max-width:768px){.champ-header-inner{flex-direction:column;align-items:flex-start}.champ-nav{gap:1rem}.champ-main{padding:0 1rem;margin:1.8rem auto}.champ-main h1{font-size:1.6rem}.champ-faq-q,.champ-faq-a{max-width:95%}}
