.article-list-page{min-height:100vh;padding:40px 20px 80px}.article-list-container{max-width:1200px;margin:0 auto}.article-list-header{text-align:center;margin-bottom:48px}.article-list-header h1{font-size:2rem;font-weight:800;color:#111827;margin:0 0 12px}.article-list-header p{font-size:1rem;color:#6b7280;margin:0}.section-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.silo-grid-section{margin-bottom:4rem}.silo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.silo-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:white;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);text-decoration:none;transition:all .2s ease;border:1px solid #e5e7eb}.silo-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:var(--silo-color,#4f46e5)}.silo-card-icon{display:flex;justify-content:center;align-items:center;width:48px;height:48px;min-width:48px;background:color-mix(in srgb,var(--silo-color,#4f46e5) 10%,white);border-radius:12px;color:var(--silo-color,#4f46e5)}.silo-card-icon svg{width:24px;height:24px}.silo-card-content{flex:1;min-width:0}.silo-card-content h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.silo-card-content p{font-size:.875rem;color:#64748b;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.silo-card-count{display:inline-block;margin-top:.5rem;font-size:.75rem;color:var(--silo-color,#4f46e5);font-weight:500}.silo-card-arrow{color:#cbd5e1;transition:color .2s,transform .2s}.silo-card-arrow svg{width:20px;height:20px}.silo-card:hover .silo-card-arrow{color:var(--silo-color,#4f46e5);transform:translateX(4px)}.recent-articles-section{margin-bottom:3rem}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-empty{grid-column:1/-1;text-align:center;padding:60px 20px;color:#9ca3af}.article-list-cta{text-align:center;padding:3rem 2rem;border-radius:10px;border:1px solid #e5e7eb}.article-list-cta h3{font-size:1.5rem;font-weight:600;color:#171717;margin:0 0 .5rem}.article-list-cta p{color:#6b7280;margin:0 0 1.5rem}.article-list-cta .cta-button{display:inline-block;padding:.875rem 2rem;background:#171717;color:white;border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s}.article-list-cta .cta-button:hover{background:#333333;transform:translateY(-2px);box-shadow:0 4px 12px rgba(68,68,68,.3)}@media (max-width:1024px){.article-grid,.silo-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.silo-grid{grid-template-columns:1fr}.silo-card{padding:1rem}.silo-card-content p{-webkit-line-clamp:1}}@media (max-width:640px){.article-list-page{padding:24px 16px 60px}.article-list-header h1{font-size:1.5rem}.article-list-header p{font-size:.875rem}.section-title{font-size:1.125rem}.article-grid{grid-template-columns:1fr;gap:16px}.article-list-cta{padding:2rem 1.5rem}.article-list-cta h3{font-size:1.25rem}}