.tnc-news {
  --tnc-accent: #f2646b;
  --tnc-base-size: 16px;
  --tnc-ink: #172033;
  --tnc-muted: #72798a;
  --tnc-line: #e8ebf0;
  --tnc-radius: 17px;
  color: var(--tnc-ink);
  font-size: var(--tnc-base-size);
  font-family: inherit;
  line-height: 1.6;
  margin-block: 2rem;
  width: 100%;
}
.tnc-news *, .tnc-news *::before, .tnc-news *::after { box-sizing: border-box; }
.tnc-news .screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.tnc-heading-row { align-items: center; border-bottom: 1px solid var(--tnc-line); display: flex; gap: 24px; justify-content: space-between; padding-bottom: 14px; }
.tnc-heading { align-items: center; color: var(--tnc-ink); display: flex; font-size: 1.45em; font-weight: 750; gap: 12px; letter-spacing: -.025em; line-height: 1.3; margin: 0; }
.tnc-heading > span { background: var(--tnc-accent); border-radius: 10px; display: block; height: 30px; width: 7px; }
.tnc-search { align-items: center; background: #fff; border: 1px solid #d8dde6; border-radius: 13px; box-shadow: 0 2px 5px rgba(21,32,51,.04); display: flex; max-width: 260px; min-width: 210px; padding: 0 13px; transition: border-color .2s, box-shadow .2s; }
.tnc-search:focus-within { border-color: var(--tnc-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--tnc-accent) 16%, transparent); }
.tnc-search input { appearance: none; background: transparent; border: 0 !important; box-shadow: none !important; color: var(--tnc-ink); font: inherit; font-size: .875em; height: 42px; margin: 0; min-width: 0; outline: none; padding: 0; width: 100%; }
.tnc-search input::placeholder { color: #a0a6b3; }
.tnc-search svg { fill: none; height: 19px; margin-left: 8px; stroke: #8f96a7; stroke-linecap: round; stroke-width: 2; width: 19px; }
.tnc-search-clear { appearance: none; background: #edf0f4; border: 0; border-radius: 50%; color: #667085; cursor: pointer; flex: 0 0 auto; font: inherit; height: 22px; line-height: 19px; margin-right: 2px; padding: 0; width: 22px; }
.tnc-search-clear:hover { background: var(--tnc-accent); color: #fff; }
.tnc-tabs { display: flex; gap: 10px; margin: 22px 0 36px; overflow-x: auto; padding: 1px 2px 5px; scrollbar-width: thin; }
.tnc-tabs button { appearance: none; background: #f8f9fb; border: 1px solid #e0e4ea; border-radius: 999px; color: #566072; cursor: pointer; flex: 0 0 auto; font: inherit; font-size: .875em; line-height: 1.2; min-height: 40px; padding: 9px 21px; transition: background .2s, border-color .2s, box-shadow .2s, color .2s, transform .2s; }
.tnc-tabs button:hover { border-color: #bdc4cf; color: var(--tnc-ink); transform: translateY(-1px); }
.tnc-tabs button:focus-visible, .tnc-pagination button:focus-visible, .tnc-readmore:focus-visible { outline: 3px solid color-mix(in srgb, var(--tnc-accent) 35%, transparent); outline-offset: 2px; }
.tnc-tabs button.is-active { background: var(--tnc-ink); border-color: var(--tnc-ink); box-shadow: 0 5px 12px rgba(23,32,51,.16); color: #fff; font-weight: 650; }
.tnc-results { min-height: 120px; position: relative; transition: opacity .18s; }
.tnc-results[aria-busy="true"] { opacity: .48; pointer-events: none; }
.tnc-results[aria-busy="true"]::after { animation: tnc-spin .7s linear infinite; border: 3px solid rgba(255,255,255,.85); border-radius: 50%; border-top-color: var(--tnc-accent); box-shadow: 0 1px 8px rgba(23,32,51,.12); content: ""; height: 34px; left: 50%; position: absolute; top: 55px; width: 34px; z-index: 3; }
@keyframes tnc-spin { to { transform: rotate(360deg); } }
.tnc-grid { display: grid; gap: 24px; grid-template-columns: repeat(var(--tnc-columns, 3), minmax(0, 1fr)); }
.tnc-card { background: #fff; border: 1px solid #edf0f3; border-radius: var(--tnc-radius); box-shadow: 0 8px 28px rgba(32,43,65,.07), 0 1px 2px rgba(32,43,65,.06); display: flex; flex-direction: column; margin: 0; min-width: 0; overflow: hidden; transition: box-shadow .25s ease, transform .25s ease; }
.tnc-card:hover { box-shadow: 0 16px 38px rgba(32,43,65,.13), 0 2px 4px rgba(32,43,65,.06); transform: translateY(-4px); }
.tnc-image { aspect-ratio: 16/10; background: #f2f4f7; display: block; overflow: hidden; position: relative; }
.tnc-image img { height: 100%; object-fit: cover; transition: transform .55s ease; width: 100%; }
.tnc-card:hover .tnc-image img { transform: scale(1.035); }
.tnc-placeholder { align-items: center; background: linear-gradient(135deg, #fff7f4, #f3f1fb 52%, #ecf6f7); display: flex; height: 100%; justify-content: center; width: 100%; }
.tnc-placeholder svg { fill: none; height: 74px; opacity: .42; stroke: var(--tnc-accent); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 74px; }
.tnc-date { align-items: center; background: rgba(255,255,255,.96); border-radius: 9px; box-shadow: 0 4px 16px rgba(23,32,51,.13); color: var(--tnc-ink); display: flex; flex-direction: column; font-style: normal; line-height: 1; min-width: 52px; padding: 7px 8px; position: absolute; right: 16px; text-align: center; top: 16px; }
.tnc-date b { color: var(--tnc-accent); font-size: 1.05em; }
.tnc-date span { font-size: .58em; font-weight: 700; margin-top: 5px; text-transform: uppercase; }
.tnc-card-body { display: flex; flex: 1; flex-direction: column; padding: 21px 22px 20px; }
.tnc-category { color: var(--tnc-accent); display: block; font-size: .76em; font-weight: 650; margin-bottom: 7px; }
.tnc-meta-date { color: var(--tnc-muted); display: none; font-size: .75em; margin-bottom: 7px; }
.tnc-card h3 { color: var(--tnc-ink); display: -webkit-box; font-size: 1.08em; font-weight: 750; letter-spacing: -.015em; line-height: 1.45; margin: 0 0 9px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tnc-card h3 a { color: inherit; text-decoration: none; }
.tnc-card h3 a:hover { color: color-mix(in srgb, var(--tnc-accent) 82%, #b23b44); }
.tnc-card p { color: var(--tnc-muted); display: -webkit-box; font-size: .84em; line-height: 1.72; margin: 0 0 16px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tnc-readmore { border-top: 1px solid var(--tnc-line); color: var(--tnc-accent); font-size: .82em; font-weight: 650; margin-top: auto; padding-top: 15px; text-decoration: none; }
.tnc-readmore span[aria-hidden] { display: inline-block; margin-left: 4px; transition: transform .2s; }
.tnc-readmore:hover span[aria-hidden] { transform: translateX(4px); }
.tnc-pagination { align-items: center; display: flex; gap: 8px; justify-content: center; margin-top: 36px; }
.tnc-pagination button { appearance: none; background: #fff; border: 1px solid #e1e5eb; border-radius: 9px; color: var(--tnc-ink); cursor: pointer; font: inherit; font-size: .82em; height: 39px; min-width: 39px; padding: 0 10px; transition: all .2s; }
.tnc-pagination button:hover { border-color: var(--tnc-accent); color: var(--tnc-accent); }
.tnc-pagination button.is-active { background: var(--tnc-accent); border-color: var(--tnc-accent); box-shadow: 0 5px 12px color-mix(in srgb, var(--tnc-accent) 25%, transparent); color: #fff; }
.tnc-pagination > span { color: #838b9a; padding: 0 4px; }
.tnc-more-wrap { display: flex; justify-content: center; margin-top: 24px; }
.tnc-more-button { align-items: center; background: var(--tnc-accent); border: 1px solid var(--tnc-accent); border-radius: 999px; box-shadow: 0 8px 20px color-mix(in srgb, var(--tnc-accent) 22%, transparent); color: #fff; display: inline-flex; font-size: .9em; font-weight: 700; gap: 9px; justify-content: center; min-height: 46px; padding: 10px 23px; text-decoration: none; transition: box-shadow .2s, transform .2s, filter .2s; }
.tnc-more-button:visited { color: #fff; }
.tnc-more-button:hover { color: #fff; filter: brightness(.94); transform: translateY(-2px); }
.tnc-more-button:focus-visible { outline: 3px solid color-mix(in srgb, var(--tnc-accent) 35%, transparent); outline-offset: 3px; }
.tnc-more-button svg { fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transition: transform .2s; width: 18px; }
.tnc-more-button:hover svg { transform: translateX(3px); }
.tnc-empty { align-items: center; background: #fafbfc; border: 1px dashed #d8dde5; border-radius: var(--tnc-radius); color: var(--tnc-muted); display: flex; flex-direction: column; padding: 48px 20px; text-align: center; }
.tnc-empty svg { fill: none; height: 48px; margin-bottom: 12px; stroke: #aeb5c1; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 48px; }
.tnc-empty strong { color: var(--tnc-ink); font-size: 1.05em; }
.tnc-empty span { font-size: .86em; }
.tnc-error { background: #fff3f3; border: 1px solid #ffd3d5; border-radius: 12px; color: #a52c34; padding: 16px; text-align: center; }
.tnc-layout-list .tnc-grid { grid-template-columns: 1fr; }
.tnc-layout-list .tnc-card { display: grid; grid-template-columns: minmax(220px, 36%) 1fr; }
.tnc-layout-list .tnc-image { aspect-ratio: auto; height: 100%; min-height: 230px; }
.tnc-layout-featured .tnc-card:first-child { grid-column: span 2; }
.tnc-layout-featured .tnc-card:first-child .tnc-image { aspect-ratio: 16/8; }
.tnc-layout-featured .tnc-card:first-child h3 { font-size: 1.3em; -webkit-line-clamp: 3; }
.tnc-layout-minimal .tnc-grid { gap: 14px; }
.tnc-layout-minimal .tnc-card { border-left: 4px solid var(--tnc-accent); border-radius: 12px; }
.tnc-layout-minimal .tnc-card-body { padding: 18px 20px; }
.tnc-layout-minimal .tnc-meta-date { display: block; }
.tnc-layout-minimal .tnc-card h3 { margin-bottom: 6px; }
@media (max-width: 1100px) { .tnc-cols-4 .tnc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 900px) { .tnc-grid, .tnc-cols-4 .tnc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) {
  .tnc-heading-row { align-items: stretch; flex-direction: column; }
  .tnc-search { max-width: none; width: 100%; }
  .tnc-tabs { margin-bottom: 25px; }
  .tnc-grid, .tnc-cols-4 .tnc-grid { grid-template-columns: 1fr; }
  .tnc-layout-list .tnc-card { display: flex; }
  .tnc-layout-list .tnc-image { aspect-ratio: 16/10; height: auto; min-height: 0; }
  .tnc-layout-featured .tnc-card:first-child { grid-column: auto; }
  .tnc-card-body { padding: 18px; }
  .tnc-more-button { width: min(100%, 320px); }
}
@media (prefers-reduced-motion: reduce) { .tnc-card, .tnc-image img, .tnc-tabs button, .tnc-readmore span, .tnc-more-button, .tnc-more-button svg { transition: none !important; } }
