body.news-page-body{--monki-news-cover-height-md:250px;--monki-news-cover-height-xs:200px}body.news-page-body .news-container{display:flex;max-width:1400px;width:100%;margin:84px auto 0;padding:0 2rem;position:static;left:auto;transform:none;justify-content:center}body.news-page-body .news-main-content{flex:1;max-width:1200px;width:100%}body.news-page-body .news-page{background-color:rgba(255,255,255,.05);padding:3rem;border-radius:12px;box-shadow:0 4px 30px rgba(0,0,0,.1);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1)}body.news-page-body .news-page h1{text-align:center;font-size:4rem;color:#fff;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-family:Poppins,sans-serif;letter-spacing:2px;font-weight:700}body.news-page-body .news-page .subtitle{text-align:center;color:#aaa;font-size:1.2rem;margin-bottom:3rem}body.news-page-body .news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}body.news-page-body .news-card{background:rgba(255,255,255,.05);border-radius:12px;overflow:hidden;box-shadow:0 4px 30px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid rgba(0,255,0,.1)}body.news-page-body .news-card:hover{transform:translateY(-10px);box-shadow:0 8px 30px rgba(0,255,0,.2);border-color:rgba(0,255,0,.3)}body.news-page-body .news-image{height:var(--monki-news-cover-height-md);overflow:hidden;position:relative}body.news-page-body .news-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}body.news-page-body .news-card:hover .news-image img{transform:scale(1.1)}body.news-page-body .news-content{padding:2rem}body.news-page-body .news-content h3{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:600}body.news-page-body .news-date{color:#aaa;font-size:.9rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}body.news-page-body .news-content p{color:#ddd;margin-bottom:1.5rem;line-height:1.8}body.news-page-body .read-more{display:inline-block;color:#00ff00;text-decoration:none;font-weight:600;padding:.5rem 1rem;border-radius:4px;background:rgba(0,255,0,.1);transition:all .3s ease;border:none;cursor:pointer;font-family:inherit}body.news-page-body .read-more:hover{background:rgba(0,255,0,.2);color:#fff}body.news-page-body .latest-news h2{color:#fff;font-size:2rem;margin-bottom:2rem;text-align:center}body.news-page-body .upcoming-events{margin-top:3rem}body.news-page-body .upcoming-events h2{color:#fff;font-size:2rem;margin-bottom:2rem;text-align:center}body.news-page-body .news-events-timeline{display:flex;flex-direction:column;gap:2rem}body.news-page-body .news-timeline-item{display:flex;align-items:center;gap:2rem;background:rgba(255,255,255,.05);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}body.news-page-body .news-timeline-date{color:#00ff00;font-weight:600;font-size:1.1rem;min-width:120px}body.news-page-body .news-timeline-content h3{color:#fff;margin-bottom:.5rem;font-size:1.3rem}body.news-page-body .news-timeline-content p{color:#ddd;margin:0}body.news-page-body .news-timeline-content .read-more{display:inline-block;color:#00ff00;text-decoration:none;font-weight:600;padding:.5rem 1rem;border-radius:4px;background:rgba(0,255,0,.1);transition:all .3s ease;border:none;cursor:pointer;font-family:inherit;margin-top:1rem}body.news-page-body .news-timeline-content .read-more:hover{background:rgba(0,255,0,.2);color:#fff}body.news-page-body .sidebar{background:rgba(255,255,255,.05);padding:2rem;border-radius:12px;margin-left:2rem;min-width:300px;height:-moz-fit-content;height:fit-content}body.news-page-body .sidebar h3{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}body.news-page-body .social-feed{margin-bottom:2rem}body.news-page-body .social-feed iframe{width:100%;border:none;border-radius:8px}body.news-page-body .sponsors{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}body.news-page-body .sponsor-logo{width:80px;height:40px;-o-object-fit:contain;object-fit:contain;opacity:.7;transition:opacity .3s ease}body.news-page-body .sponsor-logo:hover{opacity:1}.news-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem;animation:modalFadeIn .3s ease}.news-modal{background:rgba(20,20,20,.95);border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;border:1px solid rgba(0,255,0,.2);box-shadow:0 20px 60px rgba(0,0,0,.5);animation:modalSlideIn .3s ease}.news-modal-close{position:fixed;top:2rem;right:2rem;background:rgba(0,0,0,.8);border:2px solid rgba(255,255,255,.3);color:#fff;font-size:2rem;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1010;backdrop-filter:blur(5px)}.news-modal-close:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.6);transform:scale(1.1);box-shadow:0 4px 15px rgba(0,0,0,.3)}.news-modal-content{padding:2rem}.news-modal-title-section{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid rgba(0,255,0,.3)}.news-modal-title-section h1{color:#fff;font-size:2.8rem;margin-bottom:1rem;font-weight:700;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.news-modal-date{color:#00ff00;font-size:1.2rem;font-weight:600;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.news-modal-body{color:#ddd;line-height:1.8;font-size:1.1rem}.news-modal-paragraph{margin-bottom:2rem}.news-modal-paragraph p{margin:0;color:#ddd;line-height:1.8;font-size:1.1rem;text-align:justify}.news-modal-subtitle{color:#fff;font-size:1.5rem;font-weight:600;margin:3rem 0 1.5rem;text-align:center;text-shadow:1px 1px 2px rgba(0,0,0,.5);border-bottom:1px solid rgba(0,255,0,.3);padding-bottom:.5rem}.news-modal-image-container{margin:3rem 0;text-align:center}.news-modal-image{width:100%;max-width:600px;height:auto;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.3);transition:transform .3s ease}.news-modal-image:hover{transform:scale(1.02)}.news-modal-image-caption{margin-top:1rem;color:#aaa;font-size:.9rem;font-style:italic;text-align:center}.news-rich-content{color:#ddd;line-height:1.85;max-width:100%;overflow-wrap:anywhere;word-break:break-word;overflow-x:hidden}.news-rich-content h1,.news-rich-content h2,.news-rich-content h3{color:#fff;margin:1.2rem 0 .8rem}.news-rich-content p{margin:.8rem 0}.news-rich-content a{color:#7ec8ff;text-decoration:underline}.news-rich-content img{display:block;max-width:min(100%,700px);height:auto;border-radius:10px;margin:.8rem auto!important;-o-object-fit:contain;object-fit:contain}.news-rich-content figure{display:flex;flex-direction:column;align-items:center;margin:.85rem 0;max-width:100%}.news-rich-content [data-figcaption] figcaption,.news-rich-content figcaption{margin-top:.35rem;max-width:min(100%,700px);text-align:center;font-size:.85rem;line-height:1.45;color:#aaa}.news-rich-content [data-resize-image-ui=position-controller]{display:none!important}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1200px){body.news-page-body .news-container{flex-direction:column}body.news-page-body .sidebar{margin-left:0;margin-top:2rem}}@media (max-width:768px){body.news-page-body .news-page{padding:2rem}body.news-page-body .news-page h1{font-size:2.5rem}body.news-page-body .news-grid{grid-template-columns:1fr}body.news-page-body .news-image{height:var(--monki-news-cover-height-xs)}body.news-page-body .news-timeline-item{flex-direction:column;text-align:center;gap:1rem}body.news-page-body .news-timeline-date{min-width:auto}.news-modal-overlay{padding:1rem}.news-modal{max-height:95vh;border-radius:12px}.news-modal-content{padding:1.5rem}.news-modal-title-section h1{font-size:2.2rem}.news-modal-body{font-size:1rem}.news-modal-subtitle{font-size:1.3rem;margin:2rem 0 1rem}.news-modal-image{max-width:100%}}body.news-page-body .fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.news-modal-share{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;margin:1.5rem 0 2rem}.news-modal-share-copy-btn{padding:.45rem 1rem;border-radius:999px;border:1px solid rgba(16,224,127,.45);background:rgba(16,224,127,.12);color:#10e07f;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.news-modal-share-copy-btn:hover{background:rgba(16,224,127,.22);border-color:rgba(16,224,127,.65)}.news-modal-share-btn{width:40px;height:40px;border:none;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15)}.news-modal-share-btn:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 4px 15px rgba(0,0,0,.25)}.news-modal-share-btn:active{transform:translateY(-1px) scale(1.05)}.news-modal-share-btn--whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:white}.news-modal-share-btn--whatsapp:hover{background:linear-gradient(135deg,#128c7e,#25d366)}.news-modal-share-btn--instagram{background:linear-gradient(135deg,#f58529,#dd2a7b 45%,#8134af);color:white}.news-modal-share-btn--instagram:hover{background:linear-gradient(135deg,#8134af,#dd2a7b 45%,#f58529)}@media (max-width:768px){.news-modal-share{gap:.8rem;margin:1rem 0 1.5rem}.news-modal-share-btn{width:36px;height:36px;font-size:1.1rem}}