:root{--color-bg:#121212;--color-text:#fff;--color-muted:#ccc;--color-link:#667eea;--color-link-hover:#764ba2;--color-shadow:#0009;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--transition-fast:.15s ease;--transition-medium:.25s ease;--font-title:"Poppins",sans-serif;--font-body:"Inter",sans-serif}.NewsDetailPage-module__698qMG__page{scroll-behavior:smooth;justify-content:center;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.NewsDetailPage-module__698qMG__container{flex-direction:column;gap:clamp(.75rem,3vw,1.5rem);width:100%;max-width:1440px;margin:0 auto;padding:clamp(1rem,5vw,2rem);display:flex}.NewsDetailPage-module__698qMG__title{font-family:var(--font-title);text-shadow:0 2px 8px var(--color-shadow);transition:all var(--transition-fast);margin:.5rem 0;font-size:clamp(1.5rem,6vw,2rem);font-weight:750;line-height:1.15}.NewsDetailPage-module__698qMG__subtitle{color:#f1f1f1;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:500}.NewsDetailPage-module__698qMG__sectionTitle{font-size:clamp(1.2rem,3.5vw,1.4rem);font-weight:600;font-family:var(--font-title);margin-bottom:.5rem}.NewsDetailPage-module__698qMG__sectionContent{font-family:var(--font-body);color:#f5f5f5;font-size:clamp(1rem,3.5vw,1.15rem);line-height:1.6}.NewsDetailPage-module__698qMG__sectionContent p{text-align:justify;margin-bottom:.5rem}.NewsDetailPage-module__698qMG__sectionContent a{color:var(--color-link);transition:all var(--transition-fast);text-decoration:underline}.NewsDetailPage-module__698qMG__sectionContent a:hover{color:var(--color-link-hover)}.NewsDetailPage-module__698qMG__sectionContent strong{font-weight:700}.NewsDetailPage-module__698qMG__sectionContent em{color:#aaa;font-style:italic}.NewsDetailPage-module__698qMG__heroImage{border-radius:var(--radius-lg);width:100%;box-shadow:0 12px 35px var(--color-shadow);position:relative;overflow:hidden}.NewsDetailPage-module__698qMG__image{object-fit:cover;object-position:center;width:100%;height:auto;transition:transform .4s ease-out}.NewsDetailPage-module__698qMG__image:hover{transform:scale(1.01)}.NewsDetailPage-module__698qMG__section{opacity:1;flex-direction:column;gap:clamp(.5rem,2vw,.75rem);display:flex;transform:translateY(0)}.NewsDetailPage-module__698qMG__sectionImage{object-fit:cover;border-radius:var(--radius-md);width:100%;box-shadow:0 4px 15px #0006}.NewsDetailPage-module__698qMG__videowrapper{border-radius:var(--radius-lg);width:100%;padding-top:56.25%;position:relative}.NewsDetailPage-module__698qMG__videowrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.NewsDetailPage-module__698qMG__video-embed-container{border-radius:var(--radius-md);background-color:#000;width:100%;padding-bottom:56.25%;position:relative;overflow:hidden}.NewsDetailPage-module__698qMG__video-embed-container iframe,.NewsDetailPage-module__698qMG__video-embed-container video{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.NewsDetailPage-module__698qMG__tagsContainer{border-radius:var(--radius-lg);background:#ffffff05;border:1px solid #ffffff0d;flex-wrap:wrap;gap:.75rem;padding:1rem;display:flex}.NewsDetailPage-module__698qMG__tag{color:#ccc;transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-flex}.NewsDetailPage-module__698qMG__tag:hover{background:#2c2c2c;transform:translateY(-1px)scale(1.03)}.NewsDetailPage-module__698qMG__authorSection{align-items:center;gap:1rem;margin-top:1rem;margin-bottom:1rem;display:flex}.NewsDetailPage-module__698qMG__authorLink{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex}.NewsDetailPage-module__698qMG__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:50px;height:50px}.NewsDetailPage-module__698qMG__authorInfo{flex-direction:column;justify-content:center;display:flex}.NewsDetailPage-module__698qMG__authorName{font-size:1rem;font-weight:600}.NewsDetailPage-module__698qMG__authorRole{color:var(--color-muted);font-size:.85rem}.NewsDetailPage-module__698qMG__rtl .NewsDetailPage-module__698qMG__authorSection,.NewsDetailPage-module__698qMG__rtl .NewsDetailPage-module__698qMG__authorLink{flex-direction:row-reverse}.NewsDetailPage-module__698qMG__rtl .NewsDetailPage-module__698qMG__authorInfo{text-align:right}.NewsDetailPage-module__698qMG__rtl{text-align:right;direction:rtl}.NewsDetailPage-module__698qMG__ltr{text-align:left;direction:ltr}@media (max-width:768px){.NewsDetailPage-module__698qMG__title{font-size:1.5rem}.NewsDetailPage-module__698qMG__subtitle{font-size:1.2rem}.NewsDetailPage-module__698qMG__sectionTitle{font-size:1.15rem}.NewsDetailPage-module__698qMG__sectionContent{font-size:1rem;line-height:1.55}.NewsDetailPage-module__698qMG__heroImage{max-height:350px}.NewsDetailPage-module__698qMG__video-embed-container{padding-bottom:70%}.NewsDetailPage-module__698qMG__tagsContainer{gap:.5rem;padding:.75rem}.NewsDetailPage-module__698qMG__tag{padding:.45rem .9rem;font-size:.85rem}.NewsDetailPage-module__698qMG__authorSection{gap:.5rem}}
.CommentCard-module__PIN4vG__commentCard{background:#181818;border-radius:12px;padding:16px;transition:all .2s;position:relative}.CommentCard-module__PIN4vG__commentCard:hover{background:#2a2a2a}.CommentCard-module__PIN4vG__commentCard.CommentCard-module__PIN4vG__reply{margin-top:12px;margin-left:calc(var(--reply-depth,0)*32px);max-width:calc(100% - (var(--reply-depth,0)*32px));background:0 0;border-left:2px solid #3d3d3d;padding-left:16px}.CommentCard-module__PIN4vG__commentCard.CommentCard-module__PIN4vG__reply:hover{background:#2a2a2a}.CommentCard-module__PIN4vG__commentHeader{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex;position:relative}.CommentCard-module__PIN4vG__userInfo{flex:1;align-items:center;gap:12px;display:flex}.CommentCard-module__PIN4vG__avatarWrapper{flex-shrink:0;position:relative}.CommentCard-module__PIN4vG__avatar{object-fit:cover;border:2px solid #424242;border-radius:50%;width:40px;height:40px;box-shadow:0 2px 4px #0000004d}.CommentCard-module__PIN4vG__userDetails{flex-direction:column;gap:2px;display:flex}.CommentCard-module__PIN4vG__nameWrapper{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.CommentCard-module__PIN4vG__userName{color:#fff;font-size:14px;font-weight:600}.CommentCard-module__PIN4vG__roleBadge{text-transform:uppercase;color:#fff;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.CommentCard-module__PIN4vG__roleBadge.CommentCard-module__PIN4vG__admin{background:#f44}.CommentCard-module__PIN4vG__roleBadge.CommentCard-module__PIN4vG__moderator{background:#44b4ff}.CommentCard-module__PIN4vG__roleBadge.CommentCard-module__PIN4vG__superadmin{background:#fb3}.CommentCard-module__PIN4vG__timestamp{color:#aaa;font-size:12px}.CommentCard-module__PIN4vG__editedLabel{font-style:italic}.CommentCard-module__PIN4vG__moreActionsBtn{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:all .2s;display:flex}.CommentCard-module__PIN4vG__moreActionsBtn:hover{color:#fff;background:#3d3d3d}.CommentCard-module__PIN4vG__actionsDropdown{z-index:100;background:#3d3d3d;border:1px solid #4d4d4d;border-radius:8px;min-width:160px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #00000080}.CommentCard-module__PIN4vG__dropdownItem{text-align:left;color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:14px;transition:all .2s;display:flex}.CommentCard-module__PIN4vG__dropdownItem:hover{background:#4d4d4d}.CommentCard-module__PIN4vG__dropdownItem.CommentCard-module__PIN4vG__delete{color:#f44}.CommentCard-module__PIN4vG__dropdownItem.CommentCard-module__PIN4vG__delete:hover{background:#420000}.CommentCard-module__PIN4vG__commentBody{margin-left:52px}.CommentCard-module__PIN4vG__commentText{color:#fff;white-space:pre-wrap;word-break:break-word;margin:0 0 12px;font-size:14px;line-height:1.5}.CommentCard-module__PIN4vG__commentFooter{align-items:center;gap:12px;margin-left:52px;display:flex}.CommentCard-module__PIN4vG__footerBtn{color:#aaa;cursor:pointer;background:0 0;border:1px solid #3d3d3d;border-radius:18px;align-items:center;gap:4px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.CommentCard-module__PIN4vG__footerBtn:hover:not(:disabled){background:#3d3d3d;border-color:#4d4d4d}.CommentCard-module__PIN4vG__footerBtn:disabled{opacity:.5;cursor:not-allowed}.CommentCard-module__PIN4vG__footerBtn.CommentCard-module__PIN4vG__liked{color:#065fd4;background:#065fd41a;border-color:#065fd4}.CommentCard-module__PIN4vG__viewRepliesBtn{color:#065fd4;cursor:pointer;background:0 0;border:none;border-radius:18px;align-items:center;gap:4px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.CommentCard-module__PIN4vG__viewRepliesBtn:hover{background:#065fd41a}.CommentCard-module__PIN4vG__repliesCount{font-weight:600}.CommentCard-module__PIN4vG__repliesContainer{border-left:2px solid #3d3d3d;margin-top:16px;margin-left:40px;padding-left:16px}.CommentCard-module__PIN4vG__pinnedBadge{color:#fff;background:#065fd4;border-radius:6px;padding:2px 6px;font-size:10px;position:absolute;top:-8px;left:-8px}@media (max-width:768px){.CommentCard-module__PIN4vG__commentCard{padding:12px}.CommentCard-module__PIN4vG__commentBody{margin-left:0}.CommentCard-module__PIN4vG__userInfo{align-items:flex-start;gap:8px}.CommentCard-module__PIN4vG__repliesContainer{margin-left:20px;padding-left:12px}.CommentCard-module__PIN4vG__commentCard.CommentCard-module__PIN4vG__reply{margin-left:calc(var(--reply-depth,0)*12px);max-width:calc(100% - (var(--reply-depth,0)*12px))}.CommentCard-module__PIN4vG__commentFooter{gap:10px;margin-left:0}}
:root{--bg-main:#1d1d1d;--bg-secondary:#181818;--bg-hover:#272727;--text-main:#fff;--text-muted:#aaa;--text-placeholder:#777;--link:#353535;--link-hover:#424242;--error-bg:#420000;--error-border:#f44;--radius-sm:6px;--radius-md:12px;--radius-lg:18px;--transition-fast:.2s ease;--font-body:"Inter",sans-serif;--font-title:"Poppins",sans-serif}.CommentForm-module__SHouLq__header{color:var(--text-main);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.CommentForm-module__SHouLq__title{color:var(--text-main);align-items:center;gap:12px;font-size:20px;font-weight:600;display:flex}.CommentForm-module__SHouLq__commentIcon{font-size:24px}.CommentForm-module__SHouLq__commentsCount{background:var(--bg-secondary);color:var(--text-muted);border-radius:12px;padding:2px 8px;font-size:14px;font-weight:500}.CommentForm-module__SHouLq__sortContainer{background:var(--bg-secondary);border-radius:var(--radius-sm);gap:8px;padding:4px;display:flex}.CommentForm-module__SHouLq__sortBtn{border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;padding:6px 16px;font-size:14px;font-weight:500}.CommentForm-module__SHouLq__sortBtn:hover,.CommentForm-module__SHouLq__sortBtn.CommentForm-module__SHouLq__active{background:var(--bg-hover);color:var(--text-main)}.CommentForm-module__SHouLq__form{background:var(--bg-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);padding:20px}.CommentForm-module__SHouLq__form:focus-within{box-shadow:0 0 0 1px #383838f1}.CommentForm-module__SHouLq__formHeader{align-items:center;gap:12px;margin-bottom:16px;display:flex}.CommentForm-module__SHouLq__avatar{object-fit:cover;border:2px solid #424242;border-radius:50%;width:40px;height:40px;box-shadow:0 2px 4px #0000004d}.CommentForm-module__SHouLq__formInfo{flex-direction:column;gap:4px;display:flex}.CommentForm-module__SHouLq__userName{color:var(--text-main);font-size:14px;font-weight:600}.CommentForm-module__SHouLq__replyInfo{color:var(--text-muted);align-items:center;gap:4px;font-size:12px;display:flex}.CommentForm-module__SHouLq__replyToName{color:#fff;font-weight:600}.CommentForm-module__SHouLq__textarea{background:var(--bg-main);border:1px solid var(--bg-secondary);border-radius:var(--radius-sm);width:100%;min-height:80px;color:var(--text-main);resize:vertical;transition:all var(--transition-fast);margin-bottom:12px;padding:12px;font-family:inherit;font-size:14px;line-height:1.5}.CommentForm-module__SHouLq__textarea:focus{border-color:var(--link);outline:none;box-shadow:0 0 0 2px #383838f1}.CommentForm-module__SHouLq__textarea::placeholder{color:var(--text-placeholder)}.CommentForm-module__SHouLq__formFooter{justify-content:space-between;align-items:center;display:flex}.CommentForm-module__SHouLq__charCount{color:var(--text-placeholder);font-size:12px}.CommentForm-module__SHouLq__formActions{gap:8px;display:flex}.CommentForm-module__SHouLq__cancelBtn{border:1px solid var(--bg-secondary);border-radius:var(--radius-lg);color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;padding:8px 16px;font-size:14px;font-weight:500}.CommentForm-module__SHouLq__cancelBtn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-main);border-color:var(--bg-hover)}.CommentForm-module__SHouLq__cancelBtn:disabled{opacity:.5;cursor:not-allowed}.CommentForm-module__SHouLq__submitBtn{background:var(--bg-hover);border-radius:var(--radius-lg);color:var(--text-main);cursor:pointer;min-width:80px;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;gap:8px;padding:8px 24px;font-size:14px;font-weight:500;display:flex}.CommentForm-module__SHouLq__submitBtn:hover:not(:disabled){background:#535353;transform:translateY(-1px)}.CommentForm-module__SHouLq__submitBtn:disabled{opacity:.5;cursor:not-allowed}.CommentForm-module__SHouLq__spinner,.CommentForm-module__SHouLq__loadingSpinner{border:2px solid #ffffff4d;border-top-color:var(--text-main);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite CommentForm-module__SHouLq__spin}@keyframes CommentForm-module__SHouLq__spin{to{transform:rotate(360deg)}}.CommentForm-module__SHouLq__formError,.CommentForm-module__SHouLq__error{background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-md);color:#fff;align-items:center;gap:8px;margin-top:12px;padding:12px;font-size:14px;display:flex}.CommentForm-module__SHouLq__loginPrompt{text-align:center;background:var(--bg-secondary);border-radius:var(--radius-md);margin-bottom:32px;padding:32px}.CommentForm-module__SHouLq__loginPrompt p{color:var(--text-muted);margin:0;font-size:14px}.CommentForm-module__SHouLq__commentsList{flex-direction:column;gap:24px;display:flex}.CommentForm-module__SHouLq__commentWrapper{position:relative}.CommentForm-module__SHouLq__emptyState{text-align:center;background:var(--bg-secondary);border-radius:var(--radius-md);border:2px dashed var(--bg-secondary);padding:48px 24px}.CommentForm-module__SHouLq__emptyIcon{opacity:.3;margin-bottom:16px;font-size:48px}.CommentForm-module__SHouLq__emptyState p{color:var(--text-placeholder);margin:0;font-size:14px}.CommentForm-module__SHouLq__emptyState .CommentForm-module__SHouLq__loginPrompt{color:var(--link);background:0 0;border:none;margin-top:12px;padding:0;font-size:13px}.CommentForm-module__SHouLq__loadMoreBtn{border:1px solid var(--bg-hover);border-radius:var(--radius-md);width:100%;color:var(--bg-hover);cursor:pointer;transition:all var(--transition-fast);background:0 0;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:14px;font-weight:500;display:flex}.CommentForm-module__SHouLq__loadMoreBtn:hover:not(:disabled){background:var(--bg-hover);color:#fff}.CommentForm-module__SHouLq__viewMoreContainer{margin:16px 0 16px 40px}.CommentForm-module__SHouLq__repliesDivider{background:var(--bg-secondary);height:1px;margin:8px 0}.CommentForm-module__SHouLq__viewMoreBtn{border-radius:var(--radius-lg);color:var(--bg-hover);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;display:flex}.CommentForm-module__SHouLq__viewMoreBtn:hover:not(:disabled){background:var(--bg-hover);color:#fff}.CommentForm-module__SHouLq__viewMoreBtn:disabled{opacity:.5;cursor:not-allowed}.CommentForm-module__SHouLq__viewMoreIcon{font-size:12px;transition:transform .2s}.CommentForm-module__SHouLq__viewMoreBtn:hover .CommentForm-module__SHouLq__viewMoreIcon{transform:translateY(2px)}.CommentForm-module__SHouLq__skeletonForm,.CommentForm-module__SHouLq__skeletonComment{background:var(--bg-secondary);border-radius:var(--radius-md);animation:1.5s ease-in-out infinite CommentForm-module__SHouLq__pulse}.CommentForm-module__SHouLq__skeletonForm{margin-bottom:32px;padding:20px}.CommentForm-module__SHouLq__skeletonComment{height:100px}@keyframes CommentForm-module__SHouLq__pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.CommentForm-module__SHouLq__header{flex-direction:column;align-items:flex-start;gap:12px}.CommentForm-module__SHouLq__sortContainer{width:100%}.CommentForm-module__SHouLq__sortBtn{text-align:center;flex:1}.CommentForm-module__SHouLq__form{padding:16px}.CommentForm-module__SHouLq__viewMoreContainer{margin-left:32px}}@media (max-width:480px){.CommentForm-module__SHouLq__formActions{justify-content:flex-end;width:100%}.CommentForm-module__SHouLq__viewMoreContainer{margin-left:24px}}
.CommentsSkeleton-module___wfiua__commentsWrapper{background-color:#0f0f0f;border-radius:12px;flex-direction:column;gap:16px;padding:16px;display:flex}.CommentsSkeleton-module___wfiua__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.CommentsSkeleton-module___wfiua__skeletonTitle{background:#1a1a1a;border-radius:6px;width:180px;height:22px;animation:1.5s ease-in-out infinite CommentsSkeleton-module___wfiua__pulse}.CommentsSkeleton-module___wfiua__skeletonSort{background:#1a1a1a;border-radius:8px;width:120px;height:32px;animation:1.5s ease-in-out infinite CommentsSkeleton-module___wfiua__pulse}.CommentsSkeleton-module___wfiua__skeletonForm{background:#1a1a1a;border-radius:12px;align-items:center;gap:12px;padding:12px;animation:1.5s ease-in-out infinite CommentsSkeleton-module___wfiua__pulse;display:flex}.CommentsSkeleton-module___wfiua__skeletonFormAvatar{background:#1a1a1a;border-radius:50%;width:40px;height:40px;animation:1.5s ease-in-out infinite CommentsSkeleton-module___wfiua__pulse}.CommentsSkeleton-module___wfiua__skeletonFormTextarea{background:#1a1a1a;border-radius:8px;flex:1;height:60px;animation:1.5s ease-in-out infinite CommentsSkeleton-module___wfiua__pulse}.CommentsSkeleton-module___wfiua__skeletonComments{flex-direction:column;gap:16px;display:flex}.CommentsSkeleton-module___wfiua__skeletonComment{gap:12px;display:flex}.CommentsSkeleton-module___wfiua__skeletonCommentAvatar{background:#1a1a1a;border-radius:50%;width:40px;height:40px;animation:1.5s ease-in-out infinite CommentsSkeleton-module___wfiua__pulse}.CommentsSkeleton-module___wfiua__skeletonCommentContent{flex-direction:column;flex:1;gap:6px;display:flex}.CommentsSkeleton-module___wfiua__skeletonCommentHeader{background:#1a1a1a;border-radius:4px;width:120px;height:16px;animation:1.5s ease-in-out infinite CommentsSkeleton-module___wfiua__pulse}.CommentsSkeleton-module___wfiua__skeletonCommentBody{background:#1a1a1a;border-radius:6px;width:100%;height:32px;animation:1.5s ease-in-out infinite CommentsSkeleton-module___wfiua__pulse}.CommentsSkeleton-module___wfiua__skeletonCommentFooter{background:#1a1a1a;border-radius:4px;width:80px;height:14px;animation:1.5s ease-in-out infinite CommentsSkeleton-module___wfiua__pulse}@keyframes CommentsSkeleton-module___wfiua__pulse{0%,to{opacity:1}50%{opacity:.2}}@media (max-width:768px){.CommentsSkeleton-module___wfiua__header{flex-direction:column;align-items:flex-start}.CommentsSkeleton-module___wfiua__skeletonSort{width:100%}}
.ReportModal-module__8OfZTW__modalOverlay{z-index:10000;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ReportModal-module__8OfZTW__modal{background:linear-gradient(#141414,#1a1a1a);border:1px solid #2a2a2a;border-radius:1rem;width:90%;max-width:500px;max-height:80vh;padding:2rem;animation:.2s forwards ReportModal-module__8OfZTW__fadeIn;overflow-y:auto;box-shadow:0 12px 32px #000000bf}.ReportModal-module__8OfZTW__reportHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ReportModal-module__8OfZTW__reportAvatar{object-fit:cover;border:2px solid #262626;border-radius:50%;width:60px;height:60px}.ReportModal-module__8OfZTW__modal label{color:#ccc;margin-bottom:.5rem;font-weight:600;display:block}.ReportModal-module__8OfZTW__modal select,.ReportModal-module__8OfZTW__modal textarea{color:#eee;background:#1d1d1d;border:1px solid #333;border-radius:.5rem;width:100%;margin-bottom:1rem;padding:.75rem;font-family:inherit;transition:border-color .2s,background .2s}.ReportModal-module__8OfZTW__modal select:focus,.ReportModal-module__8OfZTW__modal textarea:focus{border-color:#555;outline:none}.ReportModal-module__8OfZTW__modal textarea{resize:vertical;min-height:120px}.ReportModal-module__8OfZTW__modalActions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.ReportModal-module__8OfZTW__modalActions button{color:#eee;cursor:pointer;background:#2e2e2e;border:1px solid #333;border-radius:.5rem;padding:.5rem 1rem;font-weight:600;transition:all .2s}.ReportModal-module__8OfZTW__modalActions button:hover:not(:disabled){background:#3a3a3a;border-color:#555}.ReportModal-module__8OfZTW__modalActions button:disabled{opacity:.5;cursor:not-allowed}@keyframes ReportModal-module__8OfZTW__fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}html[lang=ar] .ReportModal-module__8OfZTW__modal{direction:rtl}html[lang=ar] .ReportModal-module__8OfZTW__reportHeader,html[lang=ar] .ReportModal-module__8OfZTW__modalActions{flex-direction:row-reverse}
.Comments-module__8HVpsa__commentsWrapper{color:#fff;background-color:#131313;border-radius:12px;flex-direction:column;gap:16px;padding:16px;display:flex}.Comments-module__8HVpsa__header{justify-content:space-between;align-items:center;display:flex}.Comments-module__8HVpsa__title{color:#fff;align-items:center;gap:12px;margin:0;font-size:20px;font-weight:600;display:flex}.Comments-module__8HVpsa__commentsCount{color:#aaa;background:#3d3d3d;border-radius:12px;padding:2px 8px;font-size:14px;font-weight:500}.Comments-module__8HVpsa__sortContainer{background:#2d2d2d;border-radius:8px;gap:8px;padding:4px;display:flex}.Comments-module__8HVpsa__sortBtn{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 16px;font-size:14px;font-weight:500;transition:all .2s}.Comments-module__8HVpsa__sortBtn:hover{color:#fff;background:#3d3d3d}.Comments-module__8HVpsa__sortBtn.Comments-module__8HVpsa__active{color:#fff;background:#4f4f4f}.Comments-module__8HVpsa__loadMoreBtn{color:#b4b4b4;cursor:pointer;background:0 0;border:1px solid #3d3d3d;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.Comments-module__8HVpsa__loadMoreBtn:hover:not(:disabled){background:#3d3d3d}.Comments-module__8HVpsa__error{color:#f77;background:#300;border:1px solid #600;border-radius:8px;align-items:center;gap:8px;margin-top:16px;padding:16px;font-size:14px;display:flex}.Comments-module__8HVpsa__skeletonForm,.Comments-module__8HVpsa__skeletonComment{background:#2d2d2d;border-radius:12px;margin-bottom:32px;padding:20px;animation:1.5s ease-in-out infinite Comments-module__8HVpsa__pulse}.Comments-module__8HVpsa__skeletonComments{flex-direction:column;gap:16px;display:flex}@keyframes Comments-module__8HVpsa__pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.Comments-module__8HVpsa__header{align-items:flex-start}.Comments-module__8HVpsa__sortContainer{gap:4px;padding:2px}.Comments-module__8HVpsa__sortBtn{flex:1;padding:4px 8px;font-size:12px}}@media (max-width:480px){.Comments-module__8HVpsa__sortBtn{padding:3px 6px;font-size:11px}}
.VideoPlayer-module__phvcbG__videoPlayer{-webkit-user-select:none;user-select:none;background:#000;width:100%;height:100%;position:relative;overflow:hidden}.VideoPlayer-module__phvcbG__videoPlayer.VideoPlayer-module__phvcbG__fullscreen{width:100vw;height:100vh}.VideoPlayer-module__phvcbG__loader{z-index:10;border:4px solid #fff;border-bottom-color:#0000;border-radius:50%;width:60px;height:60px;animation:.6s linear infinite VideoPlayer-module__phvcbG__spin;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #ffffff80,0 0 20px #fff3}.VideoPlayer-module__phvcbG__loader.VideoPlayer-module__phvcbG__show{display:block}@keyframes VideoPlayer-module__phvcbG__spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.VideoPlayer-module__phvcbG__mainVideo{object-fit:contain;outline:none;width:100%;height:100%}.VideoPlayer-module__phvcbG__playPauseOverlay{color:#f1f1f1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;z-index:5;background-color:#000c;border-radius:50%;justify-content:center;align-items:center;padding:20px;font-size:48px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VideoPlayer-module__phvcbG__playPauseOverlay.VideoPlayer-module__phvcbG__show{animation:.4s forwards VideoPlayer-module__phvcbG__fadeInOverlay}@keyframes VideoPlayer-module__phvcbG__fadeInOverlay{0%{opacity:0;transform:translate(-50%,-50%)scale(.75)rotate(-45deg)}to{opacity:1;transform:translate(-50%,-50%)scale(1)rotate(0)}}.VideoPlayer-module__phvcbG__controls{z-index:10;background:linear-gradient(#0000 0%,#000000b3 100%);width:100%;transition:transform .3s;position:absolute;bottom:0;left:0;transform:translateY(100%)}.VideoPlayer-module__phvcbG__controls.VideoPlayer-module__phvcbG__active{transform:translateY(0)}.VideoPlayer-module__phvcbG__progressArea{cursor:pointer;width:100%;height:12px;padding:4px 0;position:relative}.VideoPlayer-module__phvcbG__bufferedBar{pointer-events:none;border-radius:2px;width:100%;height:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.VideoPlayer-module__phvcbG__progressRange{appearance:none;cursor:pointer;z-index:2;background:0 0;width:100%;height:4px;margin:0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.VideoPlayer-module__phvcbG__progressRange::-webkit-slider-thumb{appearance:none;cursor:pointer;opacity:0;background:#ff9100;border-radius:50%;width:16px;height:16px;transition:opacity .2s,transform .1s;box-shadow:0 0 10px #ff9100b3}.VideoPlayer-module__phvcbG__progressRange::-moz-range-thumb{cursor:pointer;opacity:0;background:#ff9100;border:none;border-radius:50%;width:16px;height:16px;transition:opacity .2s,transform .1s;box-shadow:0 0 10px #ff9100b3}.VideoPlayer-module__phvcbG__progressArea:hover .VideoPlayer-module__phvcbG__progressRange::-webkit-slider-thumb{opacity:1}.VideoPlayer-module__phvcbG__progressArea:hover .VideoPlayer-module__phvcbG__progressRange::-moz-range-thumb{opacity:1}.VideoPlayer-module__phvcbG__progressRange:active::-webkit-slider-thumb{transform:scale(1.2)}.VideoPlayer-module__phvcbG__progressRange:active::-moz-range-thumb{transform:scale(1.2)}.VideoPlayer-module__phvcbG__progressRange::-webkit-slider-runnable-track{background:linear-gradient(to right,#ff9100 0%,#ff9100 var(--progress,0%),#ffffff4d var(--progress,0%),#ffffff4d 100%);border-radius:2px;width:100%;height:4px}.VideoPlayer-module__phvcbG__progressRange::-moz-range-track{background:#ffffff4d;border:none;border-radius:2px;width:100%;height:4px}.VideoPlayer-module__phvcbG__progressRange::-moz-range-progress{background:#ff9100;border-radius:2px;height:4px}.VideoPlayer-module__phvcbG__progressHoverTime{color:#fff;white-space:nowrap;pointer-events:none;z-index:11;background:#000c;border-radius:4px;padding:4px 8px;font-size:12px;position:absolute;bottom:30px;transform:translate(-50%)}.VideoPlayer-module__phvcbG__controlsList{justify-content:space-between;align-items:center;width:100%;padding:8px 16px;display:flex}.VideoPlayer-module__phvcbG__controlsLeft,.VideoPlayer-module__phvcbG__controlsRight{align-items:center;gap:8px;display:flex}.VideoPlayer-module__phvcbG__controlButton{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background-color .2s;display:flex}.VideoPlayer-module__phvcbG__controlButton:hover{background:#ffffff1a}.VideoPlayer-module__phvcbG__controlButton.VideoPlayer-module__phvcbG__active{background:#fff3}.VideoPlayer-module__phvcbG__volumeControl{align-items:center;gap:4px;display:flex}.VideoPlayer-module__phvcbG__volumeRange{appearance:none;cursor:pointer;background:#ffffff4d;border-radius:2px;width:0;height:4px;transition:width .3s}.VideoPlayer-module__phvcbG__volumeRange::-webkit-slider-thumb{appearance:none;cursor:pointer;opacity:0;background:#fff;border-radius:50%;width:12px;height:12px;transition:opacity .2s}.VideoPlayer-module__phvcbG__volumeRange::-moz-range-thumb{cursor:pointer;opacity:0;background:#fff;border:none;border-radius:50%;width:12px;height:12px;transition:opacity .2s}.VideoPlayer-module__phvcbG__volumeControl:hover .VideoPlayer-module__phvcbG__volumeRange{width:60px}.VideoPlayer-module__phvcbG__volumeControl:hover .VideoPlayer-module__phvcbG__volumeRange::-webkit-slider-thumb{opacity:1}.VideoPlayer-module__phvcbG__volumeControl:hover .VideoPlayer-module__phvcbG__volumeRange::-moz-range-thumb{opacity:1}.VideoPlayer-module__phvcbG__timer{color:#fff;white-space:nowrap;margin-left:8px;font-size:14px}.VideoPlayer-module__phvcbG__playbackRate{font-size:14px;font-weight:500}.VideoPlayer-module__phvcbG__settingsMenu,.VideoPlayer-module__phvcbG__captionsMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;background:#1c1c1cf2;border-radius:8px;width:200px;max-height:300px;animation:.2s VideoPlayer-module__phvcbG__fadeIn;position:absolute;bottom:70px;right:16px;overflow-y:auto;box-shadow:0 4px 20px #00000080}@keyframes VideoPlayer-module__phvcbG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.VideoPlayer-module__phvcbG__settingsMenu ul,.VideoPlayer-module__phvcbG__captionsMenu ul{margin:0;padding:0;list-style:none}.VideoPlayer-module__phvcbG__settingsMenu li,.VideoPlayer-module__phvcbG__captionsMenu li{cursor:pointer;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;transition:background-color .2s;display:flex}.VideoPlayer-module__phvcbG__settingsMenu li:hover,.VideoPlayer-module__phvcbG__captionsMenu li:hover{background:#ffffff1a}.VideoPlayer-module__phvcbG__settingsMenu li.VideoPlayer-module__phvcbG__active,.VideoPlayer-module__phvcbG__captionsMenu li.VideoPlayer-module__phvcbG__active{color:#ff9100;background:#ff910033}.VideoPlayer-module__phvcbG__settingsMenu li.VideoPlayer-module__phvcbG__active:before,.VideoPlayer-module__phvcbG__captionsMenu li.VideoPlayer-module__phvcbG__active:before{content:"✓";margin-right:8px}.VideoPlayer-module__phvcbG__settingsHeader{border-bottom:1px solid #ffffff1a;align-items:center;padding:12px 16px;font-weight:500;display:flex}.VideoPlayer-module__phvcbG__backButton{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin-right:12px;padding:4px;transition:background-color .2s;display:flex}.VideoPlayer-module__phvcbG__backButton:hover{background:#ffffff1a}.VideoPlayer-module__phvcbG__settingsMenu::-webkit-scrollbar{width:6px}.VideoPlayer-module__phvcbG__captionsMenu::-webkit-scrollbar{width:6px}.VideoPlayer-module__phvcbG__settingsMenu::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.VideoPlayer-module__phvcbG__captionsMenu::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}@media (max-width:768px){.VideoPlayer-module__phvcbG__playPauseOverlay{padding:16px;font-size:36px}.VideoPlayer-module__phvcbG__controlsList{padding:6px 12px}.VideoPlayer-module__phvcbG__settingsMenu,.VideoPlayer-module__phvcbG__captionsMenu{width:180px;bottom:60px;right:8px}}@media (max-width:480px){.VideoPlayer-module__phvcbG__volumeRange,.VideoPlayer-module__phvcbG__playbackRate,.VideoPlayer-module__phvcbG__pictureInPicture{display:none}.VideoPlayer-module__phvcbG__timer{font-size:12px}.VideoPlayer-module__phvcbG__settingsMenu,.VideoPlayer-module__phvcbG__captionsMenu{width:160px}}
:root{--bg-dark:#111;--bg-secondary:#252525;--border-dark:#333;--text-light:#fff;--text-muted:#d1d5db;--success:#34d399;--error:#f87171;--loading:#9ca3af;--radius-sm:.5rem;--radius-lg:1rem;--transition:.2s ease}.NewsletterSignup-module__geBK9W__container{background-color:var(--bg-dark);color:var(--text-light);border-radius:var(--radius-lg);text-align:center;width:100%;margin:2rem auto;padding:2rem}.NewsletterSignup-module__geBK9W__title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.NewsletterSignup-module__geBK9W__subtitle{color:var(--text-muted);margin-bottom:1rem;font-size:1rem}.NewsletterSignup-module__geBK9W__button,.NewsletterSignup-module__geBK9W__signInButton,.NewsletterSignup-module__geBK9W__submitButton{background-color:var(--bg-secondary);border:2px solid var(--border-dark);color:var(--text-light);cursor:pointer;transition:background-color var(--transition);border-radius:3rem;padding:.5rem 1rem;font-weight:600;text-decoration:none;display:inline-block}.NewsletterSignup-module__geBK9W__button:hover,.NewsletterSignup-module__geBK9W__signInButton:hover,.NewsletterSignup-module__geBK9W__submitButton:hover{background-color:var(--border-dark)}.NewsletterSignup-module__geBK9W__form{flex-direction:column;gap:.5rem;display:flex}.NewsletterSignup-module__geBK9W__input{border-radius:var(--radius-sm);color:#111827;border:none;padding:.5rem;font-size:1rem}.NewsletterSignup-module__geBK9W__success{color:var(--success);margin-top:.5rem}.NewsletterSignup-module__geBK9W__error{color:var(--error);margin-top:.5rem}.NewsletterSignup-module__geBK9W__loading{color:var(--loading)}.NewsletterSignup-module__geBK9W__motivationContainer{margin-bottom:1.5rem}.NewsletterSignup-module__geBK9W__motivationTitle{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.NewsletterSignup-module__geBK9W__motivationDescription{color:var(--text-muted);font-size:.95rem}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
:root{--color-black:#0a0a0a;--color-dark:#0b0b0b;--color-white:#fff;--color-light:#f5f5f5;--color-gray:#8a8a8a;--color-gray-light:#d4d4d4;--color-gray-dark:#404040;--color-accent:#2563eb;--shadow-heavy:0 12px 28px #0009;--shadow-light:0 4px 12px #0000001a;--transition-smooth:cubic-bezier(.4,0,.2,1)}@keyframes HeroSection-module__Iy3pWq__fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSection-module__Iy3pWq__scaleIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.HeroSection-module__Iy3pWq__container{background:var(--color-dark);width:100%;animation:HeroSection-module__Iy3pWq__fadeUp .4s var(--transition-smooth)both;position:relative;overflow:hidden}.HeroSection-module__Iy3pWq__swiperContainer{width:100%;height:100%}.HeroSection-module__Iy3pWq__swiperSlide{height:auto}.HeroSection-module__Iy3pWq__swiperContainer .swiper-pagination-bullet{background:var(--color-gray);opacity:.6;width:8px;height:8px;transition:all .3s var(--transition-smooth)}.HeroSection-module__Iy3pWq__swiperContainer .swiper-pagination-bullet-active{background:var(--color-white);opacity:1;border-radius:4px;width:24px}.HeroSection-module__Iy3pWq__swiperContainer .swiper-pagination{bottom:20px!important}.HeroSection-module__Iy3pWq__slideLink{min-height:520px;color:inherit;background:var(--color-black);animation:HeroSection-module__Iy3pWq__scaleIn .5s var(--transition-smooth)both;grid-template-columns:68% 1fr;text-decoration:none;display:grid;position:relative}html[lang=ar] .HeroSection-module__Iy3pWq__slideLink{direction:ltr}.HeroSection-module__Iy3pWq__imageContainer{width:100%;height:100%;position:relative;overflow:hidden}.HeroSection-module__Iy3pWq__slideImage{object-fit:cover;will-change:transform;transition:transform .8s var(--transition-smooth),filter .4s var(--transition-smooth)}.HeroSection-module__Iy3pWq__slideLink:hover .HeroSection-module__Iy3pWq__slideImage{filter:brightness(.85);transform:scale(1.02)}.HeroSection-module__Iy3pWq__imageOverlay{z-index:1;background:linear-gradient(90deg,#00000026 0%,#0006 45%,#000000bf 75%,#000000f2 100%);position:absolute;inset:0}.HeroSection-module__Iy3pWq__content{z-index:2;color:var(--color-white);background:linear-gradient(270deg,#000000f2 0%,#000000b3 100%);flex-direction:column;justify-content:center;padding:2.5rem;display:flex;position:relative}.HeroSection-module__Iy3pWq__metaInfo{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.HeroSection-module__Iy3pWq__metaText{color:var(--color-gray-light);letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border-radius:4px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.HeroSection-module__Iy3pWq__dateText{color:var(--color-gray);opacity:.9;white-space:nowrap;font-size:.75rem}.HeroSection-module__Iy3pWq__title{text-shadow:0 4px 12px #000000e6;-webkit-line-clamp:3;letter-spacing:-.02em;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:clamp(1.8rem,3.2vw,2.8rem);font-weight:800;line-height:1.15;display:-webkit-box;overflow:hidden}.HeroSection-module__Iy3pWq__subtitle{color:var(--color-gray-light);-webkit-line-clamp:2;opacity:.95;-webkit-box-orient:vertical;margin:0 0 2rem;font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.5;display:-webkit-box;overflow:hidden}.HeroSection-module__Iy3pWq__author{border-top:1px solid #ffffff1f;align-items:center;gap:.9rem;padding-top:1.25rem;display:flex}.HeroSection-module__Iy3pWq__avatarWrapper{background:var(--color-dark);border:1.5px solid #fff3;border-radius:50%;flex-shrink:0;width:42px;height:42px;overflow:hidden}.HeroSection-module__Iy3pWq__avatar{object-fit:cover;width:100%;height:100%}.HeroSection-module__Iy3pWq__authorName{color:var(--color-white);letter-spacing:.01em;font-size:.9rem;font-weight:600}.HeroSection-module__Iy3pWq__prevButton,.HeroSection-module__Iy3pWq__nextButton{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:52px;height:52px;color:var(--color-white);cursor:pointer;transition:all .3s var(--transition-smooth);box-shadow:var(--shadow-heavy);z-index:10;pointer-events:auto;background:#0a0a0abf;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.HeroSection-module__Iy3pWq__prevButton:hover,.HeroSection-module__Iy3pWq__nextButton:hover{background:#ffffff1f;border-color:#ffffff4d;transform:translateY(-50%)scale(1.08)}.HeroSection-module__Iy3pWq__prevButton:active,.HeroSection-module__Iy3pWq__nextButton:active{transform:translateY(-50%)scale(.96)}.HeroSection-module__Iy3pWq__prevButton{left:24px}.HeroSection-module__Iy3pWq__nextButton{right:24px}@media (max-width:1024px){.HeroSection-module__Iy3pWq__slideLink{grid-template-columns:1fr;min-height:560px}.HeroSection-module__Iy3pWq__imageContainer{position:absolute;inset:0}.HeroSection-module__Iy3pWq__content{background:linear-gradient(#0000 0%,#00000080 50%,#000000f2 100%);justify-content:flex-end;align-items:flex-start;padding-bottom:3rem}.HeroSection-module__Iy3pWq__imageOverlay{background:linear-gradient(#0000 0%,#00000080 60%,#000000f2 100%)}.HeroSection-module__Iy3pWq__prevButton,.HeroSection-module__Iy3pWq__nextButton{width:48px;height:48px;font-size:1.4rem}}@media (max-width:768px){.HeroSection-module__Iy3pWq__container{animation:HeroSection-module__Iy3pWq__fadeUp .35s var(--transition-smooth)both}.HeroSection-module__Iy3pWq__slideLink{min-height:460px}.HeroSection-module__Iy3pWq__content{padding:1.5rem 1.5rem 2.5rem}.HeroSection-module__Iy3pWq__title{-webkit-line-clamp:2;font-size:clamp(1.5rem,4vw,1.8rem);line-height:1.2}.HeroSection-module__Iy3pWq__subtitle{-webkit-line-clamp:2;font-size:1rem}.HeroSection-module__Iy3pWq__metaInfo{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.HeroSection-module__Iy3pWq__metaText{padding:.3rem .6rem;font-size:.75rem}.HeroSection-module__Iy3pWq__dateText{font-size:.7rem}.HeroSection-module__Iy3pWq__prevButton,.HeroSection-module__Iy3pWq__nextButton{opacity:.9;width:44px;height:44px;font-size:1.3rem}.HeroSection-module__Iy3pWq__prevButton{left:12px}.HeroSection-module__Iy3pWq__nextButton{right:12px}}@media (max-width:480px){.HeroSection-module__Iy3pWq__slideLink{min-height:420px}.HeroSection-module__Iy3pWq__content{padding:1.25rem 1.25rem 2rem}.HeroSection-module__Iy3pWq__title{margin-bottom:.75rem;font-size:1.35rem}.HeroSection-module__Iy3pWq__subtitle{margin-bottom:1.5rem;font-size:.9rem}.HeroSection-module__Iy3pWq__author{padding-top:1rem}.HeroSection-module__Iy3pWq__avatarWrapper{width:36px;height:36px}.HeroSection-module__Iy3pWq__authorName{font-size:.8rem}.HeroSection-module__Iy3pWq__prevButton,.HeroSection-module__Iy3pWq__nextButton{display:none}}.HeroSection-module__Iy3pWq__loading{background:linear-gradient(90deg,var(--color-dark)25%,var(--color-gray-dark)50%,var(--color-dark)75%);background-size:200% 100%;width:100%;height:520px;animation:1.5s infinite HeroSection-module__Iy3pWq__loading}@keyframes HeroSection-module__Iy3pWq__loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-contrast:high){.HeroSection-module__Iy3pWq__title{text-shadow:0 2px 4px #000}.HeroSection-module__Iy3pWq__metaText{border:1px solid var(--color-white);background:#000000e6}}@media (prefers-reduced-motion:reduce){.HeroSection-module__Iy3pWq__container,.HeroSection-module__Iy3pWq__slideLink,.HeroSection-module__Iy3pWq__slideImage,.HeroSection-module__Iy3pWq__prevButton,.HeroSection-module__Iy3pWq__nextButton{transition:none;animation:none}.HeroSection-module__Iy3pWq__slideLink:hover .HeroSection-module__Iy3pWq__slideImage{filter:none;transform:none}}
