.guides-index-page{padding-top:20px}.guides-index-hero{background:radial-gradient(circle at top right,rgba(232,176,32,.16),transparent 34%),radial-gradient(circle at bottom left,rgba(212,90,26,.14),transparent 30%),linear-gradient(180deg,#19191cfa,#121214fa);border:1px solid rgba(232,176,32,.16);border-radius:22px;box-shadow:0 24px 80px #00000047;margin-bottom:28px;overflow:hidden;padding:28px 24px;position:relative}.guides-index-card-date,.guides-index-card-link,.guides-index-card-type,.guides-index-kicker,.guides-index-section-label{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase}.guides-index-kicker{color:var(--accent);font-size:10px;margin-bottom:8px}.guides-index-hero h1{font-family:var(--display);font-size:clamp(34px,8vw,64px);letter-spacing:.04em;line-height:.95;margin-bottom:14px}.guides-index-hero p{color:var(--muted);font-size:15px;max-width:70ch}.guides-index-sections{display:grid;gap:24px}.guides-index-section{display:grid;gap:14px}.guides-index-section-head{align-items:center;display:flex;gap:12px;justify-content:space-between}.guides-index-section-label{color:var(--text);font-size:12px;line-height:1.2}.guides-index-section-intro{color:var(--muted);font-size:12px;line-height:1.6;margin-top:6px}.guides-index-grid{display:grid;gap:14px;grid-template-columns:repeat(12,minmax(0,1fr))}.guides-index-card{background:linear-gradient(180deg,#ffffff05,#ffffff03),var(--surface);border:1px solid var(--border);border-radius:18px;color:var(--text);display:flex;flex-direction:column;gap:10px;grid-column:span 12;padding:20px;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.guides-index-card:hover{background:linear-gradient(180deg,#e8b0200d,#ffffff03),var(--surface);border-color:#e8b02052;transform:translateY(-2px)}.guides-index-card-head{align-items:center;display:flex;gap:12px;justify-content:space-between}.guides-index-card-type{color:var(--accent);font-size:9px}.guides-index-card-date{color:var(--muted);font-size:9px}.guides-index-card h3{font-family:var(--display);font-size:26px;letter-spacing:.03em;line-height:1}.guides-index-card p{color:var(--muted);font-size:13px}.guides-index-card-link{color:var(--accent);font-size:9px;margin-top:auto}@media(min-width:720px){.guides-index-card{grid-column:span 6}}@media(min-width:1040px){.guides-index-card{grid-column:span 4}}