@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=DM+Serif+Display:ital@0;1&display=swap');
:root{--brand:#4A3FD4;--brand-light:#EEEDFE;--brand-dark:#3C3489;--green:#1D9E75;--green-light:#E1F5EE;--green-dark:#0F6E56;--amber:#BA7517;--amber-light:#FAEEDA;--blue:#185FA5;--blue-light:#E6F1FB;--text:#1a1a18;--text-2:#5a5a56;--text-3:#9a9a94;--bg:#ffffff;--bg-2:#f7f7f4;--bg-3:#f0f0ec;--border:rgba(0,0,0,0.10);--border-2:rgba(0,0,0,0.06);--radius:10px;--radius-lg:14px;--shadow:0 1px 3px rgba(0,0,0,0.06),0 1px 2px rgba(0,0,0,0.04)}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
.nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-2);padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:56px}
.nav-logo{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:600;color:var(--text);text-decoration:none}
.nav-logo-icon{width:28px;height:28px;background:var(--brand);border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.nav-logo-icon svg{width:15px;height:15px}
.nav-links{display:flex;gap:4px;align-items:center}
.nav-links a{font-size:13px;color:var(--text-2);text-decoration:none;padding:6px 10px;border-radius:6px;transition:background .15s,color .15s}
.nav-links a:hover{background:var(--bg-2);color:var(--text)}
.hamburger{width:34px;height:34px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4.5px;cursor:pointer;border:1px solid var(--border);border-radius:7px;background:transparent;transition:background .15s}
.hamburger:hover{background:var(--bg-2)}
.hamburger span{display:block;width:14px;height:1.5px;background:var(--text-2);border-radius:2px}
.mega{display:none;position:absolute;top:56px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border-2);box-shadow:0 8px 24px rgba(0,0,0,0.08);z-index:99;padding:20px 24px}
.mega.open{display:block}
.mega-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:900px;margin:0 auto}
.mega-col{padding:0 20px 0 0}
.mega-cat{font-size:10px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.mega-link{display:block;font-size:13px;color:var(--text-2);text-decoration:none;padding:4px 0;transition:color .12s}
.mega-link:hover,.mega-link.active{color:var(--brand)}
.mega-link.active{font-weight:500}
.hero{text-align:center;padding:40px 24px 28px;border-bottom:1px solid var(--border-2)}
.hero-badge{display:inline-flex;align-items:center;gap:5px;background:var(--brand-light);color:var(--brand-dark);font-size:12px;font-weight:500;padding:4px 12px;border-radius:20px;margin-bottom:14px}
.hero-badge svg{width:11px;height:11px}
.hero h1{font-family:'DM Serif Display',serif;font-size:clamp(28px,4vw,38px);font-weight:400;color:var(--text);margin-bottom:8px;line-height:1.15}
.hero p{font-size:15px;color:var(--text-2);max-width:520px;margin:0 auto}
.content-wrap{max-width:960px;margin:0 auto;padding:0 24px}
.section{padding:28px 0 0}
.section-title{font-family:'DM Serif Display',serif;font-size:22px;font-weight:400;color:var(--text);margin-bottom:6px}
.section-sub{font-size:13px;color:var(--text-3);margin-bottom:18px}
.divider{height:1px;background:var(--border-2);margin:0 0 28px}
.tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:28px}
.tool-item{border:1px solid var(--border);border-radius:var(--radius);padding:12px;background:var(--bg);cursor:pointer;transition:border-color .15s,background .15s;text-decoration:none;display:block}
.tool-item:hover{border-color:var(--brand);background:var(--brand-light)}
.tool-icon{width:26px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:6px}
.tool-icon svg{width:13px;height:13px}
.tool-name{font-size:13px;font-weight:500;color:var(--text);margin-bottom:2px}
.tool-desc{font-size:11px;color:var(--text-2);line-height:1.3}
.new-badge{font-size:9px;background:var(--green-light);color:var(--green-dark);padding:1px 6px;border-radius:8px;margin-left:4px}
.other-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:28px}
.other-cat{border:1px solid var(--border);border-radius:var(--radius);padding:14px;background:var(--bg)}
.other-cat-title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:9px;display:flex;align-items:center;gap:5px}
.other-cat-title svg{width:13px;height:13px;color:var(--text-3)}
.other-link{display:block;font-size:12px;color:var(--text-2);text-decoration:none;padding:4px 0;border-bottom:1px solid var(--border-2);line-height:1.4;transition:color .12s}
.other-link:last-child{border-bottom:none;padding-bottom:0}
.other-link:hover{color:var(--brand)}
.uc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:28px}
.uc{background:var(--bg-2);border-radius:8px;padding:12px 13px}
.uc-title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:4px}
.uc-body{font-size:12px;color:var(--text-2);line-height:1.4}
.explainer{margin-bottom:28px}
.explainer h2{font-family:'DM Serif Display',serif;font-size:20px;font-weight:400;margin-bottom:8px;margin-top:20px;color:var(--text)}
.explainer h2:first-child{margin-top:0}
.explainer p{font-size:14px;color:var(--text-2);line-height:1.7;margin-bottom:10px}
.explainer a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}
.faq{margin-bottom:28px}
.faq-title{font-family:'DM Serif Display',serif;font-size:22px;font-weight:400;color:var(--text);margin-bottom:16px}
.faq-item{border-bottom:1px solid var(--border-2)}
.faq-q{padding:14px 0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;user-select:none}
.faq-q-text{font-size:14px;font-weight:500;color:var(--text);flex:1}
.faq-chevron{width:16px;height:16px;flex-shrink:0;color:var(--text-3);transition:transform .2s}
.faq-item.open .faq-chevron{transform:rotate(180deg)}
.faq-a{font-size:13px;color:var(--text-2);line-height:1.7;padding-bottom:14px;display:none}
.faq-item.open .faq-a{display:block}
.ad-tag{position:absolute;top:6px;right:8px;font-size:9px;background:var(--bg-3);color:var(--text-3);border:1px solid var(--border);border-radius:3px;padding:1px 6px}
.ad-leaderboard{max-width:960px;margin:20px auto 0;padding:0 24px}
.ad-leaderboard-inner{background:var(--bg-2);border:1px dashed rgba(74,63,212,0.25);border-radius:8px;height:90px;display:flex;align-items:center;justify-content:center;position:relative}
.ad-mock-content{text-align:center}
.ad-mock-content .ad-title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:3px}
.ad-mock-content .ad-sub{font-size:12px;color:var(--text-2);margin-bottom:6px}
.ad-mock-cta{font-size:12px;font-weight:600;background:#15a249;color:white;padding:6px 16px;border-radius:6px;display:inline-block;text-decoration:none}
.ad-rect{background:var(--bg-2);border:1px dashed rgba(186,117,23,0.3);border-radius:8px;margin:0 0 28px;padding:20px;display:flex;align-items:center;gap:20px;position:relative}
.ad-rect-content{flex:1}
.ad-rect-content .ad-rect-title{font-size:15px;font-weight:600;color:var(--text);margin-bottom:4px}
.ad-rect-content .ad-rect-body{font-size:13px;color:var(--text-2);line-height:1.5;margin-bottom:10px}
.ad-rect-img{width:80px;height:80px;border-radius:10px;background:linear-gradient(135deg,#15a249,#0f7a34);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ad-rect-img svg{width:36px;height:36px;color:white}
.ad-footer-strip{background:var(--bg-2);border:1px dashed rgba(163,45,45,0.25);border-radius:6px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative}
.ad-footer-strip .ad-fs-text{font-size:12px;color:var(--text-2)}
.ad-footer-strip .ad-fs-text strong{color:var(--text)}
.ad-footer-strip-cta{font-size:11px;font-weight:600;background:#15a249;color:white;padding:5px 12px;border-radius:5px;text-decoration:none;white-space:nowrap;flex-shrink:0}
.ad-sidebar{position:relative;margin-top:14px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:14px 12px;text-align:center}
.ad-sidebar-tag{position:absolute;top:6px;right:8px;font-size:9px;color:var(--text-3);background:var(--bg-3);border:1px solid var(--border);border-radius:3px;padding:1px 5px}
.ad-sidebar-logo{display:flex;align-items:center;justify-content:center;gap:7px;margin-bottom:10px}
.ad-sidebar-brand{font-size:15px;font-weight:700;color:#15a249;letter-spacing:-.02em}
.ad-sidebar-headline{font-size:13px;font-weight:600;color:var(--text);margin-bottom:6px;line-height:1.3}
.ad-sidebar-body{font-size:11px;color:var(--text-2);line-height:1.5;margin-bottom:11px}
.ad-sidebar-cta{display:block;background:#15a249;color:white;font-size:12px;font-weight:700;padding:8px 12px;border-radius:7px;text-decoration:none;margin-bottom:7px;transition:background .15s}
.ad-sidebar-cta:hover{background:#0f7a34}
.ad-sidebar-sub{font-size:10px;color:var(--text-3)}
.aff-nudge{display:none;margin:0 16px 10px;background:var(--green-light);border:1px solid #9FE1CB;border-radius:8px;padding:10px 12px;align-items:center;justify-content:space-between;gap:10px}
.aff-nudge.show{display:flex}
.aff-nudge-title{font-size:12px;font-weight:600;color:var(--green-dark);margin-bottom:2px}
.aff-nudge-body{font-size:11px;color:var(--green-dark);opacity:.85}
.aff-nudge-cta{flex-shrink:0;white-space:nowrap;font-size:11px;font-weight:600;background:var(--green);color:white;padding:6px 12px;border-radius:6px;text-decoration:none;display:inline-flex;align-items:center;gap:4px}
.aff-writing{background:var(--blue-light);border:1px solid #85B7EB;border-radius:8px;padding:14px 16px;margin:12px 0}
.aff-sponsored{font-size:9px;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;display:flex;align-items:center;gap:6px}
.ad-pill{font-size:9px;background:var(--bg-2);color:var(--text-3);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-weight:400;text-transform:none;letter-spacing:0}
.aff-writing-body{font-size:13px;color:var(--text);line-height:1.5;margin-bottom:8px}
.aff-cta-btn{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:white;background:var(--blue);padding:7px 14px;border-radius:6px;text-decoration:none;transition:background .15s}
.aff-cta-btn:hover{background:var(--brand-dark)}
.aff-cta-btn svg{width:11px;height:11px}
.aff-faq{background:var(--amber-light);border:1px solid #EF9F27;border-radius:7px;padding:11px 13px;margin-top:8px}
.aff-faq-tag{font-size:9px;font-weight:600;color:var(--amber);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}
.aff-faq-body{font-size:12px;color:var(--text);line-height:1.5;margin-bottom:7px}
.aff-faq-link{font-size:12px;color:var(--amber);text-decoration:underline;text-underline-offset:2px}
.footer{border-top:1px solid var(--border-2);padding:32px 24px 24px;margin-top:32px;background:var(--bg-2)}
.footer-inner{max-width:960px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:28px}
.footer-col-title{font-size:11px;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}
.footer-link{display:block;font-size:12px;color:var(--text-2);text-decoration:none;padding:3px 0;line-height:1.5;transition:color .12s}
.footer-link:hover{color:var(--brand)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding-top:20px;border-top:1px solid var(--border-2)}
.footer-copy{font-size:12px;color:var(--text-3)}
.footer-meta{display:flex;gap:14px}
.footer-meta a{font-size:12px;color:var(--text-3);text-decoration:none}
.footer-meta a:hover{color:var(--text-2)}
.toast{position:fixed;bottom:20px;left:50%;transform:translateX(-50%) translateY(60px);background:var(--text);color:white;font-size:13px;font-weight:500;padding:8px 18px;border-radius:20px;opacity:0;transition:all .25s ease;z-index:999;pointer-events:none}
.toast.show{transform:translateX(-50%) translateY(0);opacity:1}
@media(max-width:700px){.nav-links{display:none}.tools-grid{grid-template-columns:repeat(2,1fr)}.other-grid{grid-template-columns:1fr}.uc-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.mega-inner{grid-template-columns:repeat(2,1fr)}.ad-rect{flex-direction:column}.ad-sidebar{display:none}}
