
:root{--blue:#1d5bf5;--blue2:#0b7cf4;--navy:#102b7a;--purple:#9a49ef;--text:#1e293b;--muted:#667085;--line:#dce5f2;--shadow:0 18px 42px rgba(30,67,130,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:radial-gradient(circle at 50% 28%,#fff 0,#f7fbff 48%,#edf6ff 100%);min-height:100vh}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:20;background:#fff;padding:10px;border-radius:8px}.site-header{height:88px;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);border-bottom:1px solid rgba(203,213,225,.8);display:flex;align-items:center;justify-content:space-between;padding:12px clamp(18px,4vw,58px);position:sticky;top:0;z-index:10;box-shadow:0 4px 18px rgba(15,23,42,.05)}.brand{display:flex;align-items:center;gap:13px;text-decoration:none;color:var(--navy);font-weight:800;font-size:clamp(1.45rem,2.5vw,2.25rem);letter-spacing:-.05em}.brand img{border-radius:13px}.brand span span,.hero-wordmark span{color:#245be8}.header-actions{display:flex;align-items:center;gap:10px}.header-actions button{font:inherit;font-weight:700;border-radius:13px;min-height:48px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px}.icon-button,.language-button{border:1px solid #ced8e7;background:#fff;color:#111827;padding:0 14px}.icon-button svg,.install-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.install-button{border:0;background:linear-gradient(135deg,#087cf5,#1d5bf5);color:#fff;padding:0 20px;box-shadow:0 8px 18px rgba(29,91,245,.22)}.language-button img{border-radius:3px;object-fit:cover}.hero{text-align:center;max-width:1240px;margin:0 auto;padding:70px 34px 65px}.hero-mark img{border-radius:31px;box-shadow:0 20px 50px rgba(29,91,245,.2)}.hero-wordmark{font-weight:850;color:var(--navy);font-size:clamp(2.5rem,7vw,5.6rem);letter-spacing:-.07em;line-height:1.05;margin:18px 0 12px}.badge{display:inline-flex;padding:7px 14px;border-radius:999px;background:#e9f2ff;color:#1655d5;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.hero h1{font-size:clamp(1.7rem,3.3vw,2.7rem);margin:16px 0 12px;letter-spacing:-.03em}.hero>p{max-width:720px;margin:0 auto;color:var(--muted);font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.55}.tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:50px}.tool-card{min-height:220px;border-radius:30px;padding:32px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;text-align:left;color:#fff;text-decoration:none;box-shadow:var(--shadow);transform:translateY(0);transition:transform .2s ease,box-shadow .2s ease}.tool-card:hover,.tool-card:focus-visible{transform:translateY(-5px);box-shadow:0 25px 55px rgba(30,67,130,.28)}.image-card{background:linear-gradient(135deg,#087cf5,#1775ef 55%,#1d5bf5)}.chat-card{background:linear-gradient(135deg,#7a35dc,#a54df0 55%,#a965f2)}.tool-card img{border-radius:22px;width:94px;height:94px;image-rendering:auto}.tool-copy{display:flex;flex-direction:column;gap:12px}.tool-copy strong{font-size:clamp(1.45rem,2.8vw,2.25rem);line-height:1.12}.tool-copy small{font-size:1.03rem;line-height:1.45;color:rgba(255,255,255,.94)}.arrow{width:49px;height:49px;border-radius:50%;background:#fff;color:#2e63dc;display:grid;place-items:center;font-size:2.4rem;line-height:1}footer{border-top:1px solid var(--line);padding:28px 20px 38px;text-align:center;color:#64748b;background:rgba(255,255,255,.52)}footer nav{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}footer a{color:#3159b6;font-weight:700;text-decoration:none}footer a:hover{text-decoration:underline}footer p{margin:18px 0 0}footer p span{color:#2d69ef}.modal[hidden],.toast[hidden]{display:none}.modal{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:18px}.modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.56);backdrop-filter:blur(4px)}.language-dialog{position:relative;width:min(760px,100%);max-height:min(760px,88vh);overflow:auto;background:#fff;border-radius:24px;padding:24px;box-shadow:0 30px 90px rgba(0,0,0,.32)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.modal-head h2{margin:0}.modal-head button{border:0;background:#eef2f7;width:42px;height:42px;border-radius:50%;font-size:1.8rem;cursor:pointer}.language-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.language-grid a{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #e1e8f2;border-radius:12px;color:#1f2937;text-decoration:none;font-weight:650}.language-grid a:hover,.language-grid a[aria-current="true"]{background:#edf4ff;border-color:#77a5ff}.language-grid img{object-fit:cover;border-radius:3px}.toast{position:fixed;left:50%;bottom:24px;z-index:50;transform:translateX(-50%);background:#111827;color:#fff;padding:12px 18px;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.25)}@media(max-width:820px){.site-header{height:76px;padding:10px 14px}.brand{font-size:1.25rem}.brand img{width:44px;height:44px}.desktop-label{display:none}.header-actions{gap:7px}.header-actions button{min-width:45px;min-height:45px;padding:0 11px}.install-button span{display:none}.hero{padding:45px 18px}.hero-mark img{width:118px;height:118px}.tool-grid{grid-template-columns:1fr;gap:20px;margin-top:36px}.tool-card{min-height:180px;padding:24px;border-radius:24px}.language-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.brand>span{font-size:1.05rem}.header-actions{gap:5px}.header-actions button{min-width:40px;min-height:40px;padding:0 8px}.language-button img{width:24px}.hero{padding-top:34px}.hero-wordmark{font-size:2.65rem}.tool-card{grid-template-columns:68px 1fr auto;gap:15px;padding:20px}.tool-card img{width:68px;height:68px;border-radius:16px}.tool-copy strong{font-size:1.25rem}.tool-copy small{font-size:.92rem}.arrow{width:38px;height:38px;font-size:1.8rem}.language-grid{grid-template-columns:1fr}}

/* v3.7.38: optically centered card chevrons. */
.arrow{display:grid!important;place-items:center!important;line-height:0!important;padding:0!important}
.arrow svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:480px){.arrow svg{width:20px;height:20px}}
