.news-container{width:100%;display:flex;flex-direction:column;gap:20px}.news-header h2{color:#ffffff;font-size:28px;font-weight:600;text-align:center;margin:0 0 10px}.news-list{display:flex;flex-direction:column;gap:20px}.news-item{display:flex;flex-direction:row;background:rgba(19,21,39,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.news-item:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);box-shadow:0 8px 32px rgba(0,0,0,.3)}.news-item.expanded{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);flex-direction:column}.news-banner{width:40%;min-width:200px;max-width:420px;background:rgba(0,0,0,.04);display:flex;align-items:stretch}.news-item.expanded .news-banner{max-height:150px;width:100%;max-width:none}.news-banner-inner{width:100%;height:100%;overflow:hidden;min-height:0;display:flex;align-items:center;justify-content:center}.news-item.expanded .news-banner-inner{max-height:150px}.news-image-wrap{border-radius:20px;overflow:hidden;max-height:450px;box-shadow:0 4px 15px rgba(0,0,0,.2);margin:20px 0}.news-image-wrap img{width:100%;height:auto;object-fit:cover}.news-main-image img{transition:transform .3s ease}.news-item:hover .news-main-image img{transform:scale(1.05)}.news-content{padding:20px;display:flex;flex-direction:column}.news-details{flex:1 1}.news-item:not(.expanded) ul{list-style:disc;padding-left:20px;margin:10px 0 15px}.news-meta{display:flex;align-items:center;margin-bottom:10px}.news-date{color:rgba(255,255,255,.7);font-size:14px;font-weight:500}.news-title{color:#ffffff;font-size:24px;font-weight:600;margin:0 0 15px;line-height:1.3;font-family:Montserrat-ExtraBold}.news-preview p,.news-row-text p{color:rgba(255,255,255,.9);margin:0 0 12px}.news-row-text h1,.news-row-text h2,.news-row-text h3{color:#ffffff;margin:0 0 10px}.news-row-text ol,.news-row-text ul{margin:8px 0 12px 15px;padding-left:15px}.news-row-text ol li,.news-row-text ul li{color:rgba(255,255,255,.85);font-size:14px;line-height:1.5;padding:4px 0}.news-row.news-row-gallery{margin:10px 0;padding:10px 0}.news-row-text i{font-style:italic;font-size:14px}.news-row-text a{color:#93C5FD;text-decoration:underline}.news-details p{font-size:16px;font-family:Montserrat-Medium;color:rgba(255,255,255,.8);line-height:1.6;margin:0 0 15px}.news-features{margin-top:20px}.feature-section{margin-bottom:25px}.feature-section:last-child{margin-bottom:15px}.feature-title{color:#ffffff;font-size:16px;font-weight:600;margin:0 0 10px;padding-bottom:8px;border-bottom:2px solid rgba(255,255,255,.1)}.feature-points{list-style:none;padding:0;margin:0}.feature-points li{color:rgba(255,255,255,.85);font-size:14px;line-height:1.5;padding:6px 0 6px 20px;position:relative}.feature-points li:before{content:"•";color:#757DFF;font-size:16px;position:absolute;left:0;top:6px}.news-other-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:15px;gap:15px;margin-top:20px;max-width:100%}.other-image{border-radius:8px;overflow:hidden;background:rgba(255,255,255,.05);max-width:100%;width:100%}.other-image img{width:100%;height:auto;display:block;transition:transform .3s ease;max-width:100%;max-height:400px;object-fit:cover}.other-image:hover img{transform:scale(1.05)}.news-expand-btn{background:linear-gradient(135deg,#757DFF,#6366F1);color:white;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none;box-shadow:0 4px 15px rgba(117,125,255,.3);margin-top:15px;align-self:flex-start}.news-expand-btn:hover{background:linear-gradient(135deg,#6366F1,#8B5CF6);transform:translateY(-2px);box-shadow:0 6px 20px rgba(117,125,255,.4)}.news-expand-btn:active{transform:translateY(0);box-shadow:0 2px 10px rgba(117,125,255,.3)}@media (min-width:1400px){.news-other-images{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}}@media (max-width:768px){.news-header h2{font-size:24px}.news-title{font-size:18px}.news-content{padding:15px}.news-main-image{height:160px}.news-item{flex-direction:column}.news-banner{width:100%;max-width:100%}.news-other-images{grid-template-columns:1fr;gap:10px}.other-image{max-width:100%}.other-image img{max-height:250px}}@media (max-width:480px){.news-item{border-radius:8px}.news-content{padding:12px}.news-main-image{height:140px}.feature-points li{padding-left:15px}}.gallery-thumbs{display:flex;gap:8px;flex-wrap:wrap}.gallery-thumb-btn{max-width:160px;max-height:160px;overflow:hidden;border-radius:6px;background:rgba(255,255,255,.1);display:flex;cursor:pointer;border:none}.gallery-thumb,.gallery-thumb-btn{align-items:center;justify-content:center}.gallery-thumb{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;max-width:100%;max-height:100%;object-fit:contain;display:block;margin:0 auto;padding:10px;display:flex;transition:all .3s ease}.gallery-thumb:hover{background:rgba(255,255,255,.15)}.gallery-thumb-img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:scale-down;transition:all .3s ease}.gallery-thumb:hover .gallery-thumb-img{transform:scale(1.05)}.gallery-modal{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:10000}.gallery-content,.gallery-modal{display:flex;align-items:center;justify-content:center}.gallery-content{max-width:90%;max-height:90%;overflow:auto;cursor:-webkit-grab;cursor:grab;position:relative;padding:30px;background-color:#93c4fd15}.gallery-content.grabbing{cursor:-webkit-grabbing;cursor:grabbing}.gallery-image-wrap{display:flex;align-items:center;justify-content:center;min-width:100px;min-height:100px}.gallery-img{display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.gallery-controls{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:8px;align-items:center;z-index:10001}.gallery-controls button{background:rgba(255,255,255,.06);color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer}.gallery-controls .zoom-label{color:#fff;font-weight:600;padding:0 6px}.gallery-content img{max-height:90%;max-width:90%;border-radius:8px;color:transparent;object-fit:contain}.gallery-close,.gallery-next,.gallery-prev{position:fixed;background:#02001D;color:#fff;width:40px;height:40px;font-size:40px;cursor:pointer;border-radius:6px;border:1px solid #6366f1;display:flex;align-items:center;justify-content:center;vertical-align:middle;text-align:center;transition:all .3s ease}.gallery-next,.gallery-prev{height:60px;padding-bottom:8px}.gallery-close:hover,.gallery-next:hover,.gallery-prev:hover{background:#6366F1;box-shadow:0 4px 15px rgba(99,102,241,.4)}.gallery-close{top:16px;right:16px}.gallery-prev{left:16px}.gallery-next,.gallery-prev{top:50%;transform:translateY(-50%)}.gallery-next{right:16px}.row-title{margin:15px 0;padding:15px 0;color:#ffffff;font-size:21px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.2);font-family:Montserrat-Bold}