.guides-main{background:var(--bg-primary);min-height:100vh}.guides-hero{padding:120px 0 80px;text-align:center;background:linear-gradient(180deg,var(--bg-secondary) 0,var(--bg-primary) 100%)}.guides-hero__badge{display:inline-flex;align-items:center;gap:8px;background:var(--ember-glow);border:1px solid rgba(196,80,28,.3);padding:8px 16px;border-radius:24px;margin-bottom:24px}.guides-hero__badge svg{width:18px;height:18px;stroke:var(--ember)}.guides-hero__badge span{font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ember)}.guides-hero__title{font-family:var(--font-headline);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.1;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto}.guides-hero__subtitle{font-size:1.25rem;line-height:1.6;color:var(--text-secondary);max-width:700px;margin:0 auto}.guides-filters{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:48px}.guides-filter-tag{padding:8px 16px;background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:6px;font-size:.875rem;color:var(--text-secondary)}.guides-grid-section{padding:64px 0 80px}.guides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px}.guide-card{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease;display:flex;flex-direction:column}.guide-card:hover{border-color:var(--ember);transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.2)}.guide-card__image{position:relative;aspect-ratio:210/297;background:linear-gradient(135deg,var(--bg-tertiary),var(--bg-secondary));overflow:hidden}.guide-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.guide-card__placeholder svg{width:64px;height:64px;stroke:var(--text-muted);opacity:.3}.guide-card__badge{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:4px;padding:6px 10px;background:var(--bg-primary);border:1px solid var(--border-default);border-radius:6px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.guide-card__badge svg{width:12px;height:12px;stroke:currentColor}.guide-card__content{padding:24px;display:flex;flex-direction:column;flex:1 1}.guide-card__type{display:inline-block;padding:4px 10px;background:var(--ember-glow);color:var(--ember);border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;width:-moz-fit-content;width:fit-content}.guide-card__title{font-family:var(--font-headline);font-size:1.25rem;font-weight:500;line-height:1.3;color:var(--text-primary);margin-bottom:8px}.guide-card__description{font-size:.9rem;line-height:1.5;color:var(--text-secondary);margin-bottom:16px;flex:1 1}.guide-card__meta{display:flex;align-items:center;gap:16px;padding-top:16px;border-top:1px solid var(--border-subtle)}.guide-card__meta-item{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-muted)}.guide-card__meta-item svg{width:14px;height:14px;stroke:currentColor}.guides-empty{text-align:center;padding:80px 20px;color:var(--text-secondary)}.guides-cta{padding:80px 0;background:var(--bg-secondary);border-top:1px solid var(--border-default)}.guides-cta__content{max-width:600px;margin:0 auto;text-align:center}.guides-cta__title{font-family:var(--font-headline);font-size:2rem;font-weight:400;color:var(--text-primary);margin-bottom:12px}.guides-cta__description{font-size:1.1rem;color:var(--text-secondary);margin-bottom:24px}.guide-image--theme-light img{filter:invert(1) hue-rotate(180deg)}.guide-image--theme-dark img,:root[data-theme=light] .guide-image--theme-light img,[data-theme=light] .guide-image--theme-light img{filter:none}:root[data-theme=light] .guide-image--theme-dark img,[data-theme=light] .guide-image--theme-dark img{filter:invert(1) hue-rotate(180deg)}.guide-image--theme-dark img,.guide-image--theme-light img{transition:filter .3s ease}@media (max-width:768px){.guides-hero{padding:100px 0 60px}.guides-hero__title{font-size:2rem}.guides-hero__subtitle{font-size:1rem}.guides-grid-section{padding:40px 0 60px}.guides-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.guides-cta{padding:60px 0}.guides-cta__title{font-size:1.5rem}}