@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{color:#16201e;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#f7f7f2;font-family:Manrope,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}:root{--ink:#16201e;--muted:#6b7771;--paper:#f7f7f2;--surface:#fff;--line:#dfe5df;--green:#0b6950;--lime:#d8ee62;--yellow:#f3d26b;--coral:#ff8169;--blue:#86baf3;--violet:#c4b5fa}[data-theme=dark]{--ink:#edf5ed;--muted:#9daaa3;--paper:#121a18;--surface:#1b2522;--line:#33423c;--green:#83e3bd;--lime:#a2bc47;--yellow:#a98c37;--coral:#d86955;--blue:#5b8cc2;--violet:#8e7fc0}body{background:var(--paper);color:var(--ink)}.app-shell{min-height:100vh}.site-header{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--paper) 88%,transparent);z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:76px;position:sticky;top:0}.header-inner{align-items:center;gap:42px;max-width:1180px;height:100%;margin:auto;padding:0 28px;display:flex}.brand{letter-spacing:-.8px;white-space:nowrap;align-items:center;gap:7px;font-size:20px;font-weight:800;display:flex}.brand>span:last-child{color:var(--green)}.brand-mark{color:#13221d;background:var(--lime);border-radius:8px;place-items:center;width:27px;height:27px;display:grid}.main-nav{color:var(--muted);flex:1;gap:26px;font-size:13px;font-weight:600;display:flex}.main-nav a:hover,.footer-links a:hover{color:var(--green)}.header-actions{align-items:center;gap:10px;display:flex}.header-search{border:1px solid var(--line);height:38px;color:var(--muted);background:var(--surface);border-radius:7px;align-items:center;gap:8px;padding:0 12px;font-size:12px;display:flex}kbd{border:1px solid var(--line);border-radius:4px;margin-left:14px;padding:2px 5px;font:11px DM Mono,monospace}.icon-btn{color:var(--ink);cursor:pointer;background:0 0;border:0;place-items:center;padding:8px;display:grid}.menu-btn{display:none}.hero{text-align:center;background:linear-gradient(145deg,#e8f2d9 0%,#f7f7f2 54%,#dcedea 100%);min-height:575px;padding:108px 24px 78px;position:relative;overflow:hidden}[data-theme=dark] .hero{background:linear-gradient(145deg,#1e342d,#121a18 60%,#17322f)}.hero-grid{opacity:.22;background-image:linear-gradient(#92a59a 1px,#0000 1px),linear-gradient(90deg,#92a59a 1px,#0000 1px);background-size:45px 45px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 85%);mask-image:linear-gradient(#000,#0000 85%)}.hero>:not(.hero-grid){z-index:1;position:relative}.eyebrow{letter-spacing:1.5px;color:var(--green);font:500 10px DM Mono,monospace}.live-dot{background:#55ad82;border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.hero h1{letter-spacing:-4px;margin:22px 0 20px;font-size:clamp(44px,6vw,76px);font-weight:800;line-height:.98}em{color:var(--green);font-style:normal}.hero-copy{color:var(--muted);max-width:540px;margin:auto;font-size:15px;line-height:1.7}.hero-search-wrap{background:var(--surface);border:1px solid var(--line);text-align:left;border-radius:10px;align-items:center;gap:12px;max-width:610px;height:62px;margin:34px auto 16px;padding:0 18px;display:flex;position:relative;box-shadow:0 10px 30px #20483d16}.hero-search-wrap>svg{color:var(--green)}.hero-search-wrap input{color:var(--ink);background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:15px}.hero-search-wrap button{color:var(--muted);cursor:pointer;background:0 0;border:0}.search-shortcut{color:var(--muted);border:1px solid var(--line);border-radius:4px;padding:4px 7px;font:11px DM Mono,monospace}.search-results{background:var(--surface);border:1px solid var(--line);z-index:3;border-radius:9px;position:absolute;top:70px;left:0;right:0;overflow:hidden;box-shadow:0 12px 30px #143c3018}.search-results a{border-bottom:1px solid var(--line);color:var(--green);align-items:center;gap:12px;padding:12px 16px;display:flex}.search-results a:last-child{border:0}.search-results span{color:var(--ink);flex:1}.search-results small,.provider-row small,.guide-card small{color:var(--muted);margin-top:2px;font-size:11px;display:block}.hero-trust{color:var(--muted);justify-content:center;gap:25px;font-size:11px;display:flex}.hero-trust span{align-items:center;gap:5px;display:flex}.hero-trust svg{color:var(--green)}.section,.page-wrap{max-width:1180px;margin:auto;padding:88px 28px}.section-heading{justify-content:space-between;align-items:end;margin-bottom:30px;display:flex}.section-heading h2,.utility-band h2{letter-spacing:-1.6px;margin:9px 0 0;font-size:32px;line-height:1.1}.tool-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.tool-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;gap:16px;min-height:170px;padding:22px;transition:transform .2s,border-color .2s;display:flex}.tool-card:hover{border-color:var(--green);transform:translateY(-3px)}.card-icon,.tool-title-icon{width:42px;height:42px;color:var(--green);background:#dcefe2;border-radius:9px;flex:none;place-items:center;display:grid}.card-content{flex-direction:column;display:flex}.tool-card h3{margin:0 0 7px;font-size:15px}.tool-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.card-link{color:var(--green);align-items:center;gap:5px;margin-top:auto;font-size:11px;font-weight:700;display:flex}.category-section{padding-top:10px}.category-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.category-card,.guide-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;align-items:center;gap:13px;padding:17px;display:flex}.category-card:hover,.guide-card:hover,.provider-row:hover{border-color:var(--green)}.category-card>span:nth-child(2),.guide-card>span:nth-child(2){flex:1}.category-card strong,.guide-card strong{font-size:13px;display:block}.category-card small{color:var(--muted);margin-top:3px;font-size:11px;display:block}.category-icon{border-radius:8px;place-items:center;width:39px;height:39px;display:grid}.tone-coral .category-icon{color:#d05f4e;background:#ffe2dc}.tone-cyan .category-icon{color:#208786;background:#d9f0ee}.tone-violet .category-icon{color:#7658bb;background:#e9e2ff}.tone-lime .category-icon{color:#637a1c;background:#e9f3c2}.tone-blue .category-icon{color:#3974ad;background:#dcecff}.tone-yellow .category-icon{color:#936d16;background:#fff0c8}.utility-band{background:#dcefe2;grid-template-columns:1fr 1fr;gap:90px;max-width:none;padding:82px max(28px,50% - 562px);display:grid}.utility-band p{color:#466459;max-width:430px;margin:20px 0 25px;font-size:14px;line-height:1.7}.button{cursor:pointer;border:0;border-radius:6px;align-items:center;gap:8px;padding:12px 16px;font-size:12px;font-weight:700;display:inline-flex}.button-dark{background:var(--ink);color:var(--paper)}.button-primary{color:#fff;background:var(--green)}.button-ghost{border:1px solid var(--line);color:var(--ink);background:0 0}.provider-stack{gap:9px;display:grid}.provider-row{background:#eaf5e9;border:1px solid #c6ddd0;border-radius:7px;align-items:center;gap:11px;padding:12px;display:flex}.provider-row span:nth-child(2){flex:1}.provider-logo{color:#fff;background:#168864;border-radius:7px;place-items:center;width:32px;height:32px;font-weight:800;display:grid}.p-1{background:#ef9b2e}.p-2{background:#5daab5}.p-3{background:#ed6360}.faq-list{max-width:760px}.faq-list details{border-top:1px solid var(--line);padding:18px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;font-size:14px;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list p{color:var(--muted);max-width:680px;margin:15px 0 0;font-size:13px;line-height:1.7}.page-wrap{min-height:600px}.breadcrumbs{color:var(--muted);gap:10px;padding:18px 0 45px;font:11px DM Mono,monospace;display:flex}.breadcrumbs a:hover{color:var(--green)}.page-intro{max-width:690px;margin-bottom:42px}.page-intro h1,.tool-title h1{letter-spacing:-2.5px;margin:13px 0 12px;font-size:48px;line-height:1.05}.page-intro p,.tool-title p{color:var(--muted);font-size:15px;line-height:1.7}.tool-layout{grid-template-columns:minmax(0,760px) 260px;gap:55px;display:grid}.tool-title{gap:17px;margin-bottom:27px;display:flex}.tool-title h1{margin-top:9px}.tool-title-icon{margin-top:3px}.workspace{background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:20px}.workspace-top{justify-content:space-between;padding-bottom:16px;font-size:13px;display:flex}.workspace-top span{color:var(--muted);align-items:center;gap:5px;font-size:11px;display:flex}.workspace textarea{resize:vertical;border:1px solid var(--line);background:var(--paper);width:100%;min-height:210px;color:var(--ink);outline-color:var(--green);border-radius:6px;padding:15px;font:13px DM Mono,monospace}.workspace-actions{flex-wrap:wrap;gap:8px;margin-top:13px;display:flex}.drop-zone{min-height:210px;color:var(--green);border:1px dashed #a6bcae;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:relative}.drop-zone strong{color:var(--ink);font-size:14px}.drop-zone small{color:var(--muted);font-size:11px}.drop-zone input{opacity:0;cursor:pointer;position:absolute;inset:0}.output-box{white-space:pre-wrap;color:#d8ee62;background:#15231f;border-radius:6px;margin:15px 0 0;padding:16px;font:13px DM Mono,monospace}.error-message{color:#c34f45;padding-top:10px;font-size:12px}.ad-slot{border:1px dashed var(--line);height:250px;color:var(--muted);place-items:center;font:10px DM Mono,monospace;display:grid}.side-note{border:1px solid var(--line);color:var(--green);margin-top:15px;padding:17px}.side-note strong{color:var(--ink);margin:9px 0 5px;font-size:12px;display:block}.side-note p{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.article-content{max-width:700px;padding-top:58px}.article-content h2{letter-spacing:-.7px;margin:34px 0 12px;font-size:20px}.article-content p,.article-content li{color:var(--muted);font-size:13px;line-height:1.8}.article-content ul{padding-left:18px}.related-tools{gap:8px;display:grid}.related-tools a{border:1px solid var(--line);border-radius:6px;justify-content:space-between;padding:12px;font-size:12px;display:flex}.provider-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.guide-number{color:#637a1c;background:#e9f3c2;border-radius:6px;place-items:center;width:30px;height:30px;font:13px DM Mono,monospace;display:grid}.update-note{color:#637a1c;background:#f0f5d8;border:1px solid #d6dfbd;gap:13px;margin-top:35px;padding:18px;display:flex}.update-note strong{color:var(--ink);font-size:13px}.update-note p{color:var(--muted);margin:6px 0 0;font-size:12px;line-height:1.6}.sitemap-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.sitemap-grid a{border:1px solid var(--line);color:var(--green);border-radius:6px;padding:14px;font-size:12px}.empty-state{text-align:center;padding-top:130px}.empty-state h1{font-size:42px}.empty-state p{color:var(--muted);margin-bottom:24px}footer{border-top:1px solid var(--line);padding:55px 28px 25px}.footer-inner{justify-content:space-between;gap:40px;max-width:1124px;margin:auto;display:flex}.footer-inner p{color:var(--muted);margin-top:15px;font-size:12px;line-height:1.7}.footer-links{gap:75px;display:flex}.footer-links div{flex-direction:column;gap:10px;min-width:100px;display:flex}.footer-links strong{color:var(--ink);margin-bottom:4px;font:11px DM Mono,monospace}.footer-links a{color:var(--muted);align-items:center;gap:5px;font-size:12px;display:flex}.footer-bottom{border-top:1px solid var(--line);max-width:1124px;color:var(--muted);justify-content:space-between;margin:48px auto 0;padding-top:18px;font-size:10px;display:flex}@media (width<=800px){.site-header{height:65px}.header-inner{gap:15px;padding:0 17px}.main-nav{background:var(--surface);border-bottom:1px solid var(--line);flex-direction:column;gap:18px;padding:18px;display:none;position:absolute;top:65px;left:0;right:0}.main-nav.open{display:flex}.header-search span,.header-search kbd{display:none}.menu-btn{display:grid}.hero{min-height:530px;padding:80px 18px 60px}.hero h1{letter-spacing:-2.5px}.hero-trust{flex-wrap:wrap;gap:12px}.section,.page-wrap{padding:60px 18px}.tool-grid,.category-grid,.provider-grid{grid-template-columns:1fr}.utility-band{grid-template-columns:1fr;gap:35px;padding:60px 18px}.section-heading h2,.utility-band h2{font-size:28px}.page-intro h1,.tool-title h1{font-size:38px}.tool-layout{grid-template-columns:1fr;gap:30px}.tool-title{gap:12px}.tool-title-icon{width:38px;height:38px}.sitemap-grid{grid-template-columns:1fr 1fr}.footer-inner,.footer-bottom{flex-direction:column;gap:28px}.footer-links{flex-wrap:wrap;gap:22px}.footer-bottom{margin-top:30px}}
