.page-module___1WyLq__categoryPage{min-height:100vh}.page-module___1WyLq__categoryHeader{background:linear-gradient(180deg,var(--bg-dark)0%,#1e293b 100%);color:var(--text-inverse);padding:4rem 0}.page-module___1WyLq__headerContent{max-width:var(--max-width-site);margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}.page-module___1WyLq__breadcrumb{align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;display:flex}.page-module___1WyLq__breadcrumb a{color:var(--text-muted);transition:color var(--transition-fast)}.page-module___1WyLq__breadcrumb a:hover{color:var(--accent-primary)}.page-module___1WyLq__breadcrumbSeparator{color:var(--text-muted)}.page-module___1WyLq__breadcrumbCurrent{color:var(--text-inverse)}.page-module___1WyLq__headerText{max-width:700px;margin-bottom:2.5rem}.page-module___1WyLq__categoryLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--bg-dark);background:var(--gold-primary);border-radius:var(--radius-full);margin-bottom:1rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700;display:inline-block}.page-module___1WyLq__categoryTitle{font-family:var(--font-serif);color:var(--text-inverse);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.page-module___1WyLq__categoryDescription{color:var(--text-muted);font-size:1.125rem;line-height:1.7}.page-module___1WyLq__categoryStats{gap:3rem;display:flex}.page-module___1WyLq__statItem{flex-direction:column;gap:.25rem;display:flex}.page-module___1WyLq__statValue{font-family:var(--font-mono);color:var(--accent-primary);font-size:1.5rem;font-weight:700}.page-module___1WyLq__statLabel{color:var(--text-muted);font-size:.8125rem}.page-module___1WyLq__articlesSection{max-width:var(--max-width-site);margin:0 auto;padding:4rem clamp(1rem,4vw,3rem)}.page-module___1WyLq__sectionHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.page-module___1WyLq__sectionTitle{font-family:var(--font-sans);color:var(--text-primary);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.page-module___1WyLq__sectionTitle:before{content:"";background:var(--accent-gradient);border-radius:2px;width:4px;height:24px}.page-module___1WyLq__sortOptions{align-items:center;gap:.75rem;display:flex}.page-module___1WyLq__sortLabel{color:var(--text-tertiary);font-size:.875rem}.page-module___1WyLq__sortSelect{font-family:var(--font-sans);color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding:.5rem 2rem .5rem 1rem;font-size:.875rem}.page-module___1WyLq__sortSelect:focus{border-color:var(--accent-primary);outline:none}.page-module___1WyLq__postGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.page-module___1WyLq__postCard{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:all var(--transition-slow);flex-direction:column;display:flex;overflow:hidden}.page-module___1WyLq__postCard:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}.page-module___1WyLq__cardImageWrapper{aspect-ratio:16/10;background:var(--bg-tertiary);position:relative;overflow:hidden}.page-module___1WyLq__cardImage{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.page-module___1WyLq__postCard:hover .page-module___1WyLq__cardImage{transform:scale(1.05)}.page-module___1WyLq__cardImagePlaceholder{background:linear-gradient(135deg,var(--bg-tertiary)0%,var(--bg-secondary)100%);width:100%;height:100%;color:var(--text-tertiary);justify-content:center;align-items:center;display:flex}.page-module___1WyLq__cardContent{flex-direction:column;flex:1;padding:1.5rem;display:flex}.page-module___1WyLq__cardMeta{color:var(--text-tertiary);align-items:center;gap:1rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.page-module___1WyLq__cardDate,.page-module___1WyLq__cardReadTime{align-items:center;gap:.375rem;display:flex}.page-module___1WyLq__cardTitle{font-family:var(--font-serif);color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.page-module___1WyLq__cardTitle a{color:inherit}.page-module___1WyLq__cardTitle a:hover{color:var(--accent-primary)}.page-module___1WyLq__cardExcerpt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1.25rem;font-size:.9375rem;line-height:1.6;display:-webkit-box;overflow:hidden}.page-module___1WyLq__cardExcerpt p{margin:0}.page-module___1WyLq__cardFooter{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.page-module___1WyLq__cardAuthor{align-items:center;gap:.625rem;display:flex}.page-module___1WyLq__cardAuthorAvatar{border-radius:var(--radius-full);object-fit:cover;width:32px;height:32px}.page-module___1WyLq__cardAuthorAvatarPlaceholder{border-radius:var(--radius-full);background:var(--bg-tertiary);width:32px;height:32px;color:var(--text-tertiary);justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.page-module___1WyLq__cardAuthorName{color:var(--text-primary);font-size:.8125rem;font-weight:600}.page-module___1WyLq__cardReadMore{color:var(--accent-primary);align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;display:flex}.page-module___1WyLq__cardReadMore svg{transition:transform var(--transition-fast)}.page-module___1WyLq__postCard:hover .page-module___1WyLq__cardReadMore svg{transform:translate(3px)}.page-module___1WyLq__noPosts{text-align:center;background:var(--bg-secondary);border-radius:var(--radius-xl);padding:4rem 2rem}.page-module___1WyLq__noPostsIcon{width:64px;height:64px;color:var(--text-tertiary);margin:0 auto 1.5rem}.page-module___1WyLq__noPosts h2{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.page-module___1WyLq__noPosts p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem}.page-module___1WyLq__backHome{color:#fff;background:var(--accent-gradient);border-radius:var(--radius-md);transition:all var(--transition-base);align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.page-module___1WyLq__backHome:hover{color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e94d}.page-module___1WyLq__ctaSection{background:var(--bg-secondary);margin-top:4rem;padding:4rem 0}.page-module___1WyLq__ctaContent{max-width:var(--max-width-wide);justify-content:space-between;align-items:center;gap:3rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);display:flex}.page-module___1WyLq__ctaText h2{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem}.page-module___1WyLq__ctaText p{color:var(--text-secondary);font-size:1rem}.page-module___1WyLq__ctaForm{gap:.75rem;display:flex}.page-module___1WyLq__ctaInput{font-family:var(--font-sans);color:var(--text-primary);background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);min-width:280px;transition:border-color var(--transition-fast);outline:none;padding:.875rem 1.25rem;font-size:1rem}.page-module___1WyLq__ctaInput:focus{border-color:var(--accent-primary)}.page-module___1WyLq__ctaButton{font-family:var(--font-sans);color:#fff;background:var(--accent-gradient);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:600}.page-module___1WyLq__ctaButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e94d}@media (max-width:1200px){.page-module___1WyLq__postGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.page-module___1WyLq__ctaContent{text-align:center;flex-direction:column}.page-module___1WyLq__ctaForm{flex-direction:column;width:100%}.page-module___1WyLq__ctaInput{width:100%;min-width:auto}}@media (max-width:640px){.page-module___1WyLq__categoryHeader{padding:2.5rem 0}.page-module___1WyLq__categoryTitle{font-size:2rem}.page-module___1WyLq__categoryStats{gap:2rem}.page-module___1WyLq__postGrid{grid-template-columns:1fr;gap:1.5rem}.page-module___1WyLq__sectionHeader{flex-direction:column;align-items:flex-start;gap:1rem}.page-module___1WyLq__cardContent{padding:1.25rem}.page-module___1WyLq__cardTitle{font-size:1.125rem}}
