*, ::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;
}

html {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f6f4ef;
  color: #181713;
}

body {
  background:
      radial-gradient(circle at top left, rgba(24, 95, 116, 0.10), transparent 30rem),
      linear-gradient(180deg, #fbfaf6 0%, #f6f4ef 46%, #eeebe3 100%);
}

a,
  button {
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
  outline: 3px solid #2dd4bf;
  outline-offset: 3px;
}

textarea,
  select {
  font: inherit;
}

table {
  border-collapse: collapse;
}

th,
  td {
  border-bottom: 1px solid rgb(255 255 255 / 0.10);
  padding: 0.875rem 1rem;
  text-align: left;
  vertical-align: top;
}

tbody tr:last-child td {
  border-bottom: 0;
}

button {
  background: transparent;
}

.lm-shell {
  min-height: 100vh;
  background-image: linear-gradient(rgba(24, 23, 19, 0.035) 1px, transparent 1px);
  background-size: 100% 3.5rem;
}

.lm-container {
  width: min(calc(100% - 2rem), 72rem);
  margin-inline: auto;
}

.lm-container-narrow {
  width: min(calc(100% - 2rem), 48rem);
  margin-inline: auto;
}

.lm-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.lm-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(41, 37, 36, 0.10);
  background: rgba(251, 250, 246, 0.88);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.lm-site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-block: 1rem;
}

.lm-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 750;
  color: #181713;
}

.lm-public-nav,
  .lm-footer-nav,
  .lm-hero-actions,
  .lm-link-list,
  .lm-filter-row,
  .lm-meta-row,
  .lm-card-footer {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.lm-public-nav a,
  .lm-footer-nav a {
  border-radius: 999px;
  color: #57534e;
  font-size: 0.9rem;
  font-weight: 700;
}

.lm-public-nav a {
  padding: 0.35rem 0.55rem;
}

.lm-public-nav a:hover,
  .lm-footer-nav a:hover {
  color: #181713;
  background: rgba(24, 23, 19, 0.055);
}

.lm-hero {
  position: relative;
  overflow: hidden;
  padding: 7.25rem 0 5.5rem;
  border-bottom: 1px solid rgba(41, 37, 36, 0.10);
}

.lm-hero::before {
  content: "";
  position: absolute;
  inset: 1.5rem;
  z-index: 0;
  border: 1px solid rgba(24, 23, 19, 0.08);
  border-radius: 1.25rem;
  pointer-events: none;
}

.lm-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.34fr);
  gap: 3rem;
  align-items: end;
}

.lm-hero h1,
  .lm-page-header h1,
  .lm-detail-hero h1 {
  max-width: 58rem;
  color: #181713;
  font-size: clamp(2.65rem, 7vw, 5.85rem);
  line-height: 0.98;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.lm-page-header h1,
  .lm-detail-hero h1 {
  font-size: clamp(2.35rem, 5.8vw, 4.75rem);
}

.lm-hero-copy,
  .lm-page-copy {
  margin-top: 1.5rem;
  max-width: 47rem;
  color: #44403c;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.75;
}

.lm-kicker {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #1f6f78;
  font-weight: 800;
  font-size: 0.78rem;
}

.lm-section {
  padding: 4.75rem 0;
}

.lm-section-split {
  border-block: 1px solid rgba(41, 37, 36, 0.10);
  background:
      linear-gradient(135deg, rgba(31, 111, 120, 0.10), transparent 42%),
      #f1eee7;
}

.lm-section-heading {
  margin-bottom: 1.75rem;
}

.lm-section-heading h2,
  .lm-split h2,
  .lm-callout h2 {
  max-width: 44rem;
  color: #181713;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.08;
  font-weight: 740;
  letter-spacing: 0;
}

.lm-grid-3,
  .lm-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.lm-capability,
  .lm-card,
  .lm-callout,
  .lm-episode,
  .lm-empty-state {
  border: 1px solid rgba(41, 37, 36, 0.11);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 1rem 2.5rem rgba(24, 23, 19, 0.05);
}

.lm-capability {
  padding: 1.4rem;
}

.lm-capability-index {
  display: inline-flex;
  margin-bottom: 1.75rem;
  color: #1f6f78;
  font-weight: 800;
  font-size: 0.85rem;
}

.lm-capability h2,
  .lm-card h3,
  .lm-episode h3 {
  color: #181713;
  font-size: 1.18rem;
  line-height: 1.22;
  font-weight: 740;
}

.lm-capability p,
  .lm-card p,
  .lm-episode p,
  .lm-callout p,
  .lm-prose p,
  .lm-split p {
  margin-top: 0.75rem;
  color: #44403c;
  line-height: 1.75;
}

.lm-card {
  overflow: hidden;
}

.lm-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1.35rem 3rem rgba(24, 23, 19, 0.08);
}

.lm-card > a {
  display: block;
  height: 100%;
}

.lm-card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  -o-object-fit: cover;
     object-fit: cover;
  background: #d8d2c5;
}

.lm-card-image-contain {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.75rem;
  background:
      radial-gradient(circle at 80% 12%, rgba(216, 47, 145, 0.18), transparent 12rem),
      linear-gradient(135deg, rgba(17, 19, 58, 0.96), rgba(39, 34, 93, 0.94));
}

.lm-callout-image {
  width: min(100%, 22rem);
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(247, 243, 232, 0.16);
  border-radius: 0.9rem;
  background:
      radial-gradient(circle at 82% 18%, rgba(216, 47, 145, 0.18), transparent 11rem),
      linear-gradient(135deg, rgba(17, 19, 58, 0.98), rgba(39, 34, 93, 0.94));
  box-shadow: 0 1.2rem 3rem rgba(10, 8, 28, 0.28);
  -o-object-fit: cover;
     object-fit: cover;
}

.lm-callout-image-contain {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
}

.lm-image-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
      linear-gradient(135deg, rgba(31, 111, 120, 0.95), rgba(24, 23, 19, 0.92)),
      #1f6f78;
  color: #f7f3e8;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 780;
}

.lm-card-body {
  padding: 1.2rem;
}

.lm-meta-row {
  gap: 0.55rem;
  color: #6f6962;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lm-card-footer {
  justify-content: space-between;
  margin-top: 1.15rem;
  color: #181713;
  font-size: 0.9rem;
  font-weight: 750;
}

.lm-badge {
  display: inline-flex;
  border: 1px solid rgba(31, 111, 120, 0.22);
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
  color: #1f6f78;
  background: rgba(31, 111, 120, 0.08);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: capitalize;
}

.lm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border-radius: 999px;
  padding: 0.72rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.lm-button:hover {
  transform: translateY(-1px);
}

.lm-button-primary {
  background: #181713;
  color: #fffaf0;
  box-shadow: 0 0.8rem 1.6rem rgba(24, 23, 19, 0.14);
}

.lm-button-secondary {
  background: rgba(255, 255, 255, 0.72);
  color: #181713;
  border: 1px solid rgba(41, 37, 36, 0.15);
}

.lm-page-header {
  padding: 5.25rem 0 3rem;
  border-bottom: 1px solid rgba(41, 37, 36, 0.10);
}

.lm-filter-row {
  margin-top: 2rem;
}

.lm-filter-row a {
  border: 1px solid rgba(41, 37, 36, 0.14);
  background: rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 800;
  color: #57534e;
  text-transform: capitalize;
}

.lm-filter-row a:hover,
  .lm-filter-row a.is-active {
  background: #181713;
  color: #fffaf0;
  border-color: #181713;
}

.lm-series-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.lm-season-filter {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.lm-season-filter a {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(248, 245, 239, 0.82);
  padding: 0.48rem 0.78rem;
  font-size: 0.84rem;
  font-weight: 800;
}

.lm-season-filter a:hover,
  .lm-season-filter a.is-active {
  border-color: #f0abfc;
  background: #f0abfc;
  color: #11133a;
}

.lm-season-select-form {
  min-width: min(100%, 13rem);
}

.lm-season-select {
  width: 100%;
  min-height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  padding: 0.55rem 2.4rem 0.55rem 0.85rem;
  font-size: 0.92rem;
  font-weight: 800;
}

.lm-season-select option {
  color: #181713;
}

.lm-detail-hero {
  padding: 5.25rem 0;
  border-bottom: 1px solid rgba(41, 37, 36, 0.10);
}

.lm-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 0.88fr);
  gap: 3rem;
  align-items: center;
}

.lm-hero-inner > *,
  .lm-detail-grid > * {
  min-width: 0;
}

.lm-detail-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(41, 37, 36, 0.12);
  border-radius: 0.9rem;
  background: #d8d2c5;
  box-shadow: 0 1.5rem 3rem rgba(24, 23, 19, 0.08);
}

.lm-detail-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.lm-detail-image-contain {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
  background:
      radial-gradient(circle at 82% 12%, rgba(216, 47, 145, 0.20), transparent 14rem),
      linear-gradient(135deg, rgba(17, 19, 58, 0.98), rgba(39, 34, 93, 0.95));
}

.lm-show-detail-image {
  justify-self: center;
  max-width: min(100%, 32rem);
  max-height: min(32rem, 65vh);
}

.lm-prose {
  color: #2c2924;
  font-size: 1.08rem;
  line-height: 1.86;
  white-space: pre-line;
}

.lm-link-list {
  margin-top: 1.5rem;
}

.lm-link-list-compact {
  margin-top: 1rem;
}

.lm-episode-list {
  display: grid;
  gap: 1rem;
}

.lm-episode {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.2rem;
}

.lm-episode:hover {
  border-color: rgba(31, 111, 120, 0.24);
}

.lm-episode-card-main {
  min-width: 0;
}

.lm-episode-thumb {
  width: 100%;
}

.lm-episode-thumb img,
  .lm-episode-thumb-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  place-items: center;
  border: 1px solid rgba(109, 54, 184, 0.18);
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0.8rem 1.8rem rgba(17, 19, 58, 0.08);
}

.lm-episode-thumb-placeholder {
  background:
      linear-gradient(135deg, rgba(216, 47, 145, 0.88), rgba(109, 54, 184, 0.86) 48%, rgba(17, 19, 58, 0.96)),
      #11133a;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lm-split,
  .lm-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.lm-callout {
  padding: 2rem;
}

.lm-callout-media {
  display: grid;
  gap: 1rem;
  justify-items: start;
  max-width: 22rem;
}

.lm-empty-state,
  .lm-muted {
  color: #6f6962;
}

.lm-empty-state {
  grid-column: 1 / -1;
  padding: 2rem;
}

.lm-footer {
  border-top: 1px solid rgba(41, 37, 36, 0.10);
  background: #181713;
  color: #ded8cb;
  padding: 3rem 0;
}

.lm-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: start;
}

.lm-footer-nav {
  margin-top: 1.1rem;
}

.lm-footer-nav a {
  color: #ded8cb;
}

.lm-footer-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fffaf0;
}

.lm-copyright {
  margin-top: 1rem;
  color: #a9a194;
  font-size: 0.875rem;
}

:root {
  --lm-ink: #090916;
  --lm-navy: #11133a;
  --lm-indigo: #27225d;
  --lm-purple: #6d36b8;
  --lm-magenta: #d82f91;
  --lm-paper: #f7f4ee;
  --lm-muted-paper: #e8e2d8;
}

html {
  background: var(--lm-ink);
  color: #f8f5ef;
}

body {
  background:
      radial-gradient(circle at 12% 8%, rgba(216, 47, 145, 0.22), transparent 28rem),
      radial-gradient(circle at 84% 12%, rgba(109, 54, 184, 0.28), transparent 30rem),
      linear-gradient(180deg, #090916 0%, #131433 24rem, var(--lm-paper) 24.1rem, #efe9df 100%);
}

.lm-shell {
  background-image:
      linear-gradient(120deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
      linear-gradient(rgba(9, 9, 22, 0.035) 1px, transparent 1px);
  background-size: 7rem 7rem, 100% 3.5rem;
}

.lm-site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(9, 9, 22, 0.86);
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.18);
}

.lm-brand-logo {
  display: block;
  width: clamp(9.5rem, 17vw, 13.5rem);
  height: auto;
}

.lm-public-nav a {
  color: rgba(248, 245, 239, 0.76);
}

.lm-public-nav a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
}

.lm-hero {
  color: #f8f5ef;
  background:
      linear-gradient(135deg, rgba(216, 47, 145, 0.18), transparent 28%),
      linear-gradient(150deg, #090916 0%, #151846 54%, #251353 100%);
  border-bottom-color: rgba(255, 255, 255, 0.10);
}

.lm-hero::before {
  border-color: rgba(255, 255, 255, 0.12);
  background:
      linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.07) 48% 49%, transparent 49%),
      linear-gradient(45deg, transparent 0 57%, rgba(216, 47, 145, 0.18) 57% 58%, transparent 58%);
}

.lm-hero h1 {
  color: #ffffff;
  text-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.32);
}

.lm-hero .lm-hero-copy,
  .lm-hero .lm-kicker {
  color: rgba(248, 245, 239, 0.86);
}

.lm-kicker {
  color: var(--lm-purple);
}

.lm-section-split {
  border-block-color: rgba(17, 19, 58, 0.12);
  background:
      linear-gradient(135deg, rgba(109, 54, 184, 0.16), transparent 42%),
      linear-gradient(45deg, transparent 0 66%, rgba(216, 47, 145, 0.10) 66% 67%, transparent 67%),
      #eee7dd;
}

.lm-capability,
  .lm-card,
  .lm-callout,
  .lm-episode,
  .lm-empty-state {
  border-color: rgba(17, 19, 58, 0.14);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1rem 2.5rem rgba(9, 9, 22, 0.08);
}

.lm-card:hover {
  box-shadow: 0 1.35rem 3rem rgba(39, 34, 93, 0.16);
}

.lm-image-fallback {
  background:
      linear-gradient(135deg, rgba(216, 47, 145, 0.92), rgba(109, 54, 184, 0.88) 42%, rgba(17, 19, 58, 0.96)),
      var(--lm-indigo);
  color: #ffffff;
}

.lm-image-fallback::before {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(255, 255, 255, 0.20);
  transform: skew(-10deg);
}

.lm-card-image.lm-image-fallback,
  .lm-detail-image.lm-image-fallback {
  position: relative;
}

.lm-badge {
  border-color: rgba(109, 54, 184, 0.28);
  color: var(--lm-indigo);
  background: rgba(109, 54, 184, 0.10);
}

.lm-button-primary {
  background: linear-gradient(135deg, var(--lm-purple), var(--lm-magenta));
  color: #ffffff;
  box-shadow: 0 0.9rem 1.8rem rgba(109, 54, 184, 0.24);
}

.lm-button-secondary {
  color: var(--lm-indigo);
  border-color: rgba(109, 54, 184, 0.22);
  background: rgba(255, 255, 255, 0.76);
}

.lm-filter-row a:hover,
  .lm-filter-row a.is-active {
  background: var(--lm-indigo);
  border-color: var(--lm-indigo);
}

.lm-detail-hero,
  .lm-page-header {
  background:
      radial-gradient(circle at 85% 5%, rgba(216, 47, 145, 0.12), transparent 22rem),
      linear-gradient(180deg, #f8f5ef, #f1eadf);
}

.lm-detail-image {
  box-shadow: 0 1.5rem 3rem rgba(17, 19, 58, 0.14);
}

.lm-footer {
  border-top-color: rgba(255, 255, 255, 0.10);
  background:
      linear-gradient(135deg, rgba(216, 47, 145, 0.14), transparent 34%),
      linear-gradient(180deg, #11133a 0%, #090916 100%);
  color: rgba(248, 245, 239, 0.78);
}

.lm-footer-logo {
  display: block;
  width: clamp(9.5rem, 16vw, 13rem);
  height: auto;
  margin-bottom: 1rem;
}

.lm-footer-nav a {
  color: rgba(248, 245, 239, 0.78);
}

.lm-footer-nav a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
}

.lm-copyright {
  color: rgba(248, 245, 239, 0.58);
}

.lm-hero-inner-single {
  grid-template-columns: minmax(0, 0.92fr);
  align-items: center;
}

.lm-hero-actions {
  margin-top: clamp(2.1rem, 4vw, 3rem);
}

.lm-page-content {
  background: linear-gradient(180deg, #f8f5ef, #eee7dd);
}

.lm-page-content .lm-prose,
  .lm-page-content .lm-prose p,
  .lm-page-content .lm-prose a {
  color: #18152a;
}

.lm-page-content .lm-prose a {
  text-decoration: underline;
  text-decoration-color: rgba(216, 47, 145, 0.48);
  text-underline-offset: 0.2em;
}

.lm-page-content .lm-prose ul,
  .lm-page-content .lm-prose ol {
  margin-top: 0.9rem;
  padding-left: 1.4rem;
  color: #18152a;
  line-height: 1.8;
}

.lm-page-content .lm-prose ul {
  list-style: disc;
}

.lm-page-content .lm-prose ol {
  list-style: decimal;
}

.lm-page-content .lm-prose li + li {
  margin-top: 0.35rem;
}

.lm-page-content .lm-prose strong,
  .lm-page-content .lm-prose b {
  color: #11133a;
  font-weight: 760;
}

.lm-page-content .lm-prose em,
  .lm-page-content .lm-prose i {
  color: #27225d;
}

.lm-series-content {
  scroll-margin-top: 2rem;
  background:
      radial-gradient(circle at 82% 0%, rgba(216, 47, 145, 0.18), transparent 24rem),
      linear-gradient(180deg, #090916 0%, #11133a 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.10);
  color: #f8f5ef;
}

.lm-series-content .lm-section-heading h2 {
  color: #ffffff;
}

.lm-series-content .lm-kicker {
  color: #f0abfc;
}

.lm-series-content .lm-muted {
  color: rgba(248, 245, 239, 0.72);
}

.lm-series-content .lm-empty-state {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(248, 245, 239, 0.82);
}

.lm-page-header .lm-meta-row {
  margin-top: clamp(1.25rem, 3vw, 2rem);
}

.lm-episode-header {
  padding-bottom: 3.5rem;
}

.lm-episode-header-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.lm-episode-header-grid.has-artwork {
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 32rem);
}

.lm-episode-header-copy {
  min-width: 0;
}

.lm-episode-header h1 {
  font-size: clamp(2.05rem, 4.8vw, 4rem);
  line-height: 1;
}

.lm-back-link {
  display: inline-flex;
  margin-bottom: 1.5rem;
  color: #57534e;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.lm-back-link:hover {
  color: #181713;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.lm-episode-header-artwork img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.22);
}

.lm-player-shell {
  margin-top: 2rem;
  border: 1px solid rgba(109, 54, 184, 0.18);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.78);
  padding: 0.75rem;
  box-shadow: 0 1rem 2.2rem rgba(17, 19, 58, 0.08);
}

.lm-player-shell .art19-web-player {
  width: 100%;
}

.lm-player-shell-video {
  aspect-ratio: 16 / 9;
  padding: 0;
  overflow: hidden;
  background: #090916;
}

.lm-player-shell iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 0.65rem;
  background: #090916;
}

.lm-player-shell-video iframe {
  height: 100%;
  border-radius: 0;
}

.lm-player-shell-audio iframe {
  min-height: 180px;
}

.lm-episode-copy {
  padding-top: 1.8rem;
  padding-bottom: 4rem;
}

.lm-episode-description {
  margin-bottom: 0;
  white-space: normal;
}

.lm-episode-description p {
  margin-top: 0.45rem;
  line-height: 1.62;
}

.lm-episode-copy .lm-prose > p:first-child,
  .lm-additional-info-panel > p:first-child,
  .lm-transcript-panel > p:first-child {
  margin-top: 0;
}

.lm-additional-info-panel,
  .lm-transcript-panel {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(109, 54, 184, 0.16);
}

.lm-additional-info-panel {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
}

.lm-transcript-heading {
  margin: 0 0 0.75rem;
  color: #181713;
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.lm-rich-text-compact {
  font-size: 1rem;
  line-height: 1.48;
  white-space: normal;
}

.lm-page-content .lm-rich-text-compact p {
  margin-top: 0.35rem;
  line-height: 1.48;
}

.lm-page-content .lm-rich-text-compact p:first-child,
  .lm-page-content .lm-rich-text-compact ul:first-child,
  .lm-page-content .lm-rich-text-compact ol:first-child {
  margin-top: 0;
}

.lm-page-content .lm-rich-text-compact ul,
  .lm-page-content .lm-rich-text-compact ol {
  margin-top: 0.4rem;
  line-height: 1.5;
}

.lm-page-content .lm-rich-text-compact li + li {
  margin-top: 0.12rem;
}

.lm-transcript-content {
  font-size: 1.03rem;
  line-height: 1.6;
  white-space: normal;
}

.lm-page-content .lm-transcript-content p {
  margin-top: 0.75rem;
  line-height: 1.6;
}

.lm-page-content .lm-transcript-content p:first-child,
  .lm-page-content .lm-transcript-content ul:first-child,
  .lm-page-content .lm-transcript-content ol:first-child {
  margin-top: 0;
}

.lm-page-content .lm-transcript-content ul,
  .lm-page-content .lm-transcript-content ol {
  margin-top: 0.75rem;
  line-height: 1.6;
}

.lm-page-content .lm-transcript-content li + li {
  margin-top: 0.25rem;
}

a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
  outline-color: #f0abfc;
}

.lm-admin-image-preview {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 22rem;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 0.75rem;
  background: rgb(2 6 23 / 0.45);
}

.lm-admin-image-preview-square {
  width: min(100%, 12rem);
  max-height: 12rem;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.lm-admin-filter-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0.75rem;
}

.lm-home-capabilities {
  position: relative;
  overflow: hidden;
  background:
      linear-gradient(135deg, rgba(216, 47, 145, 0.12), transparent 34%),
      linear-gradient(180deg, #11133a 0%, #171543 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.10);
}

.lm-home-capabilities::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
      linear-gradient(120deg, transparent 0 58%, rgba(255, 255, 255, 0.06) 58% 59%, transparent 59%),
      radial-gradient(circle at 12% 18%, rgba(109, 54, 184, 0.34), transparent 22rem);
  pointer-events: none;
}

.lm-home-capabilities .lm-container {
  position: relative;
  z-index: 1;
}

.lm-home-capabilities .lm-capability {
  border-color: rgba(255, 255, 255, 0.14);
  background:
      linear-gradient(150deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
      rgba(9, 9, 22, 0.42);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.18);
}

.lm-home-capabilities .lm-capability-index {
  color: #f0abfc;
}

.lm-home-capabilities .lm-capability h2 {
  color: #ffffff;
}

.lm-home-capabilities .lm-capability p {
  color: rgba(248, 245, 239, 0.80);
}

.lm-featured-section {
  position: relative;
  overflow: hidden;
  color: #f8f5ef;
  background:
      radial-gradient(circle at 85% 12%, rgba(216, 47, 145, 0.20), transparent 24rem),
      radial-gradient(circle at 15% 20%, rgba(109, 54, 184, 0.24), transparent 28rem),
      linear-gradient(180deg, #090916 0%, #11133a 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.10);
}

.lm-featured-section .lm-section-heading h2 {
  color: #ffffff;
}

.lm-featured-section .lm-kicker {
  color: #f0abfc;
}

.lm-featured-section .lm-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: #fbf8f2;
  box-shadow: 0 1.35rem 3.2rem rgba(0, 0, 0, 0.26);
}

.lm-featured-section .lm-card h3,
  .lm-featured-section .lm-card-footer {
  color: #11133a;
}

.lm-featured-section .lm-card p {
  color: #3d3a48;
}

.lm-featured-section .lm-meta-row {
  color: #686174;
}

.lm-featured-section .lm-badge {
  border-color: rgba(109, 54, 184, 0.34);
  color: #27225d;
  background: rgba(109, 54, 184, 0.12);
}

.lm-featured-section .lm-empty-state {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(248, 245, 239, 0.82);
}

.lm-card a:hover .lm-card-footer > span:last-child,
  .lm-episode .lm-button-secondary:hover {
  color: var(--lm-magenta);
}

.lm-page-copy,
  .lm-prose,
  .lm-prose p,
  .lm-card p,
  .lm-episode p,
  .lm-callout p,
  .lm-split p {
  color: #363244;
}

@media (max-width: 900px) {
  .lm-hero-inner,
    .lm-grid-3,
    .lm-card-grid,
    .lm-detail-grid,
    .lm-footer-grid {
    grid-template-columns: 1fr;
  }

  .lm-hero {
    padding: 5.25rem 0 3.25rem;
  }

  .lm-hero::before {
    inset: 0.75rem;
  }

  .lm-section {
    padding: 3.25rem 0;
  }

  .lm-split,
    .lm-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .lm-detail-hero {
    padding: 3.5rem 0;
  }

  .lm-episode-header-grid.has-artwork {
    grid-template-columns: 1fr;
  }

  .lm-episode-header-artwork {
    max-width: min(100%, 32rem);
  }
}

@media (max-width: 680px) {
  .lm-site-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .lm-public-nav {
    width: 100%;
    gap: 0.35rem;
  }

  .lm-episode {
    grid-template-columns: 6.75rem minmax(0, 1fr);
    gap: 0.85rem;
    padding: 1rem;
  }

  .lm-public-nav a {
    font-size: 0.82rem;
    padding: 0.35rem 0.45rem;
  }

  .lm-brand-logo {
    width: 10.5rem;
  }

  .lm-hero h1,
    .lm-page-header h1,
    .lm-detail-hero h1 {
    font-size: clamp(2.25rem, 15vw, 3.6rem);
  }

  .lm-button {
    width: 100%;
  }

  .lm-hero-actions,
    .lm-link-list {
    align-items: stretch;
    width: 100%;
  }
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.sticky {
  position: sticky;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.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-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-4 {
  width: 1rem;
}

.w-full {
  width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-md {
  max-width: 28rem;
}

.resize {
  resize: both;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.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));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.p-5 {
  padding: 1.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}

.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring-cyan-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.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);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.hover\:bg-cyan-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
