/* Preserve the C2 API panel; the Tools panel is a collection, not a single app. */
.tools-collection{display:flex;flex-direction:column;padding:28px;background:#fff}
.tools-collection:hover{transform:none}
.tools-collection .quick-head{font-size:.875rem}
.tools-collection .quick-head b{font-size:.75rem}
.tools-collection h2{font-size:clamp(1.6rem,2.3vw,2rem);font-weight:750;line-height:1.45;letter-spacing:-.025em;margin:25px 0 22px}
.home-tool-list{display:grid;gap:12px;margin-bottom:24px}
.home-tool-list>a{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:15px;border:1px solid #e0e7f2;border-radius:14px;background:#f8faff;transition:background .2s,border-color .2s}
.home-tool-list>a:hover{background:#edf3ff;border-color:#b1c4f0}
.home-tool-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;color:#fff;font-size:1.4rem;font-weight:800}
.studio-symbol{background:linear-gradient(135deg,#4c61e9,#337feb)}
.dola-symbol{background:linear-gradient(135deg,#6955ef,#9647d6)}
.home-tool-list strong{display:block;font-size:1.125rem;font-weight:700;line-height:1.5}
.home-tool-list small{display:block;font-size:.875rem;color:#586c89;line-height:1.65;margin-top:3px}
.home-tool-list b{font-size:1.1rem;color:#5c6e89}
.home-tools-more{margin-top:auto;padding-top:20px;border-top:1px solid #e2e8f1;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;font-size:.875rem}
.home-tools-more>a:first-child{color:#5f7089}
.home-tools-more>a:last-child{font-weight:750;color:#285bf0}
.tools-collection a:focus-visible{outline:3px solid #305df5;outline-offset:4px}
@media(max-width:850px){.home-tool-list>a{grid-template-columns:42px minmax(0,1fr);padding:12px;gap:12px}.home-tool-icon{width:42px;height:42px}.home-tool-list>a>b{display:none}.home-tool-list strong{font-size:1rem}}
@media(max-width:700px){.tools-collection{padding:24px}.tools-collection h2{font-size:1.8rem}.home-tool-list>a{grid-template-columns:48px minmax(0,1fr) auto;padding:15px}.home-tool-icon{width:48px;height:48px}.home-tool-list>a>b{display:block}}
@media(prefers-reduced-motion:reduce){.home-tool-list>a{transition:none}}
