.tb-video-header {
  --tb-video-main: var(--fs-purple, #24174c);
  --tb-video-heading: var(--fs-heading-color, var(--fs-purple, #24174c));
  --tb-video-muted: rgba(36, 23, 76, 0.72);
  --tb-video-divider: rgba(36, 23, 76, 0.16);
  --tb-video-green: var(--fs-green, #23b07b);
  background: #ffffff;
  color: var(--tb-video-main);
  font-family: var(--fs-font-sans, var(--fs-font-body, "Montserrat", sans-serif));
}
.tb-video-header .tb-video-header__container { max-width: 1120px; margin: 0 auto; padding: 24px 20px 52px; }
.tb-video-header .tb-video-header__back { display: inline-flex; align-items: center; gap: 8px; color: var(--tb-video-main); font-size: 0.95rem; margin-bottom: 18px; text-decoration: none; }
.tb-video-header .tb-video-header__media { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 16 / 9; background: #ece8f5; }
.tb-video-header .tb-video-header__poster-state { position: absolute; inset: 0; width: 100%; height: 100%; }
.tb-video-header .tb-video-header__poster { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: block; }
.tb-video-header .tb-video-header__poster--placeholder { min-height: 220px; }
.tb-video-header .tb-video-header__play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 62px; height: 62px; border: 0; padding: 0; border-radius: 999px; background: #fff; box-shadow: 0 10px 24px rgba(36, 23, 76, 0.2); display: flex; align-items: center; justify-content: center; cursor: pointer; }
.tb-video-header .tb-video-header__play:focus-visible { outline: 3px solid var(--tb-video-green); outline-offset: 4px; }
.tb-video-header .tb-video-header__play-triangle { width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid var(--tb-video-main); margin-left: 3px; }
.tb-video-header .tb-video-header__video { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; display: block; background: #000; }
.tb-video-header .tb-video-header__poster-state[hidden],
.tb-video-header .tb-video-header__video[hidden],
.tb-video-header .tb-video-header__play[hidden] { display: none; }
.tb-video-header .tb-video-header__attached-badge { position: absolute; right: 14px; top: 14px; z-index: 2; border-radius: 999px; background: rgba(36, 23, 76, 0.82); color: #fff; font-size: 0.75rem; line-height: 1; padding: 8px 10px; }
.tb-video-header .tb-video-header__accent { position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: var(--tb-video-green); pointer-events: none; }
.tb-video-header .tb-video-header__media.is-playing .tb-video-header__accent { display: none; }
.tb-video-header .tb-video-header__text { width: 100%; max-width: none; margin-top: 28px; }
.tb-video-header .tb-video-header__title { margin: 0 0 12px; color: var(--tb-video-heading); font-size: clamp(2rem, 3.1vw, 2.5rem); line-height: 1.05; font-weight: 500; letter-spacing: 0.005em; }
.tb-video-header .tb-video-header__meta { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; color: var(--tb-video-muted); font-size: 0.9rem; line-height: 1.4; }
.tb-video-header .tb-video-header__meta-item { display: inline-flex; gap: 8px; align-items: center; }
.tb-video-header .tb-video-header__meta-icon { color: var(--tb-video-green); font-size: 0.85em; }
.tb-video-header .tb-video-header__intro { margin-top: 18px; color: var(--tb-video-muted); font-size: clamp(1rem, 1.25vw, 1.125rem); line-height: 1.58; max-width: 100%; }
.tb-video-header .tb-video-header__divider { border: 0; border-top: 1px solid var(--tb-video-divider); margin: 30px 0; }
.tb-video-header .tb-video-header__details { display: grid; gap: 30px; }
.tb-video-header .tb-video-header__about h2,
.tb-video-header .tb-video-header__topics h2 { color: var(--tb-video-heading); font-size: clamp(1.28rem, 2.2vw, 1.58rem); line-height: 1.3; margin: 0 0 14px; font-weight: 600; }
.tb-video-header .tb-video-header__about-body { color: var(--tb-video-muted); font-size: 1rem; line-height: 1.65; }
.tb-video-header .tb-video-header__topics ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.tb-video-header .tb-video-header__topic { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; color: var(--tb-video-main); font-size: 1rem; line-height: 1.55; align-items: start; }
.tb-video-header .tb-video-header__check { width: 20px; height: 20px; border-radius: 999px; background: var(--tb-video-green); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; margin-top: 2px; }
@media (min-width: 768px) {
  .tb-video-header .tb-video-header__container { padding: 30px 28px 66px; }
  .tb-video-header .tb-video-header__back { margin-bottom: 22px; }
  .tb-video-header .tb-video-header__text { max-width: 40rem; margin-top: 34px; }
  .tb-video-header .tb-video-header__play { width: 76px; height: 76px; }
  .tb-video-header .tb-video-header__play-triangle { border-top-width: 12px; border-bottom-width: 12px; border-left-width: 20px; }
  .tb-video-header .tb-video-header__divider { margin: 34px 0; }
  .tb-video-header .tb-video-header__details { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; }
}
.tb-video-library {
  --tbvl-gap: 1rem;
  --tbvl-visible: 1;
  --tbvl-nav-size: 2.75rem;
  --tbvl-nav-offset: 0.75rem;
  --tbvl-section-bg: var(--fs-cta-bg, #f3f5f7);
  margin-block: clamp(2rem, 5vw, 4rem);
  padding-block: clamp(3rem, 6vw, 5rem);
  background: var(--tbvl-section-bg);
  box-shadow: 0 0 0 100vmax var(--tbvl-section-bg);
  clip-path: inset(0 -100vmax);
}
.tb-video-library__container {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 1rem;
}
.tb-video-library__title {
  margin: 0 0 1.5rem;
  color: var(--fs-purple);
  font-family: var(--fs-font-sans);
  font-size: clamp(1.875rem, 5.3vw, 2.125rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
}
.tb-video-library__carousel {
  position: relative;
}
.tb-video-library__viewport {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.tb-video-library__viewport::-webkit-scrollbar {
  display: none;
}
.tb-video-library__track {
  display: flex;
  gap: var(--tbvl-gap);
  scroll-snap-type: x mandatory;
}
.tb-video-library__item {
  flex: 0 0 calc(
    (100% - (var(--tbvl-gap) * (var(--tbvl-visible) - 1))) /
      var(--tbvl-visible)
  );
  min-width: 0;
  scroll-snap-align: start;
}
.tb-video-library__track--static {
  justify-content: center;
}
.tb-video-library__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: none;
  width: var(--tbvl-nav-size);
  height: var(--tbvl-nav-size);
  place-items: center;
  padding: 0;
  color: #22123f;
  background: #ffffff;
  border: 1px solid rgb(226 232 240);
  border-radius: 9999px;
  box-shadow: 0 12px 30px rgb(15 23 42 / 14%);
  transform: translateY(-50%);
  transition: opacity 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.tb-video-library__nav:hover:not(:disabled) {
  box-shadow: 0 16px 36px rgb(15 23 42 / 18%);
  transform: translateY(-50%) scale(1.03);
}
.tb-video-library__nav:focus-visible {
  outline: 3px solid rgb(16 185 129 / 55%);
  outline-offset: 3px;
}
.tb-video-library__nav:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.tb-video-library__nav[hidden] {
  display: none !important;
}
.tb-video-library__nav svg {
  width: 1.15rem;
  height: 1.15rem;
}
.tb-video-library__nav--prev {
  left: calc(var(--tbvl-nav-offset) * -1);
}
.tb-video-library__nav--next {
  right: calc(var(--tbvl-nav-offset) * -1);
}
.tb-video-library__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  min-height: 0.5rem;
  margin-top: 1rem;
}
.tb-video-library__dots:empty,
.tb-video-library__dots[hidden] {
  display: none;
}
.tb-video-library__dots button {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  background: rgb(203 213 225);
  border: 0;
  border-radius: 9999px;
  transition: background-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}
.tb-video-library__dots button:hover {
  opacity: 0.9;
}
.tb-video-library__dots button:focus-visible {
  outline: 2px solid rgb(16 185 129 / 65%);
  outline-offset: 3px;
}
.tb-video-library__dots button[aria-current="true"] {
  background: rgb(5 150 105);
  transform: scale(1.1);
}
.tb-video-library__cta {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
  color: var(--fs-purple);
  font-family: var(--fs-font-sans);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
}
.tb-video-library__cta a,
.tb-video-library__cta span {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.tb-video-library__cta a:hover {
  color: var(--fs-green-accent);
}
@media (prefers-reduced-motion: reduce) {
  .tb-video-library__viewport {
    scroll-behavior: auto;
  }

  .tb-video-library__nav,
  .tb-video-library__dots button {
    transition: none;
  }
}
@media (min-width: 640px) {
  .tb-video-library {
    --tbvl-visible: 2;
  }
}
@media (min-width: 768px) {
  .tb-video-library {
    --tbvl-nav-offset: 1.375rem;
  }

  .tb-video-library__nav {
    display: grid;
  }
}
@media (min-width: 1024px) {
  .tb-video-library {
    --tbvl-visible: 3;
  }
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
    /* Brand */
    --fs-purple: #24174c;
    --fs-green: #23b07b;
    --fs-green-accent: #3dd3a2;
    --fs-green-date: #1aa36f;

    /* Neutral */
    --fs-card-bg: #ffffff;
    --fs-cta-bg: #f3f5f7;

    /* Layout */
    --fs-container: 1120px;
    --fs-container-narrow: 980px;
    --fs-container-cta: 1050px;

    /* Radii */
    --fs-radius-sm: 8px;
    --fs-radius-md: 10px;
    --fs-radius-lg: 14px;
    --fs-radius-xl: 16px;
    --fs-radius-2xl: 18px;
    --fs-radius-pill: 999px;

    /* Shadows */
    --fs-shadow-card: 0 10px 26px rgba(0, 0, 0, 0.06);
    --fs-shadow-hero: 0 14px 40px rgba(0, 0, 0, 0.12);
    --fs-shadow-float: 0 10px 26px rgba(0, 0, 0, 0.08);

    /* Borders */
    --fs-border-card: 1px solid rgba(16, 24, 40, 0.1);
    --fs-border-soft: 1px solid rgba(0, 0, 0, 0.06);

    /* Typography */
    --fs-font-sans: Montserrat, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial,
      "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
    --fs-heading-1: 32px;
    --fs-heading-color: #24174C;
  }
/* -------------------------
     FS Layout + primitives
     ------------------------- */
.tb-page {
    padding-top: 60px;
  }
.tb-page a:hover {
    text-decoration: none;
  }
.tb-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
.fs-card {
    background: var(--fs-card-bg);
    border: var(--fs-border-card);
    border-radius: var(--fs-radius-xl);
    box-shadow: var(--fs-shadow-card);
    overflow: hidden;
  }
.fs-divider--thin {
    height: 2px;
    width: 100%;
    background: var(--fs-green);
    opacity: 0.75;
    border-radius: var(--fs-radius-pill);
  }
/* -------------------------
     FS Typography
     ------------------------- */
.tb-page--media-centre h1 {
    font-size: var(--fs-heading-1);
    color: var(--fs-heading-color);
    margin-bottom: 20px;
  }
.tb-page--media-centre p {
    margin-bottom: 20px;
    font-weight: 400;
    color: #2C3E50;
  }
.fs-h1 {
    font-family: var(--fs-font-sans);
    font-weight: 500;
    font-size: var(--fs-heading-1);
    line-height: 1;
    letter-spacing: 0.01em;
    color: var(--fs-purple);
    margin: 0;
  }
@media (max-width: 900px) {
    .fs-h1 {
      font-size: 28px;
    }
  }
@media (max-width: 520px) {
    .fs-h1 {
      font-size: 24px;
    }
  }
.fs-h2 {
    font-size: clamp(26px, 3.2vw, 44px);
    line-height: 1.08;
    margin: 0 0 10px 0;
    font-weight: 600;
  }
.fs-card-title {
    font-family: var(--fs-font-sans);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--fs-purple);
    margin: 0;
  }
.fs-section-title {
    font-family: var(--fs-font-sans);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: var(--fs-purple);
    margin: 0;
  }
.fs-kicker {
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.75;
    margin-bottom: 10px;
  }
.fs-body {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 18px 0;
    opacity: 0.9;
  }
.fs-meta {
    font-size: 12px;
    line-height: 1.2;
    opacity: 0.8;
  }
/* -------------------------
     FS Actions + Links + Buttons
     ------------------------- */
.fs-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
.fs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fs-font-body);
    font-weight: 600;
    font-size: 1.375rem; /* 22px */
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    text-decoration: none !important;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
    transition:
      transform 120ms ease,
      opacity 120ms ease,
      background-color 120ms ease,
      border-color 120ms ease,
      color 120ms ease;

    border-radius: 7px;
    padding: 10px 50px;
  }
.fs-btn,
  .fs-btn:visited,
  .fs-btn:hover,
  .fs-btn:focus,
  .fs-btn:active {
    text-decoration: none !important;
    text-underline-offset: initial;
    text-decoration-thickness: initial;
  }
.fs-btn:hover {
    transform: translateY(-1px);
    opacity: 0.95;
  }
.fs-btn:focus {
    outline: none;
  }
/* Button sizes */
.fs-btn--md {
    min-height: 48px;
    padding: 0 24px;
    border-radius: var(--fs-radius-sm);
  }
.fs-btn--lg {
    min-height: 52px;
    padding: 0 22px;
    border-radius: var(--fs-radius-md);
    font-weight: 800;
  }
/* Default (light background) */
.fs-btn--primary,
  .fs-btn--primary:visited,
  .fs-btn--primary:hover,
  .fs-btn--primary:focus,
  .fs-btn--primary:active {
    background: var(--fs-green);
    color: #fff !important;
    border: 2px solid var(--fs-green);
  }
.fs-btn--secondary,
  .fs-btn--secondary:visited,
  .fs-btn--secondary:hover,
  .fs-btn--secondary:focus,
  .fs-btn--secondary:active {
    background: transparent;
    color: #1f2937 !important;
    border: 2px solid var(--fs-green);
  }
/* Dark-background friendly */
.fs-btn--primary-on-dark,
  .fs-btn--primary-on-dark:visited,
  .fs-btn--primary-on-dark:hover,
  .fs-btn--primary-on-dark:focus,
  .fs-btn--primary-on-dark:active {
    background: #2cc08f;
    color: #fff !important;
    border: 2px solid #2cc08f;
  }
.fs-link-on-dark {
    color: #fff;
    font-weight: 800;
    opacity: 0.95;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
.fs-link-on-dark:hover {
    opacity: 1;
  }
.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
.fs-cta-split {
    position: relative;
    margin: 40px 0;
  }
.fs-cta-split__bg {
    background: var(--fs-cta-bg);
    border-radius: var(--fs-radius-2xl);
  }
.fs-cta-split__bg--full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }
/* Keep CTA content aligned to site container, not wider custom width */
.fs-cta-split__panel {
    width: min(var(--fs-container), calc(100% - 48px));
    margin-inline: auto;
    padding: 56px 0;
  }
@media (max-width: 640px) {
    .fs-cta-split__panel {
      width: calc(100% - 32px);
      padding: 32px 0;
    }
  }
.fs-cta-split__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: center;
  }
@media (min-width: 900px) {
    .fs-cta-split__inner {
      grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
      -moz-column-gap: 64px;
           column-gap: 64px;
      align-items: center;
    }
  }
.fs-cta-split__content {
    max-width: 520px;
  }
.fs-cta-split__kicker {
    margin: 0 0 14px 0;
    font-size: 0.9rem;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(18, 31, 44, 0.55);
  }
.fs-cta-split .fs-cta-split__title {
    margin: 0 0 18px;
    font-size: clamp(28px, 2.4vw, 32px);
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: rgba(18, 31, 44, 0.9);
  }
.fs-cta-split__body {
    margin: 0 0 24px 0;
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    line-height: 1.45;
    color: rgba(18, 31, 44, 0.78);
    max-width: 30ch;
  }
.fs-cta-split__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 16px;
    align-items: center;
    margin: 0;
  }
.fs-cta-split__media {
    display: flex;
    justify-content: center;
  }
@media (min-width: 900px) {
    .fs-cta-split__media {
      justify-content: flex-end;
    }
  }
.fs-cta-split__img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
    border-radius: var(--fs-radius-2xl);
    -o-object-fit: cover;
       object-fit: cover;
  }
/* Disclaimer sits outside the grey block but aligned to content width */
.fs-cta-split__disclaimer {
    margin-top: 26px;
    max-width: 980px;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(18, 31, 44, 0.86);
  }
.fs-cta-split__disclaimer p {
    margin: 0;
  }
.fs-cta-split__disclaimer p + p {
    margin-top: 22px;
  }
@media (max-width: 899px) {
    .fs-cta-split {
      margin: 32px 0;
    }

    .fs-cta-split__content {
      max-width: none;
    }

    .fs-cta-split .fs-cta-split__title {
      max-width: none;
      font-size: clamp(30px, 8vw, 44px);
      line-height: 1.02;
      margin-bottom: 14px;
    }

    .fs-cta-split__body {
      max-width: none;
      margin-bottom: 20px;
    }

    .fs-cta-split__media {
      justify-content: flex-start;
    }

    .fs-cta-split__img {
      max-width: 100%;
    }

    .fs-cta-split__disclaimer {
      margin-top: 18px;
    }
  }
/* Download Guide (front + editor) */
.tb-dl {
    margin: 2rem 0;
  }
.tb-dl__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;

    padding: 32px 28px;
    border-radius: 20px;
    overflow: hidden;

    background: linear-gradient(90deg, #21134a 0%, #6a6786 100%);
    color: #ffffff;
  }
.tb-dl__media {
    display: flex;
    align-items: center;
    justify-content: center;
  }
.tb-dl__img {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }
.tb-dl__media--placeholder {
    min-height: 220px;
    width: 100%;
    border: 1px dashed rgba(255, 255, 255, 0.35);
    border-radius: 14px;
  }
.tb-dl__placeholder {
    padding: 18px;
    opacity: 0.85;
    font-weight: 600;
  }
.tb-dl__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
.tb-dl__title {
    margin: 0 0 6px 0;
    font-size: clamp(1.9rem, 2.2vw, 2.5rem);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--fs-green-accent);
  }
.tb-dl__subtitle {
    margin: 0 0 22px 0;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
  }
.tb-dl__list {
    list-style: none;
    margin: 0 0 28px 0;
    padding: 0;

    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
.tb-dl__item {
    position: relative;
    margin: 0;
    padding-left: 34px;

    font-size: 1rem;
    line-height: 1.45;
    font-weight: 700;
    color: #ffffff;
  }
.tb-dl__item::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.1em;

    width: 22px;
    height: 22px;
    border-radius: 999px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: var(--fs-green-accent);
    color: #1d1841;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
  }
.tb-dl__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
.tb-dl.is-editor-preview .rich-text {
    min-width: 0;
  }
.tb-dl.is-editor-preview .tb-dl__item .rich-text {
    display: inline;
  }
.tb-dl.is-editor-preview .tb-dl__add-bullet {
    align-self: flex-start;
    margin: -12px 0 20px 34px;
    color: #ffffff;
  }
/* Tighten CTA typography so it doesn't drift from inherited theme button styles */
.tb-dl__actions .fs-btn,
  .tb-dl__actions .wp-element-button,
  .tb-dl__actions .wp-block-button__link,
  .tb-dl__actions .tb-dl__btn {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
  }
.tb-dl__actions .fs-btn--primary,
  .tb-dl__actions .is-style-fill .wp-block-button__link,
  .tb-dl__actions .tb-dl__btn--primary {
    min-height: 56px;
    padding: 16px 26px;
    border-radius: 12px;
  }
.tb-dl__actions .fs-btn--secondary,
  .tb-dl__actions .is-style-outline .wp-block-button__link,
  .tb-dl__actions .tb-dl__btn--secondary,
  .tb-dl__actions a:not(.fs-btn--primary):not(.tb-dl__btn--primary) {
    font-size: 1rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
@media (min-width: 900px) {
    .tb-dl__inner {
      grid-template-columns: minmax(300px, 388px) 1fr;
      align-items: center;
      gap: 48px;
      padding: 38px 52px;
      min-height: 360px;
    }

    .tb-dl__media {
      justify-content: flex-start;
    }

    .tb-dl__img {
      max-width: 388px;
    }

    .tb-dl__list {
      grid-template-columns: 1fr 1fr;
      -moz-column-gap: 40px;
           column-gap: 40px;
      row-gap: 20px;
      max-width: 690px;
    }

    .tb-dl__content {
      max-width: 720px;
    }
  }
@media (max-width: 899px) {
    .tb-dl__inner {
      gap: 20px;
    }

    .tb-dl__img {
      max-width: 420px;
    }
  }
@media (max-width: 640px) {
    .tb-dl__inner {
      padding: 24px 20px;
      border-radius: 18px;
    }

    .tb-dl__title {
      font-size: 1.6rem;
    }

    .tb-dl__subtitle {
      margin-bottom: 18px;
    }

    .tb-dl__list {
      gap: 14px;
      margin-bottom: 22px;
    }

    .tb-dl__actions {
      gap: 16px;
      align-items: flex-start;
      flex-direction: column;
    }

    .tb-dl__actions .fs-btn--primary,
    .tb-dl__actions .wp-element-button,
    .tb-dl__actions .wp-block-button__link,
    .tb-dl__actions .tb-dl__btn--primary {
      width: 100%;
      justify-content: center;
      text-align: center;
    }
  }
.fs-quote {
    --fs-quote-bg: #241451;
    --fs-quote-bg-2: #1b0f3f;
    --fs-quote-text: #ffffff;
    --fs-quote-muted: rgba(255, 255, 255, 0.84);
    --fs-quote-role: rgba(255, 255, 255, 0.9);
    --fs-quote-accent: #19c37d;
    --fs-quote-mark: #90b7b1;
    position: relative;
    overflow: hidden;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background: linear-gradient(180deg, var(--fs-quote-bg) 0%, var(--fs-quote-bg-2) 100%);
  }
.fs-quote::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 34%) 0 0 / 60% 100% no-repeat,
      linear-gradient(225deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 36%) 100% 0 / 44% 100% no-repeat,
      linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 32%) 0 100% / 44% 66% no-repeat,
      linear-gradient(315deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 32%) 100% 100% / 44% 66% no-repeat;
    opacity: 0.95;
  }
.fs-quote::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0) 28%),
      radial-gradient(circle at 76% 72%, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0) 32%);
    opacity: 0.75;
  }
.fs-quote__inner {
  position: relative;
    min-height: 260px;
    padding: 1.75rem 1.25rem 1.75rem 1.25rem;
    z-index: 1;
}
.fs-quote__inner::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 5.8rem;
    pointer-events: none;
    opacity: 1;
    background:
      linear-gradient(
        90deg,
        rgba(18, 15, 52, 0.95) 0 3px,
        transparent 3px
      ) 0 0 / 100% 100% no-repeat,
      linear-gradient(90deg, rgba(255,255,255,0.82) 0 0) 18px 0 / 4px 100% no-repeat,
      linear-gradient(90deg, rgba(255,255,255,0.68) 0 0) 34px 0 / 5px 100% no-repeat,
      linear-gradient(90deg, rgba(255,255,255,0.82) 0 0) 52px 0 / 4px 100% no-repeat,
      linear-gradient(90deg, rgba(255,255,255,0.70) 0 0) 71px 0 / 6px 100% no-repeat,
      linear-gradient(180deg, #2fc79a 0%, #28be92 100%);
  }
.fs-quote__mark {
    position: relative;
    z-index: 2;
    width: 4.25rem;
    height: 3.15rem;
    margin-bottom: 0.75rem;
    opacity: 0.95;
    background: no-repeat center / contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='90' viewBox='0 0 120 90'%3E%3Cg fill='%2390B7B1'%3E%3Cpath d='M46 10C22 16 8 36 8 58c0 14 8 24 21 24 12 0 21-8 21-20 0-10-7-17-16-18 2-10 10-18 22-21V10z'/%3E%3Cpath d='M108 10C84 16 70 36 70 58c0 14 8 24 21 24 12 0 21-8 21-20 0-10-7-17-16-18 2-10 10-18 22-21V10z'/%3E%3C/g%3E%3C/svg%3E");
  }
.fs-quote__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
    z-index: 2;
    gap: 0.9rem;

    /* reserve space so mobile text does not run under the stripe */
    padding-right: 5.75rem;
}
.fs-quote__top {
  margin: 0px;
  font-weight: 700;
    max-width: 12ch;
    font-size: 1.15rem;
    line-height: 1.22;
    text-wrap: balance;
}
.fs-quote__body {
  margin: 0px;
    max-width: 18ch;
    font-size: 0.8rem;
    line-height: 1.5;
    font-weight: 600;
    color: var(--fs-quote-muted);
    text-wrap: balance;
}
.fs-quote__cite {
  margin-top: 0.5rem;
    max-width: 16rem;
}
.fs-quote__cite-name {
  margin: 0px;
  font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.15;
    text-wrap: balance;
}
.fs-quote__cite-role {
  margin: 0px;
    margin-top: 0.15rem;
    font-size: 0.62rem;
    line-height: 1.3;
    font-weight: 700;
    color: var(--fs-quote-role);
    text-wrap: balance;
}
.fs-quote.fs-quote--compact .fs-quote__inner {
    min-height: 220px;
  }
.fs-quote.fs-quote--compact .fs-quote__content {
    gap: 0.7rem;
  }
.fs-quote.fs-quote--compact .fs-quote__top {
    font-size: 1.02rem;
  }
.fs-quote.fs-quote--compact .fs-quote__body {
    font-size: 0.76rem;
  }
.fs-quote.fs-quote--compact .fs-quote__cite-name {
    font-size: 0.88rem;
  }
.fs-quote.fs-quote--compact .fs-quote__cite-role {
    font-size: 0.58rem;
  }
@media (min-width: 768px) {
    .fs-quote__inner {
      min-height: 404px;
      padding: 2.25rem 12.5rem 2.6rem 2.75rem;
    }

    .fs-quote__inner::after {
      width: 12.5rem;
      background:
        linear-gradient(
          90deg,
          rgba(18, 15, 52, 0.95) 0 4px,
          transparent 4px
        ) 0 0 / 100% 100% no-repeat,
        linear-gradient(90deg, rgba(255,255,255,0.82) 0 0) 22px 0 / 5px 100% no-repeat,
        linear-gradient(90deg, rgba(255,255,255,0.68) 0 0) 43px 0 / 7px 100% no-repeat,
        linear-gradient(90deg, rgba(255,255,255,0.82) 0 0) 66px 0 / 5px 100% no-repeat,
        linear-gradient(90deg, rgba(255,255,255,0.70) 0 0) 89px 0 / 8px 100% no-repeat,
        linear-gradient(90deg, rgba(255,255,255,0.82) 0 0) 116px 0 / 5px 100% no-repeat,
        linear-gradient(90deg, rgba(255,255,255,0.68) 0 0) 138px 0 / 7px 100% no-repeat,
        linear-gradient(90deg, rgba(255,255,255,0.82) 0 0) 161px 0 / 5px 100% no-repeat,
        linear-gradient(90deg, rgba(255,255,255,0.72) 0 0) 182px 0 / 8px 100% no-repeat,
        linear-gradient(180deg, #2fc79a 0%, #28be92 100%);
    }

    .fs-quote__mark {
      width: 5.2rem;
      height: 3.85rem;
      margin-bottom: 0.9rem;
    }

    .fs-quote__content {
      gap: 1.4rem;
      padding-right: 0;
      max-width: 40rem;
      margin-inline: auto;
    }

    .fs-quote__top {
      max-width: 16ch;
      font-size: 3.1rem;
      line-height: 1.15;
      margin-inline: auto;
    }

    .fs-quote__body {
      max-width: 30ch;
      font-size: 1.2rem;
      line-height: 1.55;
      margin-inline: auto;
    }

    .fs-quote__cite {
      margin-top: 1rem;
      margin-inline: auto;
      max-width: 28rem;
    }

    .fs-quote__cite-name {
      font-size: 1.35rem;
      line-height: 1.2;
    }

    .fs-quote__cite-role {
      font-size: 0.9rem;
      line-height: 1.35;
    }

    .fs-quote.fs-quote--compact .fs-quote__inner {
      min-height: 320px;
      padding-top: 2rem;
      padding-bottom: 2.1rem;
    }

    .fs-quote.fs-quote--compact .fs-quote__content {
      gap: 1rem;
      max-width: 34rem;
    }

    .fs-quote.fs-quote--compact .fs-quote__top {
      max-width: 14ch;
      font-size: 2.25rem;
    }

    .fs-quote.fs-quote--compact .fs-quote__body {
      max-width: 28ch;
      font-size: 1rem;
    }
  }
.editor-styles-wrapper .wp-block[data-type="fairstone/fs-quote"] .fs-quote__top p,
  .editor-styles-wrapper .wp-block[data-type="fairstone/fs-quote"] .fs-quote__body p,
  .editor-styles-wrapper .wp-block[data-type="fairstone/fs-quote"] .fs-quote__cite-name p,
  .editor-styles-wrapper .wp-block[data-type="fairstone/fs-quote"] .fs-quote__cite-role p {
    margin: 0;
  }
.tb-podcast-listing {
  width: 100%;
}
.tb-podcast-listing__header {
  margin-bottom: 1.5rem;
}
.tb-podcast-listing__heading { font-family: var(--fs-font-heading); position: relative; margin: 0px; padding-bottom: 0.75rem; font-size: 1.125rem; line-height: 1.75rem; font-weight: 700; --tw-text-opacity: 1; color: rgb(30 41 59 / var(--tw-text-opacity, 1)); }
.tb-podcast-listing__heading::after { content:""; position: absolute; bottom: 0px; left: 0px; height: 1px; width: 6rem; --tw-bg-opacity: 1; background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1)); }
.tb-podcast-listing__items > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.tb-podcast-listing__item {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 1rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  transition-property: border-color,background-color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tb-podcast-listing__item.is-active {
    border-color: #5b2dbb;
    border-width: 1.5px;
    background: #faf7ff;
    border-radius: 14px;
    box-shadow: 0 0 0 1px rgba(91, 45, 187, 0.22), 0 10px 20px -16px rgba(76, 29, 149, 0.3);
  }
.tb-podcast-listing__thumb-image,
  .tb-podcast-listing__thumb-placeholder {
  display: block;
  aspect-ratio: 1 / 1;
  height: auto;
  width: 88px;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.tb-podcast-listing__thumb-placeholder { background: linear-gradient(135deg, #4a5d7a 0%, #2c3e50 100%); }
.tb-podcast-listing__content {
  min-width: 0px;
}
.tb-podcast-listing__content-toggle {
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  padding: 0px;
  text-align: left;
    border: 0;
}
.tb-podcast-listing__content-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.tb-podcast-listing__title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.tb-podcast-listing__excerpt {
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.tb-podcast-listing__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.tb-podcast-listing__listen {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.tb-podcast-listing__listen-icon {
  display: inline-flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.tb-podcast-listing__listen-icon svg {
  height: 1.25rem;
  width: 1.25rem;
}
.tb-podcast-listing__action {
  align-self: flex-start;
}
.tb-podcast-listing__toggle {
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
    border: 1px solid #d9e1f0;
    background: #fcfdff;
    color: #26235d;
}
.tb-podcast-listing__toggle:hover { border-color: #c5d0e6; background: #ffffff; }
.tb-podcast-listing__toggle:focus-visible {
    outline: 2px solid #8b5cf6;
    outline-offset: 2px;
  }
.tb-podcast-listing__toggle:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.tb-podcast-listing__toggle-icon {
  display: inline-flex;
  height: 1.45rem;
  width: 2.7rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.tb-podcast-listing__toggle-icon--collapse {
  display: none;
}
.tb-podcast-listing__item.is-active .tb-podcast-listing__toggle-icon--play {
  display: none;
}
.tb-podcast-listing__item.is-active .tb-podcast-listing__toggle-icon--collapse {
  display: inline;
  height: 2.2rem;
  width: 2.2rem;
}
.tb-podcast-listing__player {
  margin-top: 0.75rem;
  border-radius: 9999px;
  padding: 0.25rem;
    background: #ffffff;
    border: 1px solid #e8ddfb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 6px 18px -16px rgba(76, 29, 149, 0.35);
}
.tb-podcast-listing__item.is-active .tb-podcast-listing__player {
    background: #fdfbff;
    border-color: #d8c5fb;
  }
.tb-podcast-listing__player audio {
  display: block;
  width: 100%;
    accent-color: #4b2e83;
    color-scheme: light;
    border-radius: 9999px;
    background-color: #ffffff;
}
.tb-podcast-listing__player--spotify {
  border-radius: 1rem;
  padding: 0px;
    overflow: hidden;
}
.tb-podcast-listing__spotify-player,
  .tb-podcast-listing__spotify-embed {
  display: block;
  width: 100%;
}
.tb-podcast-listing__spotify-embed {
    border: 0;
    border-radius: 14px;
  }
.tb-podcast-listing__player > audio[data-podcast-audio] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
.tb-podcast-listing__custom-player {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
    background: #fff;
    border: 1px solid #e2d4fb;
}
.tb-podcast-listing__player-btn {
  display: inline-flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
    background: #5b2dbb;
    color: #fff;
    border: 1px solid #4b249a;
    transition: background-color .2s ease, transform .2s ease;
}
.tb-podcast-listing__player-btn:hover { background: #4b249a; }
.tb-podcast-listing__player-btn:focus-visible {
    outline: 2px solid #8b5cf6;
    outline-offset: 2px;
  }
.tb-podcast-listing__player-btn:disabled {
    background: #b6a0e7;
    border-color: #b6a0e7;
    cursor: not-allowed;
  }
.tb-podcast-listing__player-btn svg {
  height: 1.05rem;
  width: 1.05rem;
}
.tb-podcast-listing__player-btn svg [stroke] { stroke-width: 2.2; }
.tb-podcast-listing__player-time {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    min-width: 42px;
    color: #3f2b73;
}
.tb-podcast-listing__player-seek {
  height: 0.5rem;
  flex: 1 1 0%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
    background: linear-gradient(to right, #6d28d9 0%, #6d28d9 var(--seek-progress, 0%), #ebe4fb var(--seek-progress, 0%), #ebe4fb 100%);
    cursor: pointer;
}
.tb-podcast-listing__player-seek:disabled {
    opacity: .6;
    cursor: not-allowed;
  }
.tb-podcast-listing__player-seek:focus-visible {
    outline: 2px solid #8b5cf6;
    outline-offset: 2px;
  }
.tb-podcast-listing__player-seek::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 9999px;
    background: #5b2dbb;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(91,45,187,.35);
  }
.tb-podcast-listing__player-seek::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 9999px;
    background: #5b2dbb;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(91,45,187,.35);
  }
.tb-podcast-listing__player-seek::-moz-range-track {
    height: 8px;
    border-radius: 9999px;
    background: #ebe4fb;
  }
.tb-podcast-listing__audio-status {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.tb-podcast-listing__footer {
  padding-top: 2rem;
  text-align: center;
}
.tb-podcast-listing__empty {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
@media (max-width: 767px) {
    .tb-podcast-listing__item {
    grid-template-columns: 72px 1fr;
    gap: 0.75rem;
  }
    .tb-podcast-listing__thumb-image,
    .tb-podcast-listing__thumb-placeholder {
    width: 72px;
  }
    .tb-podcast-listing__action {
    grid-column-start: 2;
    justify-self: end;
  }
    .tb-podcast-listing__toggle {
    height: 2.5rem;
    width: 2.5rem;
  }
    .tb-podcast-listing__custom-player {
    flex-wrap: wrap;
    border-radius: 1rem;
  }
    .tb-podcast-listing__player-time { min-width: 38px; }
  }
.wp-block-fairstone-fs-financial-table.fs-financial-table {
    margin: 32px 0;
  }
.fs-financial-table__wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
.fs-financial-table__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #f4f4f4;
    border-bottom: 2px solid #121f2c;
  }
.fs-financial-table__head,
  .fs-financial-table__cell {
    border-right: 1px solid rgba(18, 31, 44, 0.12);
  }
.fs-financial-table__head:last-child,
  .fs-financial-table__cell:last-child {
    border-right: 0;
  }
.fs-financial-table__head {
    background: #23164d;
    color: #fff;
    font-family: var(--fs-font-heading);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 14px 18px;
    vertical-align: middle;
  }
.fs-financial-table__head--label {
    text-align: left;
    width: 47%;
  }
.fs-financial-table__head--value {
    text-align: right;
    width: 26.5%;
  }
.fs-financial-table__cell {
    padding: 14px 18px;
    font-size: 0.98rem;
    line-height: 1.35;
    color: rgba(18, 31, 44, 0.88);
    vertical-align: middle;
    border-top: 1px solid rgba(18, 31, 44, 0.08);
    background: #f4f4f4;
  }
.fs-financial-table__cell--label {
    text-align: left;
    font-weight: 400;
  }
.fs-financial-table__cell--value {
    text-align: right;
    font-variant-numeric: tabular-nums;
  }
.fs-financial-table__row--light-green .fs-financial-table__cell,
  .fs-financial-table__row--light-green .fs-financial-table__cell--label {
    background: #cfe5de;
  }
.fs-financial-table__row--dark-green .fs-financial-table__cell,
  .fs-financial-table__row--dark-green .fs-financial-table__cell--label {
    background: #2ec08f;
    color: #fff;
  }
.fs-financial-table__cell--label-default {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
  }
.fs-financial-table__cell--label-bold {
    font-weight: 700;
    color: #121f2c;
  }
.fs-financial-table__cell--label-section {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
.fs-financial-table__cell--label-subsection {
    font-weight: 700;
    color: #121f2c;
  }
.fs-financial-table__cell--bold {
    font-weight: 700;
  }
@media (max-width: 767px) {
    .wp-block-fairstone-fs-financial-table.fs-financial-table {
      margin: 24px 0;
    }

    .fs-financial-table__table {
      min-width: 0;
    }

    .fs-financial-table__head,
    .fs-financial-table__cell {
      padding: 10px 12px;
    }

    .fs-financial-table__head {
      font-size: 0.78rem;
      line-height: 1.2;
    }

    .fs-financial-table__cell {
      font-size: 0.86rem;
      line-height: 1.3;
    }

    .fs-financial-table__head--label,
    .fs-financial-table__cell--label {
      width: 46%;
      word-break: break-word;
    }

    .fs-financial-table__head--value,
    .fs-financial-table__cell--value {
      width: 27%;
    }

    .fs-financial-table__cell--label-section {
      font-size: 0.7rem;
    }
  }
.fs-podcast-hero {
    margin-block: clamp(24px, 4vw, 52px);
  }
.fs-podcast-hero__columns {
    gap: clamp(20px, 2.6vw, 32px);
    align-items: flex-start;
  }
.fs-podcast-hero__artwork {
    margin: 0;
  }
.fs-podcast-hero__artwork img {
    width: 100%;
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(31, 41, 55, 0.16);
  }
.fs-podcast-hero__content-col {
    padding-top: clamp(4px, 1.2vw, 14px);
  }
.fs-podcast-hero__title {
    margin: 0 0 16px;
    color: var(--fs-purple);
    font-size: clamp(2rem, 4.2vw, 3.05rem);
    line-height: 1.03;
    font-weight: 500;
  }
.fs-podcast-hero__copy {
    margin: 0 0 14px;
    max-width: 54ch;
    color: #2c3e50;
    line-height: 1.55;
  }
.fs-podcast-hero__divider {
    margin: 20px 0 12px;
    border-color: #ccd6e2;
    border-width: 1px;
    opacity: 1;
  }
.fs-podcast-hero__listen-label {
    margin: 0 0 10px;
    color: #2c3e50;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
  }
.fs-podcast-hero__platforms {
    margin: 0;
    gap: 10px;
  }
.fs-podcast-hero__platforms .wp-social-link {
    transform: translateZ(0);
  }
@media (max-width: 781px) {
    .fs-podcast-hero__content-col {
      padding-top: 0;
    }

    .fs-podcast-hero__title {
      font-size: clamp(1.8rem, 9vw, 2.35rem);
    }
  }
/* -----------------------------------------
     TB Article (single-tb_article)
     ----------------------------------------- */
.tb-article-hero {
    padding: 34px 0 18px;
  }
.tb-article-body {
    padding: 24px 0 48px;
  }
.tb-article-hero__inner,
  .tb-article-body__inner {
    width: min(var(--fs-container-narrow), calc(100% - 32px));
    margin-inline: auto;
  }
/* Breadcrumbs */
.tb-article-hero__crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;

    font-size: 0.85rem;
    opacity: 0.8;
    margin-bottom: 14px;
  }
.tb-article-hero__crumbs a {
    text-decoration: none;
    color: rgba(18, 31, 44, 0.85);
  }
.tb-article-hero__crumbs a:hover {
    text-decoration: underline;
    color: rgba(18, 31, 44, 0.95);
  }
.tb-article-hero__crumb-sep {
    opacity: 0.6;
  }
/* Title (Figma) */
.tb-article-hero__title {
    font-family: var(--fs-font-sans);
    font-weight: 500;
    font-size: clamp(2.2rem, 4.5vw, 3.4375rem); /* up to 55px */
    line-height: 1;
    letter-spacing: 0.01em;
    color: var(--fs-purple);
    margin: 0 0 10px 0;
  }
.tb-article-hero__excerpt {
    margin: 0 0 16px;
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.6;
    opacity: 0.92;
  }
/* Meta row */
.tb-article-hero__meta,
  .tb-article-hero__author-card--mobile {
    font-family: var(--fs-font-sans);
  }
.tb-article-hero__meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin: 10px 0 18px;
    flex-wrap: wrap;
  }
.tb-article-hero__author {
    display: flex;
    align-items: center;
    gap: 12px;
  }
.tb-article-hero__avatar img {
    width: 44px;
    height: 44px;
    border-radius: var(--fs-radius-pill);
    display: block;
  }
.tb-article-hero__author-name {
    font-weight: 600;
    color: rgba(18, 31, 44, 0.92);
    line-height: 1.2;
  }
.tb-article-hero__author-role {
    font-size: 0.95rem;
    opacity: 0.75;
    margin-top: 2px;
  }
.tb-article-hero__author-link {
    display: inline-block;
    margin-top: 4px;
    font-size: 0.95rem;
    color: var(--fs-green);
    font-weight: 600;
    text-decoration: none;
  }
.tb-article-hero__author-link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
.tb-article-hero__date,
  .tb-article-hero__date--mobile {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--fs-green-date);
    white-space: nowrap;
  }
/* Featured image frame with left overlay band */
.tb-hero-media {
    position: relative;
    overflow: hidden;
    border-radius: var(--fs-radius-xl);
    box-shadow: var(--fs-shadow-hero);
  }
.tb-hero-media::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 32%;
    background: linear-gradient(90deg, rgba(66, 56, 122, 0.65), rgba(66, 56, 122, 0));
    pointer-events: none;
  }
@media (max-width: 640px) {
    .tb-hero-media::before {
      width: 44%;
    }
  }
.tb-article-hero__media {
    margin: 0;
  }
.tb-article-hero__image {
    width: 100%;
    height: auto;
    display: block;
  }
/* =========================
     Article Typography System
     ========================= */
/* Core body */
.tb-prose {
    font-family: var(--fs-font-body); /* Open Sans */
    font-size: 1rem; /* 16px */
    line-height: 1.7;
    color: rgba(18, 31, 44, 0.88);
  }
/* Intro paragraph (first content paragraph) */
.tb-prose > p:first-of-type {
    font-family: var(--fs-font-sans); /* Montserrat */
    font-weight: 500; /* Medium */
    font-size: clamp(1.5rem, 2.8vw, 2rem); /* up to ~32px */
    line-height: 1.1;
    letter-spacing: 0.01em;
    color: var(--fs-purple);
    margin-bottom: 18px;
  }
/* Standard paragraphs */
.tb-prose p {
    margin: 0 0 1.1em;
  }
/* Headings inside body
     Exclude block-specific heading classes so reusable blocks
     can fully own their own typography. */
.tb-prose h2:not([class]),
  .tb-prose h3:not([class]),
  .tb-prose h4:not([class]),
  .tb-prose h2.wp-block-heading,
  .tb-prose h3.wp-block-heading,
  .tb-prose h4.wp-block-heading {
    font-family: var(--fs-font-sans);
    font-weight: 600;
    margin: 1.8em 0 0.6em;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--fs-purple);
  }
.tb-prose h2:not([class]),
  .tb-prose h2.wp-block-heading {
    font-size: 1.45rem;
  }
.tb-prose h3:not([class]),
  .tb-prose h3.wp-block-heading {
    font-size: 1.25rem;
  }
.tb-prose h4:not([class]),
  .tb-prose h4.wp-block-heading {
    font-size: 1.1rem;
  }
/* Protected block heading styles
     These are intentionally more specific than .tb-prose h3
     so block-level designs survive inside article prose. */
.tb-article-body .tb-dl h3.tb-dl__title,
  .tb-prose .tb-dl h3.tb-dl__title {
    margin: 0 0 6px 0;
    font-family: var(--fs-font-sans);
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
    color: var(--fs-green-accent);
  }
.tb-prose ul,
  .tb-prose ol {
    margin: 0 0 1.2em 1.2em;
    padding: 0;
  }
.tb-prose li {
    margin: 0.35em 0;
  }
.tb-prose a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
.tb-prose blockquote {
    margin: 1.4em 0;
    padding: 0.9em 1.1em;
    border-left: 4px solid rgba(66, 56, 122, 0.5);
    background: rgba(66, 56, 122, 0.06);
    border-radius: var(--fs-radius-md);
  }
.tb-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }
.tb-prose > * {
    max-width: 100%;
  }
/* Mobile design tweaks */
.tb-article-hero__date--mobile,
  .tb-article-hero__author-card--mobile {
    display: none;
  }
.tb-article-hero__author-card--mobile {
    margin-top: 14px;
    padding: 14px;
    border-radius: var(--fs-radius-lg);
    background: #fff;
    box-shadow: var(--fs-shadow-float);
    border: var(--fs-border-soft);
  }
@media (max-width: 640px) {
    .tb-article-hero__meta {
      display: none;
    }

    .tb-article-hero__date--mobile,
    .tb-article-hero__author-card--mobile {
      display: block;
    }

    .tb-article-hero__date--mobile {
      margin: 6px 0 12px;
      width: 100%;
    }
  }
/* -----------------------------------------
     Legacy styles migrated from style.css
     (to be refactored into utilities/block styles)
     ----------------------------------------- */
/* paste everything from old style.css here EXCEPT the theme header comment */
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-3 {
  bottom: 0.75rem;
}
.left-3 {
  left: 0.75rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-2 {
  height: 0.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-\[2px\] {
  height: 2px;
}
.h-full {
  height: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[86\%\] {
  width: 86%;
}
.w-\[88\%\] {
  width: 88%;
}
.w-\[92\%\] {
  width: 92%;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.resize {
  resize: both;
}
.grid-cols-\[72px_1fr_auto\] {
  grid-template-columns: 72px 1fr auto;
}
.grid-cols-\[96px_1fr\] {
  grid-template-columns: 96px 1fr;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-slate-200\/70 {
  --tw-gradient-from: rgb(226 232 240 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-slate-100 {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.text-center {
  text-align: center;
}
.text-\[0\.95rem\] {
  font-size: 0.95rem;
}
.text-\[0\.9rem\] {
  font-size: 0.9rem;
}
.text-\[1\.35rem\] {
  font-size: 1.35rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.45\] {
  line-height: 1.45;
}
.leading-\[1\.55\] {
  line-height: 1.55;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-\[\#26235d\] {
  --tw-text-opacity: 1;
  color: rgb(38 35 93 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.no-underline {
  text-decoration-line: none;
}
.opacity-100 {
  opacity: 1;
}
.shadow-\[0_0_0_1px_rgba\(139\2c 92\2c 246\2c 0\.12\)\] {
  --tw-shadow: 0 0 0 1px rgba(139,92,246,0.12);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_26px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0 10px 26px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 10px 26px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_18px_-16px_rgba\(76\2c 29\2c 149\2c 0\.35\)\] {
  --tw-shadow: 0 6px 18px -16px rgba(76,29,149,0.35);
  --tw-shadow-colored: 0 6px 18px -16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:opacity-95 {
  opacity: 0.95;
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
