@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.breaking-news-loader{color:#000;background-color:#fff;min-height:100vh;padding:40px 20px}.bnl-header{text-align:center;max-width:1600px;margin:0 auto 2rem}.bnl-title-skeleton{background-color:#e5e7eb;border-radius:8px;max-width:300px;height:56px;margin:0 auto;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.bnl-filters{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:1600px;margin:0 auto 3rem;display:flex}.bnl-filter-btn{background-color:#e5e7eb;border-radius:10px;width:120px;height:40px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.bnl-hero-card{background-color:#f9f9f9;border-radius:12px;flex-direction:column;max-width:1600px;margin:0 auto 3rem;display:flex;overflow:hidden}.bnl-hero-image{background-color:#e5e7eb;width:100%;height:400px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.bnl-hero-content{flex-direction:column;gap:12px;padding:24px;display:flex}.bnl-hero-title{background-color:#e5e7eb;border-radius:8px;height:56px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.bnl-hero-desc{background-color:#e5e7eb;border-radius:8px;height:80px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.bnl-articles-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1600px;margin:0 auto 3rem;display:grid}.bnl-article-card{background-color:#f9f9f9;border-radius:8px;flex-direction:column;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;display:flex;overflow:hidden}.bnl-article-image{background-color:#e5e7eb;width:100%;height:180px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.bnl-article-image-large{height:280px}.bnl-article-content{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.bnl-article-tag{background-color:#e5e7eb;border-radius:4px;width:80px;height:16px;margin-bottom:8px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.bnl-article-title{background-color:#e5e7eb;border-radius:8px;height:40px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.bnl-article-title-large{height:72px}.bnl-article-desc{background-color:#e5e7eb;border-radius:8px;flex:1;height:60px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.bnl-article-desc-large{height:90px}.bnl-load-more{text-align:center;justify-content:center;max-width:1600px;margin:3rem auto 0;display:flex}.bnl-button-skeleton{background-color:#e5e7eb;border-radius:8px;width:200px;height:50px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@media (max-width:768px){.breaking-news-loader{padding:20px 10px}.bnl-header{margin-bottom:1.5rem}.bnl-title-skeleton{height:40px}.bnl-filters{gap:.5rem;margin-bottom:2rem}.bnl-filter-btn{width:100px;height:36px}.bnl-hero-card{margin-bottom:2rem}.bnl-hero-image{height:250px}.bnl-hero-title{height:40px}.bnl-hero-desc{height:60px}.bnl-articles-grid{grid-template-columns:1fr;gap:16px;margin-bottom:2rem}.bnl-article-card:first-child{grid-column:span 1}.bnl-article-image{height:150px}.bnl-article-image-large{height:200px}.bnl-article-content{padding:12px}.bnl-article-title{height:32px}.bnl-article-title-large{height:60px}.bnl-article-desc{height:50px}.bnl-article-desc-large{height:70px}.bnl-button-skeleton{width:150px;height:44px}}@media (min-width:1920px){.bnl-title-skeleton{height:64px}.bnl-hero-image{height:500px}.bnl-hero-title{height:64px}.bnl-hero-desc{height:100px}.bnl-articles-grid{gap:32px}.bnl-article-image{height:220px}}
.breaking-news-container{min-height:100vh;color:var(--color-text)}.breaking-news-page-container{background-color:var(--color-bg);border-radius:20px;max-width:1600px;margin:0 auto;padding:40px 20px}.breaking-news-wrapper{margin:0 auto}.breaking-news-wrapper.mobile{margin:0 10px;padding:0 10px}.breaking-news-title{text-align:center;color:var(--color-text);margin:30px!important}.filters-container{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex;position:relative}.filter-button{border:2px solid var(--color-accent);background-color:var(--color-bg);color:var(--color-text);cursor:pointer;border-radius:10px;padding:10px 16px;transition:all .2s}.filter-button:hover{background-color:var(--color-accent);color:var(--color-bg);transform:translateY(-2px)}.filter-button.active{border-color:var(--color-accent);background-color:var(--color-accent);color:var(--color-bg)}.filter-dropdown-button{align-items:center;gap:8px;display:flex}.filter-dropdown-button .arrow{font-size:10px}.date-picker-wrapper{position:relative}.date-filter-dropdown{border:1.5px solid var(--color-accent);z-index:1000;background-color:#fff;border-radius:16px;width:400px;margin-top:8px;padding:20px;position:absolute;top:100%;left:40%;transform:translate(-50%);box-shadow:0 4px 20px #00000026}.date-filter-dropdown.mobile{width:260px}.date-filter-wrapper{text-align:center}.date-filter-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.date-filter-nav-button{cursor:pointer;color:var(--color-accent);background:0 0;border:none;font-size:1.2rem}.date-filter-month{color:var(--color-accent);margin:0;font-weight:600}.date-filter-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.date-filter-weekday{color:var(--color-accent);font-size:13px;font-weight:600}.date-filter-day{text-align:center;cursor:pointer;color:#333;border:1px solid #0000;border-radius:8px;padding:10px 0;font-weight:400;transition:background-color .2s}.date-filter-day:hover{background-color:#f0f6ff}.date-filter-day.selected{background-color:var(--color-accent);color:var(--color-text);font-weight:600}.date-filter-day.in-range{border:1px solid var(--color-accent);background-color:#e6f2ff}.date-filter-actions{justify-content:space-between;margin-top:20px;display:flex}.date-filter-reset-btn{color:#333;cursor:pointer;background-color:#f5f5f5;border:1px solid #ccc;border-radius:8px;padding:8px 20px}.date-filter-apply-btn{background-color:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 20px}.genre-dropdown-wrapper{position:relative}.genre-dropdown{background-color:var(--color-bg);border:2px solid var(--color-accent);z-index:1000;border-radius:12px;width:260px;max-height:300px;margin-top:8px;padding:12px;position:absolute;top:calc(100% + 12px);left:40%;overflow-y:auto;transform:translate(-50%);box-shadow:0 4px 20px #0000001f}.genre-option{cursor:pointer;color:var(--color-text);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 8px;transition:background-color .2s;display:flex}.genre-option:hover{background-color:#f5f5f5}.genre-option.selected{background-color:#e6f2ff}.genre-option input[type=checkbox]{cursor:pointer;accent-color:var(--color-accent)}.no-articles-found{text-align:center;color:var(--color-text);padding:60px 20px}.no-articles-found p{color:#666;font-size:18px}.articles-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;display:grid}.articles-group{margin-bottom:3rem}.large-article-wrapper{margin-bottom:1.5rem}.medium-articles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.medium-articles-grid.mobile{grid-template-columns:1fr}.article-card{background-color:var(--color-bg);cursor:pointer;border-radius:12px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.article-card:hover{transform:translateY(-4px)}.article-card-image-wrapper{background-color:#f8f8f8;border-radius:12px;width:100%;overflow:hidden}.article-card-image{object-fit:cover;background-color:#f8f8f8;border-radius:12px;max-width:100%;height:auto;margin:0 auto;transition:transform .3s;display:block}.article-card-image.large{max-height:none}.article-card-body{flex-grow:1;padding:0}.article-card-body.large{background-color:var(--color-bg)}.article-card-title{color:var(--color-text);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.article-card-title.medium{margin-top:20px}.article-card-text{color:#666;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 12px;line-height:1.5;display:-webkit-box;overflow:hidden}.article-card-overlay{background-color:var(--color-bg);margin-bottom:3%}.article-card-overlay-title{text-align:center;color:var(--color-text);margin-bottom:12px;line-height:1.3}.article-card-overlay-text{color:#555;text-align:center;margin:0;line-height:1.6}.load-more-container{text-align:center;margin-top:3rem}.load-more-button{cursor:pointer;margin-bottom:2rem;transition:all .3s}.load-more-button:hover{color:#fff;background-color:#06f}.error-container{color:#dc3545;background-color:#f5f5f5;justify-content:center;align-items:center;min-height:100vh;display:flex}@media (max-width:768px){.medium-articles-grid{grid-template-columns:1fr}.date-picker-dropdown-content{width:95vw;min-width:95vw}.genre-dropdown{width:50vw;left:10%;transform:translate(-50%)}.article-card-image.large{max-height:240px}.breaking-news-container{min-height:60px}.breaking-news-page-container{padding:0}}
