.v2-tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;padding-bottom:40px}.v2-tool-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:18px 18px 16px;border:1px solid var(--border);border-radius:14px;background:var(--surface-1);color:var(--text);text-decoration:none;text-align:left;font-family:inherit;cursor:pointer;transition:border-color .15s ease,transform .15s ease}.v2-tool-card:hover{border-color:var(--teal);transform:translateY(-1px)}.v2-tool-card:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.v2-tool-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:var(--teal-soft);color:var(--teal)}.v2-tool-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600}.v2-tool-badge{display:inline-flex;align-items:center;padding:1.5px 6px;font-size:10px;font-weight:700;border-radius:999px;background:var(--warm-soft);color:var(--warm);border:1px solid var(--warm-line);letter-spacing:.04em;text-transform:uppercase}.v2-tool-desc{font-size:12.5px;line-height:1.55;color:var(--text-muted)}.v2-tool-open{display:inline-flex;align-items:center;gap:4px;margin-top:6px;font-size:12px;color:var(--teal)}.v2-tools-note{padding-bottom:16px;font-size:13px;color:var(--text-muted)}.v2-tool-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:40px;padding-top:8px}.v2-tool-head-heading{min-width:280px}.v2-tool-head-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:0;border:0;background:none;color:var(--text-faint);font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:color .16s ease}.v2-tool-head-back:hover{color:var(--warm)}.v2-tool-head-back:focus-visible{outline:2px solid var(--warm);outline-offset:3px;border-radius:4px}.v2-tool-head-kicker{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--warm);font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.v2-tool-head-kicker-line{display:none}.v2-tool-head-tag{color:inherit}.v2-tool-head-title{margin:0 0 16px;font-family:var(--serif);font-size:clamp(32px,4.2vw,52px);font-weight:500;letter-spacing:-.02em;line-height:1.16;padding-top:.12em;text-wrap:balance;color:var(--text)}.v2-tool-head-title em,.v2-tool-head-title span,.v2-tool-head-title span.accent{font-style:italic;background:var(--brand-grad);-webkit-background-clip:text;background-clip:text;color:transparent;padding:.3em .06em .18em 0}.v2-tool-head-sub{max-width:580px;margin:0;color:var(--text-muted);font-size:16px;line-height:1.6}.v2-tool-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;max-width:610px}.v2-tool-head-actions .v2-btn{min-height:38px;white-space:nowrap}@media (max-width:760px){.v2-tool-head{align-items:stretch;gap:20px;margin-bottom:28px}.v2-tool-head-heading{min-width:0}.v2-tool-head-back{margin-bottom:14px}.v2-tool-head-title{font-size:34px}.v2-tool-head-sub{font-size:14px;max-width:none}.v2-tool-head-actions{justify-content:flex-start;max-width:none}}