.ArticleDetail-module__8dJ7ta__articlePage{padding-bottom:5rem}.ArticleDetail-module__8dJ7ta__header{align-items:flex-end;height:50vh;min-height:400px;padding-bottom:4rem;display:flex;position:relative}.ArticleDetail-module__8dJ7ta__headerImage{background-position:50%;background-size:cover;position:absolute;inset:0}.ArticleDetail-module__8dJ7ta__headerOverlay{background:linear-gradient(#0a0a0a33,#0a0a0af2);position:absolute;inset:0}.ArticleDetail-module__8dJ7ta__headerContent{z-index:10;position:relative}.ArticleDetail-module__8dJ7ta__date{color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:block}.ArticleDetail-module__8dJ7ta__title{text-transform:uppercase;max-width:800px;margin-bottom:1.5rem;font-size:3rem;font-weight:900}.ArticleDetail-module__8dJ7ta__meta{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.ArticleDetail-module__8dJ7ta__categoryBadge{background:var(--primary);color:#fff;text-transform:uppercase;border-radius:20px;padding:.3rem 1rem;font-size:.8rem;font-weight:700}.ArticleDetail-module__8dJ7ta__bands{gap:1rem;display:flex}.ArticleDetail-module__8dJ7ta__bandTag{color:#fff;border-bottom:2px solid var(--primary);font-weight:600;text-decoration:none;transition:opacity .2s}.ArticleDetail-module__8dJ7ta__tagsList{flex-wrap:wrap;gap:1rem;display:flex}.ArticleDetail-module__8dJ7ta__tag{color:var(--text-secondary);font-size:.9rem}.ArticleDetail-module__8dJ7ta__contentWrapper{grid-template-columns:2fr 1fr;gap:4rem;margin-top:3rem;display:grid}.ArticleDetail-module__8dJ7ta__mainContent{color:var(--text-secondary);font-size:1.15rem;line-height:1.8}.ArticleDetail-module__8dJ7ta__mainContent p{margin-bottom:1.5rem}.ArticleDetail-module__8dJ7ta__sidebarCard{background:var(--surface);border:1px solid var(--border);top:calc(var(--nav-height) + 2rem);border-radius:8px;padding:2rem;position:sticky}.ArticleDetail-module__8dJ7ta__sidebarCard h3{text-transform:uppercase;margin-bottom:1rem;font-size:1.2rem}.ArticleDetail-module__8dJ7ta__sidebarCard p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.ArticleDetail-module__8dJ7ta__commentsSection{border-top:1px solid var(--border);margin-top:5rem;padding-top:3rem}.ArticleDetail-module__8dJ7ta__commentsSection h2{text-transform:uppercase;margin-bottom:2rem}.ArticleDetail-module__8dJ7ta__commentForm{margin-bottom:3rem}.ArticleDetail-module__8dJ7ta__commentForm textarea{background:var(--surface);border:1px solid var(--border);color:#fff;resize:vertical;border-radius:8px;width:100%;min-height:120px;margin-bottom:1rem;padding:1.5rem;font-family:inherit;font-size:1rem}.ArticleDetail-module__8dJ7ta__noComments{color:var(--text-secondary);text-align:center;padding:2rem;font-style:italic}@media (max-width:992px){.ArticleDetail-module__8dJ7ta__contentWrapper{grid-template-columns:1fr;gap:2rem}.ArticleDetail-module__8dJ7ta__title{font-size:2rem}}
.Toast-module__UKUNqG__toastContainer{z-index:9999;flex-direction:column;gap:10px;display:flex;position:fixed;top:20px;right:20px}.Toast-module__UKUNqG__toast{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;min-width:200px;padding:12px 24px;font-weight:500;animation:.3s ease-out Toast-module__UKUNqG__slideIn;box-shadow:0 4px 12px #0000004d}@keyframes Toast-module__UKUNqG__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module__UKUNqG__success{background:#2e7d32e6;border-left:4px solid #4caf50}.Toast-module__UKUNqG__error{background:#d32f2fe6;border-left:4px solid #ff5252}.Toast-module__UKUNqG__info{background:#0288d1e6;border-left:4px solid #03a9f4}
.ArticleForm-module__jNn-Vq__container{padding:4rem 0}.ArticleForm-module__jNn-Vq__layoutGrid{grid-template-columns:1fr;gap:2rem;margin-top:2rem;display:grid}@media (min-width:1024px){.ArticleForm-module__jNn-Vq__layoutGrid{grid-template-columns:1fr 350px;align-items:flex-start}}.ArticleForm-module__jNn-Vq__form{flex-direction:column;gap:2rem;display:flex}.ArticleForm-module__jNn-Vq__sidePanel{height:calc(100vh - 120px);position:sticky;top:100px}.ArticleForm-module__jNn-Vq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.ArticleForm-module__jNn-Vq__inputGroup label{text-transform:uppercase;font-size:.9rem;font-weight:700}.ArticleForm-module__jNn-Vq__inputGroup input,.ArticleForm-module__jNn-Vq__inputGroup select,.ArticleForm-module__jNn-Vq__inputGroup textarea{background:var(--surface);border:1px solid var(--border);color:#fff;border-radius:8px;padding:1rem;font-family:inherit}.ArticleForm-module__jNn-Vq__editorWrapper{color:#000;background:#fff;border-radius:8px;overflow:hidden}.ArticleForm-module__jNn-Vq__editorWrapper .ql-toolbar{border-color:var(--border)!important}.ArticleForm-module__jNn-Vq__editorWrapper .ql-container{min-height:300px;font-size:1rem;border-color:var(--border)!important}.ArticleForm-module__jNn-Vq__selectionGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.ArticleForm-module__jNn-Vq__selectionBox{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.ArticleForm-module__jNn-Vq__selectionBox label{margin-bottom:1rem;font-weight:700;display:block}.ArticleForm-module__jNn-Vq__checkboxList{flex-direction:column;gap:.8rem;max-height:200px;display:flex;overflow-y:auto}.ArticleForm-module__jNn-Vq__checkboxList label{cursor:pointer;align-items:center;gap:.5rem;margin-bottom:0;font-weight:400;display:flex}.ArticleForm-module__jNn-Vq__checkboxList input{width:18px;height:18px;accent-color:var(--primary)}.ArticleForm-module__jNn-Vq__checkboxGroup{border:1px solid var(--accent);background:#ff45001a;border-radius:12px;padding:1.5rem}.ArticleForm-module__jNn-Vq__checkboxLabel{color:var(--accent);text-transform:uppercase;cursor:pointer;align-items:center;gap:1rem;font-weight:700;display:flex}.ArticleForm-module__jNn-Vq__checkboxLabel input{width:20px;height:20px;accent-color:var(--accent)}.ArticleForm-module__jNn-Vq__uploadRow{align-items:stretch;gap:1rem;display:flex}.ArticleForm-module__jNn-Vq__uploadRow input{flex:1}.ArticleForm-module__jNn-Vq__imagePreview{background:var(--surface);border:1px solid var(--border);border-radius:8px;width:fit-content;max-width:100%;margin-top:1rem;padding:.5rem}.ArticleForm-module__jNn-Vq__imagePreview img{border-radius:4px;max-width:300px;max-height:200px;display:block}
.AdminReviewNotesPanel-module__h3Wmka__container{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;height:100%;max-height:800px;display:flex;overflow:hidden}.AdminReviewNotesPanel-module__h3Wmka__header{border-bottom:1px solid var(--border);text-transform:uppercase;color:var(--accent);background:#0003;margin:0;padding:1rem;font-size:1.1rem}.AdminReviewNotesPanel-module__h3Wmka__notesList{flex-direction:column;flex:1;gap:1rem;min-height:200px;padding:1rem;display:flex;overflow-y:auto}.AdminReviewNotesPanel-module__h3Wmka__empty{text-align:center;color:var(--text-muted);margin:auto;font-style:italic}.AdminReviewNotesPanel-module__h3Wmka__noteItem{background:#ffffff0d;border-radius:8px;padding:.8rem}.AdminReviewNotesPanel-module__h3Wmka__noteHeader{justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;display:flex}.AdminReviewNotesPanel-module__h3Wmka__author{color:#fff;font-weight:700}.AdminReviewNotesPanel-module__h3Wmka__date{color:var(--text-muted)}.AdminReviewNotesPanel-module__h3Wmka__noteContent{white-space:pre-wrap;word-break:break-word;font-size:.95rem}.AdminReviewNotesPanel-module__h3Wmka__form{border-top:1px solid var(--border);background:#0003;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.AdminReviewNotesPanel-module__h3Wmka__textarea{background:var(--background);border:1px solid var(--border);color:#fff;resize:vertical;border-radius:8px;width:100%;padding:.8rem;font-family:inherit}.AdminReviewNotesPanel-module__h3Wmka__textarea:focus{border-color:var(--primary);outline:none}.AdminReviewNotesPanel-module__h3Wmka__submitBtn{align-self:flex-end}
.Confirm-module__GOvVSa__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;background:#000c;justify-content:center;align-items:center;animation:.2s ease-out Confirm-module__GOvVSa__fadeIn;display:flex;position:fixed;inset:0}@keyframes Confirm-module__GOvVSa__fadeIn{0%{opacity:0}to{opacity:1}}.Confirm-module__GOvVSa__modal{background:var(--surface);border:1px solid var(--border);border-radius:8px;width:90%;max-width:400px;padding:2rem;animation:.2s ease-out Confirm-module__GOvVSa__scaleIn;box-shadow:0 20px 50px #00000080}@keyframes Confirm-module__GOvVSa__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Confirm-module__GOvVSa__modal p{text-align:center;margin-bottom:2rem;font-size:1.1rem;line-height:1.5}.Confirm-module__GOvVSa__actions{justify-content:center;gap:1rem;display:flex}.Confirm-module__GOvVSa__cancelBtn,.Confirm-module__GOvVSa__confirmBtn{letter-spacing:1px;cursor:pointer;border-radius:4px;padding:10px 20px;font-size:.8rem;font-weight:700;transition:all .2s}.Confirm-module__GOvVSa__cancelBtn{border:1px solid var(--border);color:var(--text-secondary);background:0 0}.Confirm-module__GOvVSa__cancelBtn:hover{color:#fff;background:#ffffff0d}.Confirm-module__GOvVSa__confirmBtn{background:var(--accent);border:1px solid var(--accent);color:#fff}.Confirm-module__GOvVSa__confirmBtn:hover{filter:brightness(1.2);transform:translateY(-2px)}
.CommentSection-module__e1Ejeq__commentsSection{border-top:1px solid var(--border);margin-top:5rem;padding-top:3rem}.CommentSection-module__e1Ejeq__commentsSection h2{text-transform:uppercase;margin-bottom:2rem}.CommentSection-module__e1Ejeq__commentForm{margin-bottom:3rem}.CommentSection-module__e1Ejeq__commentForm textarea{background:var(--surface);border:1px solid var(--border);color:#fff;resize:vertical;border-radius:8px;width:100%;min-height:120px;margin-bottom:1rem;padding:1.5rem;font-family:inherit;font-size:1rem}.CommentSection-module__e1Ejeq__loginPrompt{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:8px;margin-bottom:3rem;padding:2rem}.CommentSection-module__e1Ejeq__loginPrompt p{color:var(--text-secondary);margin-bottom:1.5rem}.CommentSection-module__e1Ejeq__commentsList{flex-direction:column;gap:2rem;display:flex}.CommentSection-module__e1Ejeq__commentItem{border-bottom:1px solid var(--border);padding-bottom:1.5rem}.CommentSection-module__e1Ejeq__commentHeader{justify-content:space-between;margin-bottom:.5rem;display:flex}.CommentSection-module__e1Ejeq__commentDate{color:var(--text-secondary);font-size:.8rem}.CommentSection-module__e1Ejeq__commentActions{gap:1.5rem;margin-top:1rem;display:flex}.CommentSection-module__e1Ejeq__commentActions button{color:var(--text-secondary);cursor:pointer;text-transform:uppercase;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600;transition:color .2s}.CommentSection-module__e1Ejeq__commentActions button:hover{color:var(--primary)}.CommentSection-module__e1Ejeq__commentActions .CommentSection-module__e1Ejeq__deleteBtn:hover{color:#ff4d4d}.CommentSection-module__e1Ejeq__editArea{margin-top:1rem}.CommentSection-module__e1Ejeq__editArea textarea{background:var(--surface);border:1px solid var(--border);color:#fff;border-radius:8px;width:100%;min-height:100px;margin-bottom:1rem;padding:1rem;font-family:inherit}.CommentSection-module__e1Ejeq__editActions{gap:1rem;display:flex}.CommentSection-module__e1Ejeq__noComments{color:var(--text-secondary);text-align:center;padding:2rem;font-style:italic}.CommentSection-module__e1Ejeq__quote{border-left:3px solid var(--accent);color:var(--text-secondary);background:#ffffff08;border-radius:0 8px 8px 0;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:.95rem;font-style:italic}.CommentSection-module__e1Ejeq__quoteAuthor{color:var(--accent);text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-style:normal;font-weight:700;display:block}.CommentSection-module__e1Ejeq__quotePreview{background:#ff45000d;border:1px solid #ff450033;border-radius:8px;margin-bottom:1rem;padding:1rem}.CommentSection-module__e1Ejeq__quotePreviewHeader{color:var(--accent);text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:flex}.CommentSection-module__e1Ejeq__quotePreviewHeader button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1rem}.CommentSection-module__e1Ejeq__quotePreview blockquote{color:var(--text-secondary);border-left:2px solid #ff45004d;margin:.5rem 0;padding-left:1rem;font-size:.9rem;font-style:italic}.CommentSection-module__e1Ejeq__quoteBtn{color:var(--accent)!important}
.AdminList-module__E7aTOW__container{padding:4rem 0}.AdminList-module__E7aTOW__header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.AdminList-module__E7aTOW__table{border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:12px;width:100%;overflow:hidden}.AdminList-module__E7aTOW__table th,.AdminList-module__E7aTOW__table td{text-align:left;border-bottom:1px solid var(--border);padding:1.2rem}.AdminList-module__E7aTOW__table th{text-transform:uppercase;letter-spacing:1px;background:#ffffff0d;font-size:.8rem}.AdminList-module__E7aTOW__articleTitle{white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-weight:700;overflow:hidden}.AdminList-module__E7aTOW__actions{gap:1rem;display:flex}.AdminList-module__E7aTOW__editBtn,.AdminList-module__E7aTOW__deleteBtn{text-transform:uppercase;cursor:pointer;background:#ffffff0d;border:none;border-radius:4px;padding:.5rem .8rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s}.AdminList-module__E7aTOW__notifyBtn{background:rgba(var(--primary-rgb), .1);color:var(--primary);border:1px solid var(--primary);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex}.AdminList-module__E7aTOW__notifyBtn:hover{background:var(--primary);color:#fff}.AdminList-module__E7aTOW__editBtn{color:#fff}.AdminList-module__E7aTOW__editBtn:hover{color:var(--accent);background:#ffffff1a}.AdminList-module__E7aTOW__deleteBtn:hover{color:#f66;background:#ff444426}.AdminList-module__E7aTOW__statusPublished,.AdminList-module__E7aTOW__statusDraft,.AdminList-module__E7aTOW__statusEnriched{text-transform:uppercase;border-radius:20px;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.AdminList-module__E7aTOW__statusPublished{color:#0f8;background:#00ff881a;border:1px solid #0f83}.AdminList-module__E7aTOW__statusDraft{color:#fa0;background:#ffaa001a;border:1px solid #fa03}.AdminList-module__E7aTOW__statusEnriched{color:#09f;background:#0099ff1a;border:1px solid #09f3}.AdminList-module__E7aTOW__pagination{background:var(--surface);border:1px solid var(--border);border-radius:12px;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;padding:1.5rem;display:flex}.AdminList-module__E7aTOW__secondaryBtn{border:1px solid var(--border);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#ffffff0d;border-radius:6px;padding:.6rem 1.2rem;font-size:.8rem;font-weight:600;transition:all .2s}.AdminList-module__E7aTOW__secondaryBtn:hover:not(:disabled){background:var(--accent);border-color:var(--accent);color:#fff}.AdminList-module__E7aTOW__secondaryBtn:disabled{opacity:.3;cursor:not-allowed}.AdminList-module__E7aTOW__pageInfo{color:var(--text-secondary);font-size:.9rem;font-weight:500}.AdminList-module__E7aTOW__tableWrapper{background:var(--surface);border:1px solid var(--border);-webkit-overflow-scrolling:touch;border-radius:12px;width:100%;overflow-x:auto}.AdminList-module__E7aTOW__tableWrapper .AdminList-module__E7aTOW__table{border:none;border-radius:0}@media (max-width:768px){.AdminList-module__E7aTOW__header{flex-direction:column;align-items:stretch;gap:1rem}.AdminList-module__E7aTOW__hideOnMobile{display:none!important}.AdminList-module__E7aTOW__tableWrapper,.AdminList-module__E7aTOW__table{background:0 0;border:none}.AdminList-module__E7aTOW__table thead{display:none}.AdminList-module__E7aTOW__table tbody{display:block}.AdminList-module__E7aTOW__table tbody tr{border:1px solid var(--border);background:var(--surface);border-radius:8px;flex-wrap:wrap;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.AdminList-module__E7aTOW__table td{border:none;padding:.5rem}.AdminList-module__E7aTOW__articleTitle{flex:auto}.AdminList-module__E7aTOW__actions{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:1.5rem;width:100%;margin-top:.5rem;padding-top:1rem;flex-direction:row!important}.AdminList-module__E7aTOW__pagination{text-align:center;flex-direction:column;gap:1rem}}
.Profile-module__HLzWoG__profileContainer{padding:4rem 0;animation:.5s ease-out Profile-module__HLzWoG__fadeIn}@keyframes Profile-module__HLzWoG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Profile-module__HLzWoG__profileContainer h1{border-left:5px solid var(--accent);margin-bottom:3rem;padding-left:1.5rem;font-size:2.5rem}.Profile-module__HLzWoG__profileGrid{grid-template-columns:2fr 1fr;gap:3rem;display:grid}.Profile-module__HLzWoG__profileInfo{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:2rem}.Profile-module__HLzWoG__form{flex-direction:column;gap:1.5rem;display:flex}.Profile-module__HLzWoG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Profile-module__HLzWoG__inputGroup label{text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;font-size:.8rem}.Profile-module__HLzWoG__inputGroup input{border:1px solid var(--border);color:#fff;background:#ffffff0d;border-radius:4px;padding:12px;font-size:1rem;transition:border-color .2s}.Profile-module__HLzWoG__inputGroup input:focus{border-color:var(--accent);outline:none}.Profile-module__HLzWoG__dangerZone{background:#d32f2f0d;border:1px solid #d32f2f33;border-radius:8px;height:fit-content;padding:2rem}.Profile-module__HLzWoG__dangerZone h3{color:#ff5252;margin-bottom:1rem}.Profile-module__HLzWoG__dangerZone p{color:var(--text-secondary);margin-bottom:2rem;font-size:.9rem;line-height:1.6}.Profile-module__HLzWoG__deleteBtn{color:#ff5252;background:0 0;border:1px solid #ff5252;border-radius:4px;width:100%;padding:12px;font-weight:600;transition:all .2s}.Profile-module__HLzWoG__deleteBtn:hover{color:#fff;background:#ff5252}@media (max-width:992px){.Profile-module__HLzWoG__profileGrid{grid-template-columns:1fr}}
.ShareButtons-module__xfVdYW__shareContainer{border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;margin:3rem 0;padding:2rem 0}.ShareButtons-module__xfVdYW__shareTitle{font-family:var(--font-outfit);text-transform:uppercase;letter-spacing:2px;color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.ShareButtons-module__xfVdYW__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.ShareButtons-module__xfVdYW__shareBtn{background:var(--surface);color:#fff;border:1px solid var(--border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.ShareButtons-module__xfVdYW__shareBtn:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000004d}.ShareButtons-module__xfVdYW__facebook:hover{background:#1877f2;border-color:#1877f2}.ShareButtons-module__xfVdYW__twitter:hover{background:#000;border-color:#333}.ShareButtons-module__xfVdYW__whatsapp:hover{background:#25d366;border-color:#25d366}.ShareButtons-module__xfVdYW__instagram:hover{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);border-color:#d6249f}.ShareButtons-module__xfVdYW__reddit:hover{background:#ff4500;border-color:#ff4500}.ShareButtons-module__xfVdYW__copy:hover{background:var(--accent);border-color:var(--accent)}@media (max-width:768px){.ShareButtons-module__xfVdYW__shareBtn{width:40px;height:40px}}
