.articles-list-shell{background:var(--bg-surface-alt)}.articles-list-intro{padding:7.5rem 0 2.7rem;background:var(--bg-surface);border-bottom:1px solid var(--border-color)}.articles-list-breadcrumb{display:flex;gap:.55rem;align-items:center;margin-bottom:1.4rem;color:var(--text-muted);font-size:.8rem}.articles-list-breadcrumb a{color:var(--primary-teal);text-decoration:none}.articles-list-breadcrumb i{font-size:.55rem}.articles-list-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem}.articles-list-heading>div:first-child>span{color:var(--accent-emerald);font-size:.82rem;font-weight:800}.articles-list-heading h1{margin:.4rem 0;color:var(--text-heading);font-size:clamp(1.8rem,4vw,3rem)}.articles-list-heading p{margin:0;color:var(--text-muted)}.articles-list-heading>div:last-child{display:grid;min-width:8rem;padding-right:1rem;border-right:3px solid var(--accent-emerald)}.articles-list-heading strong{color:var(--text-heading);font-size:1.7rem}.articles-list-heading>div:last-child span{color:var(--text-muted);font-size:.78rem}.articles-list-content{padding:2rem 0 4rem}.articles-list-filters{display:grid;grid-template-columns:minmax(240px,2fr) minmax(160px,1fr) auto;gap:.7rem;padding-bottom:1.4rem;border-bottom:1px solid var(--border-color)}.articles-list-filters label,.articles-list-filters select{display:flex;align-items:center;gap:.6rem;height:48px;padding:0 .85rem;border:1px solid var(--border-color);border-radius:.6rem;background:var(--bg-surface);color:var(--text-body)}.articles-list-filters input{width:100%;border:0;outline:0;background:transparent;color:inherit;font:inherit;text-align:right}.articles-list-filters select{font:inherit}.articles-list-filters button{border:0;border-radius:.6rem;padding:0 1rem;background:var(--primary-teal);color:#fff;font:inherit;font-weight:800;cursor:pointer}.articles-list-status{min-height:2rem;padding-top:.7rem;color:var(--primary-teal);font-size:.82rem}.articles-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.articles-list-card{overflow:hidden;border:1px solid var(--border-color);border-radius:1rem;background:var(--bg-surface);box-shadow:var(--card-shadow);transition:transform .2s ease}.articles-list-card:hover{transform:translateY(-3px)}.articles-list-cover{position:relative;display:grid;aspect-ratio:16/9;place-items:center;overflow:hidden;background:var(--bg-surface-alt);color:var(--primary-teal);font-size:2.2rem}.articles-list-cover img{width:100%;height:100%;object-fit:cover}.articles-list-cover>span{position:absolute;right:.7rem;top:.7rem;padding:.3rem .6rem;border-radius:99px;background:rgba(15,48,54,.86);color:#fff;font-size:.7rem;font-weight:800}.articles-list-card>div{padding:1rem}.articles-list-meta{display:flex;justify-content:space-between;gap:.5rem;color:var(--accent-emerald);font-size:.72rem;font-weight:700}.articles-list-card h2{margin:.7rem 0 .45rem;font-size:1.05rem;line-height:1.7}.articles-list-card h2 a{color:var(--text-heading);text-decoration:none}.articles-list-card p{display:-webkit-box;min-height:3.4rem;overflow:hidden;margin:0;color:var(--text-muted);font-size:.82rem;line-height:1.8;-webkit-box-orient:vertical;-webkit-line-clamp:2}.articles-list-card footer{display:flex;align-items:center;justify-content:space-between;gap:.4rem;margin-top:1rem;padding-top:.8rem;border-top:1px solid var(--border-color)}.articles-list-card footer>span{display:flex;align-items:center;gap:.35rem;min-width:0;font-size:.72rem}.articles-list-card footer img{width:28px;height:28px;flex:0 0 28px;object-fit:cover;border:1px solid var(--border-color);border-radius:50%;padding:2px}.articles-list-card footer strong{overflow:hidden;color:var(--text-heading);text-overflow:ellipsis;white-space:nowrap}.articles-list-card footer small{color:var(--primary-teal);font-size:.65rem}.articles-list-card footer>a{color:var(--primary-teal);font-size:.76rem;font-weight:800;text-decoration:none;white-space:nowrap}.articles-list-pagination{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-top:2rem}.articles-list-pagination button{width:38px;height:38px;border:1px solid var(--border-color);border-radius:.5rem;background:var(--bg-surface);color:var(--text-heading);cursor:pointer}.articles-list-pagination button.active{background:var(--primary-teal);border-color:var(--primary-teal);color:#fff}.articles-list-pagination button:disabled{opacity:.4}.articles-list-empty{padding:4rem 1rem;text-align:center;border:1px dashed var(--border-color);border-radius:1rem;background:var(--bg-surface);color:var(--text-muted)}.articles-list-empty i{color:var(--primary-teal);font-size:2rem}@media(max-width:850px){.articles-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.articles-list-filters{grid-template-columns:1fr 1fr}.articles-list-filters label{grid-column:1/-1}}@media(max-width:560px){.articles-list-intro{padding-top:6.4rem}.articles-list-heading{align-items:start;flex-direction:column}.articles-list-grid{grid-template-columns:1fr}.articles-list-filters{grid-template-columns:1fr}.articles-list-filters label{grid-column:auto}}
