.artigos-page-container{color:#fff;max-width:1200px;margin:100px auto 40px;padding:0 20px}.artigos-header{flex-direction:column;gap:20px;margin-bottom:40px;display:flex}.artigos-header h1{background:linear-gradient(90deg,#fff,#888);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800}.filters-section{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;flex-wrap:wrap;gap:20px;padding:20px;display:flex}.filter-group{flex-direction:column;flex:1;gap:8px;min-width:250px;display:flex}.filter-group label{color:#888;font-size:.85rem;font-weight:500}.autocomplete-wrapper{position:relative}.autocomplete-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-size:.95rem;transition:all .3s}.autocomplete-input:focus{border-color:var(--principal);background:#ffffff14}.autocomplete-dropdown{z-index:100;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:10px;max-height:250px;margin-top:5px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #00000080}.autocomplete-item{cursor:pointer;padding:12px 16px;font-size:.9rem;transition:all .2s}.autocomplete-item:hover{color:var(--principal);background:#ffffff0d}.artigos-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-top:40px;display:grid}.artigo-card-v2{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;gap:15px;height:100%;padding:24px;transition:all .3s;display:flex}.artigo-card-v2:hover{border-color:var(--principal);background:#ffffff0d;transform:translateY(-5px)}.artigo-card-v2 h3{font-size:1.25rem;font-weight:700;line-height:1.4}.artigo-card-v2 p{color:#888;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.artigo-meta{color:#666;justify-content:space-between;align-items:center;margin-top:auto;font-size:.8rem;display:flex}.read-more{color:var(--principal);align-items:center;gap:5px;font-weight:600;display:flex}.artigo-full-container{color:#ddd;max-width:800px;margin:120px auto 60px;padding:0 20px}.artigo-full-header{margin-bottom:40px}.artigo-full-header h1{color:#fff;margin-bottom:20px;font-size:3rem;font-weight:800;line-height:1.1}.artigo-full-meta{color:#888;border-bottom:1px solid #ffffff1a;gap:20px;padding-bottom:20px;font-size:.9rem;display:flex}.artigo-body{color:#ddd;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;max-width:100%;font-size:1.1rem;line-height:1.8}.rich-text-content,.rich-text-content *{color:#ddd!important;white-space:normal!important}.rich-text-content h1,.rich-text-content h2,.rich-text-content h3{margin-top:2rem;margin-bottom:1rem;font-weight:700;line-height:1.2;color:var(--principal)!important}.rich-text-content h1{font-size:2.2rem}.rich-text-content h2{font-size:1.8rem}.rich-text-content h3{font-size:1.5rem}.rich-text-content p{margin-bottom:1.5rem}.rich-text-content ul,.rich-text-content ol{margin-bottom:1.5rem;margin-left:1.5rem;display:block}.rich-text-content ul{list-style-type:disc}.rich-text-content ol{list-style-type:decimal}.rich-text-content li{margin-bottom:.5rem}.rich-text-content a{text-decoration:underline;color:var(--principal)!important}@media (max-width:768px){.artigos-header h1{font-size:2rem}.artigo-full-header h1{font-size:2.2rem}}
