.news-section{background:#fff;padding:var(--space-12,3rem) 0 var(--space-16,4rem)}.news-search{align-items:center;animation:fadeInUp .6s ease .1s both;display:flex;flex-direction:column;gap:var(--space-3,.75rem);margin-bottom:var(--space-8,2rem)}.news-search .search-context{max-width:680px;text-align:center;width:100%}.news-search .search-context .search-description{color:#475569;font-size:1rem;font-weight:400;line-height:1.6;margin:0 0 var(--space-2,.5rem) 0}.news-search .search-label{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#1e293b;display:flex;gap:var(--space-3,.75rem);max-width:600px;padding:var(--space-3,.75rem) var(--space-4,1rem);transition:all .2s ease;width:100%}.news-search .search-label:hover{border-color:rgba(14,116,144,.35)}.news-search .search-label:focus-within{border-color:rgba(14,116,144,.6);box-shadow:0 0 0 4px rgba(14,116,144,.15)}.news-search .search-label i{color:#0369a1;font-size:1rem;opacity:.8}.news-search .search-label input{background:transparent;border:none;color:#0f172a;flex:1;font-size:1rem;font-weight:400;outline:none}.news-search .search-label input::placeholder{color:#94a3b8}.news-search .search-status{color:#64748b;font-size:.875rem;font-weight:500;padding:var(--space-2,.5rem) 0;text-align:center}.news-search .search-status:not([hidden]){display:block}.news-search .search-status.status-error{color:#dc2626}.news-search .search-status.status-success{color:#0369a1}@media(max-width:767px){.news-search{margin-bottom:var(--space-6,1.5rem)}.news-search .search-context .search-description{font-size:.9rem}.news-search .search-label{padding:var(--space-2,.5rem) var(--space-3,.75rem)}.news-search .search-label input{font-size:.9rem}}#news-cards-container,.news-list{display:grid;gap:var(--space-6,1.5rem);min-height:200px}.news-list__loading{align-items:center;color:#64748b;display:flex;flex-direction:column;font-size:.95rem;gap:var(--space-4,1rem);justify-content:center;padding:var(--space-12,3rem)}.news-list__loading p{margin:0}.news-list__spinner{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#0369a1;height:40px;width:40px}.news-list__empty{align-items:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;color:#64748b;display:flex;flex-direction:column;gap:var(--space-3,.75rem);justify-content:center;padding:var(--space-16,4rem) var(--space-6,1.5rem);text-align:center}.news-list__empty i{color:#94a3b8;font-size:3rem;margin-bottom:var(--space-2,.5rem)}.news-list__empty h3{color:#334155;font-size:1.25rem;font-weight:600;margin:0}.news-list__empty p{font-size:.95rem;margin:0;max-width:300px}.news-list__error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:16px;display:flex;flex-direction:column;gap:var(--space-3,.75rem);justify-content:center;padding:var(--space-12,3rem) var(--space-6,1.5rem);text-align:center}.news-list__error i{color:#dc2626;font-size:2.5rem;margin-bottom:var(--space-2,.5rem)}.news-list__error h3{color:#991b1b;font-size:1.125rem;font-weight:600;margin:0}.news-list__error p{color:#b91c1c;font-size:.9rem;margin:0}.news-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px rgba(15,23,42,.06);display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.news-card:hover{border-color:#cbd5e1;box-shadow:0 20px 40px rgba(15,23,42,.12);transform:translateY(-4px)}.news-card:hover .news-card__icon{transform:scale(1.05)}.news-card:hover .news-card__action{background:#0284c7;color:#fff;transform:translateX(2px)}.news-card__wrapper{display:flex;flex-direction:column}@media(min-width:992px){.news-card__wrapper{flex-direction:row}}.news-card__sidebar{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;flex-direction:row;gap:var(--space-3,.75rem);justify-content:flex-start;padding:var(--space-4,1rem) var(--space-5,1.25rem)}@media(min-width:992px){.news-card__sidebar{align-items:center;border-bottom:none;border-right:1px solid #e2e8f0;flex-direction:column;justify-content:center;min-width:180px;padding:var(--space-6,1.5rem);text-align:center;width:180px}}.news-card__icon{align-items:center;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:14px;box-shadow:0 4px 12px rgba(15,23,42,.1);color:#4f46e5;display:flex;font-size:1.25rem;height:48px;justify-content:center;transition:transform .2s ease;width:48px}@media(min-width:992px){.news-card__icon{border-radius:16px;font-size:1.5rem;height:56px;width:56px}}.news-card__content{display:flex;flex:1;flex-direction:column;gap:var(--space-3,.75rem);padding:var(--space-5,1.25rem)}@media(min-width:992px){.news-card__content{padding:var(--space-6,1.5rem) var(--space-8,2rem)}}.news-card__header{display:flex;flex-direction:column;gap:var(--space-2,.5rem)}.news-card__title{color:#0f172a;font-size:1.125rem;font-weight:600;line-height:1.4;margin:0}@media(min-width:992px){.news-card__title{font-size:1.25rem}}.news-card__meta{align-items:center;color:#64748b;display:flex;font-size:.85rem;gap:var(--space-4,1rem)}.news-card__date{align-items:center;display:inline-flex;gap:var(--space-1,.25rem)}.news-card__date i{font-size:.8rem}.news-card__summary{color:#475569;display:-webkit-box;font-size:.95rem;-webkit-line-clamp:3;line-height:1.7;margin:0;-webkit-box-orient:vertical;overflow:hidden}.news-card__footer{align-items:center;color:#fff;display:flex;justify-content:flex-start;margin-top:auto;padding-top:var(--space-2,.5rem)}.news-card__action{align-items:center;background:#0369a1;border-radius:8px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:var(--space-2,.5rem);padding:var(--space-2,.5rem) var(--space-4,1rem);text-decoration:none;transition:background-color .2s ease,transform .2s ease}.news-card__action i{font-size:.75rem;transition:transform .2s ease}.news-card__action:hover{background:#0284c7}.news-card__action:hover i{transform:translateX(3px)}.news-card[data-category=training] .news-card__sidebar{background:linear-gradient(135deg,#a8c4f5,#c3d8fa);border-bottom-color:hsla(0,0%,100%,.3)}@media(min-width:992px){.news-card[data-category=training] .news-card__sidebar{border-right-color:hsla(0,0%,100%,.3)}}.news-card[data-category=training] .news-card__icon{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 12px rgba(37,99,235,.3);color:#fff}.news-card[data-category=training] .news-badge{background:#e0ecff;color:#1e40af}.news-card[data-category=announcement] .news-card__sidebar{background:linear-gradient(135deg,#b8d4f8,#d0e2fc);border-bottom-color:hsla(0,0%,100%,.3)}@media(min-width:992px){.news-card[data-category=announcement] .news-card__sidebar{border-right-color:hsla(0,0%,100%,.3)}}.news-card[data-category=announcement] .news-card__icon{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.news-card[data-category=release] .news-card__sidebar{background:linear-gradient(135deg,#f5c8a0,#fad9b8);border-bottom-color:hsla(0,0%,100%,.3)}@media(min-width:992px){.news-card[data-category=release] .news-card__sidebar{border-right-color:hsla(0,0%,100%,.3)}}.news-card[data-category=release] .news-card__icon{background:linear-gradient(135deg,#ea580c,#c2410c);box-shadow:0 4px 12px rgba(234,88,12,.3);color:#fff}.news-card[data-category=release] .news-badge{background:#fff1e6;color:#c2410c}.news-status{align-items:center;border-radius:999px;display:inline-flex;font-size:.7rem;font-weight:600;letter-spacing:.03em;line-height:1;padding:.2rem .6rem;text-transform:uppercase;white-space:nowrap}.news-status--upcoming{background:#dcfce7;border:1px solid #bbf7d0;color:#15803d}.news-status--past{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.news-badge{align-items:center;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:999px;color:#4f46e5;display:inline-flex;font-size:.7rem;font-weight:600;gap:.35rem;justify-content:center;letter-spacing:.03em;padding:.35rem .75rem;text-transform:uppercase;transition:transform .2s ease;white-space:nowrap}.news-badge--training{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#047857}.news-badge--announcement{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.news-badge--release{background:linear-gradient(135deg,#fed7aa,#fdba74);color:#c2410c}@media(min-width:992px){.news-badge{font-size:.75rem;padding:.4rem .85rem}}.news-detail{animation:fadeIn .5s ease both;color:#475569}.news-detail__back{margin-bottom:var(--space-6,1.5rem)}.news-detail__back--bottom{margin-bottom:0;margin-top:var(--space-10,2.5rem)}.news-detail__breadcrumb{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:50px;color:#475569;display:inline-flex;font-size:.875rem;font-weight:500;gap:var(--space-2,.5rem);padding:var(--space-2,.5rem) var(--space-4,1rem);text-decoration:none;transition:all .3s ease}.news-detail__breadcrumb i{font-size:.8rem;transition:transform .2s ease}.news-detail__breadcrumb:hover{background:#f8fafc;border-color:rgba(14,116,144,.3);color:#0f172a}.news-detail__breadcrumb:hover i{transform:translateX(-3px)}.news-detail h1{color:#0f172a;font-size:2.25rem;font-weight:700;line-height:1.25;margin:var(--space-3,.75rem) 0 0}@media(max-width:768px){.news-detail h1{font-size:1.75rem}}.news-hero{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1.25rem;box-shadow:0 12px 32px rgba(15,23,42,.06);display:grid;gap:var(--space-6,1.5rem);grid-template-columns:1fr;padding:var(--space-6,1.5rem)}@media(min-width:768px){.news-hero{gap:var(--space-8,2rem);grid-template-columns:1.15fr .85fr;padding:var(--space-8,2rem)}}.news-hero__text{display:flex;flex-direction:column;gap:var(--space-3,.75rem)}.news-hero__media{width:100%}.news-hero__media img{border-radius:1rem;box-shadow:0 12px 28px rgba(15,23,42,.1);max-height:320px;object-fit:cover;width:100%}@media(min-width:768px){.news-hero__media img{max-height:380px}}.news-subtitle{color:#475569;font-size:1.05rem;line-height:1.65;margin:0}.news-meta{color:#64748b;display:flex;flex-wrap:wrap;font-size:.9rem;gap:var(--space-4,1rem)}.news-meta__date{align-items:center;display:inline-flex;gap:var(--space-1,.25rem)}.news-body{color:#334155;margin-top:var(--space-10,2.5rem)}.news-body p{font-size:1.05rem;line-height:1.85;margin-bottom:var(--space-5,1.25rem)}.news-body h2,.news-body h3,.news-body h4{color:#0f172a;font-weight:600;margin:var(--space-8,2rem) 0 var(--space-4,1rem)}.news-body h2{font-size:1.5rem}.news-body h3{font-size:1.25rem}.news-body ol,.news-body ul{margin-bottom:var(--space-5,1.25rem);padding-left:var(--space-5,1.25rem)}.news-body ol li,.news-body ul li{line-height:1.75;margin-bottom:var(--space-2,.5rem)}.news-body a{border-bottom:1px solid rgba(0,119,190,.3);color:var(--surf-primary,#0077be);text-decoration:none;transition:all .2s ease}.news-body a:hover{border-bottom-color:rgba(0,180,160,.5);color:var(--surf-secondary,#00b4a0)}.news-body blockquote{background:#f8fafc;border-left:4px solid rgba(0,119,190,.3);border-radius:0 .75rem .75rem 0;color:#475569;font-style:italic;margin:var(--space-6,1.5rem) 0;padding:var(--space-3,.75rem) var(--space-5,1.25rem)}.news-body img{border-radius:.75rem;box-shadow:0 12px 28px rgba(15,23,42,.1);margin:var(--space-6,1.5rem) 0;max-width:100%}.news-body__media{margin:var(--space-8,2rem) 0;text-align:center}.news-body__media figcaption{color:#64748b;font-size:.875rem;font-style:italic;margin-top:var(--space-3,.75rem)}.news-meta-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;margin-top:var(--space-10,2.5rem);padding:var(--space-6,1.5rem)}.news-meta-box__title{color:#0f172a;font-size:1.125rem;font-weight:600;margin:0 0 var(--space-5,1.25rem)}.news-meta-box__links{display:flex;flex-wrap:wrap;gap:var(--space-3,.75rem);margin-top:var(--space-5,1.25rem)}.news-meta-list{display:grid;gap:var(--space-3,.75rem)}.news-meta-list__row{display:grid;gap:var(--space-1,.25rem);grid-template-columns:1fr}@media(min-width:768px){.news-meta-list__row{gap:var(--space-4,1rem);grid-template-columns:minmax(120px,160px) 1fr}}.news-meta-list dt{color:#0f172a;font-size:.9rem;font-weight:600}.news-meta-list dd{color:#475569;font-size:.95rem;margin:0}.news-links{margin-top:var(--space-10,2.5rem)}.news-links__title{color:#0f172a;font-size:1.125rem;font-weight:600;margin:0 0 var(--space-4,1rem)}.news-links__list{display:grid;gap:var(--space-3,.75rem)}.news-links__item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;color:var(--surf-secondary,#00b4a0);display:flex;font-weight:500;justify-content:space-between;padding:var(--space-3,.75rem) var(--space-4,1rem);text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.news-links__item:hover{border-color:rgba(14,116,144,.3);box-shadow:0 8px 20px rgba(15,23,42,.08);color:var(--surf-primary,#0077be);transform:translateY(-2px)}.news-links__item i{opacity:.7}@media(min-width:768px)and (max-width:991px){.news-card__sidebar{justify-content:center}}@media(max-width:767px){.news-section{padding:var(--space-8,2rem) 0 var(--space-12,3rem)}.filter-tabs{gap:var(--space-2,.5rem);margin-bottom:var(--space-6,1.5rem)}.filter-tabs__tab{font-size:.8rem;padding:var(--space-2,.5rem) var(--space-3,.75rem)}.filter-tabs__tab span{display:none}.filter-tabs__tab i{margin-right:0}.news-card__content{padding:var(--space-4,1rem)}.news-card__title{font-size:1.05rem}.news-card__summary{font-size:.9rem;-webkit-line-clamp:2}.news-card__action{justify-content:center;width:100%}}@media(max-width:575px){.news-card__sidebar{padding:var(--space-3,.75rem) var(--space-4,1rem)}.news-card__icon{border-radius:10px;font-size:1.1rem;height:40px;width:40px}.news-badge{font-size:.65rem;padding:.3rem .6rem}}.filter-tabs__tab:focus-visible,.news-card__action:focus-visible,.news-detail__breadcrumb:focus-visible,.news-links__item:focus-visible,.news-search .search-label:focus-within{outline:2px solid #0369a1;outline-offset:2px}@media(prefers-reduced-motion:reduce){.filter-tabs,.news-card,.news-detail{animation:none}.filter-tabs__tab,.news-badge,.news-card,.news-card__action,.news-card__icon{transition:none}.news-list__spinner{animation:none;border-top-color:#0369a1}}@media(prefers-contrast:high){.filter-tabs__tab,.news-card{border-width:2px}.filter-tabs__tab--active{border-color:#0369a1}.news-badge{border:1px solid}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(1turn)}}.news-card{animation:fadeInUp .5s ease both}.news-card:first-child{animation-delay:.05s}.news-card:nth-child(2){animation-delay:.1s}.news-card:nth-child(3){animation-delay:.15s}.news-card:nth-child(4){animation-delay:.2s}.news-card:nth-child(5){animation-delay:.25s}.news-card:nth-child(6){animation-delay:.3s}.news-card:nth-child(7){animation-delay:.35s}.news-card:nth-child(8){animation-delay:.4s}.news-card:nth-child(9){animation-delay:.45s}.news-card:nth-child(10){animation-delay:.5s}