.editorial-tag-hub,
.editorial-tag-hub * { box-sizing: border-box; }
.editorial-tag-hub { background: #f4f7fb; color: #14233b; min-height: 70vh; padding: 0 0 72px; }
.eth-shell { margin: 0 auto; max-width: 1280px; padding: 24px 22px 0; }
.eth-breadcrumb { align-items: center; color: #718096; display: flex; font-size: 13px; gap: 9px; margin: 0 0 18px; }
.eth-breadcrumb a { color: #52637a; font-weight: 700; text-decoration: none; }
.eth-breadcrumb a:hover { color: var(--eth-context); }
.eth-breadcrumb .fa-chevron-right { font-size: 9px; opacity: .65; }
.eth-hero { align-items: center; background: linear-gradient(124deg, color-mix(in srgb, var(--eth-context) 88%, #0b2346) 0%, var(--eth-context) 58%, color-mix(in srgb, var(--eth-context) 70%, #25b6c8) 100%); border-radius: 27px; box-shadow: 0 24px 55px color-mix(in srgb, var(--eth-context) 18%, transparent); color: #fff; display: flex; justify-content: space-between; min-height: 260px; overflow: hidden; padding: 46px 54px; position: relative; }
.eth-hero::before,
.eth-hero::after { border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; position: absolute; }
.eth-hero::before { height: 260px; right: -65px; top: -105px; width: 260px; }
.eth-hero::after { bottom: -150px; height: 320px; left: 42%; width: 320px; }
.eth-hero__content { max-width: 760px; position: relative; z-index: 2; }
.eth-eyebrow,
.eth-section-kicker { font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eth-eyebrow { align-items: center; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; display: inline-flex; gap: 8px; padding: 8px 13px; }
.eth-hero h1 { color: #fff; font-size: clamp(30px, 4vw, 52px); font-weight: 800; letter-spacing: -.045em; line-height: 1.05; margin: 20px 0 16px; }
.eth-hero h1 strong { color: #fff; display: inline; font-weight: 800; }
.eth-hero p { color: rgba(255,255,255,.88); font-size: 17px; line-height: 1.65; margin: 0; max-width: 700px; }
.eth-hero__mark { align-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.23); border-radius: 24px; display: flex; flex: 0 0 190px; flex-direction: column; justify-content: center; min-height: 158px; padding: 22px; position: relative; transform: rotate(2deg); z-index: 2; }
.eth-hero__mark span { font-size: 70px; font-weight: 900; line-height: .8; opacity: .92; }
.eth-hero__mark small { font-size: 14px; font-weight: 800; margin-top: 14px; max-width: 145px; overflow: hidden; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.eth-filter-card { background: #fff; border: 1px solid #dfe7f1; border-radius: 24px; box-shadow: 0 18px 42px rgba(20,35,59,.08); margin: -28px 28px 34px; padding: 30px; position: relative; z-index: 3; }
.eth-filter-heading,
.eth-results-heading { align-items: flex-end; display: flex; justify-content: space-between; }
.eth-filter-heading { margin-bottom: 22px; }
.eth-filter-heading h2,
.eth-results-heading h2 { color: #14233b; font-size: 24px; font-weight: 800; letter-spacing: -.025em; margin: 4px 0 0; }
.eth-filter-heading > p { color: #748196; font-size: 13px; margin: 0; }
.eth-section-kicker { color: var(--eth-context); }
.eth-system-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.eth-system-switch { align-items: center; background: #f8fafc; border: 1px solid #dce4ee; border-radius: 16px; cursor: pointer; display: grid; gap: 12px; grid-template-columns: 44px minmax(0,1fr) auto; min-height: 104px; padding: 15px 16px; position: relative; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease; }
.eth-system-switch:hover { border-color: color-mix(in srgb, var(--eth-system) 45%, #dce4ee); transform: translateY(-2px); }
.eth-system-switch.is-active { background: color-mix(in srgb, var(--eth-system) 7%, #fff); border-color: color-mix(in srgb, var(--eth-system) 50%, #dce4ee); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--eth-system) 14%, transparent), 0 9px 22px color-mix(in srgb, var(--eth-system) 9%, transparent); }
.eth-system-switch input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.eth-system-switch:focus-within { outline: 3px solid color-mix(in srgb, var(--eth-system) 22%, transparent); outline-offset: 2px; }
.eth-system-icon { align-items: center; background: #fff; border: 1px solid color-mix(in srgb, var(--eth-system) 18%, #e3e9f1); border-radius: 13px; box-shadow: 0 4px 12px rgba(20,35,59,.07); color: var(--eth-system); display: flex; font-size: 18px; height: 44px; justify-content: center; overflow: hidden; padding: 0; width: 44px; }
.eth-system-icon img { border-radius: inherit; display: block; height: 100%; object-fit: cover; width: 100%; }
.eth-system-switch.is-active .eth-system-icon { background: #fff; border-color: color-mix(in srgb, var(--eth-system) 28%, #fff); color: var(--eth-system); }
.eth-system-copy { display: flex; flex-direction: column; min-width: 0; }
.eth-system-copy strong { align-items: center; color: #1c2b42; display: flex; flex-wrap: wrap; font-size: 15px; gap: 7px; line-height: 1.25; }
.eth-system-copy strong em { background: color-mix(in srgb, var(--eth-system) 10%, #fff); border-radius: 999px; color: var(--eth-system); font-size: 9px; font-style: normal; letter-spacing: .04em; padding: 4px 7px; text-transform: uppercase; }
.eth-system-copy small { color: #78869a; font-size: 11px; line-height: 1.4; margin-top: 5px; }
.eth-system-count { align-items: center; background: #edf1f6; border-radius: 999px; color: #5d6c80; display: flex; font-size: 11px; font-weight: 800; height: 26px; justify-content: center; min-width: 26px; padding: 0 8px; position: absolute; right: 13px; top: 11px; }
.eth-system-switch.is-active .eth-system-count { background: var(--eth-system); color: #fff; }
.eth-toggle { background: #cdd6e2; border-radius: 999px; bottom: 13px; height: 22px; position: absolute; right: 14px; transition: background .2s ease; width: 39px; }
.eth-toggle span { background: #fff; border-radius: 50%; box-shadow: 0 2px 5px rgba(15,23,42,.22); height: 16px; left: 3px; position: absolute; top: 3px; transition: transform .2s ease; width: 16px; }
.eth-system-switch.is-active .eth-toggle { background: var(--eth-system); }
.eth-system-switch.is-active .eth-toggle span { transform: translateX(17px); }
.eth-query-row { border-top: 1px solid #e9eef4; display: grid; gap: 14px; grid-template-columns: minmax(0,1fr) 230px; margin-top: 22px; padding-top: 22px; }
.eth-query-row.is-sort-only { grid-template-columns: minmax(230px, 340px); justify-content: end; }
.eth-search-field,
.eth-sort-field { align-items: center; background: #fff; border: 1px solid #ccd7e4; border-radius: 13px; display: flex; min-height: 52px; position: relative; transition: border-color .2s ease, box-shadow .2s ease; }
.eth-search-field:focus-within,
.eth-sort-field:focus-within { border-color: var(--eth-context); box-shadow: 0 0 0 4px color-mix(in srgb, var(--eth-context) 11%, transparent); }
.eth-search-field > .fa-search { color: var(--eth-context); font-size: 16px; margin-left: 17px; }
.eth-search-field input { background: transparent; border: 0; color: #1b2a41; flex: 1; font-size: 15px; height: 50px; min-width: 0; outline: 0; padding: 0 44px 0 13px; }
.eth-search-field input::placeholder { color: #8a96a8; }
.eth-search-clear { align-items: center; background: #eef2f7; border: 0; border-radius: 50%; color: #637187; display: flex; height: 28px; justify-content: center; position: absolute; right: 11px; width: 28px; }
.eth-search-clear:hover { background: #dfe7f1; color: #17253b; }
.eth-sort-field { padding: 0 38px 0 15px; }
.eth-sort-field span { color: #748196; font-size: 11px; left: 15px; position: absolute; top: 6px; }
.eth-sort-field select { appearance: none; background: transparent; border: 0; color: #1c2b42; font-size: 14px; font-weight: 700; height: 50px; outline: 0; padding-top: 13px; width: 100%; }
.eth-sort-field > .fa-chevron-down { color: #758399; font-size: 10px; pointer-events: none; position: absolute; right: 15px; }
.eth-feedback { background: #fff1f2; border: 1px solid #fecdd3; border-radius: 12px; color: #9f1239; margin: 0 28px 18px; padding: 13px 16px; }
.eth-results-shell { min-height: 250px; position: relative; transition: opacity .18s ease; }
.eth-results-shell.is-loading { opacity: .48; pointer-events: none; }
.eth-results-shell.is-loading::after { animation: eth-spin .75s linear infinite; border: 3px solid rgba(8,116,223,.2); border-radius: 50%; border-top-color: var(--eth-context); content: ""; height: 34px; left: 50%; margin: -17px 0 0 -17px; position: absolute; top: 90px; width: 34px; z-index: 4; }
@keyframes eth-spin { to { transform: rotate(360deg); } }
.eth-results-heading { margin: 0 28px 20px; }
.eth-results-heading h2 { font-size: 26px; }
.eth-active-summary { align-items: center; background: #fff; border: 1px solid #dfe7f1; border-radius: 999px; color: #5c6b80; display: inline-flex; font-size: 12px; font-weight: 700; gap: 7px; padding: 9px 13px; }
.eth-active-summary i { color: var(--eth-context); }
.eth-post-grid { display: grid; gap: 22px; grid-template-columns: repeat(var(--eth-columns, 3), minmax(0,1fr)); margin: 0 28px; }
.eth-post-card { background: #fff; border: 1px solid #dee6ef; border-radius: 19px; box-shadow: 0 12px 30px rgba(26,40,63,.06); display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: box-shadow .24s ease, transform .24s ease; }
.eth-post-card:hover { box-shadow: 0 20px 42px rgba(26,40,63,.13); transform: translateY(-4px); }
.eth-post-media { aspect-ratio: 16 / 10; background: #e8eef5; display: block; overflow: hidden; position: relative; }
.eth-post-media::after { background: linear-gradient(180deg, rgba(10,20,36,.38), transparent 43%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.eth-post-media img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.eth-post-card:hover .eth-post-media img { transform: scale(1.035); }
.eth-post-badges { align-items: flex-start; display: flex; flex-wrap: wrap; gap: 7px; left: 13px; max-width: calc(100% - 26px); position: absolute; top: 13px; z-index: 2; }
.eth-category-badge,
.eth-ecosystem-badge { background: var(--eth-badge); border: 1px solid rgba(255,255,255,.28); border-radius: 7px; box-shadow: 0 4px 12px rgba(11,20,36,.16); color: #fff; display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: .025em; line-height: 1.25; max-width: 100%; overflow: hidden; padding: 7px 9px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.eth-ecosystem-badge { border-radius: 999px; }
.eth-post-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.eth-post-meta { align-items: center; color: #758299; display: flex; flex-wrap: wrap; font-size: 11px; gap: 13px; }
.eth-post-meta span { align-items: center; display: inline-flex; gap: 5px; }
.eth-post-meta i { color: var(--eth-context); }
.eth-post-body h3 { font-size: 20px; font-weight: 800; letter-spacing: -.025em; line-height: 1.28; margin: 13px 0 9px; }
.eth-post-body h3 a { color: #17253b; text-decoration: none; }
.eth-post-body h3 a:hover { color: var(--eth-context); }
.eth-post-body > p { color: #657287; font-size: 13px; line-height: 1.62; margin: 0 0 19px; }
.eth-post-footer { align-items: center; border-top: 1px solid #edf1f5; display: flex; gap: 12px; justify-content: space-between; margin-top: auto; padding-top: 15px; }
.eth-post-footer > span { color: #8390a1; font-size: 11px; max-width: 46%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.eth-post-footer a { align-items: center; color: var(--eth-context); display: inline-flex; font-size: 12px; font-weight: 800; gap: 7px; text-decoration: none; }
.eth-post-footer.is-link-only a { margin-left: auto; }
.eth-post-footer a i { font-size: 10px; transition: transform .2s ease; }
.eth-post-footer a:hover i { transform: translateX(3px); }
.eth-empty-state { align-items: center; background: #fff; border: 1px dashed #cfd9e5; border-radius: 19px; display: flex; gap: 18px; margin: 0 28px; min-height: 190px; padding: 34px; }
.eth-empty-state > i { align-items: center; background: color-mix(in srgb, var(--eth-context) 9%, #fff); border-radius: 17px; color: var(--eth-context); display: flex; flex: 0 0 58px; font-size: 22px; height: 58px; justify-content: center; }
.eth-empty-state h3 { color: #18273d; font-size: 20px; font-weight: 800; margin: 0 0 6px; }
.eth-empty-state p { color: #758298; font-size: 13px; margin: 0; }
.eth-empty-state.is-error > i { background: #fff1f2; color: #be123c; }
.eth-pagination { align-items: center; display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin: 34px 28px 0; }
.eth-pagination button { align-items: center; background: #fff; border: 1px solid #d7e0eb; border-radius: 10px; color: #526178; display: inline-flex; font-size: 12px; font-weight: 800; gap: 7px; height: 40px; justify-content: center; min-width: 40px; padding: 0 13px; transition: .2s ease; }
.eth-pagination button:hover:not(:disabled),
.eth-pagination button.is-current { background: var(--eth-context); border-color: var(--eth-context); color: #fff; }
.eth-pagination button:disabled { cursor: not-allowed; opacity: .42; }
.eth-pagination > span { color: #8d98a8; padding: 0 2px; }
@media (max-width: 1050px) {
    .eth-system-grid { grid-template-columns: 1fr; }
    .eth-system-switch { min-height: 88px; }
    .eth-post-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 767px) {
    .editorial-tag-hub { padding-bottom: 44px; }
    .eth-shell { padding: 14px 10px 0; }
    .eth-breadcrumb { margin-left: 5px; }
    .eth-hero { border-radius: 20px; min-height: 0; padding: 30px 23px 58px; }
    .eth-hero h1 { font-size: 32px; }
    .eth-hero p { font-size: 14px; line-height: 1.55; }
    .eth-hero__mark { display: none; }
    .eth-filter-card { border-radius: 18px; margin: -30px 10px 28px; padding: 19px 15px; }
    .eth-filter-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
    .eth-filter-heading h2 { font-size: 20px; }
    .eth-filter-heading > p { font-size: 11px; }
    .eth-system-switch { gap: 10px; grid-template-columns: 40px minmax(0,1fr); min-height: 93px; padding: 13px 14px; }
    .eth-system-icon { height: 40px; width: 40px; }
    .eth-system-copy { padding-right: 45px; }
    .eth-system-copy small { font-size: 10px; }
    .eth-query-row { grid-template-columns: 1fr; }
    .eth-sort-field { min-height: 54px; }
    .eth-results-heading { align-items: flex-start; flex-direction: column; gap: 12px; margin: 0 10px 17px; }
    .eth-results-heading h2 { font-size: 22px; }
    .eth-post-grid { gap: 16px; grid-template-columns: 1fr; margin: 0 10px; }
    .eth-post-body { padding: 17px; }
    .eth-post-body h3 { font-size: 19px; }
    .eth-empty-state { align-items: flex-start; margin: 0 10px; min-height: 0; padding: 23px 18px; }
    .eth-empty-state > i { flex-basis: 48px; height: 48px; width: 48px; }
    .eth-pagination { margin: 25px 10px 0; }
    .eth-pagination button span { display: none; }
    .eth-feedback { margin-left: 10px; margin-right: 10px; }
}
@media (prefers-reduced-motion: reduce) {
    .editorial-tag-hub *,
    .editorial-tag-hub *::before,
    .editorial-tag-hub *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
