.channels-section[data-astro-cid-4tkczhbc]{background:var(--bg)}.channels-intro[data-astro-cid-4tkczhbc]{margin-bottom:var(--space-12)}.channels-lede[data-astro-cid-4tkczhbc]{max-width:56ch}.channels-grid[data-astro-cid-4tkczhbc]{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(380px,100%),1fr));gap:var(--space-6)}.channel-card[data-astro-cid-4tkczhbc]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-8);display:flex;flex-direction:column;gap:var(--space-5);position:relative;overflow:hidden;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.channel-card[data-astro-cid-4tkczhbc]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;opacity:0;transition:opacity var(--transition)}.channel-card[data-astro-cid-4tkczhbc]:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--border-soft)}.channel-card[data-astro-cid-4tkczhbc]:hover:after{opacity:1}.channel-card--youtube[data-astro-cid-4tkczhbc]:after{background:red}.channel-card--tiktok[data-astro-cid-4tkczhbc]:after{background:linear-gradient(90deg,#ff0050,#00f2ea)}.channel-card--instagram[data-astro-cid-4tkczhbc]:after{background:linear-gradient(90deg,#f09433,#dc2743,#bc1888)}.channel-card--facebook[data-astro-cid-4tkczhbc]:after{background:#1877f2}.channel-card--x[data-astro-cid-4tkczhbc]:after{background:var(--text)}.channel-top[data-astro-cid-4tkczhbc]{display:flex;align-items:center;gap:var(--space-3)}.channel-icon-wrap[data-astro-cid-4tkczhbc]{width:46px;height:46px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text)}.channel-card--youtube[data-astro-cid-4tkczhbc] .channel-icon-wrap[data-astro-cid-4tkczhbc]{background:#ff00001a;color:red}.channel-card--tiktok[data-astro-cid-4tkczhbc] .channel-icon-wrap[data-astro-cid-4tkczhbc]{background:#00f2ea14}.channel-card--instagram[data-astro-cid-4tkczhbc] .channel-icon-wrap[data-astro-cid-4tkczhbc]{background:#dc274314}.channel-card--facebook[data-astro-cid-4tkczhbc] .channel-icon-wrap[data-astro-cid-4tkczhbc]{background:#1877f21a;color:#1877f2}.channel-card--x[data-astro-cid-4tkczhbc] .channel-icon-wrap[data-astro-cid-4tkczhbc]{background:#8a8f981f}.channel-platform[data-astro-cid-4tkczhbc]{font-family:var(--font-ui);font-size:var(--text-xs);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.channel-handle[data-astro-cid-4tkczhbc]{font-family:var(--font-display);font-size:var(--text-xs);color:var(--gold);margin-top:1px}.channel-title[data-astro-cid-4tkczhbc]{font-family:var(--font-display);font-size:var(--text-xl);font-weight:700;color:var(--text);line-height:1.2}.channel-desc[data-astro-cid-4tkczhbc]{font-size:var(--text-sm);color:var(--text-muted);line-height:1.72;flex:1}.channel-tags[data-astro-cid-4tkczhbc]{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:auto}.tag[data-astro-cid-4tkczhbc]{font-family:var(--font-ui);font-size:var(--text-xs);font-weight:500;padding:.2rem .65rem;border-radius:var(--radius-full);background:var(--gold-dim);color:var(--gold);letter-spacing:.03em}.channel-cta-row[data-astro-cid-4tkczhbc]{display:flex;align-items:center;gap:var(--space-2);font-family:var(--font-ui);font-size:var(--text-sm);font-weight:600;color:var(--gold);transition:gap var(--transition)}.channel-card[data-astro-cid-4tkczhbc]:hover .channel-cta-row[data-astro-cid-4tkczhbc]{gap:var(--space-3)}@media(max-width:640px){.channels-grid[data-astro-cid-4tkczhbc]{grid-template-columns:1fr}}.paths-section[data-astro-cid-mwirlhtg]{background:var(--surface)}.paths-inner[data-astro-cid-mwirlhtg]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-12);align-items:start}.paths-list[data-astro-cid-mwirlhtg]{display:flex;flex-direction:column;gap:var(--space-4)}.path-card[data-astro-cid-mwirlhtg]{display:flex;align-items:flex-start;gap:var(--space-5);padding:var(--space-6);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.path-card[data-astro-cid-mwirlhtg]:hover{transform:translate(5px);border-color:#c9a24d4d;box-shadow:var(--shadow-md)}.path-icon[data-astro-cid-mwirlhtg]{width:42px;height:42px;background:var(--gold-dim);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold)}.path-title[data-astro-cid-mwirlhtg]{font-family:var(--font-display);font-size:var(--text-base);font-weight:600;color:var(--text);margin-bottom:var(--space-1)}.path-desc[data-astro-cid-mwirlhtg]{font-family:var(--font-ui);font-size:var(--text-sm);color:var(--text-muted)}.path-arrow[data-astro-cid-mwirlhtg]{margin-left:auto;flex-shrink:0;color:var(--text-faint);display:flex;transition:color var(--transition),transform var(--transition)}.path-card[data-astro-cid-mwirlhtg]:hover .path-arrow[data-astro-cid-mwirlhtg]{color:var(--gold);transform:translate(4px)}@media(max-width:900px){.paths-inner[data-astro-cid-mwirlhtg]{grid-template-columns:1fr}}
