.bl{--bl-page: #ffffff;--bl-band: #f2ff70;--bl-ink: #171717;--bl-ink-2: #525252;--bl-muted: #a3a3a3;--bl-card: #f0f0f0;--bl-edge: rgba(163, 163, 163, 0.5);--bl-rule: #d9d9d9;--bl-hover: #f0f0f0;--bl-chip-bg: #171717;--bl-chip-ink:#f0f0f0;--bl-chip-dot:#f2ff70;--bl-lime: #f2ff70;--bl-field: rgba(115, 115, 115, 0.1);--bl-field-e: #737373;--bl-cta-bg: linear-gradient(92deg, #fafafa 27.869%, #fafafa 58.493%, #f2ff70 82.02%);--bl-cta-ink: #171717;--bl-cta-sub: #525252;--bl-pag-bg: #171717;--bl-pag-ink: #f2ff70;background: var(--bl-page);color: var(--bl-ink);margin-top: -64px}html[data-theme="dark"] .bl{--bl-page: #0a0a0a;--bl-band: transparent;--bl-ink: #fafafa;--bl-ink-2: #a3a3a3;--bl-muted: #737373;--bl-card: #404040;--bl-edge: rgba(255, 255, 255, 0.16);--bl-rule: rgba(255, 255, 255, 0.16);--bl-hover: #404040;--bl-chip-bg: #f2ff70;--bl-chip-ink:#171717;--bl-chip-dot:#171717;--bl-field: rgba(255, 255, 255, 0.06);--bl-field-e: #737373;--bl-cta-bg: linear-gradient(92deg, #171717 27.869%, #171717 58.493%, #f2ff70 82.02%);--bl-cta-ink: #fafafa;--bl-cta-sub: #a3a3a3;--bl-pag-bg: #f2ff70;--bl-pag-ink: #171717}.bl *, .bl *::before, .bl *::after{box-sizing: border-box}.bl :where(h1, h2, h3, p, ul, ol){margin: 0}.bl-wrap{width: 100%;max-width: 1440px;margin-inline: auto;padding-inline: clamp(20px, 8.34vw, 120px)}.bl-hero{background: var(--bl-band);padding-top: calc(64px + 81px);padding-bottom: 96px}.bl-hero__inner{display: flex;align-items: flex-start;justify-content: space-between;gap: 48px}.bl-hero__text{display: flex;flex-direction: column;gap: 17px;max-width: 527px}.bl-hero h1{font-family: var(--font-head);font-weight: 400;font-size: clamp(32px, 3.06vw, 44px);line-height: 1.1;letter-spacing: -0.03em;color: var(--bl-ink)}.bl-hero__sub{max-width: 487px;font-family: var(--font-body);font-size: 18px;line-height: 27px;color: var(--bl-ink-2)}.bl-search{flex: 0 0 335px;align-self: flex-start;margin-top: 63px;display: flex;align-items: center;gap: 8px;height: 45px;padding: 10px 13px;border: 0.5px solid var(--bl-field-e);border-radius: 2px;background: var(--bl-field)}.bl-search input{width: 100%;border: 0;background: none;font-family: var(--font-body);font-size: 16px;line-height: 24px;color: var(--bl-ink)}.bl-search input::placeholder{color: var(--bl-ink);opacity: .85}.bl-search input:focus{outline: none}.bl-search:focus-within{border-color: var(--bl-ink)}.bl-body{padding: 62px 0 120px}.bl-grid{display: grid;grid-template-columns: 244px minmax(0, 1fr);gap: 61px;align-items: start}.bl-side{position: sticky;top: 88px}.bl-side__head{padding: 12px 0;border-bottom: 1px solid var(--bl-rule);font-family: var(--font-body);font-size: 14px;line-height: 21px;color: var(--bl-ink)}.bl-topics{display: flex;flex-direction: column;gap: 8px;margin-top: 11px;padding: 0;list-style: none;max-height: calc(100vh - 160px);overflow-y: auto;scrollbar-width: thin}.bl-topic{display: flex;align-items: center;gap: 9px;width: 100%;padding: 1px 24px 1px 4px;border: 0;background: none;cursor: pointer;text-align: left;font-family: var(--font-body);font-size: 14px;line-height: 21px;color: var(--bl-ink);transition: background-color .15s ease, color .15s ease}.bl-topic::before{content: '';flex: 0 0 7px;width: 7px;height: 7px;background: transparent}.bl-topic:hover{background: var(--bl-hover)}.bl-topic.is-active{background: var(--bl-chip-bg);color: var(--bl-chip-ink)}.bl-topic.is-active::before{background: var(--bl-chip-dot)}.bl-topic:focus-visible{outline: 2px solid var(--bl-ink);outline-offset: 1px}.bl-main{display: flex;flex-direction: column;gap: 25.656px;min-width: 0}.bl-main__head{font-family: var(--font-head);font-weight: 400;font-size: 24px;line-height: 27.63px;letter-spacing: -0.4736px;color: var(--bl-ink)}.bl-cards{display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: clamp(16px, 2.2vw, 32px)}.bl-card{display: flex;flex-direction: column;gap: 29px;padding: 15.38px;border: 0.691px solid var(--bl-edge);border-radius: 3.947px;background: var(--bl-card);color: inherit;text-decoration: none;overflow: hidden;transition: border-color .18s ease, transform .18s ease}.bl-card:hover{border-color: var(--bl-ink);transform: translateY(-2px)}.bl-card:focus-visible{outline: 2px solid var(--bl-ink);outline-offset: 2px}.bl-card__media{order: -1;flex: 0 0 auto;width: 100%;aspect-ratio: 16 / 9;overflow: hidden;background: #171717}.bl-card__media img{display: block;width: 100%;height: 100%;object-fit: cover}.bl-card__body{display: flex;flex: 1 1 auto;flex-direction: column;justify-content: flex-end;gap: 15.38px;width: 100%}.bl-card__head{display: flex;align-items: center;gap: 13px;min-height: 23.07px;justify-content: flex-start}.bl-card__cat{display: inline-flex;align-items: center;padding: 3px 8px;background: var(--bl-lime);font-family: var(--font-mono, 'Geist Mono', ui-monospace, monospace);font-size: 8px;line-height: 1.5;letter-spacing: .02em;text-transform: uppercase;color: #171717;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 60%}.bl-card__date{flex: 0 0 auto;font-family: var(--font-mono, 'Geist Mono', ui-monospace, monospace);font-size: 8px;line-height: 1.5;color: var(--bl-muted)}.bl-card__titlerow{display: flex;align-items: flex-end;justify-content: space-between;gap: 12px;min-height: calc(3 * 1.2 * 18px)}.bl-card__title{font-family: var(--font-head);font-weight: 400;font-size: 18px;line-height: 1.2;letter-spacing: -0.36px;color: var(--bl-ink);text-wrap: balance}.bl-card__read{flex: 0 0 auto;display: inline-flex;align-items: center;justify-content: space-between;gap: 8px;min-width: 38.45px;padding-bottom: 5.127px;border-bottom: 1.282px solid var(--bl-ink);font-family: var(--font-mono, 'Geist Mono', ui-monospace, monospace);font-size: 8px;line-height: 1.5;letter-spacing: .04em;text-transform: uppercase;color: var(--bl-ink)}.bl-cta{grid-column: 1 / -1;display: flex;align-items: center;justify-content: space-between;gap: 32px;padding: 57px 59px 57px 29px;overflow: hidden;border: 0.691px solid var(--bl-edge);border-radius: 3.947px;background: var(--bl-cta-bg);text-decoration: none}.bl-cta__text{display: flex;flex-direction: column;gap: 13px;min-width: 0}.bl-cta__title{font-family: var(--font-head);font-weight: 400;font-size: 24px;line-height: 28.8px;letter-spacing: 0;color: var(--bl-cta-ink)}.bl-cta__sub{max-width: 432px;font-family: var(--font-body);font-size: 16px;line-height: 1.3;color: var(--bl-cta-sub)}.bl-cta__btn{flex: 0 0 auto;display: inline-flex;align-items: center;justify-content: center;width: 154.096px;height: 44.37px;border: 0.5px solid #fafafa;border-radius: 2.398px;background: #171717;color: #fafafa;font-family: var(--font-head);font-weight: 400;font-size: 16px;line-height: 1;transition: background-color .18s ease, color .18s ease}.bl-cta:hover .bl-cta__btn{background: #fafafa;color: #171717;border-color: #171717}.bl-cta:focus-visible{outline: 2px solid var(--bl-ink);outline-offset: 2px}@media (max-width: 760px){.bl-cta{flex-direction: column;align-items: flex-start;gap: 24px;padding: 32px 24px}.bl-cta__sub{max-width: none}}.bl-empty{grid-column: 1 / -1;padding: 48px 0;font-family: var(--font-body);font-size: 16px;color: var(--bl-ink-2)}.bl-pag{display: flex;align-items: center;justify-content: flex-end;gap: 12px;margin-top: 84px}.bl-pag button{min-width: 38px;height: 38px;padding: 0 8px;border: 0;background: none;cursor: pointer;font-family: var(--font-body);font-size: 20px;line-height: 1;color: var(--bl-ink);transition: background-color .15s ease, color .15s ease}.bl-pag button:hover:not(:disabled):not(.is-active){background: var(--bl-hover)}.bl-pag button.is-active{background: var(--bl-pag-bg);color: var(--bl-pag-ink)}.bl-pag button:disabled{opacity: .35;cursor: default}.bl-pag button:focus-visible{outline: 2px solid var(--bl-ink);outline-offset: 2px}.bl-pag__gap{min-width: 24px;text-align: center;color: var(--bl-ink);user-select: none}@media (max-width: 1180px){.bl-grid{grid-template-columns: 208px minmax(0, 1fr);gap: 36px}}@media (max-width: 900px){.bl-hero{padding-top: calc(64px + 40px);padding-bottom: 48px}.bl-hero__inner{flex-direction: column;gap: 28px}.bl-search{flex: 0 0 auto;align-self: stretch;width: 100%;margin-top: 0}.bl-body{padding: 40px 0 72px}.bl-grid{grid-template-columns: minmax(0, 1fr);gap: 28px}.bl-side{position: static}.bl-topics{flex-direction: row;flex-wrap: nowrap;overflow-x: auto;max-height: none;padding-bottom: 4px}.bl-topic{width: auto;white-space: nowrap}}@media (max-width: 620px){.bl-cards{grid-template-columns: minmax(0, 1fr)}.bl-card__media{flex: 0 0 auto;width: 100%;max-width: none}.bl-pag{justify-content: center;gap: 6px;margin-top: 48px}}@media (prefers-reduced-motion: reduce){.bl-card, .bl-topic, .bl-pag button{transition: none}.bl-card:hover{transform: none}}