.articles-module__hg822W__container{max-width:var(--content-max-width);margin:0 auto;padding:0 1.5rem}.articles-module__hg822W__hero{height:280px;box-shadow:var(--shadow-lg);border-radius:20px;justify-content:center;align-items:center;margin-bottom:3.5rem;display:flex;position:relative;overflow:hidden}.articles-module__hg822W__heroImage{object-fit:cover;z-index:0;filter:brightness(.65)}.articles-module__hg822W__heroContent{text-align:center;color:#fff;z-index:2;padding:2rem;position:relative}.articles-module__hg822W__heroContent h1{font-family:var(--font-display);letter-spacing:-.02em;text-shadow:0 2px 20px #0000004d;margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:700}.articles-module__hg822W__heroContent p{opacity:.9;max-width:600px;margin:0 auto;font-size:1.05rem}.articles-module__hg822W__mainContent{flex-direction:column;justify-content:space-between;min-height:80vh;padding-bottom:3.5rem;display:flex}.articles-module__hg822W__articlesGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.75rem;margin-bottom:3rem;display:grid}.articles-module__hg822W__articleCard{background:var(--bg-card);border:1px solid var(--border-light);transition:all .4s var(--ease-out-expo);border-radius:20px;overflow:hidden}.articles-module__hg822W__articleCard:hover{box-shadow:var(--shadow-lg);border-color:#d4a0121a;transform:translateY(-4px)}.articles-module__hg822W__imageContainer{width:100%;height:200px;position:relative;overflow:hidden}.articles-module__hg822W__articleImage{object-fit:cover;transition:transform .5s var(--ease-out-expo)}.articles-module__hg822W__articleCard:hover .articles-module__hg822W__articleImage{transform:scale(1.04)}.articles-module__hg822W__articleContent{padding:1.5rem 1.5rem 0}.articles-module__hg822W__meta{color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:.75rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.articles-module__hg822W__metaArticleInfo{color:var(--text-secondary);flex-direction:column;align-items:flex-end;font-size:.82rem;font-weight:500;line-height:1.5;display:flex}.articles-module__hg822W__metaArticleInfo .articles-module__hg822W__date{color:var(--text-muted);font-style:italic}.articles-module__hg822W__metaArticleInfo .articles-module__hg822W__author{word-wrap:break-word;max-width:150px;color:var(--text-muted);padding-left:.5rem;font-weight:600}.articles-module__hg822W__category{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-primary);letter-spacing:.02em;background:#ffffffe6;border-radius:100px;margin:.75rem;padding:.25rem .75rem;font-size:.78rem;font-weight:600;position:absolute}.articles-module__hg822W__articleContent h2{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.35rem;font-weight:700;line-height:1.35}.articles-module__hg822W__excerpt{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.92rem;line-height:1.7}.articles-module__hg822W__readMore{border:1.5px solid var(--border-medium);cursor:pointer;transition:all .3s var(--ease-out-expo);color:var(--text-primary);background:0 0;border-radius:10px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-block}.articles-module__hg822W__readMore:hover{background:var(--text-primary);color:#fff;border-color:var(--text-primary)}.articles-module__hg822W__loading{flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.articles-module__hg822W__spinner{border:3px solid var(--border-light);border-left-color:var(--accent-primary);border-radius:50%;width:36px;height:36px;margin-bottom:1.25rem;animation:.8s linear infinite articles-module__hg822W__spin}@keyframes articles-module__hg822W__spin{to{transform:rotate(360deg)}}.articles-module__hg822W__noArticles{text-align:center;flex-direction:column;align-items:center;height:50vh;padding:3rem 0;display:flex}.articles-module__hg822W__noArticlesIcon{color:#ef4444;width:3rem;height:3rem;margin-bottom:1rem}.articles-module__hg822W__noArticles h3{font-family:var(--font-display);color:var(--text-primary);margin:1rem 0 .5rem;font-size:1.6rem}.articles-module__hg822W__noArticles p{color:var(--text-secondary);font-size:1.02rem}.articles-module__hg822W__searchControls{margin:1.5rem 0;padding:0 1rem}.articles-module__hg822W__searchStatus{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-light);border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.9rem;display:flex}.articles-module__hg822W__clearSearch{color:var(--accent-primary);cursor:pointer;font-weight:600;font-family:var(--font-primary);background:0 0;border:none;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .5rem;transition:all .2s;display:inline-flex}.articles-module__hg822W__clearSearch:hover{color:var(--amber-600);background:var(--amber-50)}.articles-module__hg822W__clearSearch:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.articles-module__hg822W__clearSearch:before{content:"✕";font-size:.82rem}@media (max-width:640px){.articles-module__hg822W__searchStatus{flex-direction:column;align-items:flex-start;gap:.5rem}.articles-module__hg822W__searchControls{margin:1rem 0;padding:0 .5rem}}.articles-module__hg822W__pagination{justify-content:center;align-items:end;gap:.5rem;margin-top:2rem;display:flex}.articles-module__hg822W__pagination button{background:var(--bg-card);border:1px solid var(--border-light);cursor:pointer;transition:all .3s var(--ease-out-expo);font-family:var(--font-primary);color:var(--text-secondary);border-radius:10px;padding:.5rem 1rem;font-size:.88rem;font-weight:500}.articles-module__hg822W__pagination button:hover:not(:disabled){background:var(--bg-secondary);border-color:var(--border-medium);color:var(--text-primary)}.articles-module__hg822W__pagination button:disabled{opacity:.4;cursor:not-allowed}.articles-module__hg822W__activePage{background:var(--accent-primary)!important;color:#fff!important;border-color:var(--accent-primary)!important;font-weight:600!important}@media (max-width:768px){.articles-module__hg822W__hero{border-radius:16px;height:240px}.articles-module__hg822W__heroContent h1{font-size:2rem}.articles-module__hg822W__articlesGrid{grid-template-columns:1fr}.articles-module__hg822W__pagination{flex-wrap:wrap}}@media (max-width:480px){.articles-module__hg822W__hero{border-radius:12px;height:200px}.articles-module__hg822W__heroContent h1{font-size:1.6rem}.articles-module__hg822W__heroContent p{font-size:.92rem}.articles-module__hg822W__meta{gap:.5rem}}.articles-module__hg822W__richTextContent{font-size:1rem;line-height:1.4}.articles-module__hg822W__richTextContent h1{font-family:var(--font-display);margin:.67em 0;font-size:2em;font-weight:700}.articles-module__hg822W__richTextContent h2{font-family:var(--font-display);margin:.75em 0;font-size:1.5em;font-weight:700}.articles-module__hg822W__richTextContent h3{font-family:var(--font-display);margin:.83em 0;font-size:1.17em;font-weight:700}.articles-module__hg822W__richTextContent p{margin:1em 0}.articles-module__hg822W__richTextContent ul{margin:1em 0;padding-left:2rem;list-style-type:disc}.articles-module__hg822W__richTextContent ol{margin:1em 0;padding-left:2rem;list-style-type:decimal}.articles-module__hg822W__richTextContent li{margin:.25em 0}.articles-module__hg822W__navigationOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background-color:#fafaf8d9;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.articles-module__hg822W__navigationSpinner{border:3px solid var(--border-light);border-top-color:var(--accent-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite articles-module__hg822W__spin}
