.home-carousel{margin:1.8em 0 1em}.home-carousel-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 0 .6rem}.home-carousel-more{font-size:.85rem;font-weight:600;color:var(--brand-color,#0c5fce);text-decoration:none}.home-carousel-more:hover{text-decoration:underline}.home-carousel-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:10px;gap:10px}@media (max-width:720px){.home-carousel-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px;gap:8px}.home-carousel-card{min-width:220px;flex:0 0 220px;scroll-snap-align:start}}.home-carousel-card{display:flex;flex-direction:column;gap:6px;padding:11px 13px;background:var(--ap-surface,#fff);border:1px solid var(--ap-border,#e5e7eb);border-radius:10px;color:inherit;text-decoration:none;transition:transform .12s,box-shadow .12s,border-color .12s}.home-carousel-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(15,23,42,.07);border-color:var(--ap-input-border,#cbd5e1)}.home-carousel-title{font-family:Georgia,serif;font-size:.94rem;font-weight:600;line-height:1.3;color:var(--ap-heading,#0f172a);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-carousel-meta{font-size:.76rem;color:var(--ap-muted,#6b7280);line-height:1.35}.home-carousel-heat{margin-top:auto;font-size:.78rem;color:var(--ap-text-muted,#475569);font-weight:600}.home-carousels{display:flex;flex-direction:column;gap:.5em;margin:2em 0}.home-more-tools{margin:1em 0 2em}.home-more-tools summary{cursor:pointer;font-size:.92rem;color:var(--ap-link,#0c5fce);font-weight:600;padding:6px 0;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-more-tools summary::-webkit-details-marker{display:none}.home-more-tools[open] summary{color:var(--ap-heading,#0f172a)}.home-more-tools-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.home-more-tool{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--ap-border,#e5e7eb);border-radius:999px;background:var(--ap-surface,#fff);color:var(--ap-text,inherit);text-decoration:none;font-size:.85rem;font-weight:500;transition:border-color .12s,background .12s}.home-more-tool:hover{border-color:var(--brand-color,#0c5fce);background:var(--ap-bg,#fff);text-decoration:none}.home-more-tool-ico{font-size:1rem}