:export{surfacePrimary:var(--surface-primary);surfaceSecondary:var(--surface-secondary);surfaceInteractive:var(--surface-interactive);surfaceClickable:var(--surface-clickable)}.guides-page{min-height:100vh;background:hsl(var(--background));color:hsl(var(--content-primary))}.guides-hero{background:linear-gradient(135deg,hsl(var(--surface-secondary)) 0,hsl(var(--surface-primary)) 100%);padding:4rem 1.5rem;text-align:center;border-bottom:1px solid hsl(var(--border-primary))}.guides-hero__content{max-width:800px;margin:0 auto}.guides-hero__title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1rem}.guides-hero__subtitle{font-size:1.125rem;color:hsl(var(--content-secondary));margin-bottom:2rem;line-height:1.6}.guides-hero__cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.guides-hero__button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .2s ease}.guides-hero__button--primary{background:hsl(var(--accent-primary));color:#fff}.guides-hero__button--primary:hover{transform:translateY(-2px);box-shadow:0 4px 20px hsl(var(--accent-primary)/.4)}.guides-hero__button--secondary{background:hsl(var(--surface-tertiary));color:hsl(var(--content-primary));border:1px solid hsl(var(--border-primary))}.guides-hero__button--secondary:hover{border-color:hsl(var(--accent-primary))}.guides-section{padding:3rem 1.5rem;max-width:1200px;margin:0 auto}.guides-section--alt{background:hsl(var(--surface-secondary));max-width:100%}.guides-section--alt>*{max-width:1200px;margin-left:auto;margin-right:auto}.guides-section__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.guides-section__icon{width:2.5rem;height:2.5rem;padding:.5rem;background:hsl(var(--accent-primary)/.1);color:hsl(var(--accent-primary));border-radius:.5rem;flex-shrink:0}.guides-section__title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.guides-section__subtitle{color:hsl(var(--content-secondary));font-size:.9375rem}.guides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.guides-grid--featured{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.guide-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:hsl(var(--surface-primary));border:1px solid hsl(var(--border-primary));border-radius:.75rem;text-decoration:none;color:inherit;transition:all .2s ease}.guide-card:hover{border-color:hsl(var(--accent-primary));transform:translateY(-2px);box-shadow:0 4px 12px hsl(var(--shadow-color,0 0% 0%)/.1)}.guide-card:hover .guide-card__arrow{transform:translateX(4px);opacity:1}.guide-card--highlight{border-color:hsl(var(--accent-primary)/.5);background:hsl(var(--accent-primary)/.05)}.guide-card__icon{width:2.5rem;height:2.5rem;padding:.5rem;background:hsl(var(--surface-secondary));border-radius:.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.guide-card__icon-svg{width:1.25rem;height:1.25rem;color:hsl(var(--accent-primary))}.guide-card__content{flex:1;min-width:0}.guide-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem;flex-wrap:wrap}.guide-card__title{font-size:1rem;font-weight:600;margin:0}.guide-card__badge{font-size:.6875rem;font-weight:700;padding:.125rem .5rem;background:hsl(var(--accent-primary));color:#fff;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.guide-card__description{font-size:.875rem;color:hsl(var(--content-secondary));line-height:1.5;margin:0}.guide-card__arrow{width:1.25rem;height:1.25rem;color:hsl(var(--content-tertiary));flex-shrink:0;opacity:.5;transition:all .2s ease;align-self:center}.guides-journey{justify-content:center;flex-wrap:wrap;margin-top:2rem;padding:1.5rem;background:hsl(var(--surface-secondary));border-radius:.75rem;border:1px solid hsl(var(--border-primary))}.guides-journey,.guides-journey__step{display:flex;align-items:center;gap:.5rem}.guides-journey__step{padding:.5rem 1rem;background:hsl(var(--surface-primary));border-radius:.5rem;font-size:.875rem;font-weight:500}.guides-journey__step--highlight{background:hsl(var(--accent-primary));color:#fff}.guides-journey__step--highlight .guides-journey__number{background:#fff;color:hsl(var(--accent-primary))}.guides-journey__number{width:1.5rem;height:1.5rem;background:hsl(var(--accent-primary));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.guides-journey__arrow{color:hsl(var(--content-tertiary));font-size:1.25rem}.guides-cta{padding:4rem 1.5rem;text-align:center;background:linear-gradient(135deg,hsl(var(--accent-primary)/.1) 0,hsl(var(--surface-secondary)) 100%)}.guides-cta__title{font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.guides-cta__subtitle{color:hsl(var(--content-secondary));margin-bottom:1.5rem}@media(max-width:768px){.guides-grid{grid-template-columns:1fr}.guides-journey{flex-direction:column}.guides-journey__arrow{transform:rotate(90deg)}.guides-hero__cta{flex-direction:column}}