.newsroom{background:#fff;min-height:100vh;padding-top:60px}.newsroom-header-modern{background:#fff;border-bottom:1px solid #0000000f;margin-bottom:40px;padding:40px 0 24px}.newsroom-header-content{max-width:1080px;margin:0 auto;padding:0 24px}.newsroom-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px;display:flex}.newsroom-main-title{letter-spacing:-.02em;color:#1d1d1f;margin:0;font-size:2.5rem;font-weight:800}.newsroom-search-modern{align-items:center;width:100%;max-width:320px;margin:0;display:flex;position:relative}.newsroom-search-modern .search-icon{color:#86868b;pointer-events:none;z-index:1;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.newsroom-search-modern .search-input{color:#1d1d1f;background:#f5f5f7;border:1px solid #e5e5e5;border-radius:99px;outline:none;width:100%;height:44px;padding:0 16px 0 44px;font-size:1rem;font-weight:500;transition:all .2s}.newsroom-search-modern .search-input:focus{background:#fff;border-color:#06c;box-shadow:0 0 0 4px #0066cc1a}.newsroom-category-grid{flex-wrap:wrap;align-items:center;gap:10px;padding-bottom:0;display:flex}.newsroom-category-grid::-webkit-scrollbar{display:none}.category-item{color:#1d1d1f;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e5e5e5;border-radius:99px;flex-direction:row;flex:none;align-items:center;gap:8px;min-width:auto;padding:8px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.category-item:hover{background:#f5f5f7;border-color:#d2d2d7;transform:translateY(-1px)}.category-item.active{color:#fff;box-shadow:none;background:#1d1d1f;border-color:#1d1d1f}.category-icon-wrapper{color:#86868b;justify-content:center;align-items:center;width:auto;height:auto;display:flex;transform:none}.category-item:hover .category-icon-wrapper{color:inherit;transform:none}.category-item.active .category-icon-wrapper{color:#fff}.category-icon-wrapper svg{width:16px;height:16px}.category-label{color:inherit;white-space:nowrap;font-size:.9rem;font-weight:600}.newsroom-content{max-width:1080px;margin:0 auto;padding:0 24px 80px}.newsroom-bento-grid{flex-direction:column;gap:32px;max-width:1080px;margin:0 auto;display:flex}.newsroom-card{isolation:isolate;cursor:pointer;backface-visibility:hidden;background:#fff;border:1px solid #0000000a;border-radius:20px;flex-direction:row;height:280px;text-decoration:none;transition:all .4s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;transform:translate(0,0);box-shadow:0 4px 12px #00000008}.newsroom-card:hover{border-color:#00000014;transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.newsroom-card-image{background:#f0f0f2;width:400px;min-width:400px;height:100%;position:relative;overflow:hidden}.newsroom-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.25,.8,.25,1)}.card-shine{z-index:2;pointer-events:none;opacity:0;mix-blend-mode:overlay;background:linear-gradient(105deg,#0000 20%,#fff6 40%,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.newsroom-card:hover .card-shine{opacity:1;animation:1.5s linear infinite shine}@keyframes shine{0%{transform:translate(-100%)skew(-15deg)}to{transform:translate(100%)skew(-15deg)}}.newsroom-card-category{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#00000080;border-radius:99px;padding:6px 12px;font-size:.75rem;font-weight:700;display:inline-flex;position:absolute;top:16px;left:16px;box-shadow:0 2px 8px #0000001a}.newsroom-card-content{color:#1d1d1f;pointer-events:auto;background:#fff;flex-direction:column;flex:1;justify-content:center;padding:32px 40px;display:flex;position:relative}.newsroom-card-title{color:#1d1d1f;letter-spacing:-.02em;text-shadow:none;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;font-size:1.75rem;font-weight:700;line-height:1.3;transition:color .2s;display:-webkit-box;overflow:hidden}.newsroom-card-desc{color:#86868b;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:auto;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.newsroom-card-meta{border-top:1px solid #0000000d;align-items:center;gap:16px;margin-top:16px;padding-top:16px;display:flex}.newsroom-meta-item{color:#86868b;align-items:center;gap:6px;font-size:.85rem;font-weight:500;display:flex}.newsroom-meta-item svg{color:#86868b}.newsroom-empty{text-align:center;color:#86868b;padding:80px 24px;font-size:17px}.newsroom-pagination{pointer-events:auto;z-index:10;justify-content:center;align-items:center;gap:16px;width:100%;max-width:1080px;margin:64px auto 0;padding-top:32px;display:flex;position:relative}.newsroom-pagination-btn{color:#06c;cursor:pointer;pointer-events:auto;background:0 0;border:none;border-radius:980px;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.newsroom-pagination-btn:hover:not(:disabled){background:#f5f5f7}.newsroom-pagination-btn:disabled{color:#d2d2d7;cursor:not-allowed}.newsroom-pagination-btn svg{width:16px;height:16px}.newsroom-pagination-numbers{gap:4px;display:flex}.newsroom-pagination-num{color:#1d1d1f;cursor:pointer;pointer-events:auto;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:400;transition:background .2s;display:flex}.newsroom-pagination-num:hover{background:#f5f5f7}.newsroom-pagination-num.active{color:#fff;background:#1d1d1f;font-weight:500}.newsroom-fab{z-index:100;background:#1d1d1f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 4px 16px #0003}.newsroom-fab:hover{transform:scale(1.08);box-shadow:0 6px 24px #00000040}.newsroom-fab svg{color:#fff;width:24px;height:24px}@media (max-width:1024px){.newsroom-header-content,.newsroom-content{max-width:100%}}@media (max-width:768px){.newsroom-header-modern{padding:30px 0 20px}.newsroom-title-row{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}.newsroom-search-modern{max-width:100%}.newsroom-category-grid{padding-right:20px}.newsroom-bento-grid{max-width:100%;margin:0}.newsroom-card{flex-direction:row;align-items:stretch;height:140px}.newsroom-card-image{aspect-ratio:auto;width:140px;min-width:140px;height:100%}.newsroom-card-content{justify-content:center;padding:16px 20px}.newsroom-card-title{-webkit-line-clamp:3;line-clamp:3;margin-bottom:8px;font-size:1.1rem}.newsroom-card-desc{display:none}.newsroom-card-category{padding:4px 10px;font-size:.65rem;top:8px;left:8px}.newsroom-card-meta{margin-top:8px;padding-top:8px}}.pagination-dots{color:#86868b;justify-content:center;align-items:center;width:32px;height:36px;font-weight:700;display:flex}.mobile-only{display:none}.desktop-only{display:flex}.newsroom-category-select-wrapper{width:100%;margin-top:16px}.select-container{width:100%;position:relative}.category-select{color:#1d1d1f;appearance:none;cursor:pointer;background:#f5f5f7;border:1px solid #0000000a;border-radius:12px;width:100%;height:48px;padding:0 40px 0 16px;font-family:inherit;font-size:16px;font-weight:500}.category-select:focus{background:#fff;border-color:#06c;outline:none}.select-icon{pointer-events:none;color:#86868b;align-items:center;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}@media (max-width:768px){.mobile-only{display:block}.desktop-only,.newsroom-category-grid.desktop-only{display:none}}
/*# sourceMappingURL=fc8eb1d98691ea50.css.map*/