/*
! tailwindcss v3.1.8 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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;
}

  h1, 
  h2, 
  h3, 
  h4, 
  h5, 
  h6 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

  #content p {
  margin-bottom: 1rem;
}

  #content blockquote {
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

  #content a {
  text-decoration-line: underline;
}

  #content a:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

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

::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-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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.link {
  text-decoration-line: underline;
}
.link:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.site-nav {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.site-nav a, 
  .site-footer a, 
  .section-copy a, 
  .link-list a, 
  .elsewhere-list a {
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.site-nav a:hover, 
  .site-footer a:hover, 
  .section-copy a:hover, 
  .link-list a:hover, 
  .elsewhere-list a:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.intro {
  margin-bottom: 2rem;
}
.intro-with-photo {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.profile-photo {
  order: -9999;
  height: 7rem;
  width: 7rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px) {
    .intro-with-photo {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 8.5rem;
      align-items: start;
    }

    .profile-photo {
    order: 0;
    margin-top: 2rem;
    height: 8.5rem;
    width: 8.5rem;
  }
  }
.intro h1 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 768px) {

  .intro h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.eyebrow {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.intro-copy {
  font-size: 1.25rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.section-copy {
  margin-bottom: 3rem;
}
.section-block {
  margin-top: 3rem;
}
.section-heading {
  margin-bottom: 1.25rem;
}
.section-heading h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.section-heading p {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.link-list p {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.elsewhere-list, 
  .plain-list {
  display: grid;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.elsewhere-list li, 
  .plain-list li {
  list-style-type: none;
}
.elsewhere-list li {
  display: grid;
  gap: 0.25rem;
}
@media (min-width: 640px) {

  .elsewhere-list li {
    grid-template-columns: 7rem minmax(0,1fr);
    gap: 1rem;
  }
}
.elsewhere-list a {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.elsewhere-list span {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.plain-list strong {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.site-footer {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
/* Writing activity - live Micro.blog contribution chart */
.writing-activity {
    --activity-cell-size: 0.5rem;
    --activity-column-gap: 0.1rem;
    --activity-row-gap: 0.1875rem;
    --activity-label-width: 1.75rem;
    margin-bottom: 4rem;
  }
.writing-activity-header {
    margin-bottom: 0.75rem;
  }
.writing-activity-header h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-wrap: balance;
  }
.writing-activity-header p {
    color: #737373;
    font-size: 0.75rem;
    font-variant-numeric: tabular-nums;
    line-height: 1.25rem;
  }
.writing-activity-card {
    padding: 1rem;
    border: 1px solid #d4d4d4;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 0 1px 2px rgba(23, 23, 23, 0.03);
  }
.writing-activity-scroll {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 0.375rem;
    scrollbar-color: #a3a3a3 transparent;
    -webkit-overflow-scrolling: touch;
  }
.writing-activity-scroll:focus-visible {
    outline: 2px solid #166534;
    outline-offset: 4px;
  }
.writing-activity-canvas {
    width: -moz-max-content;
    width: max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }
.writing-activity-months {
    display: grid;
    height: 1.25rem;
    margin-left: calc(var(--activity-label-width) + var(--activity-column-gap));
    -moz-column-gap: var(--activity-column-gap);
         column-gap: var(--activity-column-gap);
    color: #525252;
    font-size: 0.625rem;
    line-height: 1;
  }
.writing-activity-months span {
    white-space: nowrap;
  }
.writing-activity-grid {
    display: grid;
    grid-template-rows: repeat(7, var(--activity-cell-size));
    -moz-column-gap: var(--activity-column-gap);
         column-gap: var(--activity-column-gap);
    row-gap: var(--activity-row-gap);
  }
.writing-activity-day-label {
    align-self: center;
    color: #737373;
    font-size: 0.5625rem;
    font-weight: 500;
    justify-self: start;
    line-height: 1;
  }
.writing-activity-cell,
  .writing-activity-legend i {
    width: var(--activity-cell-size);
    height: var(--activity-cell-size);
    border: 1px solid rgba(27, 31, 35, 0.06);
    border-radius: 0.125rem;
    background: #ebedf0;
  }
a.writing-activity-cell {
    display: block;
    touch-action: manipulation;
    transition: transform 120ms ease, box-shadow 120ms ease;
  }
a.writing-activity-cell:hover,
  a.writing-activity-cell:focus-visible {
    position: relative;
    z-index: 1;
    outline: none;
    box-shadow: 0 0 0 2px #fffffa, 0 0 0 3px #166534;
    transform: scale(1.2);
  }
.writing-activity-cell.is-outside-range {
    visibility: hidden;
  }
.writing-activity [data-level="1"] {
    background: #9be9a8;
  }
.writing-activity [data-level="2"] {
    background: #40c463;
  }
.writing-activity [data-level="3"] {
    background: #30a14e;
  }
.writing-activity [data-level="4"] {
    background: #216e39;
  }
.writing-activity-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-top: 0.75rem;
    color: #737373;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.6875rem;
    line-height: 1rem;
  }
.writing-activity-footer a {
    color: #525252;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
.writing-activity-footer a:hover {
    color: #171717;
  }
.writing-activity-details {
    display: grid;
    gap: 0.25rem;
  }
.writing-activity-legend {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
.writing-activity-legend i {
    display: block;
    flex: 0 0 auto;
  }
.writing-activity-status {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: #737373;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.6875rem;
    line-height: 1rem;
  }
.writing-activity-status[hidden] {
    display: none;
  }
.writing-activity-status::before {
    content: '';
    width: 0.375rem;
    height: 0.375rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #30a14e;
    box-shadow: 0 0 0 2px rgba(48, 161, 78, 0.12);
  }
.writing-activity-status.is-degraded {
    color: #92400e;
  }
.writing-activity-status.is-degraded::before {
    background: #d97706;
    box-shadow: 0 0 0 2px rgba(217, 119, 6, 0.12);
  }
.writing-activity-status.is-error {
    color: #991b1b;
  }
.writing-activity-status.is-error::before {
    background: #dc2626;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.12);
  }
@media (prefers-reduced-motion: reduce) {
    a.writing-activity-cell {
      transition: none;
    }
  }
@media (max-width: 480px) {
    .writing-activity-card {
      padding: 0.875rem;
    }

    .writing-activity-footer {
      align-items: flex-start;
      flex-direction: column;
    }
  }
/* Product Cards - Base */
.product-card {
  display: block;
  border-radius: 0.5rem;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  overflow: hidden;
  border-width: 1px;
    position: relative;
}
.product-card:hover {
  text-decoration-line: none;
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.25);
}
.product-content {
    position: relative;
    z-index: 10;
    padding: 1.5rem;
  }
@media (min-width: 640px) {
    .product-content {
      max-width: 65%;
    }
  }
.product-name {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
    font-family: system-ui, -apple-system, sans-serif;
}
.product-tagline {
  font-size: 1rem;
  line-height: 1.5rem;
    opacity: 0.85;
}
/* Podsearch - searchable podcast transcript archive */
.product-card.podsearch {
  border-width: 0px;
    min-height: 11.5rem;
    color: #1b2822;
    background:
      radial-gradient(circle at 88% 8%, rgba(205, 221, 116, 0.48), transparent 12rem),
      #f4efe6;
    box-shadow: inset 0 0 0 1px rgba(27, 40, 34, 0.12);
}
.podsearch-decoration {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: min(100%, 18rem);
    margin: 0 1.5rem 1.5rem;
  }
.podsearch-mark {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: #174f3d;
  }
.podsearch-mark span {
    width: 2px;
    border-radius: 2px;
    background: #cddd74;
  }
.podsearch-mark span:nth-child(1),
  .podsearch-mark span:nth-child(5) {
    height: 0.5rem;
  }
.podsearch-mark span:nth-child(2),
  .podsearch-mark span:nth-child(4) {
    height: 0.9rem;
  }
.podsearch-mark span:nth-child(3) {
    height: 1.25rem;
  }
.podsearch-search {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    gap: 0.55rem;
    min-height: 3.25rem;
    padding: 0 0.8rem;
    border: 1px solid rgba(27, 40, 34, 0.18);
    border-radius: 0.9rem;
    background: #fffdf8;
    box-shadow: 0 14px 36px rgba(34, 48, 41, 0.12);
    color: #657169;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.72rem;
  }
.podsearch-search svg {
    width: 1.15rem;
    flex: 0 0 auto;
    fill: none;
    stroke: #174f3d;
    stroke-width: 1.8;
  }
.podsearch-search > span {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.podsearch-search kbd {
    flex: 0 0 auto;
    padding: 0.25rem 0.35rem;
    border: 1px solid rgba(27, 40, 34, 0.15);
    border-radius: 0.35rem;
    background: #f4efe6;
    color: #657169;
    font: 600 0.6rem ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  }
@media (min-width: 640px) {
    .product-card.podsearch .product-content {
      max-width: 49%;
    }

    .podsearch-decoration {
      position: absolute;
      right: 1.5rem;
      top: 50%;
      width: 18rem;
      margin: 0;
      transform: translateY(-50%);
    }
  }
.product-card.podsearch:hover {
    background:
      radial-gradient(circle at 88% 8%, rgba(205, 221, 116, 0.62), transparent 12rem),
      #f7f2e9;
  }
.product-card.podsearch .product-name {
    color: #174f3d;
    font-family: Georgia, Cambria, "Times New Roman", serif;
    font-weight: 700;
  }
.product-card.podsearch .product-tagline {
    color: #657169;
  }
/* MenuMines - Dark retro minesweeper aesthetic */
.product-card.menumines {
  border-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    background: linear-gradient(135deg, #1e2334 0%, #252a3f 100%);
}
.product-card.menumines::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
      linear-gradient(rgba(126, 110, 179, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(126, 110, 179, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
  }
.menumines-decoration {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    margin: 0 1.5rem 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
@media (min-width: 640px) {
    .menumines-decoration {
      position: absolute;
      right: 1.5rem;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
    }
  }
.mine-cell {
    width: 28px;
    height: 28px;
    background: #2d3347;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    font-family: ui-monospace, monospace;
    border: 1px solid rgba(126, 110, 179, 0.2);
  }
.mine-cell.revealed {
    background: #363c52;
    border-color: rgba(126, 110, 179, 0.3);
  }
.mine-cell.num-1 { color: #4a9eff; }
.mine-cell.num-2 { color: #4ade80; }
.mine-cell.num-3 { color: #f87171; }
.mine-cell.flag { color: #ef4444; }
.product-card.menumines:hover {
    background: linear-gradient(135deg, #252a3f 0%, #2d3347 100%);
  }
.product-card.menumines .product-name {
    color: #a799d4;
  }
.product-card.menumines .product-tagline {
    color: rgba(255, 255, 255, 0.7);
  }
/* Historical Fantasy Football Stats - Sports data aesthetic */
.product-card.hffs {
  border-width: 0px;
    background: linear-gradient(135deg, #1a3a28 0%, #234d36 100%);
    color: white;
}
.product-card.hffs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.2) 100%);
    pointer-events: none;
  }
.hffs-decoration {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin: 0 1.5rem 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
@media (min-width: 640px) {
    .hffs-decoration {
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
    }
  }
.stats-row {
    display: grid;
    grid-template-columns: 1fr 50px 50px;
    gap: 0.5rem;
    padding: 0.35rem 0.5rem;
    font-family: ui-monospace, monospace;
    font-size: 11px;
    color: #1a3a28;
    border-bottom: 1px solid #e5e7eb;
  }
.stats-row:last-child {
    border-bottom: none;
  }
.stats-row .player {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
  }
.stats-row .pts {
    font-weight: 700;
    color: #234d36;
    text-align: right;
  }
.stats-row .year {
    color: #6b7280;
    text-align: right;
  }
.product-card.hffs:hover {
    background: linear-gradient(135deg, #234d36 0%, #2d5f44 100%);
  }
.product-card.hffs .product-name {
    color: #86efac;
  }
.product-card.hffs .product-tagline {
    color: rgba(255, 255, 255, 0.8);
  }
/* Task Ferry - private reminders crossing between Macs */
.product-card.task-ferry {
    min-height: 10.75rem;
    border-color: rgba(7, 59, 129, 0.12);
    background:
      linear-gradient(135deg, #fffaf0 0%, #f8f0df 58%, #e8f5f3 100%);
    color: #10233e;
  }
.product-card.task-ferry::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 91% 5%, rgba(244, 92, 77, 0.17), transparent 25%),
      radial-gradient(circle at 72% 100%, rgba(20, 191, 208, 0.18), transparent 30%);
    pointer-events: none;
  }
.taskferry-decoration {
    position: relative;
    z-index: 10;
    width: min(calc(100% - 3rem), 16rem);
    height: 7.6rem;
    margin: 0 1.5rem 1.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }
.taskferry-window {
    position: absolute;
    z-index: 2;
    width: 11.5rem;
    overflow: hidden;
    border: 1px solid rgba(7, 59, 129, 0.13);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 30px rgba(4, 41, 91, 0.13);
  }
.taskferry-window-personal {
    top: 0;
    left: 0;
    transform: rotate(-2deg);
  }
.taskferry-window-work {
    right: 0;
    bottom: 0;
    transform: rotate(2deg);
  }
.taskferry-titlebar {
    display: grid;
    grid-template-columns: 2.15rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.28rem;
    min-height: 1.45rem;
    padding: 0 0.45rem;
    border-bottom: 1px solid rgba(7, 59, 129, 0.09);
    background: #f5f7f9;
    color: #647286;
    font-size: 0.46rem;
    font-weight: 750;
    line-height: 1;
  }
.taskferry-lights {
    display: flex;
    gap: 0.18rem;
  }
.taskferry-lights i {
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 999px;
    background: #ff685d;
  }
.taskferry-lights i:nth-child(2) {
    background: #ffbd45;
  }
.taskferry-lights i:nth-child(3) {
    background: #49cc5c;
  }
.taskferry-status {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    color: #315f69;
  }
.taskferry-status i {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 999px;
    background: #14bfd0;
    box-shadow: 0 0 0 2px rgba(20, 191, 208, 0.12);
  }
.taskferry-status.synced i {
    background: #f45c4d;
    box-shadow: 0 0 0 2px rgba(244, 92, 77, 0.12);
  }
.taskferry-reminder {
    display: grid;
    grid-template-columns: 0.9rem minmax(0, 1fr);
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 0.7rem 0.72rem;
    color: #10233e;
  }
.taskferry-check {
    width: 0.75rem;
    height: 0.75rem;
    border: 1.5px solid #665ce7;
    border-radius: 999px;
  }
.taskferry-reminder > span:last-child,
  .taskferry-quick {
    display: grid;
    min-width: 0;
    gap: 0.18rem;
  }
.taskferry-reminder strong,
  .taskferry-reminder small,
  .taskferry-quick strong,
  .taskferry-quick small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.taskferry-reminder strong,
  .taskferry-quick strong {
    font-size: 0.6rem;
    font-weight: 800;
    line-height: 1.1;
  }
.taskferry-reminder small {
    color: #8b6f7c;
    font-size: 0.48rem;
    font-weight: 650;
  }
.taskferry-route {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
  }
.taskferry-route::before {
    content: '';
    position: absolute;
    top: 52%;
    left: 50%;
    width: 7.75rem;
    border-top: 2px dashed #14bfd0;
    transform: translate(-50%, -50%) rotate(7deg);
  }
.taskferry-route img {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 2.25rem;
    height: 2.25rem;
    border: 2px solid rgba(255, 250, 240, 0.9);
    border-radius: 0.62rem;
    box-shadow: 0 8px 18px rgba(4, 41, 91, 0.25);
  }
.taskferry-quick {
    padding: 0.48rem 0.6rem 0.58rem;
    color: #10233e;
  }
.taskferry-quick strong span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.18rem;
    border-radius: 999px;
    background: #334158;
    color: white;
    font-size: 0.58rem;
  }
.taskferry-quick small {
    border: 1px solid rgba(23, 104, 210, 0.35);
    border-radius: 4px;
    padding: 0.26rem 0.35rem;
    background: #fbfdff;
    color: #758195;
    font-size: 0.47rem;
  }
@media (min-width: 640px) {
    .product-card.task-ferry {
      min-height: 11rem;
    }

    .product-card.task-ferry .product-content {
      max-width: 48%;
      padding-top: 1.75rem;
    }

    .taskferry-decoration {
      position: absolute;
      right: 1.35rem;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
    }
  }
.product-card.task-ferry:hover {
    background:
      linear-gradient(135deg, #fffdf6 0%, #f9f1df 58%, #ddf2ef 100%);
  }
.product-card.task-ferry .product-name {
    color: #073b81;
  }
.product-card.task-ferry .product-tagline {
    color: #4b5d74;
  }
/* AI Radar - lab intelligence feed preview */
.product-card.ai-radar {
  border-width: 0px;
    background:
      linear-gradient(135deg, rgba(15, 118, 110, 0.97) 0%, rgba(13, 63, 70, 0.98) 58%, #102a43 100%);
    color: white;
    min-height: 10.75rem;
}
.product-card.ai-radar::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 82% 18%, rgba(242, 231, 215, 0.24), transparent 26%),
      linear-gradient(rgba(242, 231, 215, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(242, 231, 215, 0.08) 1px, transparent 1px);
    background-size: auto, 26px 26px, 26px 26px;
    pointer-events: none;
  }
.airadar-decoration {
    position: relative;
    z-index: 10;
    display: grid;
    gap: 0.5rem;
    margin: 0 1.5rem 1.5rem;
    width: min(100%, 15.5rem);
    padding: 0.75rem;
    border: 1px solid rgba(242, 231, 215, 0.22);
    border-radius: 8px;
    background: rgba(2, 6, 23, 0.32);
    box-shadow: 0 18px 36px rgba(2, 6, 23, 0.2);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }
.airadar-search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2rem;
    border-radius: 8px;
    background: rgba(255, 255, 250, 0.94);
    padding: 0 0.65rem;
    color: #31534f;
    font-size: 0.72rem;
    font-weight: 750;
  }
.airadar-search-dot {
    width: 0.55rem;
    height: 0.55rem;
    border: 2px solid #0f766e;
    border-radius: 999px;
    box-shadow: 0.24rem 0.24rem 0 -0.12rem #0f766e;
  }
.airadar-pivots {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
  }
.airadar-pivots span {
    display: inline-flex;
    align-items: center;
    min-height: 1.45rem;
    border: 1px solid rgba(242, 231, 215, 0.18);
    border-radius: 999px;
    padding: 0 0.52rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
  }
.airadar-pivots span.active {
    background: #f2e7d7;
    color: #0f3f46;
  }
.airadar-episode {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.55rem;
    align-items: center;
    border: 1px solid rgba(242, 231, 215, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.5rem;
  }
.airadar-art {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 0.45rem;
    background:
      linear-gradient(90deg, transparent 38%, #f2e7d7 38% 48%, transparent 48% 62%, #f2e7d7 62% 70%, transparent 70%),
      radial-gradient(circle at 34% 50%, #fbfcfd 0 34%, transparent 35%),
      #0f766e;
  }
.airadar-episode div {
    display: grid;
    min-width: 0;
    gap: 0.15rem;
  }
.airadar-episode strong,
  .airadar-episode span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.airadar-episode strong {
    color: #fffffa;
    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1.1;
  }
.airadar-episode div span {
    color: rgba(242, 231, 215, 0.72);
    font-size: 0.64rem;
    font-weight: 700;
    line-height: 1.1;
  }
@media (min-width: 640px) {
    .product-card.ai-radar {
      min-height: 11rem;
    }

    .product-card.ai-radar .product-content {
      max-width: 48%;
      padding-top: 1.75rem;
    }

    .airadar-decoration {
      position: absolute;
      right: 1.35rem;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
    }
  }
.product-card.ai-radar:hover {
    background:
      linear-gradient(135deg, rgba(18, 134, 124, 0.98) 0%, rgba(15, 76, 83, 0.98) 58%, #123453 100%);
  }
.product-card.ai-radar .product-name {
    color: #f2e7d7;
  }
.product-card.ai-radar .product-tagline {
    color: rgba(255, 255, 255, 0.82);
  }
/* Tabata Ticker - interval timer preview */
.product-card.tabata {
  border-width: 0px;
    background: linear-gradient(135deg, #088580 0%, #166b9c 45%, #2e3db8 100%);
    color: white;
    min-height: 10.5rem;
}
.product-card.tabata::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(235, 122, 31, 0.28), transparent 42%),
      linear-gradient(180deg, transparent 58%, rgba(2, 6, 23, 0.24) 100%);
    pointer-events: none;
  }
.tabata-decoration {
    position: relative;
    z-index: 10;
    display: grid;
    gap: 0.65rem;
    margin: 0 1.5rem 1.5rem;
    width: min(100%, 13.75rem);
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(8, 15, 36, 0.34);
    box-shadow: 0 16px 34px rgba(2, 6, 23, 0.2);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }
.tabata-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
  }
.tabata-time {
    color: white;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 2.65rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
  }
.tabata-meter {
    height: 0.42rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.26);
  }
.tabata-meter span {
    display: block;
    width: 76%;
    height: 100%;
    border-radius: inherit;
    background: #fff7ed;
  }
.tabata-rounds {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0.25rem;
  }
.tabata-round {
    height: 0.38rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
  }
.tabata-round.current {
    background: #fff7ed;
  }
.tabata-action {
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    background: #fffffa;
    color: #0f172a;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
  }
@media (min-width: 640px) {
    .product-card.tabata {
      min-height: 12.5rem;
    }

    .product-card.tabata .product-content {
      max-width: 52%;
    }

    .tabata-decoration {
      position: absolute;
      right: 1.5rem;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
    }
  }
.product-card.tabata:hover {
    background: linear-gradient(135deg, #0f948d 0%, #1c75aa 45%, #3549ce 100%);
  }
.product-card.tabata .product-name {
    color: #fff7ed;
  }
.product-card.tabata .product-tagline {
    color: rgba(255, 255, 255, 0.82);
  }
/* Samesy Day - sentence-style pet age calculator */
.product-card.samesy {
  border-width: 0px;
    background:
      linear-gradient(135deg, rgba(255, 255, 250, 0.96), rgba(247, 242, 232, 0.98)),
      repeating-linear-gradient(90deg, rgba(15, 143, 132, 0.1) 0 1px, transparent 1px 4.5rem),
      #fffffa;
    color: #17211f;
    min-height: 16rem;
    box-shadow: inset 0 0 0 1px rgba(23, 33, 31, 0.08);
}
.product-card.samesy::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 76% 18%, rgba(224, 169, 53, 0.2), transparent 26%),
      radial-gradient(circle at 16% 84%, rgba(223, 105, 72, 0.16), transparent 30%),
      linear-gradient(180deg, transparent 56%, rgba(23, 33, 31, 0.04) 100%);
    pointer-events: none;
  }
.samesy-decoration {
    position: relative;
    z-index: 10;
    display: grid;
    gap: 0.55rem;
    margin: 0 1.5rem 1.75rem;
    width: min(100%, 15rem);
    padding: 1rem;
    border: 1px solid rgba(23, 33, 31, 0.12);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(255, 255, 250, 0.95), rgba(255, 250, 240, 0.98)),
      #fffffa;
    box-shadow:
      0 20px 42px rgba(23, 33, 31, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: hidden;
  }
.samesy-decoration::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      repeating-linear-gradient(90deg, rgba(15, 143, 132, 0.08) 0 1px, transparent 1px 3.25rem);
    pointer-events: none;
  }
.samesy-window-title,
  .samesy-sentence,
  .samesy-result {
    position: relative;
    z-index: 1;
  }
.samesy-window-title {
    color: #0a4f4b;
    font-family: Georgia, Cambria, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
  }
.samesy-sentence {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.32rem;
    color: #17211f;
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1.35;
    margin-top: 0.2rem;
  }
.samesy-control {
    display: inline-flex;
    min-height: 1.9rem;
    align-items: center;
    border: 1px solid rgba(23, 33, 31, 0.14);
    border-radius: 8px;
    background: white;
    padding: 0.26rem 0.62rem;
    color: #17211f;
    font-size: 0.74rem;
    font-weight: 850;
    box-shadow: 0 7px 16px rgba(23, 33, 31, 0.07);
  }
.samesy-result {
    display: grid;
    gap: 0.22rem;
    border: 1px solid rgba(23, 33, 31, 0.1);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.96);
    padding: 0.7rem 0.75rem;
  }
.samesy-result span {
    color: #63706b;
    font-size: 0.62rem;
    font-weight: 900;
    line-height: 1.15;
  }
.samesy-result strong {
    color: #17211f;
    font-family: Georgia, Cambria, "Times New Roman", serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
  }
@media (min-width: 640px) {
    .product-card.samesy {
      min-height: 15.25rem;
    }

    .product-card.samesy .product-content {
      max-width: 48%;
      padding-top: 2.15rem;
    }

    .samesy-decoration {
      position: absolute;
      top: 1.4rem;
      right: 1.4rem;
      bottom: 1.4rem;
      width: 15.4rem;
      margin: 0;
    }
  }
.product-card.samesy:hover {
    background:
      linear-gradient(135deg, rgba(255, 255, 250, 1), rgba(247, 242, 232, 1)),
      repeating-linear-gradient(90deg, rgba(15, 143, 132, 0.13) 0 1px, transparent 1px 4.5rem),
      #fffffa;
  }
.product-card.samesy .product-name {
    color: #0a4f4b;
    font-family: Georgia, Cambria, "Times New Roman", serif;
    font-weight: 700;
  }
.product-card.samesy .product-tagline {
    color: #63706b;
  }
/* Food Fight - collaborative dinner picker */
.product-card.foodfight {
  border-width: 0px;
    background: radial-gradient(circle at top, #312e81 0%, #111827 44%, #0f172a 100%);
    color: white;
    min-height: 10.5rem;
}
.product-card.foodfight::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 76% 42%, rgba(124, 58, 237, 0.28), transparent 34%),
      radial-gradient(circle at 26% 0%, rgba(255, 255, 255, 0.06), transparent 24%);
    pointer-events: none;
  }
.foodfight-decoration {
    position: relative;
    z-index: 10;
    display: grid;
    gap: 0.85rem;
    margin: 0 1.5rem 1.5rem;
    width: min(100%, 14rem);
  }
.foodfight-emoji-row {
    display: flex;
    gap: 0.4rem;
    font-size: 1.25rem;
  }
.foodfight-emoji-row span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.18);
  }
.foodfight-actions {
    display: grid;
    gap: 0.55rem;
  }
.foodfight-action {
    padding: 0.7rem 0.9rem;
    border-radius: 0.9rem;
    font-size: 0.72rem;
    font-weight: 700;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-align: center;
    letter-spacing: 0.01em;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.18);
  }
.foodfight-action-primary {
    background: #7c3aed;
    color: white;
    box-shadow: 0 14px 28px rgba(124, 58, 237, 0.28);
  }
@media (min-width: 640px) {
    .product-card.foodfight .product-content {
      max-width: 52%;
    }

    .foodfight-decoration {
      position: absolute;
      right: 1.5rem;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
    }
  }
.product-card.foodfight:hover {
    background: radial-gradient(circle at top, #3730a3 0%, #111827 44%, #0f172a 100%);
  }
.product-card.foodfight .product-name {
    color: #f8fafc;
  }
.product-card.foodfight .product-tagline {
    color: rgba(203, 213, 225, 0.82);
  }
/* The Modern promo */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.w-full {
  width: 100%;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.gap-6 {
  gap: 1.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.leading-7 {
  line-height: 1.75rem;
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.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);
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  min-height: 100%;
  background: #fffffa;
}
@media (min-width: 768px) {

  .md\:mt-16 {
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
