:root{--bg:#f4faf8;--surface:#fff;--surface-alt:#e8f5f1;--surface-strong:#0f172a;--text:#10222a;--muted:#556671;--line:#cfe0da;--accent:#0f766e;--accent-dark:#0b5f59;--success:#0f7b4b;--warning:#a45d11;--shadow:0 14px 40px #10182814;--radius:20px;--container:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(var(--container), calc(100% - 2rem));margin:0 auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f4faf8e0;border-bottom:1px solid #cfe0dacc;position:sticky;top:0}.header-inner,.footer-inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.brand{font-size:1.1rem;font-weight:800}.nav,.footer-links{flex-wrap:wrap;gap:1rem;display:flex}.hero{padding:4rem 0 2.5rem}.hero-panel{grid-template-columns:1.05fr .95fr;align-items:start;gap:1.5rem;display:grid}.hero-summary{gap:1rem;display:grid}.hero-summary-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.2rem}.hero-summary-card span,.tool-category,.tool-status{border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:.35rem .7rem;font-size:.85rem;font-weight:700;display:inline-flex}.hero-summary-card span{color:var(--accent-dark);background:#e5f6f2;margin-bottom:.85rem}.hero-summary-card strong{margin-bottom:.45rem;font-size:1.15rem;display:block}.hero-summary-card p{color:var(--muted);margin:0;line-height:1.65}.eyebrow{color:var(--accent-dark);background:#ddf3ed;border-radius:999px;margin-bottom:1rem;padding:.4rem .75rem;font-size:.9rem;font-weight:700;display:inline-block}h1,h2,h3{margin-top:0;line-height:1.1}h1{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.4rem)}h2{margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.15rem)}h3{font-size:1.15rem}.lead,.section-lead{color:var(--muted);max-width:62ch;font-size:1.08rem;line-height:1.7}.section-heading{max-width:780px;margin-bottom:1.5rem}.directory-controls{gap:1rem;margin-bottom:1rem;display:grid}.search-field{gap:.45rem;max-width:620px;display:grid}.search-label{color:var(--text);font-size:.92rem;font-weight:700}.search-field input{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);border-radius:14px;padding:.95rem 1rem;font-size:1rem}.category-chips{flex-wrap:wrap;gap:.65rem;display:flex}.category-chip{border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:999px;padding:.55rem .85rem;font-size:.9rem;font-weight:700}.category-chip.is-active{background:var(--accent);border-color:var(--accent);color:#fff}.directory-summary{color:var(--muted);margin:0 0 1rem;font-size:.95rem}.hero-badges{flex-wrap:wrap;gap:.65rem;margin:1.4rem 0 0;display:flex}.hero-badge{background:var(--surface);border:1px solid var(--line);color:var(--accent-dark);box-shadow:var(--shadow);border-radius:999px;align-items:center;padding:.45rem .75rem;font-size:.92rem;font-weight:700;display:inline-flex}.hero-points{color:var(--muted);margin:1.5rem 0 0;padding-left:1.1rem;line-height:1.8}.section{padding:2rem 0}.section.alt{background:var(--surface-alt);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-grid,.tools-grid{gap:1rem;display:grid}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card,.tool-card,.faq-item,.conversion-step{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px}.feature-card,.faq-item,.conversion-step{padding:1.15rem}.feature-card p,.faq-item p,.conversion-step p,.tool-description,.tool-use-case,.text-block p,.legal-page p{color:var(--muted);line-height:1.75}.tool-card{gap:.9rem;padding:1.25rem;display:grid}.tool-meta{flex-wrap:wrap;justify-content:space-between;gap:.75rem;display:flex}.tool-category{color:#14518b;background:#eaf5ff}.tool-status-live{color:var(--success);background:#e5f8ee}.tool-status-pending{color:var(--warning);background:#fff3e4}.tool-description,.tool-use-case{margin:0}.tool-use-case strong{color:var(--text)}.tool-tags{flex-wrap:wrap;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.tool-tags li{border:1px solid var(--line);color:var(--muted);background:#f3f8f6;border-radius:999px;padding:.35rem .7rem;font-size:.88rem}.tool-link{background:var(--accent);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:fit-content;padding:.9rem 1rem;font-size:.95rem;font-weight:800;display:inline-flex}.tool-link:hover{background:var(--accent-dark)}.tool-link-disabled{color:#5a6c67;background:#d9e8e3}.launch-note{border:1px solid var(--line);color:var(--muted);background:#fbfdfc;border-radius:16px;margin-top:1rem;padding:1rem 1.1rem;line-height:1.7}.empty-state{border:1px solid var(--line);background:#fbfdfc;border-radius:16px;padding:1.1rem 1.15rem}.empty-state strong{margin-bottom:.35rem;display:block}.empty-state p{color:var(--muted);margin:0;line-height:1.7}.launch-note strong,.disclaimer-box strong{color:var(--text)}.text-block{max-width:780px}.routes-grid,.matrix-list{gap:1rem;display:grid}.routes-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:1.25rem}.route-card,.matrix-card,.matrix-row{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px}.route-card{gap:.9rem;padding:1.2rem;display:grid}.route-kicker{color:#14518b;background:#eaf5ff;border-radius:999px;width:fit-content;padding:.35rem .7rem;font-size:.85rem;font-weight:700;display:inline-flex}.route-card p{color:var(--muted);margin:0;line-height:1.7}.matrix-card{padding:1.2rem}.matrix-head{margin-bottom:1rem}.matrix-head h3{margin-bottom:.45rem}.matrix-head p,.matrix-detail p{color:var(--muted);margin:0;line-height:1.7}.matrix-row{grid-template-columns:.55fr 1fr;gap:1rem;padding:1rem;display:grid}.matrix-main{gap:.4rem;display:grid}.matrix-main span{color:var(--muted);font-size:.92rem}.matrix-detail{gap:.55rem;display:grid}.matrix-detail strong{color:var(--text)}.conversion-grid{grid-template-columns:1fr 1fr;align-items:start;gap:1.25rem;display:grid}.conversion-copy p{color:var(--muted);line-height:1.8}.conversion-steps,.faq-list,.footer-copy{gap:1rem;display:grid}.disclaimer-box{border:1px solid var(--line);color:var(--muted);background:#fbfdfc;border-radius:16px;margin-top:1.5rem;padding:1rem 1.1rem;line-height:1.7}.site-footer{padding:1rem 0 2rem}.site-footer p{color:var(--muted);margin:0}.site-footer a,.legal-page a{color:var(--accent-dark)}.footer-note{font-size:.92rem}.legal-page{padding:4rem 0}.legal-card,.legal-section{max-width:780px}.legal-card{border:1px solid var(--line);background:#fbfdfc;border-radius:16px;margin:0 0 1.75rem;padding:1.1rem 1.2rem}.legal-section{margin-bottom:1.5rem}.legal-section h2{margin-bottom:.6rem;font-size:1.2rem}@media (max-width:900px){.hero-panel,.feature-grid,.tools-grid,.routes-grid,.matrix-row{grid-template-columns:1fr}.header-inner,.footer-inner{flex-direction:column;align-items:flex-start}}
