.ghl-content h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.13;font-weight:650;margin:1rem 0 1.5rem}.ghl-content h2{font-size:1.5rem;line-height:1.3;font-weight:600;margin:1.5rem 0 .8rem}.ghl-content p{margin:.9rem 0;line-height:1.8}.ghl-content a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.ghl-intro{font-size:1.2rem;color:var(--muted-foreground)}.ghl-filters{display:flex;flex-wrap:wrap;align-items:end;gap:1rem;padding:1.3rem;border:1px solid var(--border);border-radius:12px;margin:2rem 0}.ghl-filters label{display:grid;gap:.4rem;flex:1;min-width:140px;font-size:.85rem}.ghl-filters select{border:1px solid var(--border);border-radius:6px;padding:.7rem;background:var(--background);max-width:100%}.ghl-filters button{background:var(--primary);color:var(--primary-foreground);border-radius:6px;padding:.8rem 1rem;cursor:pointer}.ghl-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.ghl-card{border:1px solid var(--border);border-radius:12px;overflow:hidden}.ghl-card>img{width:100%;height:210px;object-fit:cover}.ghl-card>div{padding:1.3rem}.ghl-card h2{margin:.5rem 0}.ghl-card h2 a{color:inherit;text-decoration:none}.ghl-card small{color:var(--muted-foreground)}.ghl-story{max-width:800px;margin:0 auto 3rem;overflow-wrap:anywhere}.ghl-context{border-left:3px solid var(--primary);padding:1rem;background:var(--secondary);margin:1.5rem 0}.ghl-hero{width:100%;height:auto;border-radius:12px}.ghl-prose img,.ghl-prose video{max-width:100%;height:auto}.ghl-prose iframe{max-width:100%;width:100%;border:0}.ghl-prose iframe[src*="player.vimeo.com"],.ghl-prose iframe[src*="youtube-nocookie.com"],.ghl-prose iframe[src*="youtube.com"]{aspect-ratio:16/9;height:auto}.ghl-prose iframe[src^="https://player.podetize.com/"]{height:200px;aspect-ratio:auto}.ghl-prose pre,.ghl-prose table{display:block;overflow:auto;max-width:100%}.ghl-prose ul{list-style:disc;padding-left:1.5rem}.ghl-prose ol{list-style:decimal;padding-left:1.5rem}.ghl-prose blockquote{border-left:3px solid var(--border);padding-left:1rem}.ghl-story audio{width:100%}.ghl-pagination,.ghl-tags{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.ghl-pagination{justify-content:center}.ghl-empty{padding:2rem;text-align:center}.ghl-content :focus-visible{outline:3px solid var(--primary);outline-offset:4px}@media (max-width:850px){.ghl-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.ghl-grid{grid-template-columns:1fr}.ghl-filters{display:grid}.ghl-filters label{min-width:0}}