@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-bg-opacity:100%;--un-leading:initial;--un-text-opacity:100%;}}@property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}@property --un-leading{syntax:"*";inherits:false;}@property --un-bg-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}@property --un-inset-ring-color{syntax:"*";inherits:false;}@property --un-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}@property --un-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}@property --un-inset-shadow-color{syntax:"*";inherits:false;}@property --un-ring-color{syntax:"*";inherits:false;}@property --un-ring-inset{syntax:"*";inherits:false;}@property --un-ring-offset-color{syntax:"*";inherits:false;}@property --un-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}@property --un-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0px;}@property --un-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}@property --un-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}@property --un-shadow-color{syntax:"*";inherits:false;}@property --un-blur{syntax:"*";inherits:false;}@property --un-brightness{syntax:"*";inherits:false;}@property --un-contrast{syntax:"*";inherits:false;}@property --un-drop-shadow{syntax:"*";inherits:false;}@property --un-grayscale{syntax:"*";inherits:false;}@property --un-hue-rotate{syntax:"*";inherits:false;}@property --un-invert{syntax:"*";inherits:false;}@property --un-saturate{syntax:"*";inherits:false;}@property --un-sepia{syntax:"*";inherits:false;}:root, :host {
--spacing: 0.25rem;
--text-xs-fontSize: 0.75rem;
--text-xs-lineHeight: 1rem;
--text-sm-fontSize: 0.875rem;
--text-sm-lineHeight: 1.25rem;
--font-sans: 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";
--leading-none: 1;
--colors-white: #fff;
--font-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
--default-font-family: var(--font-sans);
--default-monoFont-family: var(--font-mono);
}/*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Remove default margins and padding
  3. Reset all borders.
*/

*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 2 */
  border: 0 solid; /* 3 */
}

/*
  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 */
  tab-size: 4; /* 3 */
  font-family: var(
    --default-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: var(--default-font-featureSettings, normal); /* 5 */
  font-variation-settings: var(--default-font-variationSettings, normal); /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
  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. Reset the default border style to a 1px solid border.
*/

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;
  -webkit-text-decoration: 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: var(
    --default-monoFont-family,
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    'Liberation Mono',
    'Courier New',
    monospace
  ); /* 1 */
  font-feature-settings: var(--default-monoFont-featureSettings, normal); /* 2 */
  font-variation-settings: var(--default-monoFont-variationSettings, 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 */
}

/*
  Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
  Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
  Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
  Make lists unstyled by default.
*/

ol,
ul,
menu {
  list-style: none;
}

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

/*
  1. Inherit font styles in all browsers.
  2. Remove border radius in all browsers.
  3. Remove background color in all browsers.
  4. Ensure consistent opacity for disabled states in all browsers.
*/

button,
input,
select,
optgroup,
textarea,
::file-selector-button {
  font: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  border-radius: 0; /* 2 */
  background-color: transparent; /* 3 */
  opacity: 1; /* 4 */
}

/*
  Restore default font weight.
*/

:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}

/*
  Restore indentation.
*/

:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}

/*
  Restore space after button.
*/

::file-selector-button {
  margin-inline-end: 4px;
}

/*
  Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
*/

::placeholder {
  opacity: 1;
}

/*
  Set the default placeholder color to a semi-transparent version of the current text color in browsers that do not
  crash when using `color-mix(…)` with `currentcolor`. (https://github.com/tailwindlabs/tailwindcss/issues/17194)
*/

@supports (not (-webkit-appearance: -apple-pay-button)) /* Not Safari */ or
  (contain-intrinsic-size: 1px) /* Safari 17+ */ {
  ::placeholder {
    color: color-mix(in oklab, currentcolor 50%, transparent);
  }
}

/*
  Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
  Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
  1. Ensure date/time inputs have the same height when empty in iOS Safari.
  2. Ensure text alignment can be changed on date/time inputs in iOS Safari.
*/

::-webkit-date-and-time-value {
  min-height: 1lh; /* 1 */
  text-align: inherit; /* 2 */
}

/*
  Prevent height from changing on date/time inputs in macOS Safari when the input is set to `display: block`.
*/

::-webkit-datetime-edit {
  display: inline-flex;
}

/*
  Remove excess padding from pseudo-elements in date/time inputs to ensure consistent height across browsers.
*/

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}

/*
  Center dropdown marker shown on inputs with paired `<datalist>`s in Chrome. (https://github.com/tailwindlabs/tailwindcss/issues/18499)
*/

::-webkit-calendar-picker-indicator {
  line-height: 1;
}

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

/*
  Correct the inability to style the border radius in iOS Safari.
*/

button,
input:where([type='button'], [type='reset'], [type='submit']),
::file-selector-button {
  appearance: button;
}

/*
  Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
  Make elements with the HTML hidden attribute stay hidden by default.
*/

[hidden]:where(:not([hidden~='until-found'])) {
  display: none !important;
}
:root {
  --fly-responsive-gutter: clamp(16px, calc(11.25px + 1.25vw), 30px);
  --sidebar-width: calc(232px + var(--fly-responsive-gutter));
  --sidebar-collapsed-width: calc(52px + var(--fly-responsive-gutter));
  --navigation-panel-width: calc(244px + var(--fly-responsive-gutter));
  --navigation-overlay: #e8e8e8;
  --content-width: none;
  --content-padding-x: clamp(16px, 2.1vw, 29.25px);
  --content-padding-mobile: 1rem;
  --post-card-image-aspect-ratio: 16 / 9;
  --radius-control: 8px;
  --radius-card: 14px;
  --radius-section: clamp(16px, 2vw, 30px);
  --section-gap: clamp(60px, 5.6vw, 80px);
  --page: #ffffff;
  --page-alt: #f3f3f3;
  --text: #000000;
  --muted: #4d4d4d;
  --faint: #757575;
  --mute: #b2b2b2;
  --line: hsla(0, 0%, 50%, 0.2);
  --fly-primary-color: #000000;
  --fly-secondary-color: #ededed;
  --fly-primary-color-dark: #ffffff;
  --fly-secondary-color-dark: #ffffff;
  --accent: var(--fly-primary-color);
  --accent-strong: var(--fly-primary-color);
  --accent-secondary: var(--fly-secondary-color);
  --accent-soft: color-mix(in srgb, var(--accent) 14%, var(--page));
  --accent-soft-strong: color-mix(in srgb, var(--accent) 22%, var(--page));
  --accent-secondary-soft: var(--accent-secondary);
  --accent-contrast: #ffffff;
  --hover-bg-color: var(--accent-secondary-soft);
  --shadow-soft: 0 18px 38px -16px rgba(0, 0, 0, 0.35);
  --navbar-height: 58px;
  color-scheme: light;
}

[data-theme="dark"] {
  --page: #111317;
  --page-alt: #1b1f25;
  --text: #ffffff;
  --muted: #d0d0d0;
  --faint: #a2a2a2;
  --mute: #747474;
  --line: #2a3038;
  --navigation-overlay: #212121;
  --accent: var(--fly-primary-color-dark);
  --accent-strong: var(--fly-primary-color-dark);
  --accent-secondary: var(--fly-secondary-color-dark);
  --accent-secondary-soft: color-mix(in srgb, var(--accent-secondary) 10%, var(--page));
  --shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.34);
  color-scheme: dark;
}

@supports (color: contrast-color(red)) {
  :root { --accent-contrast: contrast-color(var(--accent)); }
}

@media (min-width: 768px) and (max-width: 1199px) {
  :root {
    --content-padding-x: 20.85px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 0;
  background: var(--page);
  font-family: Geist, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

body[data-fly-menu-open="true"] {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

button[disabled] {
  cursor: default;
  opacity: 0.45;
  transform: none;
}

img {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.fly-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fly-brand {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.fly-button {
  transition: opacity 150ms ease, background-color 150ms ease, color 150ms ease;
}

.fly-button--primary:hover,
.fly-button--primary:focus-visible,
.fly-button--dark:hover,
.fly-button--dark:focus-visible {
  opacity: 0.86;
}

.fly-button--primary {
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.fly-iconify {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  -webkit-mask-image: var(--fly-icon-url);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: var(--fly-icon-url);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.fly-iconify--chevron {
  --fly-icon-url: url("../icons/iconify/arrow-down.svg?fly=1.0.116");
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  margin-left: auto;
  opacity: 0.62;
  transition: transform 160ms ease, opacity 160ms ease;
}

.fly-iconify--arrow-right {
  --fly-icon-url: url("../icons/iconify/arrow-right.svg?fly=1.0.116");
}

.fly-iconify--arrow-forward {
  --fly-icon-url: url("../icons/iconify/arrow-forward.svg?fly=1.0.116");
}

.fly-iconify--close {
  --fly-icon-url: url("../icons/iconify/close.svg?fly=1.0.116");
}

.fly-iconify--comment {
  --fly-icon-url: url("../icons/iconify/comment.svg?fly=1.0.116");
}

.fly-iconify--copyright {
  --fly-icon-url: url("../icons/iconify/copyright.svg?fly=1.0.116");
}

.fly-iconify--facebook {
  --fly-icon-url: url("../icons/iconify/facebook.svg?fly=1.0.116");
}

.fly-iconify--enter-door {
  --fly-icon-url: url("../icons/iconify/enter-door.svg?fly=1.0.116");
}

.fly-iconify--globe {
  --fly-icon-url: url("../icons/iconify/globe.svg?fly=1.0.116");
}

.fly-iconify--link {
  --fly-icon-url: url("../icons/iconify/link.svg?fly=1.0.116");
}

.fly-iconify--list {
  --fly-icon-url: url("../icons/iconify/list.svg?fly=1.0.116");
}

.fly-iconify--menu {
  --fly-icon-url: url("../icons/iconify/menu.svg?fly=1.0.116");
}

.fly-iconify--mode {
  --fly-icon-url: url("../icons/iconify/mode.svg?fly=1.0.116");
}

.fly-iconify--loader {
  --fly-icon-url: url("../icons/iconify/loader.svg?fly=1.0.116");
}

.fly-iconify--mail {
  --fly-icon-url: url("../icons/iconify/mail.svg?fly=1.0.116");
}

.fly-iconify--moon {
  --fly-icon-url: url("../icons/iconify/moon.svg?fly=1.0.116");
}

.fly-iconify--qq {
  --fly-icon-url: url("../icons/iconify/qq.svg?fly=1.0.116");
}

.fly-iconify--search {
  --fly-icon-url: url("../icons/iconify/search.svg?fly=1.0.116");
}

.fly-iconify--share {
  --fly-icon-url: url("../icons/iconify/share.svg?fly=1.0.116");
}

.fly-iconify--sun {
  --fly-icon-url: url("../icons/iconify/sun.svg?fly=1.0.116");
}

.fly-iconify--tag {
  --fly-icon-url: url("../icons/iconify/tag.svg?fly=1.0.116");
}

.fly-iconify--user {
  --fly-icon-url: url("../icons/iconify/user.svg?fly=1.0.116");
}

.fly-iconify--video-camera {
  --fly-icon-url: url("../icons/iconify/video-camera.svg?fly=1.0.116");
}

.fly-iconify--wechat {
  --fly-icon-url: url("../icons/iconify/wechat.svg?fly=1.0.116");
}

.fly-iconify--zoom-in {
  --fly-icon-url: url("../icons/iconify/zoom-in.svg?fly=1.0.117");
}

.fly-iconify--zoom-out {
  --fly-icon-url: url("../icons/iconify/zoom-out.svg?fly=1.0.117");
}

body[data-fly-menu-open="true"] .fly-menu-icon-open,
body:not([data-fly-menu-open="true"]) .fly-menu-icon-close {
  display: none;
}

.fly-mobile-header > astro-island {
  display: contents;
}

.fly-mobile-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 424px) minmax(0, 1fr);
  height: var(--navbar-height);
  align-items: center;
  gap: 16px;
  padding: 8px var(--content-padding-x) 8px 16px;
  background: transparent;
  backdrop-filter: blur(10px);
}

.fly-brand--mobile {
  max-width: 160px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-overflow: ellipsis;
}

.fly-navbar-brand {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.fly-icon-button.fly-menu-button,
.fly-icon-button.fly-sidebar-collapse-button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  flex: 0 0 36px;
  border-radius: 999px;
  transition: background-color 160ms ease, color 160ms ease;
}

.fly-menu-button .fly-iconify,
.fly-sidebar-collapse-button .fly-iconify {
  grid-area: 1 / 1;
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.fly-navbar-search {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 424px;
  height: 40px;
  align-items: center;
  justify-self: center;
  border: 0;
  border-radius: 10px;
  outline: 0;
  background: var(--page-alt);
  gap: 10px;
  color: var(--faint);
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 160ms ease;
}

.fly-navbar-search:hover {
  background: var(--hover-bg-color);
}

.fly-navbar-search:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.fly-search-placeholder {
  width: auto;
  flex: 1 1 auto;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fly-navbar-search .fly-search-icon {
  width: 16px;
  height: 16px;
  color: var(--faint);
}

.fly-navbar-search kbd {
  position: static;
  margin-left: auto;
}

.fly-icon-button.fly-menu-button:hover,
.fly-icon-button.fly-sidebar-collapse-button:hover {
  background: var(--page-alt);
}

.fly-icon-button.fly-menu-button:focus-visible,
.fly-icon-button.fly-sidebar-collapse-button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.fly-sidebar-collapse-button {
  display: none !important;
}

kbd {
  position: absolute;
  right: 16px;
  color: var(--faint);
  font-size: 12px;
  font-weight: 500;
}

.fly-load-more-wrap {
  margin: 42px 0 78px;
}

@media (min-width: 768px) {
  .fly-mobile-header {
    isolation: isolate;
  }

  .fly-mobile-header::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--page);
    content: "";
    opacity: 0.9;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body .fly-site-main {
    margin-left: var(--sidebar-collapsed-width);
    transition: margin-left 220ms ease;
  }

  body .fly-content-shell,
  body .fly-footer-shell {
    padding-right: var(--content-padding-x);
    padding-left: var(--content-padding-x);
  }

  body .fly-content-shell {
    padding-top: 16px;
  }

}

@media (min-width: 1200px) {
  .fly-menu-button {
    display: none !important;
  }

  .fly-sidebar-collapse-button {
    display: grid !important;
  }

  body .fly-site-main {
    margin-left: var(--sidebar-width);
    transition: margin-left 220ms ease;
  }

  body[data-fly-sidebar-collapsed="true"] .fly-site-main {
    margin-left: var(--sidebar-collapsed-width);
  }

  body .fly-content-shell,
  body .fly-footer-shell {
    padding-right: var(--content-padding-x);
    padding-left: var(--content-padding-x);
  }

  body .fly-content-shell {
    padding-top: 16px;
  }
}

@media (max-width: 767px) {
  body .fly-content-shell,
  body .fly-footer-shell {
    max-width: none;
    padding-right: var(--content-padding-mobile);
    padding-left: var(--content-padding-mobile);
  }

  body .fly-content-shell {
    padding-top: 16px;
  }

  .fly-mobile-header {
    display: flex;
    gap: 8px;
    padding: 8px 16px;
  }

  .fly-navbar-brand {
    width: auto;
    flex: 1 1 auto;
  }

  .fly-navbar-search {
    display: grid;
    width: 36px;
    height: 36px;
    max-width: none;
    flex: 0 0 36px;
    margin-left: auto;
    border-radius: 999px;
    background: transparent;
    color: var(--text);
    padding: 0;
    place-items: center;
  }

  .fly-navbar-search:hover {
    background: var(--page-alt);
  }

  .fly-navbar-search .fly-search-icon {
    width: 20px;
    height: 20px;
    color: currentColor;
  }

  .fly-search-placeholder {
    display: none;
  }

  .fly-navbar-search kbd {
    display: none;
  }
}

@media (max-width: 480px) {
  .fly-load-more-wrap {
    margin-bottom: 58px;
  }
}

.fly-links-page-shell {
  min-width: 0;
  padding-bottom: var(--content-padding-x);
}

.fly-links-page-content {
  width: 100%;
  min-width: 0;
}

.fly-links-hero {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px var(--content-padding-x);
  margin: 16px 0 40px;
}

.fly-links-hero-copy,
.fly-links-hero-media {
  width: calc(50% - var(--content-padding-x) / 2);
  min-width: 0;
  flex: 0 0 calc(50% - var(--content-padding-x) / 2);
}

.fly-links-hero-copy {
  display: grid;
  gap: 16px;
  padding: 30px 30px 30px 0;
}

.fly-links-hero-copy h1 {
  margin: 0;
  color: var(--text);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.fly-links-hero-copy > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
}

.fly-links-hero-media {
  overflow: hidden;
  border-radius: 16px;
  background: var(--page-alt);
  aspect-ratio: 16 / 9;
}

.fly-links-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fly-links-filter {
  display: flex;
  min-width: 0;
  gap: 8px;
  margin: 0 0 50px;
  overflow-x: auto;
  padding: 2px 0;
  scrollbar-width: none;
}

.fly-links-filter::-webkit-scrollbar {
  display: none;
}

.fly-links-filter a {
  display: inline-flex;
  min-height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--page-alt);
  color: var(--text);
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  transition: background-color 150ms ease;
}

.fly-links-filter a:hover,
.fly-links-filter a:focus-visible,
.fly-links-filter a.fly-is-active {
  background: var(--hover-bg-color);
  color: var(--text);
}

.fly-links-groups {
  display: grid;
  min-width: 0;
  gap: var(--section-gap);
}

.fly-links-group {
  display: grid;
  min-width: 0;
  gap: 24px;
}

.fly-links-group-heading {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.fly-links-group-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
}

.fly-links-group-heading span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 14px;
  line-height: 21px;
}

.fly-links-empty {
  margin: 0 0 var(--section-gap);
  border-radius: 14px;
  background: var(--page-alt);
  color: var(--muted);
  padding: 32px;
  font-size: 15px;
  line-height: 22.5px;
  text-align: center;
}

.fly-links-application {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 700px);
  align-items: start;
  gap: var(--content-padding-x);
  margin-top: var(--section-gap);
  border-top: 1px solid var(--line);
  padding-top: 40px;
}

.fly-links-application-guide {
  position: sticky;
  top: calc(var(--navbar-height) + 24px);
  display: grid;
  min-width: 0;
  gap: 18px;
  border-radius: 16px;
  background: var(--page-alt);
  padding: 28px;
}

.fly-links-application-guide h2,
.fly-links-application-form-heading h3 {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
}

.fly-links-application-guide > p,
.fly-links-application-form-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 22.5px;
}

.fly-links-site-info {
  display: grid;
  gap: 10px;
  margin: 0;
}

.fly-links-site-info > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
}

.fly-links-site-info dt,
.fly-links-site-info dd {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}

.fly-links-site-info dt {
  color: var(--muted);
}

.fly-links-site-info dd,
.fly-links-site-info a {
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fly-links-application-template {
  margin: 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--page);
  color: var(--text);
  padding: 16px;
  font: inherit;
  font-size: 13px;
  line-height: 20px;
  white-space: pre-wrap;
}

.fly-links-application-copy {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-contrast);
  padding: 9px 17px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  cursor: pointer;
  transition: opacity 150ms ease;
}

.fly-links-application-copy:hover,
.fly-links-application-copy:focus-visible {
  color: var(--accent-contrast);
  opacity: 0.78;
}

.fly-links-application-status {
  min-height: 20px;
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 20px;
}

.fly-links-application-status:empty {
  display: none;
}

.fly-links-application-form {
  width: 100%;
  min-width: 0;
  max-width: 700px;
}

.fly-links-application-form-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.fly-links-application-comment,
.fly-links-application-comment halo-comment {
  display: block;
  width: 100%;
  min-width: 0;
}

@media (max-width: 991px) {
  .fly-links-application {
    grid-template-columns: minmax(0, 700px);
  }

  .fly-links-application-guide {
    position: static;
  }
}

@media (max-width: 539px) {
  .fly-links-hero {
    margin-top: 16px;
  }

  .fly-links-hero-copy,
  .fly-links-hero-media {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .fly-links-hero-copy {
    padding: 30px 0;
  }

  .fly-links-filter {
    margin-right: calc(var(--content-padding-x) * -1);
    padding-right: var(--content-padding-x);
  }

  .fly-links-group-heading {
    align-items: flex-start;
  }

  .fly-links-application-guide {
    padding: 22px;
  }
}

body.fly-moments {
  --content-padding-x: var(--fly-responsive-gutter);
  --content-padding-mobile: var(--fly-responsive-gutter);
  --section-gap: clamp(60px, calc(53.1px + 1.8vw), 80px);
}

.fly-moments-shell,
.fly-moments-page,
.fly-moments-feed,
.fly-moments-list,
.fly-moment-card,
.fly-moment-body,
.fly-moment-media,
.fly-moment-detail-shell,
.fly-moment-detail {
  width: 100%;
  min-width: 0;
}

.fly-moments-page {
  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
  padding-bottom: var(--content-padding-x);
}

.fly-moments-page .fly-taxonomy-hero { margin: 0; }
.fly-moments-filter { margin: calc((var(--section-gap) - 30px) * -1) 0 -4px; }
.fly-moments-filter-item { gap: 7px; }
.fly-moments-filter-item small {
  color: var(--faint);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  line-height: 1;
}
.fly-moments-filter-item.fly-is-active small,
.fly-moments-filter-item[aria-current="page"] small { color: var(--muted); }

.fly-moments-feed {
  margin: calc((var(--section-gap) - 30px) * -1) 0 0;
}
.fly-moments-list {
  columns: 1;
  column-gap: clamp(18px, 1.65vw, 26px);
}
.fly-moment-card {
  position: relative;
  display: inline-flex;
  break-inside: avoid;
  flex-direction: column;
  overflow: hidden;
  margin: 0 0 clamp(18px, 1.65vw, 26px);
  border-radius: 14px;
  background: var(--page-alt);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--text) 5%, transparent);
  padding: clamp(19px, 1.55vw, 24px);
  transition:
    background-color 180ms ease,
    box-shadow 360ms ease,
    transform 420ms cubic-bezier(0.2, 1, 0.2, 1);
}
.fly-moment-card:hover,
.fly-moment-card:focus-within {
  background: var(--hover-bg-color);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--text) 4%, transparent),
    0 24px 48px -36px rgba(0, 0, 0, 0.58);
  transform: translateY(-3px);
}
.fly-moment-card .fly-moment-body {
  margin-top: 22px;
}

.fly-moment-author {
  display: grid;
  min-width: 0;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
}
.fly-moment-author-avatar {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--page);
  box-shadow: 0 10px 22px -18px rgba(0, 0, 0, 0.7);
}
.fly-moment-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.2, 1, 0.2, 1);
}
.fly-moment-card:hover .fly-moment-author-avatar img,
.fly-moment-card:focus-within .fly-moment-author-avatar img { transform: scale(1.05); }
.fly-moment-author-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.fly-moment-author-name {
  max-width: 100%;
  overflow: hidden;
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fly-moment-author-time { transition: opacity 160ms ease; }
.fly-moment-author-time:hover,
.fly-moment-author-time:focus-visible { opacity: 0.62; }
.fly-moment-author-time {
  color: var(--faint);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 19px;
}
.fly-moment-rich-text,
.fly-moment-raw-text {
  color: var(--text);
  font-size: 16px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}
.fly-moment-rich-text > :first-child { margin-top: 0; }
.fly-moment-rich-text > :last-child { margin-bottom: 0; }
.fly-moment-rich-text p,
.fly-moment-rich-text ul,
.fly-moment-rich-text ol,
.fly-moment-rich-text blockquote,
.fly-moment-raw-text { margin: 0 0 16px; }
.fly-moment-rich-text ul,
.fly-moment-rich-text ol { padding-left: 22px; }
.fly-moment-rich-text a {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: var(--faint);
  text-underline-offset: 3px;
}
.fly-moment-rich-text a.tag[href^="/moments?tag="] {
  display: none;
}
.fly-moment-rich-text br:has(+ a.tag[href^="/moments?tag="]),
.fly-moment-rich-text br:has(+ br + a.tag[href^="/moments?tag="]) {
  display: none;
}
.fly-moment-rich-text blockquote {
  border-left: 2px solid var(--text);
  color: var(--muted);
  padding-left: 16px;
}
.fly-moment-rich-text pre {
  overflow-x: auto;
  border-radius: 12px;
  background: var(--page);
  padding: 16px;
}
.fly-moment-rich-text code {
  border-radius: 5px;
  background: var(--page);
  padding: 2px 5px;
  font-size: 0.9em;
}
.fly-moment-rich-text pre code { background: transparent; padding: 0; }

.fly-moment-media {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.fly-moment-photo-grid {
  display: grid;
  gap: 4px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--page);
}
.fly-moment-photo-grid--single { grid-template-columns: minmax(0, 1fr); }
.fly-moment-photo-grid--pair,
.fly-moment-photo-grid--gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fly-moment-photo-grid--gallery > :first-child:nth-last-child(3) { grid-row: span 2; }
.fly-moment-photo-link {
  display: block;
  min-width: 0;
  overflow: hidden;
  background: var(--page);
}
.fly-moment-photo {
  width: 100%;
  height: 100%;
  min-height: 190px;
  max-height: 420px;
  object-fit: cover;
}
.fly-moment-photo-grid--single .fly-moment-photo {
  height: auto;
  min-height: 0;
  max-height: 620px;
  object-fit: contain;
}
.fly-moment-photo-link .fly-moment-photo { transition: transform 700ms cubic-bezier(0.2, 1, 0.2, 1); }
.fly-moment-photo-link:hover .fly-moment-photo,
.fly-moment-photo-link:focus-visible .fly-moment-photo { transform: scale(1.025); }
.fly-moment-card .fly-moment-photo-grid--single { aspect-ratio: 4 / 3; }
.fly-moment-card .fly-moment-photo-grid {
  grid-auto-rows: minmax(0, 1fr);
}
.fly-moment-card .fly-moment-photo-grid--single .fly-moment-photo {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.fly-moment-card .fly-moment-photo-grid--pair,
.fly-moment-card .fly-moment-photo-grid--gallery { aspect-ratio: 4 / 3; }
.fly-moment-card .fly-moment-photo { min-height: 0; }
.fly-moment-video {
  display: block;
  width: 100%;
  max-height: 620px;
  border-radius: 14px;
  background: #000;
}
.fly-moment-audio { display: block; width: 100%; height: 44px; }
.fly-moment-post-link {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 12px;
  background: var(--page);
  color: var(--text);
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 160ms ease;
}
.fly-moment-post-link:hover,
.fly-moment-post-link:focus-visible { background: var(--hover-bg-color); }

.fly-moment-meta {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  border-top: 1px solid color-mix(in srgb, var(--text) 8%, transparent);
  padding-top: 16px;
}
.fly-moment-tags,
.fly-moment-stats {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 12px;
}
.fly-moment-tags a,
.fly-moment-stats,
.fly-moment-stats a {
  color: var(--faint);
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}
.fly-moment-tags a {
  border-radius: 6px;
  background: var(--page);
  padding: 4px 7px;
}
.fly-moment-tags a,
.fly-moment-stats a { transition: color 160ms ease; }
.fly-moment-tags a:hover,
.fly-moment-tags a:focus-visible,
.fly-moment-stats a:hover,
.fly-moment-stats a:focus-visible { color: var(--text); }
.fly-moment-stats { flex: 0 0 auto; justify-content: flex-end; }
.fly-moment-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--text) !important;
  font-weight: 600 !important;
  border-radius: 999px;
  background: var(--page);
  padding: 6px 10px;
  transition: background-color 160ms ease, opacity 160ms ease;
}
.fly-moment-detail-link:hover,
.fly-moment-detail-link:focus-visible { background: color-mix(in srgb, var(--page) 78%, var(--text) 8%); }
.fly-moment-detail-link .fly-motion-icon {
  display: block;
  flex: 0 0 auto;
}
.fly-moments-empty {
  margin: 0;
  border-radius: 14px;
  background: var(--page-alt);
  color: var(--muted);
  padding: 52px 24px;
  text-align: center;
}
.fly-moments-feed .fly-load-more-wrap {
  min-height: 40px;
  margin: clamp(28px, 3vw, 42px) auto 0;
}

.fly-moment-detail-shell {
  padding-bottom: var(--content-padding-x);
}
.fly-moment-detail {
  max-width: 700px;
  margin: 0 auto;
}
.fly-moment-back-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--page-alt);
  color: var(--text);
  margin: 10px 0 20px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color 160ms ease, transform 160ms ease;
}
.fly-moment-back-link:hover,
.fly-moment-back-link:focus-visible {
  background: var(--hover-bg-color);
  transform: translateX(-2px);
}
.fly-moment-detail-panel {
  overflow: visible;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 30px 0 0;
}
.fly-moment-detail-panel .fly-moment-author {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}
.fly-moment-detail-panel .fly-moment-author-avatar {
  width: 46px;
  height: 46px;
}
.fly-moment-detail-content {
  min-width: 0;
  margin-left: 0;
}
.fly-moment-body--detail .fly-moment-rich-text,
.fly-moment-body--detail .fly-moment-raw-text {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.fly-moment-body--detail .fly-moment-meta {
  margin-top: 30px;
  padding-top: 16px;
}
.fly-moment-detail .fly-moment-photo[data-fly-lightbox-source] {
  cursor: url("../images/zoom-in.cur") 15 15, zoom-in;
}
.fly-moment-detail .fly-moment-comments {
  width: 100%;
  max-width: 700px;
  margin: 36px auto 0;
  grid-column: auto;
  grid-row: auto;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.fly-moment-detail .fly-post-comments-body {
  overflow: visible;
  border-radius: 0;
}

@media (max-width: 991px) {
  .fly-moments-page .fly-taxonomy-hero-copy > p:not(.fly-newsletter-status) { min-height: 72px; }
}
@media (min-width: 700px) {
  .fly-moments-list { columns: 2; }
}
@media (min-width: 1280px) {
  .fly-moments-list { columns: 3; }
}
@media (max-width: 639px) {
  .fly-moment-card {
    margin-bottom: 16px;
    padding: 18px;
  }
  .fly-moment-author {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }
  .fly-moment-author-avatar { width: 40px; height: 40px; }
  .fly-moment-card .fly-moment-body { margin-top: 18px; }
  .fly-moment-rich-text,
  .fly-moment-raw-text { font-size: 15px; }
  .fly-moment-photo { min-height: 120px; }
  .fly-moment-meta { flex-direction: column; gap: 10px; }
  .fly-moment-meta { align-items: flex-start; }
  .fly-moment-stats { justify-content: flex-start; }
  .fly-moment-detail-content { margin-left: 0; }
  .fly-moment-detail-panel {
    padding-top: 24px;
  }
  .fly-moment-detail-panel .fly-moment-author {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 24px;
  }
  .fly-moment-detail-panel .fly-moment-author-avatar {
    width: 40px;
    height: 40px;
  }
  .fly-moment-body--detail .fly-moment-rich-text,
  .fly-moment-body--detail .fly-moment-raw-text { font-size: 16px; }
  .fly-moment-back-link { margin-bottom: 16px; }
  .fly-moment-detail .fly-moment-comments {
    margin-top: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fly-moment-photo-link .fly-moment-photo,
  .fly-moment-author-avatar img,
  .fly-moment-card,
  .fly-moment-back-link { transition: none; }
  .fly-moment-photo-link:hover .fly-moment-photo,
  .fly-moment-photo-link:focus-visible .fly-moment-photo,
  .fly-moment-card:hover,
  .fly-moment-card:focus-within,
  .fly-moment-back-link:hover,
  .fly-moment-back-link:focus-visible { transform: none; }
}

body.fly-photos-page,
body.fly-photo-detail-page {
  --content-padding-x: var(--fly-responsive-gutter);
  --content-padding-mobile: var(--fly-responsive-gutter);
}
.fly-photos-shell,
.fly-photos-content,
.fly-photos-feed,
.fly-photos-list,
.fly-photo-card,
.fly-photo-card-link,
.fly-photo-detail-shell,
.fly-photo-detail { width: 100%; min-width: 0; }
.fly-photos-content {
  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
  padding-bottom: var(--content-padding-x);
}
.fly-photos-content .fly-taxonomy-hero { margin: 0; }
.fly-photos-filter { margin: calc((var(--section-gap) - 30px) * -1) 0 -4px; }
.fly-photos-filter-item { gap: 7px; }
.fly-photos-filter-item small {
  color: var(--faint);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  line-height: 1;
}
.fly-photos-filter-item.fly-is-active small,
.fly-photos-filter-item[aria-current="page"] small { color: var(--muted); }
.fly-photos-feed { margin: calc((var(--section-gap) - 30px) * -1) 0 0; }
.fly-photos-list { columns: 1; column-gap: clamp(16px, 1.8vw, 26px); }
.fly-photo-card {
  display: inline-block;
  break-inside: avoid;
  margin: 0 0 clamp(16px, 1.8vw, 26px);
  vertical-align: top;
}
.fly-photo-card-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: var(--page-alt);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--text) 5%, transparent);
  color: #fff;
  transition: box-shadow 360ms ease, transform 420ms cubic-bezier(0.2, 1, 0.2, 1);
}
.fly-photo-card-link:hover,
.fly-photo-card-link:focus-visible {
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 28px 52px -38px rgba(0, 0, 0, 0.72);
  transform: translateY(-3px);
}
.fly-photo-card-image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 180px;
  object-fit: cover;
  transition: transform 720ms cubic-bezier(0.2, 1, 0.2, 1);
}
.fly-photo-card-link:hover .fly-photo-card-image,
.fly-photo-card-link:focus-visible .fly-photo-card-image { transform: scale(1.025); }
.fly-photo-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.74) 100%);
  opacity: 0.82;
  pointer-events: none;
}
.fly-photo-card-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  padding: 24px 18px 17px;
  pointer-events: none;
}
.fly-photo-card-copy strong,
.fly-photo-card-copy > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fly-photo-card-copy strong { font-size: 16px; font-weight: 600; line-height: 21px; }
.fly-photo-card-copy > span { color: rgba(255, 255, 255, 0.76); font-size: 12px; line-height: 18px; }
.fly-photos-empty {
  margin: 0;
  border-radius: 14px;
  background: var(--page-alt);
  color: var(--muted);
  padding: 52px 24px;
  text-align: center;
}
.fly-photos-feed .fly-load-more-wrap { min-height: 40px; margin: clamp(28px, 3vw, 42px) auto 0; }

.fly-photo-detail-shell { padding-bottom: var(--content-padding-x); }
.fly-photo-detail { max-width: 1120px; margin: 0 auto; }
.fly-photo-back-link,
.fly-photo-navigation-action {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--page-alt);
  color: var(--text);
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color 160ms ease, transform 160ms ease;
}
.fly-photo-back-link { margin: 10px 0 26px; }
.fly-photo-back-link:hover,
.fly-photo-back-link:focus-visible,
.fly-photo-navigation-action:hover,
.fly-photo-navigation-action:focus-visible { background: var(--hover-bg-color); color: var(--text); }
.fly-photo-back-link:hover,
.fly-photo-back-link:focus-visible,
.fly-photo-navigation-action--prev:hover,
.fly-photo-navigation-action--prev:focus-visible { transform: translateX(-2px); }
.fly-photo-navigation-action--next:hover,
.fly-photo-navigation-action--next:focus-visible { transform: translateX(2px); }
.fly-photo-detail-header { display: grid; gap: 10px; margin-bottom: clamp(24px, 3vw, 38px); }
.fly-photo-detail-position {
  margin: 0;
  color: var(--faint);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  line-height: 20px;
}
.fly-photo-detail-header h1 {
  max-width: 850px;
  margin: 0;
  color: var(--text);
  font-size: clamp(30px, 4.1vw, 58px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.04;
}
.fly-photo-detail-media {
  display: grid;
  width: 100%;
  min-height: min(48vw, 480px);
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: var(--page-alt);
  place-items: center;
}
.fly-photo-detail-image {
  display: block;
  width: 100%;
  max-height: min(76vh, 920px);
  object-fit: contain;
  cursor: url("../images/zoom-in.cur") 15 15, zoom-in;
}
.fly-photo-detail-copy { width: min(100%, 760px); margin: clamp(24px, 3vw, 38px) 0 0; }
.fly-photo-detail-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.fly-photo-metadata {
  display: grid;
  gap: 20px;
  margin-top: clamp(30px, 4vw, 52px);
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.fly-photo-metadata h2 { margin: 0; color: var(--text); font-size: 18px; font-weight: 600; line-height: 24px; }
.fly-photo-exif {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}
.fly-photo-exif > div {
  display: grid;
  min-width: 0;
  gap: 3px;
  border-radius: 12px;
  background: var(--page-alt);
  padding: 14px 16px;
}
.fly-photo-exif dt,
.fly-photo-exif dd { margin: 0; }
.fly-photo-exif dt { color: var(--faint); font-size: 11px; font-weight: 600; line-height: 17px; }
.fly-photo-exif dd {
  overflow: hidden;
  color: var(--text);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fly-photo-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.fly-photo-tags span {
  border-radius: 999px;
  background: var(--page-alt);
  color: var(--muted);
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.fly-photo-navigation { display: grid; gap: 18px; margin-top: clamp(34px, 5vw, 64px); }
.fly-photo-navigation-actions {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.fly-photo-navigation-action--next { margin-left: auto; }
.fly-photo-neighbors {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(8px, 1.4vw, 16px);
}
.fly-photo-neighbor {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
  background: var(--page-alt);
  aspect-ratio: 4 / 3;
  opacity: 0.58;
  transition: opacity 180ms ease, transform 320ms cubic-bezier(0.2, 1, 0.2, 1);
}
.fly-photo-neighbor::after {
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
.fly-photo-neighbor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.2, 1, 0.2, 1);
}
.fly-photo-neighbor:hover,
.fly-photo-neighbor:focus-visible,
.fly-photo-neighbor.fly-is-active { opacity: 1; transform: translateY(-2px); }
.fly-photo-neighbor:hover img,
.fly-photo-neighbor:focus-visible img { transform: scale(1.035); }
.fly-photo-neighbor.fly-is-active::after { border-color: var(--text); }
.fly-photo-comments {
  width: min(100%, 760px);
  margin-top: clamp(36px, 5vw, 64px);
  grid-column: auto;
  grid-row: auto;
  border-top: 0;
  padding: 0;
}
.fly-photo-comments .fly-post-comments-body {
  overflow: visible;
  border-radius: 0;
}

@media (min-width: 700px) { .fly-photos-list { columns: 2; } }
@media (min-width: 1280px) { .fly-photos-list { columns: 3; } }
@media (max-width: 899px) { .fly-photo-exif { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 639px) {
  .fly-photo-card { margin-bottom: 16px; }
  .fly-photo-detail-header { margin-bottom: 22px; }
  .fly-photo-detail-header h1 { font-size: 31px; }
  .fly-photo-detail-media { min-height: 220px; border-radius: 14px; }
  .fly-photo-exif { grid-template-columns: minmax(0, 1fr); }
  .fly-photo-neighbors {
    margin-right: calc(var(--content-padding-x) * -1);
    grid-auto-columns: minmax(110px, 36vw);
    grid-template-columns: none;
    grid-auto-flow: column;
    overflow-x: auto;
    padding-right: var(--content-padding-x);
    scrollbar-width: none;
  }
  .fly-photo-neighbors::-webkit-scrollbar { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .fly-photo-card-link,
  .fly-photo-card-image,
  .fly-photo-back-link,
  .fly-photo-navigation-action,
  .fly-photo-neighbor,
  .fly-photo-neighbor img { transition: none; }
  .fly-photo-card-link:hover,
  .fly-photo-card-link:focus-visible,
  .fly-photo-card-link:hover .fly-photo-card-image,
  .fly-photo-card-link:focus-visible .fly-photo-card-image,
  .fly-photo-back-link:hover,
  .fly-photo-back-link:focus-visible,
  .fly-photo-navigation-action:hover,
  .fly-photo-navigation-action:focus-visible,
  .fly-photo-neighbor:hover,
  .fly-photo-neighbor:focus-visible,
  .fly-photo-neighbor.fly-is-active,
  .fly-photo-neighbor:hover img,
  .fly-photo-neighbor:focus-visible img { transform: none; }
}

::view-transition-old(root),
::view-transition-new(root) {
  animation: none;
  mix-blend-mode: normal;
}

::view-transition-old(root) {
  z-index: 1;
}

::view-transition-new(root) {
  z-index: 2;
}

.fly-navbar-user-nav {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  height: 36px;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
}

[data-fly-account-authenticated="true"]
  ~ astro-island[ssr]
  .fly-navbar-user-nav {
  visibility: hidden;
}

.fly-navbar-user-trigger {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  transition: background-color 150ms ease, color 150ms ease;
}

.fly-navbar-user-trigger:hover,
.fly-navbar-user-trigger.is-open {
  background: var(--page-alt);
}

.fly-navbar-user-trigger:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.fly-navbar-user-trigger .fly-iconify {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.fly-navbar-user-menu {
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 10000;
  display: flex;
  width: 290px;
  height: auto;
  min-height: 159px;
  padding: 6px;
  flex-direction: column;
  gap: 4px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow:
    0 20px 60px -10px rgba(177, 170, 170, 0.24),
    0 4px 20px -8px rgba(0, 0, 0, 0.24);
  color: #4d4d4d;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transform-origin: top right;
  transition:
    transform 150ms ease,
    visibility 150ms ease,
    opacity 150ms ease;
}

.fly-navbar-user-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.fly-navbar-user-head {
  display: flex;
  height: 36px;
  margin: 12px;
  align-items: center;
  gap: 10px;
  color: var(--text);
}

.fly-navbar-user-avatar {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 999px;
  background: var(--page-alt);
  overflow: hidden;
}

.fly-navbar-user-trigger-avatar,
.fly-navbar-user-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.fly-navbar-user-trigger-avatar {
  width: 28px;
  height: 28px;
}

.fly-navbar-user-avatar .fly-iconify {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.fly-navbar-user-name {
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fly-navbar-user-menu hr {
  width: calc(100% + 12px);
  height: 1px;
  margin: 0 -6px;
  border: 0;
  border-top: 1px solid var(--line);
}

.fly-navbar-user-menu ul {
  position: relative;
  top: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fly-navbar-user-menu li {
  min-width: 0;
}

.fly-navbar-user-menu-item {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 38px;
  min-width: 0;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  padding: 8px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  transition: color 100ms ease, background-color 100ms ease;
}

.fly-navbar-user-menu-item:hover,
.fly-navbar-user-menu-item:focus-visible,
.fly-theme-preference-button:focus {
  background: #ededed;
}

.fly-navbar-user-menu-item > .fly-iconify {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.fly-navbar-user-menu-item--logout > .fly-iconify {
  transform: scaleX(-1);
}

.fly-theme-current-icons {
  position: relative;
  display: grid;
  width: 20px;
  height: 20px;
  margin-left: auto;
  flex: 0 0 20px;
  place-items: center;
  overflow: hidden;
}

.fly-theme-state-icon {
  grid-area: 1 / 1;
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.fly-theme-current-icons[data-theme-preference="light"]
  .fly-theme-state-icon--light,
.fly-theme-current-icons[data-theme-preference="system"]
  .fly-theme-state-icon--system,
.fly-theme-current-icons[data-theme-preference="dark"]
  .fly-theme-state-icon--dark {
  opacity: 1;
  transform: translateX(0);
}

[data-theme="dark"] .fly-navbar-user-menu {
  background: #1a1a1a;
  box-shadow:
    0 20px 60px -10px rgba(0, 0, 0, 0.7),
    0 4px 20px -8px rgba(0, 0, 0, 0.7);
  color: #aaaaaa;
}

[data-theme="dark"] .fly-navbar-user-menu-item:hover,
[data-theme="dark"] .fly-navbar-user-menu-item:focus-visible,
[data-theme="dark"] .fly-theme-preference-button:focus {
  background: #282828;
}

@media (max-width: 767px) {
  .fly-navbar-user-nav {
    width: 36px;
    flex: 0 0 36px;
  }

  .fly-navbar-user-menu {
    position: fixed;
    top: 64px;
    right: 16px;
    width: min(290px, calc(100vw - 32px));
  }
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation-duration: 0.01ms;
  }
}

:root,
:root[data-color-scheme="light"] {
  --halo-search-widget-base-font-size: 16px;
  --halo-search-widget-base-font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --halo-search-widget-base-rounded: var(--radius-card);
  --halo-search-widget-base-bg-color: var(--page-alt);
  --halo-search-widget-primary-color: var(--accent-strong);
  --halo-search-widget-muted-color: var(--faint);
  --halo-search-widget-content-color: var(--text);
  --halo-search-widget-modal-bg-color: var(--page);
  --halo-search-widget-modal-layer-color: rgba(17, 19, 23, 0.56);
  --halo-search-widget-hit-bg-color: var(--page-alt);
  --halo-search-widget-divider-color: var(--line);
  --halo-search-widget-kbd-border-color: color-mix(in srgb, var(--accent-secondary) 16%, transparent);
  --halo-search-widget-kbd-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);

  /* PluginSearchWidget 1.x compatibility aliases. */
  --halo-search-widget-base-border-radius: var(--halo-search-widget-base-rounded);
  --halo-search-widget-color-modal-layer: var(--halo-search-widget-modal-layer-color);
  --halo-search-widget-color-modal-content-bg: var(--halo-search-widget-modal-bg-color);
  --halo-search-widget-color-form-input-bg: var(--halo-search-widget-base-bg-color);
  --halo-search-widget-color-form-input: var(--halo-search-widget-content-color);
  --halo-search-widget-color-form-input-placeholder: var(--halo-search-widget-muted-color);
  --halo-search-widget-color-form-divider: var(--halo-search-widget-divider-color);
  --halo-search-widget-color-result-empty: var(--halo-search-widget-muted-color);
  --halo-search-widget-color-result-item-bg: var(--halo-search-widget-hit-bg-color);
  --halo-search-widget-color-result-item-hover-bg: var(--hover-bg-color);
  --halo-search-widget-color-result-item-title: var(--halo-search-widget-content-color);
  --halo-search-widget-color-result-item-content: var(--halo-search-widget-muted-color);
  --halo-search-widget-color-command-kbd-item: var(--halo-search-widget-content-color);
  --halo-search-widget-color-command-kbd-border: var(--halo-search-widget-kbd-border-color);
}

:root[data-color-scheme="dark"] {
  --halo-search-widget-base-bg-color: var(--page-alt);
  --halo-search-widget-primary-color: color-mix(in srgb, var(--accent-strong) 36%, var(--page-alt));
  --halo-search-widget-muted-color: var(--faint);
  --halo-search-widget-content-color: var(--text);
  --halo-search-widget-modal-bg-color: var(--page);
  --halo-search-widget-modal-layer-color: rgba(0, 0, 0, 0.72);
  --halo-search-widget-hit-bg-color: var(--page-alt);
  --halo-search-widget-divider-color: var(--line);
  --halo-search-widget-kbd-border-color: color-mix(in srgb, var(--accent-secondary) 16%, transparent);
  --halo-search-widget-kbd-shadow: 0 2px 0 rgba(255, 255, 255, 0.08);
}

.fly-post-comments {
  color-scheme: light;

  --halo-cw-primary-1-color: var(--fly-primary-color);
  --halo-cw-primary-2-color: color-mix(in srgb, var(--fly-secondary-color) 28%, var(--page));
  --halo-cw-primary-3-color: color-mix(in srgb, var(--fly-secondary-color) 10%, var(--page));

  --halo-cw-text-1-color: var(--text);
  --halo-cw-text-2-color: var(--muted);
  --halo-cw-text-3-color: var(--faint);

  --halo-cw-muted-1-color: color-mix(in srgb, var(--text) 18%, var(--page));
  --halo-cw-muted-2-color: var(--page-alt);
  --halo-cw-muted-3-color: color-mix(in srgb, var(--text) 4%, var(--page));

  --halo-cw-base-rounded: var(--radius-card);
  --halo-cw-avatar-rounded: 50%;
  --halo-cw-avatar-size: 36px;
  --halo-cw-base-font-size: 14px;
  --halo-cw-base-font-family: "Geist", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[data-theme="dark"] .fly-post-comments {
  color-scheme: dark;

  --halo-cw-primary-1-color: color-mix(in srgb, var(--fly-primary-color) 72%, var(--faint));
  --halo-cw-primary-2-color: color-mix(in srgb, var(--fly-secondary-color) 30%, var(--hover-bg-color));
  --halo-cw-primary-3-color: color-mix(in srgb, var(--fly-secondary-color) 12%, var(--page-alt));
}

.fly-site-sidebar {
  border-right: 0;
  background: var(--page);
  overflow: hidden;
  transition: width 220ms ease, transform 600ms cubic-bezier(0.2, 1, 0.2, 1), box-shadow 220ms ease;
}

.fly-sidebar-inner {
  scrollbar-width: none;
}

.fly-sidebar-inner::-webkit-scrollbar {
  display: none;
}

.fly-sidebar-nav,
.fly-sidebar-section,
.fly-sidebar-sub-list,
.fly-sidebar-tags {
  display: flex;
  flex-direction: column;
}

.fly-sidebar-nav {
  gap: 2px;
}

.fly-sidebar-section {
  gap: 2px;
}

.fly-sidebar-parent,
.fly-sidebar-link,
.fly-sidebar-section-link,
.fly-sidebar-tags-trigger,
.fly-sidebar-tag-link,
.fly-sidebar-sub-link {
  position: relative;
  border: 0;
  color: var(--text);
  line-height: 1.25;
  transition: background-color 100ms ease, color 100ms ease;
}

.fly-sidebar-parent,
.fly-sidebar-link {
  display: flex;
  width: 100%;
  height: 38px;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: transparent;
  padding: 8px 12px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.fly-sidebar-parent:is(:hover, :focus-visible, .fly-is-open, .fly-is-active, [aria-current="page"]),
.fly-sidebar-link:is(:hover, :focus-visible, .fly-is-open, .fly-is-active, [aria-current="page"]),
.fly-sidebar-sub-link:is(:hover, :focus-visible, .fly-is-open, .fly-is-active, [aria-current="page"]),
.fly-sidebar-tag-link:is(:hover, :focus-visible) {
  background: var(--hover-bg-color);
  color: var(--text);
}

.fly-sidebar-tags-trigger:is(:hover, :focus-visible, .fly-is-active, [aria-current="page"]) {
  background: var(--hover-bg-color);
  color: var(--text);
}

.fly-sidebar-parent[aria-expanded="false"] .fly-iconify--chevron {
  transform: rotate(-90deg);
}

.fly-sidebar-parent[aria-expanded="false"] + .fly-sidebar-sub-list {
  display: none;
}

.fly-nav-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fly-menu-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  color: var(--faint);
  transition: color 300ms ease;
}

:is(.fly-sidebar-parent, .fly-sidebar-link, .fly-sidebar-sub-link, .fly-sidebar-flyout-link):is(
    :hover,
    :focus-visible,
    .fly-is-open,
    .fly-is-active,
    [aria-current="page"]
  )
  > .fly-menu-icon {
  color: var(--text);
}

.fly-menu-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fly-menu-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.fly-menu-icon--sub {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}

.fly-sidebar-sub-list {
  gap: 2px;
  padding: 0;
}

.fly-sidebar-sub-link {
  display: flex;
  width: calc(100% - 36px);
  height: 33px;
  align-items: center;
  margin-left: 36px;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
}

.fly-sidebar-section-title {
  display: flex;
  width: 100%;
  height: 38px;
  align-items: center;
  margin-top: 16px;
  border-radius: 10px;
  color: var(--faint);
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
}

.fly-sidebar-menu-separator {
  display: none;
}

.fly-sidebar-tags {
  position: relative;
  margin-top: 16px;
  background: transparent;
}

.fly-sidebar-tags-trigger {
  display: flex;
  width: 100%;
  height: 36px;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: transparent;
  overflow: hidden;
  padding: 8px 12px;
  color: var(--faint);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fly-sidebar-tags-arrow {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  margin-left: auto;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transform: translateX(-2px);
  transition: clip-path 300ms, transform 300ms;
}

.fly-sidebar-tags-trigger:hover .fly-sidebar-tags-arrow,
.fly-sidebar-tags-trigger:focus-visible .fly-sidebar-tags-arrow {
  clip-path: inset(0);
  transform: translateX(0);
}

.fly-sidebar-tags-trigger .fly-iconify--tag {
  display: none;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.fly-sidebar-tag-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fly-sidebar-tag-link {
  display: flex;
  width: 100%;
  height: 38px;
  min-height: 38px;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: transparent;
  overflow: hidden;
  padding: 8px 12px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fly-tag-dot {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
}

.fly-tag-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--fly-tag-color, var(--line));
}

.fly-sidebar-socials {
  display: none;
  color: var(--muted);
}

.fly-social-icons {
  display: flex;
  min-height: 32px;
  align-items: center;
  gap: 2px;
  margin: 0 -8px;
}

.fly-social-icon,
.fly-sidebar-foot-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--muted);
  transition: background 160ms ease, color 160ms ease;
}

.fly-social-icon {
  width: 32px;
  height: 32px;
}

.fly-social-icon .fly-iconify,
.fly-social-icon .fly-social-custom-icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}

.fly-sidebar-foot-link {
  height: 28px;
  gap: 6px;
  padding: 4px 9px;
  font-size: 13px;
  font-weight: 500;
}

.fly-sidebar-foot-link .fly-iconify,
.fly-sidebar-foot-link .fly-social-custom-icon {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}

.fly-social-custom-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.fly-social-custom-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fly-social-icon:hover,
.fly-sidebar-foot-link:hover {
  background: color-mix(in srgb, var(--hover-bg-color) 46%, transparent);
  color: color-mix(in srgb, var(--text) 84%, var(--page));
}

.fly-sidebar-tip {
  --fly-tip-bg: rgba(5, 5, 5, 0.7);
  --fly-tip-text: #ffffff;

  position: fixed;
  z-index: 95;
  max-width: min(320px, calc(100vw - 112px));
  border: 0;
  border-radius: 6px;
  background: var(--fly-tip-bg);
  color: var(--fly-tip-text);
  opacity: 0;
  overflow-wrap: anywhere;
  padding: 4px 10px;
  pointer-events: none;
  transform: translate(-4px, -50%);
  transition: opacity 120ms ease, transform 120ms ease;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.fly-sidebar-tip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: 0;
  height: 0;
  border: 0;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent var(--fly-tip-bg) transparent transparent;
  background: transparent;
  transform: translateY(-50%);
}

.fly-sidebar-tip[data-fly-visible="true"] {
  opacity: 1;
  transform: translate(0, -50%);
}

.fly-sidebar-flyout {
  position: fixed;
  z-index: 96;
  width: 180px;
  max-width: min(220px, calc(100vw - 112px));
  max-height: min(360px, calc(100vh - 24px));
  border: 0;
  border-radius: 14px;
  background: var(--page);
  box-shadow: 0 20px 60px -10px rgba(177, 170, 170, 0.24), 0 4px 20px -8px rgba(0, 0, 0, 0.24);
  opacity: 0;
  overflow: visible;
  padding: 7px 4px;
  pointer-events: none;
  transform: translate(-4px, -4px);
  visibility: hidden;
  transition: transform 150ms ease, visibility 150ms ease, opacity 150ms ease;
}

.fly-sidebar-flyout::before {
  display: none;
  content: "";
  position: absolute;
  top: 18px;
  left: -5px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--page);
  transform: rotate(45deg);
}

.fly-sidebar-flyout[data-fly-visible="true"] {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -4px);
  visibility: visible;
}

.fly-sidebar-flyout-list {
  max-height: calc(min(360px, 100vh - 24px) - 8px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.fly-sidebar-flyout-link {
  display: flex;
  min-height: 33px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  color: var(--text);
  padding: 6px 10px;
  transition: background 160ms ease, color 160ms ease;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.fly-sidebar-flyout-link:is(:hover, :focus-visible, .fly-is-open, .fly-is-active, [aria-current="page"]) {
  background: var(--hover-bg-color);
  color: var(--text);
}

.fly-sidebar-flyout-link span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fly-sidebar-flyout-link .fly-menu-icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}

.fly-sidebar-flyout-link .fly-tag-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  margin: 0 4px 0 0;
}

.fly-sidebar-flyout-link .fly-tag-dot::before {
  width: 6px;
  height: 6px;
  flex-basis: 6px;
  background: var(--fly-tag-color, currentColor);
}

.fly-navigation-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 200ms ease, opacity 200ms ease;
}

.fly-navigation-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--navigation-overlay);
  opacity: 0.8;
}

.fly-navigation-panel.fly-site-sidebar {
  top: 0;
  bottom: 0;
  z-index: 1;
  width: min(var(--navigation-panel-width), 86vw);
  height: 100vh;
  background: var(--page);
  box-shadow: none;
  transform: translateX(-100%);
  transition: transform 600ms cubic-bezier(0.2, 1, 0.2, 1);
}

.fly-navigation-panel-header {
  display: flex;
  height: var(--navbar-height);
  flex: 0 0 var(--navbar-height);
  align-items: center;
  gap: 8px;
  padding: 0 18px;
}

.fly-icon-button.fly-navigation-close {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 999px;
  background: var(--page-alt);
  transition: background-color 150ms ease, color 150ms ease;
}

.fly-icon-button.fly-navigation-close:hover {
  background: var(--hover-bg-color);
}

.fly-navigation-close .fly-iconify {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

.fly-navigation-brand {
  max-width: calc(100% - 44px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.fly-navigation-panel > .fly-sidebar-inner {
  padding: 0 12px 14px;
}

.fly-navigation-panel > .fly-sidebar-socials {
  display: none;
}

body[data-fly-menu-open="true"] .fly-navigation-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body[data-fly-menu-open="true"] .fly-navigation-panel {
  transform: translateX(0);
}

@media (min-width: 1200px) {
  .fly-navigation-popup {
    display: none;
  }

  .fly-site-sidebar--static .fly-sidebar-socials {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: auto var(--fly-responsive-gutter) 0 12px;
    padding: 16px 16px 0;
  }

  body[data-fly-sidebar-collapsed="true"] .fly-site-sidebar--static {
    width: var(--sidebar-collapsed-width);
  }

  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-sidebar-inner {
    padding: 14px calc(var(--fly-responsive-gutter) - 14px) 14px 15px;
  }

  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-sidebar-parent,
  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-sidebar-link {
    width: 38px;
    justify-content: center;
    gap: 0;
    border-radius: 8px;
    padding: 8px 10px;
  }

  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-menu-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
    margin: 0;
  }

  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-sidebar-menu-separator {
    display: flex;
    width: 100%;
    height: 21px;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
  }

  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-sidebar-menu-separator::before {
    content: "";
    width: 36px;
    height: 1px;
    border-radius: 999px;
    background: var(--line);
  }

  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-nav-label,
  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-iconify--chevron,
  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-sidebar-section-title,
  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-sidebar-sub-list {
    display: none;
  }

  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-sidebar-tags {
    display: flex;
  }

  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-sidebar-tags-trigger {
    width: 38px;
    height: 38px;
    justify-content: center;
    gap: 0;
    border-radius: 8px;
    margin-left: 0;
    padding: 8px 10px;
  }

  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-sidebar-tags-trigger
    .fly-iconify--tag {
    display: inline-flex;
  }

  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    :is(.fly-sidebar-tags-trigger .fly-nav-label, .fly-sidebar-tags-arrow, .fly-sidebar-tag-list) {
    display: none;
  }

  body[data-fly-sidebar-collapsed="true"]
    .fly-site-sidebar--static
    .fly-sidebar-socials {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body .fly-site-sidebar.fly-site-sidebar--static {
    width: var(--sidebar-collapsed-width);
  }

  .fly-site-sidebar--static .fly-sidebar-inner {
    padding: 14px calc(var(--fly-responsive-gutter) - 14px) 14px 15px;
  }

  .fly-site-sidebar--static .fly-sidebar-parent,
  .fly-site-sidebar--static .fly-sidebar-link {
    width: 38px;
    justify-content: center;
    gap: 0;
    border-radius: 8px;
    padding: 8px 10px;
  }

  .fly-site-sidebar--static .fly-menu-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
    margin: 0;
  }

  .fly-site-sidebar--static .fly-sidebar-menu-separator {
    display: flex;
    width: 100%;
    height: 21px;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
  }

  .fly-site-sidebar--static .fly-sidebar-menu-separator::before {
    content: "";
    width: 36px;
    height: 1px;
    border-radius: 999px;
    background: var(--line);
  }

  .fly-site-sidebar--static .fly-nav-label,
  .fly-site-sidebar--static .fly-iconify--chevron,
  .fly-site-sidebar--static .fly-sidebar-section-title,
  .fly-site-sidebar--static .fly-sidebar-sub-list,
  .fly-site-sidebar--static .fly-sidebar-socials {
    display: none;
  }

  .fly-site-sidebar--static .fly-sidebar-tags {
    display: flex;
  }

  .fly-site-sidebar--static .fly-sidebar-tags-trigger {
    width: 38px;
    height: 38px;
    justify-content: center;
    gap: 0;
    border-radius: 8px;
    margin-left: 0;
    padding: 8px 10px;
  }

  .fly-site-sidebar--static
    .fly-sidebar-tags-trigger
    .fly-iconify--tag {
    display: inline-flex;
  }

  .fly-site-sidebar--static
    :is(.fly-sidebar-tags-trigger .fly-nav-label, .fly-sidebar-tags-arrow, .fly-sidebar-tag-list) {
    display: none;
  }
}

@media (max-width: 767px) {
  .fly-sidebar-tip,
  .fly-sidebar-flyout {
    display: none;
  }

  body .fly-site-sidebar.fly-site-sidebar--static {
    display: none;
  }
}

.fly-card-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.fly-post-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: var(--radius-control);
  background: var(--page-alt);
  color: var(--text);
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.fly-post-chip--glass {
  margin-bottom: 12px;
  background: rgba(0, 0, 0, 0.46);
  color: #fff;
  backdrop-filter: blur(8px);
}

.fly-post-meta {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.fly-post-meta--light {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.86);
}

.fly-author-pill {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.fly-author-pill > img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  object-fit: cover;
}

.fly-author-pill > span,
.fly-author-pill > a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fly-author-pill > .fly-author-name-link {
  min-width: 0;
}

.fly-dot {
  width: 3px;
  height: 3px;
  flex: 0 0 3px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.7;
}

.fly-post-cover-media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fly-post-cover-media--video {
  background: var(--page-alt);
}

.fly-post-cover-media--video[hidden] {
  display: none;
}

.fly-post-video-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 6;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(5, 5, 5, 0.7);
  color: #fff;
}

.fly-post-video-badge > .fly-iconify {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}

.fly-post-video-tooltip[popover] {
  position: fixed;
  inset: auto;
  top: var(--fly-post-video-tooltip-top, 0);
  left: var(--fly-post-video-tooltip-left, 0);
  z-index: 100;
  width: max-content;
  max-width: calc(100vw - 24px);
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 4px;
  background: #333;
  color: #fff;
  padding: 6px 9px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 120ms ease, transform 120ms ease;
}

.fly-post-video-tooltip[popover]::after {
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #333 transparent transparent;
  content: "";
  transform: translateX(-50%);
}

.fly-post-video-tooltip[popover][data-fly-placement="bottom"]::after {
  top: -5px;
  bottom: auto;
  border-width: 0 5px 5px;
  border-color: transparent transparent #333;
}

.fly-post-video-tooltip[popover]:popover-open {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (prefers-reduced-motion: reduce) {
  .fly-post-video-tooltip[popover] {
    transition: none;
  }
}

.fly-author-popover-trigger {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.fly-author-popover-anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: var(--page-alt);
}

.fly-author-popover-trigger:hover .fly-author-popover-anchor,
.fly-author-popover-trigger:focus-within .fly-author-popover-anchor {
  z-index: 2;
}

.fly-author-popover-anchor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fly-author-popover-trigger--named,
.fly-author-popover-trigger--name-only {
  display: flex;
  min-width: 0;
  width: auto;
  max-width: 100%;
  flex: 0 1 auto;
}

.fly-author-popover-trigger--named .fly-author-popover-anchor,
.fly-author-popover-trigger--name-only .fly-author-popover-anchor {
  display: flex;
  min-width: 0;
  width: auto;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.fly-author-popover-trigger--name-only {
  display: inline-flex;
  height: auto;
}

.fly-author-popover-trigger--name-only .fly-author-popover-anchor {
  height: auto;
  color: inherit;
}

.fly-author-popover-trigger--named .fly-author-popover-anchor img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
}

.fly-author-popover-label {
  min-width: 0;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fly-author-popover {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 20;
  width: min(200px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  visibility: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--page);
  box-shadow: none;
  color: var(--text);
  opacity: 0;
  overflow-y: auto;
  padding: 20px;
  pointer-events: none;
  text-align: left;
  text-shadow: none;
  transform: translateY(6px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.fly-author-popover[popover] {
  position: fixed;
  inset: auto;
  top: var(--fly-author-popover-top, 0);
  left: var(--fly-author-popover-left, 0);
  margin: 0;
}

.fly-author-popover::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 12px;
  content: "";
}

.fly-author-popover:popover-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@starting-style {
  .fly-author-popover:popover-open {
    opacity: 0;
    transform: translateY(6px);
  }
}

.fly-author-popover-avatar {
  display: block;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--page-alt);
}

.fly-author-popover-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fly-author-popover-name {
  display: block;
  width: fit-content;
  margin-top: 16px;
  color: var(--text);
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.fly-author-popover-name:hover,
.fly-author-popover-name:focus-visible {
  color: var(--accent);
}

.fly-author-popover-bio {
  display: -webkit-box;
  margin: 12px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fly-author-popover-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.fly-author-popover-contacts > li {
  display: flex;
}

.fly-author-popover-contacts .fly-author-contact-action {
  position: relative;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  background: var(--hover-bg-color);
  color: var(--text);
  padding: 0;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.fly-author-popover-contacts .fly-author-contact-action:hover,
.fly-author-popover-contacts .fly-author-contact-action:focus-visible {
  background: var(--accent);
  color: var(--page);
  transform: translateY(-2px);
}

.fly-author-popover-contacts button.fly-author-contact-action::after {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  visibility: hidden;
  border-radius: 6px;
  background: var(--text);
  color: var(--page);
  content: "已复制";
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  padding: 7px 9px;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition:
    opacity 140ms ease,
    transform 140ms ease,
    visibility 140ms ease;
  white-space: nowrap;
}

.fly-author-popover-contacts
  button.fly-author-contact-action[data-fly-contact-copied="true"]::after {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.fly-author-popover-contacts .fly-iconify {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}

.fly-author-popover-contacts .fly-author-contact-label {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .fly-author-popover,
  .fly-author-popover-contacts .fly-author-contact-action {
    transition-duration: 1ms;
  }
}

.fly-overlay-post-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 14px;
  background: var(--page-alt);
  aspect-ratio: 16 / 9;
  color: #fff;
  isolation: isolate;
}

.fly-overlay-post-hit {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
}

.fly-overlay-post-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.fly-overlay-post-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.02) 18%,
    rgba(0, 0, 0, 0.11) 35%,
    rgba(0, 0, 0, 0.28) 55%,
    rgba(0, 0, 0, 0.5) 76%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.fly-overlay-post-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  padding: 60px 16px 12px;
  pointer-events: none;
}

.fly-overlay-post-content h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.fly-overlay-post-content a {
  position: relative;
  z-index: 4;
  pointer-events: auto;
}

.fly-overlay-post-meta {
  display: flex;
  margin: 4px 0 0;
  flex-wrap: wrap;
  gap: 0 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.fly-overlay-post-card:hover .fly-overlay-post-image,
.fly-overlay-post-card:focus-within .fly-overlay-post-image {
  transform: scale(1.03);
}

.fly-overlay-post-card[hidden],
.fly-overlay-post-card.fly-is-filtered-out {
  display: none;
}

.fly-post-card {
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  overflow: visible;
  border-radius: 0;
  background: var(--page);
  aspect-ratio: auto;
  isolation: isolate;
}

.fly-post-card::before,
.fly-post-card .fly-post-image-frame::after {
  content: none;
}

.fly-post-card .fly-post-image-frame {
  position: relative;
  inset: auto;
  overflow: hidden;
  border-radius: 14px;
  background: var(--page-alt);
  aspect-ratio: 16 / 9;
  transition: box-shadow 500ms ease, transform 500ms ease;
}

.fly-post-card .fly-post-image-link {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  aspect-ratio: auto;
}

.fly-post-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 1, 0.2, 1);
}

.fly-post-card:hover .fly-post-cover,
.fly-post-card:focus-within .fly-post-cover {
  transform: scale(1.04);
}

.fly-post-card:hover .fly-post-image-frame,
.fly-post-card:focus-within .fly-post-image-frame {
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.fly-post-card .fly-post-chip--image {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  border-radius: 6px;
  background: color-mix(in srgb, var(--page) 90%, transparent);
  color: var(--text);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.fly-post-card .fly-post-body {
  position: static;
  z-index: auto;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  padding: 14px 0 0;
  color: var(--muted);
}

.fly-post-title {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fly-post-title a {
  transition: opacity 180ms ease;
}

.fly-post-card:hover .fly-post-title a,
.fly-post-card:focus-within .fly-post-title a {
  color: var(--text);
  opacity: 0.68;
}

.fly-post-excerpt {
  display: -webkit-box;
  margin: 9px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.fly-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.fly-post-tags a {
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: var(--page-alt);
  color: var(--muted);
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fly-post-card .fly-post-meta {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  row-gap: 6px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--faint);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.fly-post-card .fly-author-pill {
  max-width: 100%;
  flex: 1 1 120px;
}

.fly-post-card .fly-post-meta time {
  flex: 0 0 auto;
  white-space: nowrap;
}

.fly-post-card--slider .fly-post-body,
.fly-home-shell[data-fly-home-layout="slider"] .fly-post-card .fly-post-body {
  padding: 8px 4px 0;
}

.fly-post-card--slider .fly-post-meta,
.fly-home-shell[data-fly-home-layout="slider"] .fly-post-card .fly-post-meta {
  margin-top: 4px;
  padding-top: 0;
  font-size: 11px;
}

.fly-post-card--slider .fly-author-popover-anchor,
.fly-home-shell[data-fly-home-layout="slider"] .fly-post-card .fly-author-popover-anchor {
  height: auto;
  gap: 0;
}

.fly-post-card--slider .fly-author-popover-anchor img,
.fly-home-shell[data-fly-home-layout="slider"] .fly-post-card .fly-author-popover-anchor img {
  display: none;
}

.fly-post-card--carousel .fly-post-body,
.fly-home-shell[data-fly-home-layout="carousel"] .fly-post-card .fly-post-body {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  column-gap: 8px;
  padding: 12px 8px 16px 56px;
}

.fly-post-card--carousel .fly-post-title,
.fly-home-shell[data-fly-home-layout="carousel"] .fly-post-card .fly-post-title {
  grid-column: 1 / -1;
  grid-row: 1;
}

.fly-post-card--carousel .fly-post-excerpt,
.fly-home-shell[data-fly-home-layout="carousel"] .fly-post-card .fly-post-excerpt {
  grid-column: 1 / -1;
  grid-row: 2;
}

.fly-post-card--carousel .fly-post-meta,
.fly-home-shell[data-fly-home-layout="carousel"] .fly-post-card .fly-post-meta {
  grid-column: 2;
  grid-row: 4;
  align-self: center;
  flex-wrap: nowrap;
  margin-top: 12px;
  padding-top: 0;
}

.fly-post-card--carousel .fly-post-tags,
.fly-home-shell[data-fly-home-layout="carousel"] .fly-post-card .fly-post-tags {
  min-width: 0;
  grid-column: 1;
  grid-row: 4;
  align-self: center;
  flex-wrap: nowrap;
  margin-top: 12px;
  overflow: hidden;
}

.fly-post-card--carousel .fly-post-tags a,
.fly-home-shell[data-fly-home-layout="carousel"] .fly-post-card .fly-post-tags a {
  min-width: 0;
}

.fly-post-card--carousel .fly-author-pill:has(.fly-author-popover-trigger),
.fly-home-shell[data-fly-home-layout="carousel"] .fly-post-card .fly-author-pill:has(.fly-author-popover-trigger) {
  display: contents;
}

.fly-post-card--carousel .fly-author-popover-trigger,
.fly-home-shell[data-fly-home-layout="carousel"] .fly-post-card .fly-author-popover-trigger {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 36px;
  height: 36px;
  flex-basis: 36px;
}

.fly-post-card--carousel .fly-author-popover-anchor,
.fly-home-shell[data-fly-home-layout="carousel"] .fly-post-card .fly-author-popover-anchor {
  width: 36px;
  height: 36px;
  gap: 0;
}

.fly-post-card--carousel .fly-author-popover-anchor img,
.fly-home-shell[data-fly-home-layout="carousel"] .fly-post-card .fly-author-popover-anchor img {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
}

.fly-post-card--carousel .fly-author-popover-label,
.fly-home-shell[data-fly-home-layout="carousel"] .fly-post-card .fly-author-popover-label {
  display: none;
}

.fly-post-card[hidden],
.fly-post-card.fly-is-filtered-out {
  display: none;
}

.fly-taxonomy-post-card {
  position: relative;
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  background: var(--page);
}

.fly-taxonomy-post-media,
.fly-taxonomy-post-card .fly-post-image-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  background: var(--page-alt);
  aspect-ratio: 16 / 9;
}

.fly-taxonomy-post-media-link,
.fly-taxonomy-post-card .fly-post-image-link {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: inherit;
}

.fly-taxonomy-post-cover,
.fly-taxonomy-post-media .fly-post-cover-media,
.fly-taxonomy-post-card .fly-post-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 1, 0.2, 1);
}

.fly-taxonomy-post-body,
.fly-taxonomy-post-card .fly-post-body {
  position: relative;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
  padding: 12px 8px 16px 56px;
}

.fly-taxonomy-post-card--author-preview .fly-taxonomy-post-body {
  padding: 12px 8px 16px;
}

.fly-taxonomy-post-title,
.fly-taxonomy-post-card .fly-post-title {
  display: -webkit-box;
  margin: 0 0 6px;
  overflow: hidden;
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19.2px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fly-taxonomy-post-title a,
.fly-taxonomy-post-card .fly-post-title a {
  transition: opacity 180ms ease;
}

.fly-taxonomy-post-card .fly-author-popover-trigger {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 36px;
  height: 36px;
  flex-basis: 36px;
}

.fly-taxonomy-post-card .fly-author-popover-anchor,
.fly-taxonomy-post-card .fly-author-popover-anchor img {
  width: 36px;
  height: 36px;
}

.fly-taxonomy-post-card .fly-author-popover-anchor {
  gap: 0;
}

.fly-taxonomy-post-card .fly-author-popover-label {
  display: none;
}

.fly-taxonomy-post-fallback-avatar {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--page-alt);
}

.fly-taxonomy-post-fallback-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fly-taxonomy-post-card .fly-post-video-badge {
  top: auto;
  right: 10px;
  bottom: 10px;
}

.fly-author-preview-post-card .fly-author-preview-badge-group {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 6px;
}

.fly-author-preview-post-card .fly-author-preview-visit-badge {
  display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(5, 5, 5, 0.7);
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

.fly-author-preview-post-card .fly-author-preview-badge-group .fly-post-video-badge {
  position: static;
  width: 24px;
  height: 24px;
  padding: 2px;
}

.fly-taxonomy-post-author,
.fly-taxonomy-post-meta {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.fly-taxonomy-post-author {
  margin-top: 0;
}

.fly-taxonomy-post-meta {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 0 6px;
  margin-top: 0;
}

.fly-taxonomy-post-card:hover .fly-taxonomy-post-cover,
.fly-taxonomy-post-card:focus-within .fly-taxonomy-post-cover,
.fly-taxonomy-post-card:hover .fly-post-cover,
.fly-taxonomy-post-card:focus-within .fly-post-cover {
  transform: scale(1.04);
}

.fly-taxonomy-post-card:hover .fly-taxonomy-post-title a,
.fly-taxonomy-post-card:focus-within .fly-taxonomy-post-title a,
.fly-taxonomy-post-card:hover .fly-post-title a,
.fly-taxonomy-post-card:focus-within .fly-post-title a {
  opacity: 0.68;
}

.fly-taxonomy-post-card--author-preview:hover .fly-taxonomy-post-cover,
.fly-taxonomy-post-card--author-preview:focus-within .fly-taxonomy-post-cover,
.fly-taxonomy-post-card--author-preview:hover .fly-post-cover,
.fly-taxonomy-post-card--author-preview:focus-within .fly-post-cover {
  transform: none;
}

.fly-taxonomy-post-card--author-preview:hover .fly-taxonomy-post-title a,
.fly-taxonomy-post-card--author-preview:focus-within .fly-taxonomy-post-title a,
.fly-taxonomy-post-card--author-preview:hover .fly-post-title a,
.fly-taxonomy-post-card--author-preview:focus-within .fly-post-title a {
  opacity: 1;
}

@media (max-width: 539px) {
  .fly-post-card .fly-author-pill {
    flex-grow: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fly-post-cover,
  .fly-post-title a,
  .fly-overlay-post-image,
  .fly-taxonomy-post-cover,
  .fly-taxonomy-post-media .fly-post-cover-media,
  .fly-taxonomy-post-card .fly-post-cover,
  .fly-taxonomy-post-title a,
  .fly-taxonomy-post-card .fly-post-title a {
    transition: none;
  }

  .fly-post-card:hover .fly-post-cover,
  .fly-overlay-post-card:hover .fly-overlay-post-image,
  .fly-overlay-post-card:focus-within .fly-overlay-post-image,
  .fly-taxonomy-post-card:hover .fly-taxonomy-post-cover,
  .fly-taxonomy-post-card:focus-within .fly-taxonomy-post-cover,
  .fly-taxonomy-post-card:hover .fly-post-cover,
  .fly-taxonomy-post-card:focus-within .fly-post-cover {
    transform: none;
  }
}

body.fly-author--detail { --fly-author-page-gap: 30px; }
.fly-author-detail { width: 100%; min-width: 0; }
.fly-author-profile-hero { display: flex; width: 100%; min-width: 0; align-items: center; gap: 30px var(--content-padding-x); }
.fly-author-profile-avatar { width: 210px; min-width: 210px; height: 280px; overflow: hidden; border-radius: 14px; background: var(--page-alt); }
.fly-author-profile-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.fly-author-profile-copy { display: flex; width: calc(50% - 15px); max-width: calc(50% - 15px); min-width: 0; flex-direction: column; align-items: flex-start; gap: 16px; padding: 30px 30px 30px 0; }
.fly-author-profile-copy :is(h1, p) { margin: 0; }
.fly-author-profile-meta { color: var(--muted); font-size: 14px; font-weight: 500; line-height: 21px; }
.fly-author-profile-copy h1 { color: var(--text); font-size: 28px; font-weight: 600; line-height: 30.8px; overflow-wrap: anywhere; }
.fly-author-profile-bio { max-width: 100%; color: var(--muted); font-size: 16px; line-height: 24px; overflow-wrap: anywhere; }
.fly-author-profile-contacts { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.fly-author-profile-contacts > li { display: flex; }
.fly-author-profile-contacts .fly-author-contact-action { display: inline-flex; min-height: 32px; align-items: center; justify-content: center; gap: 6px; border: 0; border-radius: 20px; background: var(--hover-bg-color); color: var(--text); padding: 6px 12px; font-family: inherit; font-size: 14px; font-weight: 500; line-height: 18.2px; transition: background-color 150ms ease, color 150ms ease, transform 150ms ease; }
.fly-author-profile-contacts .fly-author-contact-action:hover, .fly-author-profile-contacts .fly-author-contact-action:focus-visible { background: color-mix(in srgb, var(--hover-bg-color) 92%, var(--text)); }
.fly-author-profile-contacts .fly-author-contact-action:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.fly-author-profile-contacts .fly-iconify { width: 16px; height: 16px; flex: 0 0 16px; }
.fly-author-posts { min-width: 0; margin-top: var(--fly-author-page-gap); }
.fly-author-posts .fly-article-grid.fly-latest-grid { grid-template-columns: minmax(0, 1fr); gap: var(--content-padding-x); }
.fly-author-detail .fly-load-more, .fly-author-detail .fly-load-more.fly-button, .fly-author-detail .fly-load-more.fly-button--dark { width: 130px; min-height: 40px; border: 0; background: transparent; color: var(--text); }
.fly-author-detail .fly-load-more:hover, .fly-author-detail .fly-load-more.fly-button--dark:hover, .fly-author-detail .fly-load-more:focus-visible { background: transparent; color: var(--text); opacity: 0.62; }
.fly-author-detail .fly-load-more.fly-is-complete { width: max-content; background: transparent; color: var(--text); white-space: nowrap; }
@media (min-width: 540px) { .fly-author-posts .fly-article-grid.fly-latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 768px) and (max-width: 1199px) { .fly-author-profile-copy { width: 70%; max-width: 70%; flex: 1 1 0%; } }
@media (min-width: 992px) { .fly-author-posts .fly-article-grid.fly-latest-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1200px) { body[data-fly-sidebar-collapsed="true"] .fly-author-posts .fly-article-grid.fly-latest-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1575px) { .fly-author-posts .fly-article-grid.fly-latest-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } body[data-fly-sidebar-collapsed="true"] .fly-author-posts .fly-article-grid.fly-latest-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
@media (min-width: 1900px) { .fly-author-posts .fly-article-grid.fly-latest-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); } body[data-fly-sidebar-collapsed="true"] .fly-author-posts .fly-article-grid.fly-latest-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
@media (max-width: 767px) { .fly-author-profile-hero { flex-direction: column; align-items: center; gap: 30px; } .fly-author-profile-copy { width: 100%; max-width: 100%; align-items: center; padding: 30px 0; text-align: center; } .fly-author-profile-contacts { justify-content: center; } }
@media (max-width: 639px) { .fly-author-detail .fly-load-more, .fly-author-detail .fly-load-more.fly-button, .fly-author-detail .fly-load-more.fly-button--dark, .fly-author-detail .fly-load-more.fly-is-complete { width: 100%; } }
@media (max-width: 539px) { .fly-author-posts .fly-article-grid.fly-latest-grid { gap: 16px; } }
@media (prefers-reduced-motion: reduce) { .fly-author-profile-contacts .fly-author-contact-action { transition: none; } }

.fly-horizontal-nav {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 41px;
}

.fly-horizontal-nav-rail {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 41px;
  align-items: center;
  gap: 6px;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  padding: 4px 0;
  scroll-behavior: smooth;
  scroll-padding-inline: 0;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  touch-action: pan-x;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.fly-horizontal-nav-rail::-webkit-scrollbar {
  display: none;
}

.fly-horizontal-nav-item {
  display: inline-flex;
  width: auto;
  min-width: max-content;
  height: 33px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 0;
  border-radius: 8px;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: var(--text);
  margin: 0;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  scroll-snap-align: start;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
  -webkit-appearance: none;
}

.fly-horizontal-nav-item:hover,
.fly-horizontal-nav-item:focus-visible,
.fly-horizontal-nav-item.fly-is-active,
.fly-horizontal-nav-item[aria-current="page"],
.fly-horizontal-nav-item[aria-pressed="true"] {
  border: 0;
  background: var(--hover-bg-color);
  box-shadow: none;
  color: var(--text);
}

.fly-horizontal-nav-item:hover {
  transform: translateY(-1px);
}

.fly-horizontal-nav-item:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

.fly-horizontal-nav-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 6;
  display: inline-flex;
  width: 33px;
  height: 41px;
  flex: 0 0 33px;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 0;
  border-radius: 50%;
  outline: 0;
  background: var(--page);
  box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.2);
  color: var(--text);
  margin: 0;
  padding: 0;
  font: inherit;
  isolation: isolate;
  cursor: pointer;
  transition:
    opacity 150ms ease,
    visibility 150ms ease;
  -webkit-appearance: none;
}

.fly-horizontal-nav-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 90px;
  content: "";
  pointer-events: none;
}

.fly-horizontal-nav-arrow--prev {
  left: 0;
}

.fly-horizontal-nav-arrow--prev::before {
  left: 0;
  background: linear-gradient(90deg, var(--page) 33px, transparent 100%);
}

.fly-horizontal-nav-arrow--next {
  right: 0;
}

.fly-horizontal-nav-arrow--next::before {
  right: 0;
  background: linear-gradient(
    90deg,
    transparent 0,
    var(--page) calc(100% - 33px)
  );
}

.fly-horizontal-nav-arrow[hidden],
.fly-horizontal-nav-arrow:disabled {
  display: inline-flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.fly-horizontal-nav-arrow:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

.fly-horizontal-nav-arrow-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  pointer-events: none;
}

.fly-horizontal-nav-arrow--prev .fly-horizontal-nav-arrow-icon {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .fly-horizontal-nav-rail {
    scroll-behavior: auto;
  }

  .fly-horizontal-nav-item,
  .fly-horizontal-nav-arrow {
    transition: none;
  }

  .fly-horizontal-nav-item:hover {
    transform: none;
  }
}

.fly-featured-section {
  min-width: 0;
  margin-bottom: var(--section-gap);
}

.fly-featured-section .fly-post-chip {
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.fly-featured-section .fly-post-meta--light,
.fly-featured-section .fly-post-meta--light > .fly-author-pill,
.fly-featured-section .fly-post-meta--light > time,
.fly-featured-section .fly-post-meta--light .fly-author-popover-anchor {
  color: rgba(255, 255, 255, 0.94);
}

.fly-featured-section .fly-post-meta--light {
  border-top-color: rgba(255, 255, 255, 0.34);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.58);
}

.fly-featured-section .fly-post-meta--light .fly-dot {
  opacity: 0.88;
}

/* Grid */
.fly-home-shell .fly-featured-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 2.1vw, 30px);
}

.fly-featured-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
  background: var(--page-alt);
  color: #fff;
  isolation: isolate;
}

.fly-featured-grid > .fly-featured-card:only-child {
  grid-column: 1 / -1;
}

.fly-featured-image,
.fly-home-slide-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.fly-image-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.72) 100%);
}

.fly-home-shell .fly-featured-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  pointer-events: none;
}

.fly-featured-card--lead .fly-featured-content {
  padding: 40px;
}

.fly-featured-content a {
  pointer-events: auto;
}

.fly-featured-title {
  display: -webkit-box;
  max-width: 720px;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fly-featured-card--lead .fly-featured-title {
  font-size: clamp(24px, 2.3vw, 28px);
  line-height: 1.1;
}

.fly-featured-excerpt {
  display: -webkit-box;
  max-width: 650px;
  margin: 12px 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fly-featured-card--side .fly-featured-excerpt,
.fly-featured-card--side .fly-post-meta {
  display: none;
}

.fly-featured-card:hover .fly-featured-image,
.fly-featured-card:focus-within .fly-featured-image {
  transform: scale(1.03);
}

@media (min-width: 540px) and (max-width: 991px) {
  .fly-home-shell .fly-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fly-featured-card--lead {
    grid-column: 1 / -1;
    min-height: 417px;
    aspect-ratio: auto;
  }

  .fly-featured-grid > .fly-featured-card:nth-child(n + 4) {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1574px) {
  .fly-home-shell .fly-featured-grid {
    height: 429px;
    grid-template-columns: minmax(0, 2.073fr) minmax(250px, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .fly-featured-card {
    aspect-ratio: auto;
  }

  .fly-featured-card--lead {
    grid-row: 1 / 3;
  }

  .fly-featured-grid > .fly-featured-card:nth-child(n + 4) {
    display: none;
  }

  .fly-home-shell .fly-featured-card--lead .fly-featured-content {
    padding: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1574px) {
  body[data-fly-sidebar-collapsed="true"] .fly-home-shell .fly-featured-grid {
    height: clamp(390px, 29vw, 429px);
    grid-template-columns: minmax(0, 2.05fr) repeat(2, minmax(220px, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: var(--content-padding-x);
  }

  body[data-fly-sidebar-collapsed="true"] .fly-featured-grid > .fly-featured-card:nth-child(4),
  body[data-fly-sidebar-collapsed="true"] .fly-featured-grid > .fly-featured-card:nth-child(5) {
    display: block;
  }
}

@media (min-width: 1575px) {
  .fly-home-shell .fly-featured-grid {
    height: clamp(390px, 26vw, 429px);
    grid-template-columns: minmax(0, 2.05fr) repeat(2, minmax(220px, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 1.6vw, 30px);
  }

  .fly-featured-card {
    aspect-ratio: auto;
  }

  .fly-featured-card--lead {
    grid-row: 1 / 3;
  }

  .fly-home-shell .fly-featured-card--lead .fly-featured-content {
    padding: 40px;
  }
}

/* Full-width slider */
.fly-home-slider,
.fly-home-carousel {
  position: relative;
  min-width: 0;
}

.fly-home-slider {
  overflow: hidden;
  border-radius: 16px;
  background: #000;
}

.fly-home-slider-rail,
.fly-home-carousel-rail {
  display: flex;
  gap: 0;
}

.fly-home-slide {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 557px;
  flex: 0 0 100%;
  aspect-ratio: auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
  color: #fff;
  isolation: isolate;
  scroll-snap-align: start;
}

.fly-home-slide .fly-image-shade {
  background: rgba(0, 0, 0, 0.56);
}

.fly-home-slide:hover .fly-home-slide-image,
.fly-home-slide:focus-within .fly-home-slide-image {
  transform: scale(1.03);
}

.fly-home-slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(700px, calc(100% - 120px));
  flex-direction: column;
  align-items: center;
  padding: clamp(32px, 6vw, 72px) 0;
  text-align: center;
  pointer-events: none;
}

.fly-home-slide-content a {
  pointer-events: auto;
}

.fly-home-slide-content h2 {
  display: -webkit-box;
  margin: 12px 0 0;
  overflow: hidden;
  color: #fff;
  font-size: clamp(18px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fly-home-slide-content > p {
  display: -webkit-box;
  max-width: 640px;
  margin: 16px 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fly-home-slide-content .fly-post-meta {
  width: min(100%, 560px);
  justify-content: center;
  margin-top: 20px;
  padding-top: 16px;
  border-top-color: rgba(255, 255, 255, 0.25);
}

.fly-home-slider > .fly-carousel-controls {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.fly-home-slider .fly-carousel-arrow {
  position: absolute;
  top: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  opacity: 0;
  pointer-events: auto;
  transform: translateY(-50%);
}

.fly-home-slider .fly-carousel-arrow--prev {
  left: 20px;
}

.fly-home-slider .fly-carousel-arrow--next {
  right: 20px;
}

.fly-home-slider:hover .fly-carousel-arrow,
.fly-home-slider:focus-within .fly-carousel-arrow {
  opacity: 1;
}

.fly-home-slider .fly-carousel-arrow:not(:disabled):hover {
  background: rgba(0, 0, 0, 0.68);
  transform: translateY(-50%);
}

.fly-home-slider .fly-carousel-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  pointer-events: auto;
  transform: translateX(-50%);
}

.fly-home-slider .fly-carousel-dot {
  background: rgba(255, 255, 255, 0.48);
}

.fly-home-slider .fly-carousel-dot.fly-is-active {
  background: #fff;
}

/* Split carousel */
.fly-home-carousel {
  overflow: hidden;
  border-radius: clamp(16px, 2vw, 30px);
  background: var(--page-alt);
  padding: 20px;
}

.fly-home-carousel-card {
  display: grid;
  height: auto;
  min-width: 0;
  flex: 0 0 100%;
  grid-template-areas: "copy media";
  grid-template-columns: minmax(0, 0.968fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  scroll-snap-align: start;
}

.fly-home-carousel-copy {
  position: relative;
  display: flex;
  min-width: 0;
  grid-area: copy;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  overflow: visible;
  padding: 20px;
  color: var(--text);
}

.fly-home-carousel-avatars {
  position: relative;
  display: flex;
  min-height: 46px;
  align-items: center;
  margin-bottom: auto;
  padding-bottom: 16px;
}

.fly-home-carousel-avatars .fly-author-popover-trigger {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
}

.fly-home-carousel-avatars .fly-author-popover-trigger + .fly-author-popover-trigger {
  margin-left: -11px;
}

.fly-home-carousel-avatars .fly-author-popover-anchor {
  border: 2px solid var(--page-alt);
  background: var(--page);
}

.fly-home-carousel-terms {
  display: flex;
  min-height: 21px;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.fly-home-carousel-terms a:hover,
.fly-home-carousel-terms a:focus-visible {
  color: var(--text);
}

.fly-home-carousel-copy h2 {
  display: -webkit-box;
  margin: 8px 0 0;
  overflow: hidden;
  color: var(--text);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.fly-home-carousel-copy > p {
  display: -webkit-box;
  margin: 14px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fly-home-carousel-media {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  grid-area: media;
  aspect-ratio: 8 / 5;
  overflow: hidden;
  border-radius: 14px;
  background: var(--hover-bg-color);
}

.fly-home-carousel-media-meta {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.fly-home-carousel-media-meta > * {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.62);
  padding: 5px 9px;
  white-space: nowrap;
}

.fly-home-carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.fly-home-carousel-media:hover .fly-home-carousel-image,
.fly-home-carousel-media:focus-visible .fly-home-carousel-image {
  transform: scale(1.03);
}

.fly-home-carousel-read {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
  border-radius: 20px;
  background: var(--accent);
  color: var(--accent-contrast);
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.fly-home-carousel-read[data-fly-motion-button]:hover,
.fly-home-carousel-read[data-fly-motion-button]:focus-visible {
  opacity: 1;
}

.fly-home-carousel-read .fly-iconify--arrow-right {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  margin: 0;
  opacity: 1;
  transform: none;
}

.fly-home-carousel > .fly-carousel-controls {
  position: absolute;
  right: calc(50% + 40px);
  bottom: 40px;
  z-index: 5;
  width: 72px;
  height: 36px;
  gap: 0;
}

.fly-home-carousel .fly-carousel-dots {
  display: none;
}

.fly-home-carousel .fly-carousel-arrow {
  border: 0;
  background: transparent;
  color: var(--text);
  transition: color 150ms ease, background-color 150ms ease, opacity 150ms ease, visibility 150ms ease;
}

.fly-home-carousel .fly-carousel-arrow:not(:disabled):hover {
  background: color-mix(in srgb, var(--text) 14.5%, var(--page));
  transform: none;
}

.fly-home-carousel .fly-carousel-arrow:disabled {
  visibility: visible;
  opacity: 0.5;
}

.fly-home-carousel .fly-carousel-dot.fly-is-active {
  background: var(--accent);
}

@media (max-width: 991px) {
  .fly-home-slide {
    min-height: 369px;
  }

  .fly-home-slide-content h2 {
    font-size: 26px;
  }

  .fly-home-carousel {
    border-radius: 14px;
    padding: 0;
  }

  .fly-home-carousel-card {
    height: auto;
    grid-template-areas:
      "media"
      "copy";
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .fly-home-carousel-media {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
  }

  .fly-home-carousel-copy {
    position: relative;
    height: 306px;
    min-height: 0;
    overflow: visible;
    padding: 30px;
  }

  .fly-home-carousel > .fly-carousel-controls {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 620px) {
  .fly-featured-card--lead .fly-featured-title,
  .fly-featured-title {
    font-size: 22px;
    line-height: 1.2;
  }

  .fly-featured-card--side .fly-post-chip,
  .fly-featured-card--side .fly-featured-excerpt,
  .fly-featured-card--side .fly-post-meta {
    display: none;
  }

  .fly-home-slide {
    min-height: 390px;
    aspect-ratio: auto;
  }

  .fly-home-slide-content {
    width: calc(100% - 40px);
    padding: 20px 0 70px;
  }

  .fly-home-slide-content h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .fly-home-slide-content > p {
    font-size: 15px;
  }

  .fly-home-slider .fly-carousel-arrow {
    opacity: 1;
  }

  .fly-home-slider .fly-carousel-arrow--prev {
    left: 12px;
  }

  .fly-home-slider .fly-carousel-arrow--next {
    right: 12px;
  }

  .fly-home-slider .fly-carousel-dots {
    bottom: 14px;
  }

  .fly-home-carousel-copy {
    height: 300px;
    min-height: 0;
    padding: 16px;
  }

  .fly-home-carousel-copy h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .fly-home-carousel-copy > p {
    font-size: 14px;
  }

  .fly-home-carousel > .fly-carousel-controls {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 539px) {
  .fly-featured-card--lead {
    min-height: 519px;
    aspect-ratio: auto;
  }

  .fly-featured-grid > .fly-featured-card:nth-child(n + 4) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fly-featured-image,
  .fly-home-slide-image,
  .fly-home-carousel-image {
    transition-duration: 1ms;
  }
}

[data-fly-carousel-rail] {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y pinch-zoom;
}

[data-fly-carousel-rail]::-webkit-scrollbar {
  display: none;
}

[data-fly-carousel-rail].fly-is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
  user-select: none;
}

[data-fly-carousel-rail].fly-is-animating {
  scroll-behavior: auto;
  scroll-snap-type: none;
}

@media (hover: hover) and (pointer: fine) {
  [data-fly-carousel-buttons-only] [data-fly-carousel-rail] {
    overflow-x: hidden;
    touch-action: pan-y pinch-zoom;
  }
}

.fly-carousel-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

[data-fly-carousel][data-fly-carousel-single="true"] > .fly-carousel-controls {
  display: none;
}

.fly-carousel-arrow {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--page);
  color: var(--text);
  padding: 0;
  transition: border-color 180ms ease, background 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.fly-carousel-arrow:not(:disabled):hover {
  border-color: var(--accent);
  transform: translateY(-1px);
}

.fly-carousel-arrow:focus-visible,
.fly-carousel-dot:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.fly-carousel-arrow:disabled {
  cursor: default;
  opacity: 0.34;
}

.fly-carousel-arrow .fly-iconify--arrow-right {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  margin: 0;
  opacity: 1;
}

.fly-carousel-arrow--prev .fly-iconify--arrow-right {
  transform: rotate(180deg);
}

.fly-carousel-dots {
  display: flex;
  max-width: 128px;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.fly-carousel-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--text) 26%, transparent);
  padding: 0;
  transition: width 180ms ease, border-radius 180ms ease, background 180ms ease;
}

.fly-carousel-dot.fly-is-active {
  width: 20px;
  border-radius: 999px;
  background: var(--accent);
}

@media (prefers-reduced-motion: reduce) {
  [data-fly-carousel-rail] {
    scroll-behavior: auto;
  }

  .fly-carousel-arrow,
  .fly-carousel-dot {
    transition-duration: 1ms;
  }
}

.fly-category-filter {
  margin: -4px 0 clamp(20px, 2vw, 30px);
}

.fly-latest-section,
.fly-topic-section,
.fly-topic-block {
  min-width: 0;
}

.fly-latest-section {
  margin-bottom: clamp(60px, 5.6vw, 80px);
}

.fly-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.fly-section-heading h2,
.fly-topic-header h2 {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

.fly-section-heading p {
  margin: 6px 0 0;
  color: var(--faint);
  font-size: 13px;
  line-height: 1.5;
}

.fly-article-grid.fly-latest-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: var(--content-padding-x);
}

.fly-latest-section .fly-post-excerpt {
  display: none;
}

.fly-empty-state {
  margin: 28px 0 0;
  border: 1px dashed var(--line);
  border-radius: 14px;
  background: var(--page-alt);
  color: var(--muted);
  padding: 24px;
  text-align: center;
}

.fly-topic-section {
  display: grid;
  gap: clamp(60px, 5.6vw, 80px);
  margin: 0 0 clamp(60px, 5.6vw, 80px);
}

.fly-topic-block {
  position: relative;
  display: grid;
  gap: 20px;
}

.fly-topic-rail {
  display: flex;
  gap: var(--content-padding-x);
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.fly-topic-rail::-webkit-scrollbar {
  display: none;
}

.fly-topic-slide {
  min-width: 0;
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.fly-topic-block > .fly-carousel-controls {
  position: absolute;
  left: -18px;
  right: -18px;
  top: var(--fly-topic-control-center-y);
  height: 36px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 4;
  pointer-events: none;
}

.fly-topic-block > .fly-carousel-controls .fly-carousel-dots {
  display: none;
}

.fly-topic-block > .fly-carousel-controls .fly-carousel-arrow {
  pointer-events: auto;
}

.fly-topic-block > .fly-carousel-controls .fly-carousel-arrow:disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.fly-section-action {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 6px;
  border-radius: 20px;
  background: var(--page-alt);
  color: var(--text);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
}

.fly-section-action:hover {
  background: var(--hover-bg-color);
}

.fly-section-action .fly-iconify--chevron {
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
}

.fly-topic-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.fly-topic-header p {
  max-width: 600px;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 540px) {
  .fly-article-grid.fly-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fly-topic-slide {
    flex-basis: calc((100% - var(--content-padding-x)) / 2);
  }
}

@media (min-width: 992px) {
  .fly-article-grid.fly-latest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fly-topic-slide {
    flex-basis: calc((100% - var(--content-padding-x) * 2) / 3);
  }
}

@media (min-width: 1200px) {
  .fly-article-grid.fly-latest-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-fly-sidebar-collapsed="true"] .fly-topic-slide {
    flex-basis: calc((100% - var(--content-padding-x) * 3) / 4);
  }

}

@media (min-width: 1575px) {
  .fly-article-grid.fly-latest-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .fly-topic-slide {
    flex-basis: calc((100% - var(--content-padding-x) * 3) / 4);
  }

  body[data-fly-sidebar-collapsed="true"] .fly-topic-slide {
    flex-basis: calc((100% - var(--content-padding-x) * 4) / 5);
  }
}

@media (max-width: 539px) {
  .fly-category-filter {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .fly-topic-header {
    display: block;
  }

  .fly-topic-header .fly-section-view-link {
    width: 100%;
    justify-content: center;
    margin-top: 14px;
  }

}


.fly-pagination-decoration {
  display: grid;
  width: 100%;
  min-width: 0;
  height: 60px;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 2.1vw, 30px);
  margin: 30px 0 0;
  overflow: hidden;
  pointer-events: none;
}

.fly-pagination-decoration[hidden] {
  display: none !important;
}

.fly-pagination-decoration > span {
  display: none;
  min-width: 0;
  height: 60px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(
    0deg,
    transparent 0%,
    color-mix(in srgb, var(--page-alt) 92%, var(--text) 4%) 100%
  );
}

.fly-pagination-decoration > span:first-child {
  display: block;
}

.fly-load-more-wrap {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  position: relative;
  z-index: 1;
  margin: -10px 0 -20px;
}

.fly-load-more,
.fly-load-more.fly-button,
.fly-load-more.fly-button--dark {
  display: inline-flex;
  width: 130px;
  max-width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 20px;
  background: var(--accent);
  color: var(--accent-contrast);
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  transition: opacity 150ms ease, background-color 150ms ease, color 150ms ease;
}

.fly-load-more:hover,
.fly-load-more.fly-button--dark:hover {
  background: var(--accent);
  color: var(--accent-contrast);
  opacity: 0.86;
}

.fly-load-more:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.fly-load-more[aria-disabled="true"] {
  pointer-events: none;
}

.fly-load-more.fly-is-loading {
  cursor: wait;
}

.fly-load-more.fly-is-complete {
  width: max-content;
  cursor: default;
}

.fly-load-more-state {
  display: grid;
  min-height: 21px;
  place-items: center;
}

.fly-load-more-label,
.fly-load-more-loader,
.fly-load-more-complete {
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  justify-content: center;
}

.fly-load-more-label {
  display: inline-flex;
}

.fly-load-more-loader,
.fly-load-more-complete {
  display: none;
}

.fly-load-more.fly-is-loading .fly-load-more-label,
.fly-load-more.fly-is-complete .fly-load-more-label {
  display: none;
}

.fly-load-more.fly-is-loading .fly-load-more-loader,
.fly-load-more.fly-is-complete .fly-load-more-complete {
  display: inline-flex;
}

.fly-load-more-loader .fly-iconify--loader {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  animation: fly-load-spin 1s linear infinite;
}

.fly-load-status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.fly-load-status[data-fly-state="error"] {
  position: static;
  width: auto;
  height: auto;
  margin: 12px 0 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  color: color-mix(in srgb, var(--text) 56%, #d62828);
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  white-space: normal;
}

@keyframes fly-load-spin {
  to { transform: rotate(360deg); }
}

@media (min-width: 540px) {
  .fly-pagination-decoration {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fly-pagination-decoration > span:nth-child(2) {
    display: block;
  }
}

@media (min-width: 992px) {
  .fly-pagination-decoration {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fly-pagination-decoration > span:nth-child(3) {
    display: block;
  }
}

@media (min-width: 1200px) {
  .fly-pagination-decoration {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fly-pagination-decoration > span:nth-child(4) {
    display: block;
  }
}

@media (min-width: 1575px) {
  .fly-pagination-decoration {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .fly-pagination-decoration > span:nth-child(5) {
    display: block;
  }
}

@media (max-width: 639px) {
  .fly-pagination-decoration {
    margin-top: 24px;
  }

  .fly-load-more-wrap {
    margin-top: -10px;
  }

  .fly-load-more,
  .fly-load-more.fly-button,
  .fly-load-more.fly-button--dark,
  .fly-load-more.fly-is-complete {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fly-load-more-loader .fly-iconify--loader {
    animation: none;
  }
}

.fly-authors-section {
  min-width: 0;
  margin: 0 0 var(--section-gap);
}

.fly-authors-heading {
  align-items: center;
  margin-bottom: 24px;
}

.fly-authors-heading h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

.fly-authors-carousel {
  position: relative;
  min-width: 0;
}

.fly-author-controls {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.fly-author-controls .fly-carousel-arrow {
  position: absolute;
  top: 35%;
  width: 52px;
  height: 52px;
  border: 0;
  background: var(--page);
  box-shadow: 0 12px 34px -12px rgba(0, 0, 0, 0.32);
  pointer-events: auto;
  transform: translateY(-50%);
}

.fly-author-controls .fly-carousel-arrow:not(:disabled):hover {
  background: var(--hover-bg-color);
  transform: translateY(-50%) scale(1.03);
}

.fly-author-controls .fly-carousel-arrow:disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.fly-author-controls .fly-carousel-arrow--prev {
  left: -18px;
}

.fly-author-controls .fly-carousel-arrow--next {
  right: -18px;
}

.fly-author-controls .fly-iconify--arrow-right {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

.fly-authors-list {
  display: flex;
  min-width: 0;
  gap: clamp(16px, 2.1vw, 30px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.fly-authors-list::-webkit-scrollbar {
  display: none;
}

.fly-author-card {
  min-width: 0;
  flex: 0 0 212px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.fly-author-card-link,
.fly-author-name-link {
  display: block;
  min-width: 0;
  color: var(--text);
}

.fly-author-card-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  background: var(--page-alt);
  aspect-ratio: 3 / 4;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.fly-author-card-image-link {
  width: 100%;
  height: 100%;
}

.fly-author-portrait {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: var(--page-alt);
}

.fly-author-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.fly-author-card:hover .fly-author-card-image,
.fly-author-card:focus-within .fly-author-card-image {
  box-shadow: 0 18px 38px -16px rgba(0, 0, 0, 0.35);
}

.fly-author-card:hover .fly-author-portrait img,
.fly-author-card:focus-within .fly-author-portrait img {
  transform: scale(1.03);
}

.fly-author-card-link:focus-visible {
  outline: 0;
}

.fly-author-card-image-link:focus-visible .fly-author-portrait {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 32%, transparent);
}

.fly-author-copy {
  display: grid;
  min-width: 0;
  gap: 8px;
  margin-top: 14px;
  padding: 0 8px;
}

.fly-author-name {
  overflow: hidden;
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fly-author-name-link {
  width: fit-content;
  max-width: 100%;
}

.fly-author-name-link:hover .fly-author-name,
.fly-author-name-link:focus-visible .fly-author-name {
  opacity: 0.68;
}

.fly-author-name-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.fly-author-link-label {
  color: var(--faint);
  font-size: 14px;
  line-height: 1.5;
}

.fly-author-card-contacts {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fly-author-card-contacts > li {
  display: flex;
  transition: transform 250ms ease;
}

.fly-author-card-contacts > li:hover {
  transform: scale(1.1);
}

.fly-author-card-contacts .fly-author-contact-action {
  position: relative;
  display: inline-flex;
  min-width: 28px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  appearance: none;
  border: 0;
  border-radius: 999px;
  outline: 0;
  background: rgba(5, 5, 5, 0.7);
  box-shadow: none;
  color: #ffffff;
  opacity: 0;
  padding: 6px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  transform: translateY(6px);
  transition:
    opacity 220ms ease,
    transform 500ms cubic-bezier(0.22, 1.4, 0.36, 1),
    background-color 160ms ease;
}

.fly-author-card:hover .fly-author-card-contacts .fly-author-contact-action,
.fly-author-card:focus-within
  .fly-author-card-contacts
  .fly-author-contact-action {
  opacity: 1;
  transform: translateY(0);
}

.fly-author-card:hover
  .fly-author-card-contacts
  > li:nth-child(2)
  .fly-author-contact-action,
.fly-author-card:focus-within
  .fly-author-card-contacts
  > li:nth-child(2)
  .fly-author-contact-action {
  transition-delay: 100ms;
}

.fly-author-card:hover
  .fly-author-card-contacts
  > li:nth-child(3)
  .fly-author-contact-action,
.fly-author-card:focus-within
  .fly-author-card-contacts
  > li:nth-child(3)
  .fly-author-contact-action {
  transition-delay: 200ms;
}

.fly-author-card:hover
  .fly-author-card-contacts
  > li:nth-child(4)
  .fly-author-contact-action,
.fly-author-card:focus-within
  .fly-author-card-contacts
  > li:nth-child(4)
  .fly-author-contact-action {
  transition-delay: 300ms;
}

.fly-author-card:hover
  .fly-author-card-contacts
  .fly-author-contact-action:hover,
.fly-author-card:focus-within
  .fly-author-card-contacts
  .fly-author-contact-action:hover,
.fly-author-card:focus-within
  .fly-author-card-contacts
  .fly-author-contact-action:focus-visible {
  opacity: 1;
  transform: translateY(0);
}

.fly-author-card-contacts .fly-author-contact-action:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.fly-author-card-contacts button.fly-author-contact-action::after {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  visibility: hidden;
  border-radius: 6px;
  background: rgba(5, 5, 5, 0.88);
  color: #ffffff;
  content: "已复制";
  opacity: 0;
  padding: 5px 7px;
  font-size: 11px;
  line-height: 1;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition:
    opacity 140ms ease,
    transform 140ms ease,
    visibility 140ms ease;
  white-space: nowrap;
}

.fly-author-card-contacts
  button.fly-author-contact-action[data-fly-contact-copied="true"]::after {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.fly-author-card-contacts .fly-iconify {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.fly-authors-section[data-fly-author-count="1"] .fly-author-controls {
  display: none;
}

@media (min-width: 440px) {
  .fly-author-card {
    flex-basis: calc((100% - 16px) / 2);
  }
}

@media (min-width: 768px) {
  .fly-author-card {
    flex-basis: calc((100% - var(--content-padding-x) * 3) / 4);
  }
}

@media (min-width: 992px) {
  .fly-author-card {
    flex-basis: calc((100% - var(--content-padding-x) * 4) / 5);
  }
}

@media (min-width: 1200px) {
  body[data-fly-sidebar-collapsed="true"] .fly-author-card {
    flex-basis: calc((100% - var(--content-padding-x) * 5) / 6);
  }
}

@media (max-width: 620px) {
  .fly-author-controls {
    display: none;
  }
}

@media (max-width: 420px) {
  .fly-authors-heading .fly-section-action {
    padding-inline: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fly-authors-list {
    scroll-behavior: auto;
  }

  .fly-author-portrait,
  .fly-author-portrait img,
  .fly-author-card-contacts > li,
  .fly-author-card-contacts .fly-author-contact-action {
    transition-duration: 0.01ms;
  }

  .fly-author-card-contacts .fly-author-contact-action,
  .fly-author-card:hover
    .fly-author-card-contacts
    .fly-author-contact-action,
  .fly-author-card:focus-within
    .fly-author-card-contacts
    .fly-author-contact-action,
  .fly-author-card:hover
    .fly-author-card-contacts
    .fly-author-contact-action:hover,
  .fly-author-card:focus-within
    .fly-author-card-contacts
    .fly-author-contact-action:hover,
  .fly-author-card:focus-within
    .fly-author-card-contacts
    .fly-author-contact-action:focus-visible {
    transform: none;
    transition-delay: 0s;
  }

  .fly-author-card-contacts > li,
  .fly-author-card-contacts > li:hover {
    transform: none;
  }
}

body.fly-authors-page { --fly-authors-directory-gap: 80px; }
.fly-authors-page-shell { width: 100%; min-width: 0; padding-bottom: var(--content-padding-x); }
.fly-authors-hero { display: flex; width: 100%; min-width: 0; align-items: center; flex-wrap: wrap; gap: 30px var(--content-padding-x); margin-bottom: var(--fly-authors-directory-gap); }
.fly-authors-hero-copy, .fly-authors-hero-media { width: calc(50% - 15px); min-width: 0; flex: 0 0 calc(50% - 15px); }
.fly-authors-hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; padding: 30px 30px 30px 0; }
.fly-authors-hero--without-cover .fly-authors-hero-copy { width: min(100%, 700px); flex-basis: min(100%, 700px); }
.fly-authors-hero-copy h1 { margin: 0; color: var(--text); font-size: 28px; font-weight: 600; letter-spacing: 0; line-height: 30.8px; }
.fly-authors-hero-copy > p:not(.fly-newsletter-status) { margin: 0; color: var(--muted); font-size: 16px; line-height: 24px; }
.fly-authors-hero-media { overflow: hidden; border-radius: 16px; background: var(--page-alt); aspect-ratio: 16 / 9; }
.fly-authors-hero-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.fly-authors-newsletter { position: relative; display: flex; width: min(100%, 400px); min-width: 0; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 30px; }
.fly-authors-newsletter-label { margin-top: -4px; color: var(--text); font-size: 14px; font-weight: 500; line-height: 21px; }
.fly-authors-newsletter-control { position: relative; width: 100%; height: 50px; min-width: 0; }
.fly-authors-newsletter-control label { display: block; width: 100%; min-width: 0; }
.fly-authors-newsletter input { width: 100%; height: 50px; border: 0; border-radius: 32px; outline: 0; background: var(--page-alt); color: var(--text); padding: 12px 128px 12px 20px; font-size: 14px; font-weight: 500; line-height: 21px; }
.fly-authors-newsletter input:focus { box-shadow: 0 0 0 2px var(--accent); }
.fly-authors-newsletter .fly-button { position: absolute; top: 5px; right: 5px; min-height: 40px; border-radius: 32px; padding: 6px 16px; font-size: 14px; font-weight: 600; line-height: 21px; }
.fly-authors-newsletter .fly-newsletter-status { position: absolute; top: calc(100% + 6px); left: 16px; margin: 0; color: var(--muted); font-size: 14px; line-height: 21px; }
.fly-authors-newsletter .fly-newsletter-status:empty { display: none; }
.fly-authors-directory { display: grid; min-width: 0; gap: var(--fly-authors-directory-gap); margin-bottom: var(--fly-authors-directory-gap); }
.fly-authors-directory-section { position: relative; display: grid; min-width: 0; gap: 20px; }
.fly-authors-directory-header { position: relative; z-index: 6; display: flex; min-width: 0; align-items: flex-end; justify-content: space-between; gap: 24px; pointer-events: none; }
.fly-authors-directory-header > * { position: relative; z-index: 1; pointer-events: auto; }
.fly-authors-profile-copy { width: 100%; max-width: 700px; min-width: 0; }
.fly-authors-profile-name-row { display: flex; min-width: 0; align-items: center; gap: 12px; }
.fly-authors-profile-avatar { display: block; width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%; background: var(--page-alt); object-fit: cover; }
.fly-authors-profile-copy h2 { min-width: 0; margin: 0; overflow: hidden; color: var(--text); font-size: 22px; font-weight: 600; letter-spacing: 0; line-height: 26.4px; text-overflow: ellipsis; white-space: nowrap; }
.fly-authors-profile-copy p { margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 24px; }
.fly-authors-directory-header .fly-section-view-link { min-height: 33px; }
.fly-authors-post-carousel { position: relative; min-width: 0; }
.fly-authors-post-rail { display: flex; min-width: 0; gap: var(--content-padding-x); margin: -50px calc(var(--content-padding-x) * -1); overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; padding: 50px var(--content-padding-x); scroll-behavior: smooth; scroll-padding-inline: var(--content-padding-x); scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-x; -webkit-overflow-scrolling: touch; }
.fly-authors-post-rail::-webkit-scrollbar { display: none; }
.fly-authors-post-slide { min-width: 0; flex: 0 0 100%; scroll-snap-align: start; scroll-snap-stop: always; }
.fly-authors-post-slide .fly-taxonomy-post-card--author-preview { background: transparent; }
.fly-authors-carousel-arrow { position: absolute; top: var(--fly-authors-control-center-y, calc((100% - 94px) / 2)); z-index: 5; display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: #fff; box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.2); color: var(--text); padding: 0; transform: translateY(-50%); transition: background-color 150ms ease, color 150ms ease, opacity 150ms ease, visibility 150ms ease; }
.fly-authors-post-carousel > .fly-carousel-arrow--prev { left: calc(var(--content-padding-x) * -1); }
.fly-authors-post-carousel > .fly-carousel-arrow--next { right: calc(var(--content-padding-x) * -1); }
.fly-authors-carousel-arrow:not(:disabled) { cursor: pointer; }
.fly-authors-carousel-arrow:not(:disabled):hover, .fly-authors-carousel-arrow:focus-visible { background: var(--hover-bg-color); color: var(--text); }
.fly-authors-post-carousel > .fly-carousel-arrow.fly-authors-carousel-arrow:not(:disabled):hover, .fly-authors-post-carousel > .fly-carousel-arrow.fly-authors-carousel-arrow:focus-visible { transform: translateY(-50%); }
.fly-authors-carousel-arrow:disabled { visibility: hidden; opacity: 0; pointer-events: none; }
.fly-authors-carousel-arrow .fly-iconify { width: 20px; height: 20px; flex-basis: 20px; }
.fly-authors-empty { margin: 0 0 var(--fly-authors-directory-gap); color: var(--muted); font-size: 16px; line-height: 24px; }
@media (min-width: 540px) { .fly-authors-directory-header { margin-bottom: 10px; } .fly-authors-post-slide { flex-basis: calc((100% - var(--content-padding-x)) / 2); } .fly-authors-carousel-arrow { width: 40px; height: 40px; } .fly-authors-post-carousel > .fly-carousel-arrow--prev { left: -20px; } .fly-authors-post-carousel > .fly-carousel-arrow--next { right: -20px; } }
@media (min-width: 768px) and (max-width: 991px) { .fly-authors-hero-copy { width: 70%; max-width: 70%; flex-basis: 70%; } .fly-authors-hero-media { width: 100%; flex-basis: 100%; } }
@media (min-width: 992px) { .fly-authors-post-slide { flex-basis: calc((100% - var(--content-padding-x) * 2) / 3); } }
@media (min-width: 1575px) { .fly-authors-post-slide { flex-basis: calc((100% - var(--content-padding-x) * 3) / 4); } }
@media (min-width: 1900px) { .fly-authors-post-slide { flex-basis: calc((100% - var(--content-padding-x) * 4) / 5); } }
@media (max-width: 767px) { .fly-authors-hero-copy, .fly-authors-hero-media { width: 100%; max-width: 100%; flex-basis: 100%; } .fly-authors-hero-copy { padding: 30px 0; } }
@media (max-width: 539px) { body.fly-authors-page { --fly-authors-directory-gap: 60px; } .fly-authors-newsletter-control { height: auto; } .fly-authors-newsletter-control label, .fly-authors-newsletter .fly-button { width: 100%; } .fly-authors-newsletter input { height: 48px; padding: 10px 20px; font-size: 16px; } .fly-authors-newsletter .fly-button { position: static; height: 40px; margin-top: 8px; } .fly-authors-newsletter .fly-newsletter-status { position: static; width: 100%; } .fly-authors-directory-header { display: block; } .fly-authors-directory-header .fly-section-view-link { display: flex; width: 100%; margin-top: 20px; } .fly-authors-profile-avatar { width: 36px; height: 36px; flex-basis: 36px; } }
@media (prefers-reduced-motion: reduce) { .fly-authors-post-rail { scroll-behavior: auto; } .fly-authors-carousel-arrow { transition: none; } }

.fly-newsletter-panel {
  position: relative;
  display: flex;
  min-width: 0;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 var(--section-gap);
  border-radius: clamp(16px, calc(11.25px + 1.25vw), 32px);
  background: var(--page-alt);
  padding: 30px;
}

.fly-newsletter-panel > div {
  width: 100%;
  max-width: 40%;
  flex: 1 0 0%;
}

.fly-newsletter-panel h2 {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.fly-newsletter-panel > div > p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.fly-newsletter-form {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 34px;
  max-width: 400px;
  flex: 1 0 0%;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-end;
  gap: 12px;
}

.fly-newsletter-form-control {
  display: contents;
}

.fly-newsletter-form label {
  display: block;
  width: 100%;
}

.fly-newsletter-form input {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 32px;
  outline: 0;
  background: var(--page);
  color: var(--text);
  padding: 12px 128px 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.fly-newsletter-form input:focus {
  box-shadow: 0 0 0 2px var(--accent);
}

.fly-newsletter-form .fly-button {
  position: absolute;
  top: 5px;
  right: 5px;
  min-height: 40px;
  border-radius: 32px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  gap: 6px;
}

.fly-newsletter-status {
  position: absolute;
  top: calc(100% + 6px);
  left: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 21px;
}

.fly-newsletter-status:empty {
  display: none;
}

.fly-newsletter-status[data-fly-state="error"] {
  color: #c34d4d;
}

.fly-newsletter-status[data-fly-state="success"] {
  color: #348f3f;
}

@media (max-width: 766px) {
  .fly-newsletter-panel {
    flex-direction: column;
  }

  .fly-newsletter-panel > div {
    max-width: 400px;
  }

  .fly-newsletter-form {
    width: 100%;
    flex: 0 0 auto;
    align-self: flex-start;
  }
}

@media (max-width: 538px) {
  .fly-newsletter-form input {
    padding: 10px 128px 10px 20px;
  }
}

@media (max-width: 438px) {
  .fly-newsletter-panel {
    padding: 20px;
  }

  .fly-newsletter-form {
    gap: 8px;
  }

  .fly-newsletter-form input {
    height: 48px;
    padding: 10px 20px;
  }

  .fly-newsletter-form .fly-button {
    position: static;
    width: 100%;
  }

  .fly-newsletter-status {
    position: static;
    width: 100%;
  }
}

.fly-friends-section {
  min-width: 0;
  margin-bottom: var(--section-gap);
}

.fly-friends-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--content-padding-x);
}

.fly-friend-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 142px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 14px;
  background: var(--page-alt);
  padding: 20px 20px 16px;
  transition: background-color 200ms ease;
}

.fly-friend-card:hover,
.fly-friend-card:focus-within {
  background: var(--hover-bg-color);
}

.fly-friend-card > a {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}

.fly-friend-card img {
  width: 28px;
  height: 28px;
  margin-bottom: auto;
  border-radius: 6px;
  object-fit: contain;
}

.fly-friend-card h3 {
  margin: 20px 0 0;
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.fly-friend-card p {
  display: -webkit-box;
  margin: 8px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 440px) {
  .fly-friends-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .fly-friends-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .fly-friends-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  body[data-fly-sidebar-collapsed="true"] .fly-friends-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1575px) {
  .fly-friends-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body[data-fly-sidebar-collapsed="true"] .fly-friends-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

[data-fly-motion-button] {
  transition: opacity 150ms ease, background-color 150ms ease, color 150ms ease;
}

[data-fly-motion-button]:hover,
[data-fly-motion-button]:focus-visible {
  opacity: 0.86;
}

.fly-motion-label {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: inherit;
}

.fly-motion-label-copy {
  display: block;
  white-space: nowrap;
}

.fly-motion-label-copy:last-child {
  position: absolute;
  inset: 0;
  transform: translateY(100%);
}

.fly-button-animation .fly-motion-label-copy:first-child {
  animation: fly-button-label-leave 500ms ease both;
}

.fly-button-animation .fly-motion-label-copy:last-child {
  animation: fly-button-label-enter 500ms ease both;
}

.fly-button-animation .fly-motion-icon {
  animation: fly-button-icon 600ms ease both;
}

@keyframes fly-button-label-enter {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes fly-button-label-leave {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes fly-button-icon {
  0% {
    clip-path: inset(0);
    translate: 0;
  }

  50% {
    clip-path: inset(0 0 0 100%);
    translate: 4px 0;
  }

  51% {
    clip-path: inset(0 100% 0 0);
    translate: 0;
  }

  100% {
    clip-path: inset(0);
    translate: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-fly-motion-button],
  .fly-motion-label-copy,
  .fly-motion-icon {
    animation: none !important;
    transition: none;
  }

  .fly-motion-label-copy:last-child {
    display: none;
  }
}

.fly-section-view-link {
  display: inline-flex;
  min-height: 32px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 20px;
  background: var(--hover-bg-color);
  box-shadow: none;
  color: var(--text);
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  opacity: 1;
}

.fly-section-view-link:hover,
.fly-section-view-link:focus-visible {
  background: var(--hover-bg-color);
  color: var(--text);
  opacity: 1;
}

.fly-section-view-link .fly-iconify--arrow-forward {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

@media (prefers-reduced-motion: no-preference) {
  html.fly-scroll-reveal-ready [data-fly-reveal],
  html.fly-scroll-reveal-ready [data-fly-reveal-item] {
    transition:
      opacity 620ms cubic-bezier(0.2, 0.75, 0.25, 1),
      translate 620ms cubic-bezier(0.2, 0.75, 0.25, 1);
  }

  html.fly-scroll-reveal-ready [data-fly-reveal]:not(.fly-is-visible),
  html.fly-scroll-reveal-ready [data-fly-reveal-item]:not(.fly-is-visible) {
    opacity: 0;
    translate: 0 22px;
    will-change: opacity, translate;
  }

  html.fly-scroll-reveal-ready [data-fly-reveal].fly-is-visible,
  html.fly-scroll-reveal-ready [data-fly-reveal-item].fly-is-visible {
    opacity: 1;
    translate: 0 0;
  }

  html.fly-scroll-reveal-ready [data-fly-reveal-item] {
    transition-delay: calc(var(--fly-reveal-index, 0) * 70ms);
  }
}

.fly-page-header h1,
.fly-post-heading {
  margin: 0;
  color: var(--text);
  font-size: 76px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.fly-page-header p:not(.fly-eyebrow),
.fly-post-lede {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.fly-author-header h1 {
  font-size: 64px;
}

.fly-author-header p:not(.fly-eyebrow) {
  margin-top: 8px;
}

.fly-post-hero .fly-post-chip {
  margin-bottom: 18px;
}

.fly-post-heading {
  font-size: 84px;
}

.fly-post-meta--hero {
  margin-top: 22px;
  color: var(--muted);
}

.fly-post-tags--hero {
  margin-top: 18px;
}

.fly-post-hero-image img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.fly-prose {
  font-size: 18px;
  line-height: 1.78;
}

.fly-prose > *:first-child {
  margin-top: 0;
}

.fly-prose h2,
.fly-prose h3,
.fly-prose h4 {
  color: var(--text);
  line-height: 1.2;
}

.fly-prose h2 {
  margin: 48px 0 16px;
  font-size: 34px;
}

.fly-prose h3 {
  margin: 36px 0 12px;
  font-size: 25px;
}

.fly-prose p,
.fly-prose ul,
.fly-prose ol,
.fly-prose blockquote,
.fly-prose pre {
  margin: 0 0 24px;
}

.fly-prose a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.fly-prose img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-card);
}

.fly-prose blockquote {
  border-left: 3px solid var(--accent);
  color: var(--muted);
  padding-left: 20px;
}

.fly-prose code {
  border-radius: 6px;
  background: var(--page-alt);
  color: var(--text);
  padding: 2px 6px;
  font-size: 0.88em;
}

.fly-prose pre {
  overflow-x: auto;
  border-radius: var(--radius-card);
  background: var(--page-alt);
  padding: 18px;
}

.fly-prose pre code {
  background: transparent;
  padding: 0;
}

.fly-post-author-card img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.fly-post-author-card p,
.fly-post-author-card h2 {
  margin: 0;
}

.fly-post-author-card p {
  color: var(--faint);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.fly-post-author-card h2 {
  color: var(--text);
  font-size: 20px;
}

.fly-taxonomy-card,
.fly-tag-pill {
  border: 1px solid var(--line);
  background: var(--page);
  color: var(--text);
  transition: border-color 160ms ease, transform 160ms ease;
}

.fly-taxonomy-card {
  display: grid;
  min-height: 112px;
  align-content: space-between;
  border-radius: var(--radius-card);
  padding: 18px;
}

.fly-taxonomy-card:hover,
.fly-tag-pill:hover {
  border-color: color-mix(in srgb, var(--accent) 44%, var(--line));
  transform: translateY(-2px);
}

.fly-taxonomy-card span {
  overflow-wrap: anywhere;
  font-size: 20px;
  font-weight: 800;
}

.fly-taxonomy-card small,
.fly-tag-pill small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.fly-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 800;
}

.fly-archive-group {
  border-bottom: 1px solid var(--line);
  padding-bottom: 30px;
}

.fly-archive-group__year {
  margin: 0 0 18px;
  color: var(--text);
  font-size: 20px;
}

.fly-archive-group__items {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fly-archive-entry__date {
  color: var(--faint);
  font-size: 13px;
  font-weight: 700;
}

.fly-archive-entry__title {
  margin: 0;
  color: var(--text);
  font-size: 19px;
  line-height: 1.35;
}

.fly-archive-entry__summary {
  display: -webkit-box;
  margin: 6px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fly-pagination a,
.fly-pagination span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border-radius: 999px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 800;
}

.fly-pagination a {
  background: var(--accent);
  color: var(--accent-contrast);
}

.fly-pagination span {
  color: var(--muted);
}

@media (max-width: 1179px) {
  .fly-content-shell--narrow {
    max-width: none;
  }

  .fly-page-header,
  .fly-post-hero {
    padding-top: 16px;
  }
}

@media (max-width: 640px) {
  .fly-page-header h1,
  .fly-post-heading {
    font-size: 40px;
    line-height: 1.05;
  }

  .fly-author-hero {
    align-items: flex-start;
  }

  .fly-author-hero-avatar {
    width: 58px;
    height: 58px;
  }

  .fly-page-header p:not(.fly-eyebrow),
  .fly-post-lede,
  .fly-prose {
    font-size: 16px;
  }

  .fly-post-hero-image img {
    aspect-ratio: 1.25;
  }

  .fly-archive-entry {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.fly-taxonomy-collection,
.fly-taxonomy-archive,
.fly-taxonomy-detail {
  width: 100%;
  min-width: 0;
}

body.fly-taxonomy {
  --content-padding-x: var(--fly-responsive-gutter);
  --content-padding-mobile: var(--fly-responsive-gutter);
}

html[data-theme="dark"] body.fly-taxonomy--collection {
  --page: #0f0f0f;
  --page-alt: #282828;
  --muted: #aaaaaa;
  --hover-bg-color: #282828;
}

.fly-taxonomy--collection .fly-taxonomy-collection {
  padding-bottom: var(--content-padding-x);
}

.fly-taxonomy-hero {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px var(--content-padding-x);
  margin-bottom: var(--section-gap);
}

.fly-taxonomy-hero-copy,
.fly-taxonomy-hero-media {
  width: calc(50% - var(--content-padding-x) / 2);
  min-width: 0;
  flex: 0 0 calc(50% - var(--content-padding-x) / 2);
}

.fly-taxonomy-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  padding: 30px 30px 30px 0;
}

.fly-taxonomy-hero-copy h1,
.fly-taxonomy-hero-title {
  margin: 0;
  color: var(--text);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30.8px;
}

.fly-taxonomy-hero-copy > p:not(.fly-newsletter-status),
.fly-taxonomy-hero-description {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
}

.fly-taxonomy-newsletter {
  position: relative;
  display: flex;
  width: min(100%, 400px);
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 30px;
}

.fly-taxonomy-newsletter-label {
  margin-top: -4px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.fly-taxonomy-newsletter-control {
  position: relative;
  width: 100%;
  height: 50px;
  min-width: 0;
}

.fly-taxonomy-newsletter-control label {
  display: block;
  width: 100%;
  min-width: 0;
}

.fly-taxonomy-newsletter input {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 32px;
  outline: 0;
  background: var(--page-alt);
  color: var(--text);
  padding: 12px 128px 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.fly-taxonomy-newsletter input:focus {
  box-shadow: 0 0 0 2px var(--accent);
}

.fly-taxonomy-newsletter .fly-button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  min-height: 40px;
  border-radius: 32px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.fly-taxonomy-newsletter .fly-newsletter-status {
  position: absolute;
  top: calc(100% + 6px);
  left: 16px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 21px;
}

.fly-taxonomy-newsletter .fly-newsletter-status:empty {
  display: none;
}

.fly-taxonomy-newsletter .fly-newsletter-status[data-fly-state="error"] {
  color: #c34d4d;
}

.fly-taxonomy-newsletter .fly-newsletter-status[data-fly-state="success"] {
  color: #348f3f;
}

.fly-taxonomy-hero-media {
  overflow: hidden;
  border-radius: 16px;
  background: var(--page-alt);
  aspect-ratio: 16 / 9;
}

.fly-taxonomy-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fly-taxonomy-sections {
  display: grid;
  min-width: 0;
  gap: var(--section-gap);
  margin-bottom: var(--section-gap);
}

.fly-taxonomy-section {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 20px;
}

.fly-taxonomy-section-header {
  position: relative;
  z-index: 6;
  display: flex;
  min-width: 0;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  pointer-events: none;
}

.fly-taxonomy-section-header > * {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.fly-taxonomy-section-header-copy,
.fly-taxonomy-section-copy,
.fly-taxonomy-section-header > div {
  width: 100%;
  max-width: 700px;
  min-width: 0;
}

.fly-taxonomy-section-header h2 {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26.4px;
}

.fly-taxonomy-section-header p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
}

.fly-taxonomy-section-button {
  display: inline-flex;
  min-height: 33px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 20px;
  background: var(--hover-bg-color);
  box-shadow: none;
  color: var(--text);
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  transition: opacity 150ms ease;
}

.fly-taxonomy-section-button:hover,
.fly-taxonomy-section-button:focus-visible {
  color: var(--text);
  opacity: 0.72;
}

.fly-taxonomy-carousel {
  position: relative;
  min-width: 0;
}

.fly-taxonomy-rail {
  display: flex;
  min-width: 0;
  gap: 30px;
  margin: -50px calc(var(--content-padding-x) * -1);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  padding: 50px var(--content-padding-x);
  scroll-behavior: smooth;
  scroll-padding-inline: var(--content-padding-x);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.fly-taxonomy-rail::-webkit-scrollbar {
  display: none;
}

.fly-taxonomy-slide {
  min-width: 0;
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.fly-taxonomy-carousel-arrow {
  position: absolute;
  top: var(--fly-taxonomy-control-center-y, 50%);
  z-index: 5;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--page);
  box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.2);
  color: var(--text);
  padding: 0;
  transform: translateY(-50%);
  transition:
    background-color 150ms ease,
    color 150ms ease,
    opacity 150ms ease,
    visibility 150ms ease;
}

.fly-taxonomy-carousel > .fly-carousel-arrow.fly-taxonomy-carousel-arrow {
  flex: 0 0 40px;
}

.fly-taxonomy-carousel > .fly-carousel-arrow--prev {
  left: -20px;
}

.fly-taxonomy-carousel > .fly-carousel-arrow--next {
  right: -20px;
}

.fly-taxonomy-carousel-arrow:not(:disabled) {
  cursor: pointer;
}

.fly-taxonomy-carousel-arrow:not(:disabled):hover,
.fly-taxonomy-carousel-arrow:focus-visible {
  background: var(--accent);
  color: var(--accent-contrast);
}

.fly-taxonomy-carousel > .fly-carousel-arrow.fly-taxonomy-carousel-arrow:not(:disabled):hover,
.fly-taxonomy-carousel > .fly-carousel-arrow.fly-taxonomy-carousel-arrow:focus-visible {
  transform: translateY(-50%);
}

.fly-taxonomy-carousel-arrow:disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.fly-taxonomy-carousel-arrow .fly-iconify {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.fly-taxonomy-nav {
  margin: -4px 0;
}

.fly-taxonomy-detail {
  --fly-taxonomy-grid-columns: 1;
}

.fly-taxonomy-detail .fly-article-grid--classic {
  grid-template-columns: repeat(
    var(--fly-taxonomy-grid-columns),
    minmax(0, 1fr)
  );
  gap: var(--content-padding-x);
}

.fly-taxonomy-detail .fly-pagination-decoration {
  display: flex;
  gap: var(--content-padding-x);
  margin: var(--content-padding-x) 0 0;
  overflow: hidden;
}

.fly-taxonomy-detail .fly-pagination-decoration > span {
  --fly-taxonomy-decoration-width: calc(
    (100% + var(--content-padding-x)) / var(--fly-taxonomy-grid-columns) -
      var(--content-padding-x)
  );

  display: block;
  width: var(--fly-taxonomy-decoration-width);
  min-width: var(--fly-taxonomy-decoration-width);
  flex: 0 0 var(--fly-taxonomy-decoration-width);
}

.fly-taxonomy-detail .fly-load-more,
.fly-taxonomy-detail .fly-load-more.fly-button,
.fly-taxonomy-detail .fly-load-more.fly-button--dark {
  width: 130px;
  height: 40px;
  min-height: 40px;
}

.fly-taxonomy-detail .fly-load-more.fly-is-complete {
  width: max-content;
  white-space: nowrap;
}

.fly-taxonomy-detail-hero {
  display: grid;
  width: 100%;
  max-width: 700px;
  gap: 16px;
  margin: 56px 0 30px;
}

.fly-taxonomy-detail-count {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.fly-taxonomy-detail-hero h1 {
  margin: 0;
  color: var(--text);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30.8px;
}

.fly-taxonomy-detail-hero > p:not(.fly-taxonomy-detail-count) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 540px) {
  .fly-taxonomy-detail {
    --fly-taxonomy-grid-columns: 2;
  }

  .fly-taxonomy-slide {
    flex-basis: calc((100% - var(--content-padding-x)) / 2);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fly-taxonomy-hero-copy {
    width: 70%;
    max-width: 70%;
    flex-basis: 70%;
  }

  .fly-taxonomy-hero-media {
    width: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .fly-taxonomy-detail {
    --fly-taxonomy-grid-columns: 3;
  }

  .fly-taxonomy-slide {
    flex-basis: calc((100% - var(--content-padding-x) * 2) / 3);
  }

}

@media (min-width: 1200px) {
  body[data-fly-sidebar-collapsed="true"] .fly-taxonomy-detail {
    --fly-taxonomy-grid-columns: 4;
  }
}

@media (min-width: 1575px) {
  .fly-taxonomy-detail {
    --fly-taxonomy-grid-columns: 4;
  }

  body[data-fly-sidebar-collapsed="true"] .fly-taxonomy-detail {
    --fly-taxonomy-grid-columns: 5;
  }

  .fly-taxonomy-slide {
    flex-basis: calc((100% - var(--content-padding-x) * 3) / 4);
  }
}

@media (min-width: 1900px) {
  .fly-taxonomy-detail {
    --fly-taxonomy-grid-columns: 5;
  }

  .fly-taxonomy-slide {
    flex-basis: calc((100% - var(--content-padding-x) * 4) / 5);
  }
}

@media (max-width: 767px) {
  .fly-taxonomy-hero-copy,
  .fly-taxonomy-hero-media {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .fly-taxonomy-hero-copy {
    padding: 30px 0;
  }
}

@media (max-width: 639px) {
  .fly-taxonomy-detail .fly-load-more.fly-is-complete {
    width: 100%;
  }
}

@media (max-width: 539px) {
  .fly-taxonomy-newsletter-control {
    height: auto;
  }

  .fly-taxonomy-newsletter-control label,
  .fly-taxonomy-newsletter .fly-button {
    width: 100%;
  }

  .fly-taxonomy-newsletter input {
    height: 48px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .fly-taxonomy-newsletter .fly-button {
    position: static;
    height: 40px;
    margin-top: 8px;
  }

  .fly-taxonomy-newsletter .fly-newsletter-status {
    position: static;
    width: 100%;
  }

  .fly-taxonomy-section-header {
    display: block;
  }

  .fly-taxonomy-section-header .fly-section-view-link {
    width: 100%;
    margin-top: 14px;
  }

  .fly-taxonomy-carousel-arrow {
    display: none;
  }

  .fly-taxonomy-detail-hero {
    margin-top: 30px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .fly-taxonomy-rail {
    scroll-behavior: auto;
  }

  .fly-taxonomy-carousel-arrow {
    transition: none;
  }
}

body.fly-archive {
  --content-padding-x: var(--fly-responsive-gutter);
  --content-padding-mobile: var(--fly-responsive-gutter);
  --section-gap: clamp(60px, calc(53.1px + 1.8vw), 80px);
}

.fly-archive-page,
.fly-archive-posts,
.fly-archive-grid {
  width: 100%;
  min-width: 0;
}

.fly-archive-page {
  --fly-archive-grid-columns: 1;

  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
  padding-bottom: var(--content-padding-x);
}

.fly-archive-page .fly-taxonomy-hero {
  margin: 0;
}

.fly-archive-nav {
  margin: calc((var(--section-gap) - 30px) * -1) 0 -4px;
}

.fly-archive-posts {
  margin-top: calc((var(--section-gap) - 30px) * -1);
}

.fly-archive-grid {
  grid-template-columns: repeat(
    var(--fly-archive-grid-columns),
    minmax(0, 1fr)
  );
  gap: var(--content-padding-x);
}

body.fly-archive .fly-archive-grid .fly-taxonomy-post-media {
  transition:
    box-shadow 220ms ease,
    transform 800ms cubic-bezier(0.2, 1, 0.2, 1);
}

body.fly-archive
  .fly-archive-grid
  .fly-taxonomy-post-card:hover
  .fly-taxonomy-post-media,
body.fly-archive
  .fly-archive-grid
  .fly-taxonomy-post-card:focus-within
  .fly-taxonomy-post-media {
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.4);
  transform: scale(1.04);
}

body.fly-archive
  .fly-archive-grid
  .fly-taxonomy-post-card:hover
  :is(.fly-taxonomy-post-cover, .fly-post-cover-media),
body.fly-archive
  .fly-archive-grid
  .fly-taxonomy-post-card:focus-within
  :is(.fly-taxonomy-post-cover, .fly-post-cover-media) {
  transform: none;
}

body.fly-archive
  .fly-archive-grid
  .fly-taxonomy-post-card:hover
  .fly-taxonomy-post-title
  a,
body.fly-archive
  .fly-archive-grid
  .fly-taxonomy-post-card:focus-within
  .fly-taxonomy-post-title
  a {
  opacity: 1;
}

.fly-archive-page .fly-pagination-decoration {
  display: flex;
  gap: var(--content-padding-x);
  margin: var(--content-padding-x) 0 0;
  overflow: hidden;
}

.fly-archive-page .fly-pagination-decoration > span {
  --fly-archive-decoration-width: calc(
    (100% + var(--content-padding-x)) / var(--fly-archive-grid-columns) -
      var(--content-padding-x)
  );

  display: block;
  width: var(--fly-archive-decoration-width);
  min-width: var(--fly-archive-decoration-width);
  flex: 0 0 var(--fly-archive-decoration-width);
}

body.fly-archive .fly-load-more,
body.fly-archive .fly-load-more.fly-button,
body.fly-archive .fly-load-more.fly-button--dark {
  width: 130px;
  height: 40px;
  min-height: 40px;
  border: 0;
  background: transparent;
  color: var(--text);
}

body.fly-archive .fly-load-more:hover,
body.fly-archive .fly-load-more.fly-button--dark:hover {
  background: var(--hover-bg-color);
  color: var(--text);
  opacity: 1;
}

body.fly-archive .fly-load-more.fly-is-complete {
  width: max-content;
  white-space: nowrap;
}

@media (min-width: 540px) {
  .fly-archive-page {
    --fly-archive-grid-columns: 2;
  }
}

@media (min-width: 992px) {
  .fly-archive-page {
    --fly-archive-grid-columns: 3;
  }
}

@media (min-width: 1200px) {
  body[data-fly-sidebar-collapsed="true"] .fly-archive-page {
    --fly-archive-grid-columns: 4;
  }
}

@media (min-width: 1575px) {
  .fly-archive-page {
    --fly-archive-grid-columns: 4;
  }

  body[data-fly-sidebar-collapsed="true"] .fly-archive-page {
    --fly-archive-grid-columns: 5;
  }
}

@media (min-width: 1900px) {
  .fly-archive-page {
    --fly-archive-grid-columns: 5;
  }

  body[data-fly-sidebar-collapsed="true"] .fly-archive-page {
    --fly-archive-grid-columns: 6;
  }
}

@media (max-width: 991px) {
  .fly-archive-page
    .fly-taxonomy-hero-copy
    > p:not(.fly-newsletter-status) {
    min-height: 72px;
  }
}

@media (max-width: 639px) {
  body.fly-archive .fly-load-more,
  body.fly-archive .fly-load-more.fly-button,
  body.fly-archive .fly-load-more.fly-button--dark,
  body.fly-archive .fly-load-more.fly-is-complete {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fly-archive .fly-archive-grid .fly-taxonomy-post-media {
    transition: none;
  }

  body.fly-archive
    .fly-archive-grid
    .fly-taxonomy-post-card:hover
    .fly-taxonomy-post-media,
  body.fly-archive
    .fly-archive-grid
    .fly-taxonomy-post-card:focus-within
    .fly-taxonomy-post-media {
    transform: none;
  }
}

body.fly-post {
  --fly-post-padding: var(--fly-responsive-gutter);
  --fly-post-gap: clamp(60px, calc(53.2143px + 1.7857vw), 80px);
}

.fly-post-page {
  display: flex;
  width: 100%;
  min-width: 0;
  max-width: 3080px;
  flex-direction: column;
  gap: var(--fly-post-gap);
  margin: 0 auto;
  padding: 16px var(--fly-post-padding) var(--fly-post-padding);
}

.fly-post-page-grid { width: 100%; max-width: 1100px; margin-inline: auto; }

.fly-post-page-header { display: flex; width: 100%; margin-inline: auto; }
.fly-post-page-header-copy { display: flex; min-width: 0; flex-direction: column; gap: 16px; }

.fly-post-page-header--classic { max-width: 1100px; flex-direction: column; padding-top: 30px; }
.fly-post-page-header--classic .fly-post-page-header-copy { width: 100%; }
.fly-post-page-header--classic .fly-post-page-title { order: 1; }
.fly-post-page-header--classic .fly-post-page-excerpt { display: -webkit-box; order: 2; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.fly-post-page-header--classic .fly-post-page-tags { order: 3; width: 700px; margin-top: 4px; }
.fly-post-page-header--classic .fly-post-page-header-info { order: 4; }
.fly-post-page-header--classic :is(.fly-post-page-title, .fly-post-page-excerpt) { width: 700px; }

.fly-post-page-title,
.fly-post-page-excerpt,
.fly-post-page-tags { max-width: 100%; }

.fly-post-page-title {
  margin: 0;
  color: var(--text);
  font-size: 28px;
  font-weight: 600;
  line-height: 30.8px;
  overflow-wrap: anywhere;
}

.fly-post-page-excerpt {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
}

.fly-post-page-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0;
  padding: 0;
}
.fly-post-page-tags a {
  display: inline-flex;
  height: 26px;
  align-items: center;
  border-radius: 6px;
  background: var(--hover-bg-color);
  color: var(--text);
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  transition: color 150ms ease, background-color 150ms ease;
}
.fly-post-page-tags a:hover,
.fly-post-page-tags a:focus-visible { background: color-mix(in srgb, var(--hover-bg-color) 92%, var(--text)); }

.fly-post-page-header--split { max-width: 1300px; align-items: center; flex-direction: row; gap: 40px; }
.fly-post-page-header--split > .fly-post-page-media { width: auto; max-width: 50%; flex: 1 1 0%; margin-inline: 0; }
.fly-post-page-header--split > .fly-post-page-media figure { height: auto; aspect-ratio: 16 / 9; }
.fly-post-page-header--split .fly-post-page-header-copy { max-width: 600px; flex: 1 1 0%; justify-content: center; padding: 30px 0; }
.fly-post-page-header--split :is(.fly-post-page-title, .fly-post-page-excerpt, .fly-post-page-tags) { width: 100%; }
.fly-post-page-header--split .fly-post-page-tags { margin-bottom: 4px; }
.fly-post-page-header--split .fly-post-page-header-info { align-items: flex-end; }

.fly-post-page-header-info {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 30px;
  margin-top: 16px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}

.fly-post-page-meta {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 46px;
  flex: 1 0 max-content;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 8px;
  margin: 0;
  padding: 0 0 0 58px;
  color: var(--faint);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  list-style: none;
}
.fly-post-page-meta > li { display: flex; align-items: center; gap: 0 8px; }
.fly-post-page-meta-author {
  min-width: 0;
  min-height: 24px;
  flex: 0 0 100%;
}
.fly-post-page-meta-avatar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--page-alt);
  overflow: hidden;
}
.fly-post-page-meta-avatar img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.fly-post-page-meta-avatar > .fly-author-popover-trigger,
.fly-post-page-meta-avatar .fly-author-popover-anchor { width: 100%; height: 100%; }
.fly-post-page-meta-author > .fly-author-popover-trigger--name-only { min-width: 0; color: var(--text); }
.fly-post-page-meta-author > .fly-author-popover-trigger--name-only .fly-author-popover-anchor { min-width: 0; color: var(--text); }
.fly-post-page-meta-separator { color: var(--faint); }

.fly-post-page-actions { display: flex; flex: 0 0 auto; align-items: center; flex-wrap: wrap; gap: 6px 10px; }
.fly-post-page-action {
  display: inline-flex;
  min-width: 0;
  height: 33px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 20px;
  background: var(--hover-bg-color);
  color: var(--text);
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  transition: opacity 150ms ease, background-color 150ms ease, color 150ms ease;
}
.fly-post-page-action:hover,
.fly-post-page-action:focus-visible,
.fly-post-page-action[aria-expanded="true"] { background: color-mix(in srgb, var(--hover-bg-color) 92%, var(--text)); }
.fly-post-page-action[data-fly-motion-button]:hover,
.fly-post-page-action[data-fly-motion-button]:focus-visible,
.fly-post-page-action[data-fly-motion-button][aria-expanded="true"] { opacity: 1; }
.fly-post-page-action .fly-iconify { width: 20px; height: 20px; flex-basis: 20px; }
.fly-post-comment-count {
  display: inline-grid;
  min-width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 999px;
  background: var(--page);
  color: var(--text);
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.fly-post-page-share { position: relative; }
.fly-post-share-menu {
  position: absolute;
  top: calc(100% + 18px);
  right: 0;
  z-index: 40;
  display: grid;
  width: 210px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--page);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  padding: 4px;
  pointer-events: none;
  transform: translateY(-2px);
  visibility: hidden;
  transition: transform 150ms ease, visibility 150ms ease, opacity 150ms ease;
}
.fly-post-share-menu[data-fly-open="true"] { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
.fly-post-share-menu > a,
.fly-post-share-menu > button {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--text);
  padding: 8px 12px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.fly-post-share-menu > a:hover,
.fly-post-share-menu > button:hover,
.fly-post-share-menu > a:focus-visible,
.fly-post-share-menu > button:focus-visible { background: var(--hover-bg-color); }
.fly-post-share-menu .fly-iconify,
.fly-post-share-letter { display: inline-grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; font-size: 13px; font-weight: 600; line-height: 1; }

.fly-post-page-media { position: relative; width: 100%; max-width: 1300px; margin-inline: auto; }
.fly-post-page-media figure { position: relative; width: 100%; aspect-ratio: 21 / 9; margin: 0; border-radius: 14px; background: var(--page-alt); overflow: hidden; }
.fly-post-page-media :is(img, video, .fly-post-cover-media) { width: 100%; height: 100%; object-fit: cover; }
.fly-post-page-header--split .fly-post-page-cover { object-fit: contain; }

.fly-post-page-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) 320px;
  column-gap: var(--fly-post-gap);
  row-gap: var(--fly-post-gap);
}
.fly-post-page-body { min-width: 0; grid-column: 1; grid-row: 1; }

.fly-post-page-aside { display: flex; min-width: 0; grid-column: 2; grid-row: 1 / span 2; flex-direction: column; gap: 50px; }
.fly-post-page-aside-sticky { position: sticky; top: 78px; z-index: 1; display: flex; min-width: 0; flex-direction: column; gap: 50px; }
.fly-post-author { display: flex; min-width: 0; align-items: flex-start; flex-direction: column; gap: 12px; color: var(--muted); }
.fly-post-author-avatar { display: block; width: 46px; height: 46px; margin-bottom: 4px; border-radius: 50%; background: var(--page-alt); overflow: hidden; }
.fly-post-author-avatar img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.fly-post-author h2,
.fly-post-author p { margin: 0; }
.fly-post-author h2 { color: var(--text); font-size: 18px; font-weight: 600; line-height: 21.6px; }
.fly-post-author-bio { font-size: 16px; line-height: 24px; }
.fly-post-author-links { display: flex; min-width: 0; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.fly-post-author-links a { display: inline-grid; width: 32px; height: 32px; place-items: center; border-radius: 8px; background: var(--page-alt); color: var(--text); transition: background-color 150ms ease; }
.fly-post-author-links a:hover,
.fly-post-author-links a:focus-visible { background: var(--hover-bg-color); }
.fly-post-author-links .fly-iconify { width: 20px; height: 20px; flex-basis: 20px; }
.fly-post-author--compact { display: none; width: 100%; max-width: 700px; margin: var(--fly-post-gap) auto 0; border-radius: 14px; background: var(--page-alt); padding: 30px; }

.fly-post-toc[hidden] { display: none !important; }
.fly-post-toc-toggle { display: flex; width: 100%; min-height: 32px; align-items: center; gap: 8px; border: 0; background: transparent; color: var(--text); padding: 0; text-align: left; font-size: 14px; font-weight: 600; line-height: 21px; cursor: default; }
.fly-post-toc-toggle .fly-iconify { width: 16px; height: 16px; flex-basis: 16px; }
.fly-post-toc-list,
.fly-post-toc-list ol { margin: 0; padding: 0; list-style: none; }
.fly-post-toc-list { margin-top: 12px; border-left: 1px solid var(--line); padding-left: 14px; }
.fly-post-toc-list ol { padding-left: 12px; }
.fly-post-toc-list a { display: block; border-radius: 6px; color: var(--muted); padding: 4px 6px; font-size: 14px; font-weight: 500; line-height: 21px; transition: background-color 150ms ease, color 150ms ease; }
.fly-post-toc-list a:hover,
.fly-post-toc-list a:focus-visible,
.fly-post-toc-list a.fly-is-active { background: var(--hover-bg-color); color: var(--text); }

.fly-post-sidebar-newsletter h2 { margin: 0 0 12px; color: var(--muted); font-size: 14px; font-weight: 600; line-height: 21px; }
.fly-post-sidebar-newsletter-form,
.fly-post-newsletter-form { position: relative; width: 100%; }
.fly-post-sidebar-newsletter-control,
.fly-post-newsletter-control { display: contents; }
.fly-post-sidebar-newsletter-form label,
.fly-post-newsletter-form label { display: block; }
.fly-post-sidebar-newsletter-form input { width: 100%; height: 50px; border: 0; border-radius: 32px; outline: 0; background: var(--hover-bg-color); color: var(--text); padding: 12px 128px 12px 20px; font-size: 14px; font-weight: 500; line-height: 21px; }
.fly-post-sidebar-newsletter-form input:focus,
.fly-post-newsletter-form input:focus { box-shadow: 0 0 0 2px var(--accent); }
.fly-post-sidebar-newsletter-form .fly-button { position: absolute; top: 5px; right: 5px; min-height: 40px; border: 0; border-radius: 32px; background: var(--accent); color: var(--accent-contrast); padding: 6px 16px; font-size: 14px; font-weight: 600; line-height: 21px; }
.fly-post-sidebar-newsletter-form .fly-newsletter-status { position: static; margin: 8px 0 0; padding: 0 10px; }

.fly-post-related { position: relative; width: 100%; margin-inline: auto; border-top: 1px solid var(--line); padding-top: var(--fly-post-gap); }
.fly-post-related > h2 { max-width: 700px; margin: 0 0 30px; color: var(--text); font-size: 22px; font-weight: 600; line-height: 26.4px; }
.fly-post-related-track { position: relative; container-name: fly-post-related-track; container-type: inline-size; }
.fly-post-related-rail,
.fly-post-related-arrow {
  --fly-related-columns: 1;
  --fly-related-card-width: calc((100cqi - (var(--fly-related-columns) - 1) * var(--fly-post-padding)) / var(--fly-related-columns));
}
.fly-post-related-rail { display: grid; min-width: 0; grid-auto-columns: 100%; grid-auto-flow: column; gap: var(--fly-post-padding); overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; }
@supports (width: 1cqi) {
  .fly-post-related-rail { grid-auto-columns: var(--fly-related-card-width); }
}
.fly-post-related-rail::-webkit-scrollbar { display: none; }
.fly-post-related-rail.fly-is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.fly-post-related-card { display: flex; min-width: 0; flex-direction: column; scroll-snap-align: start; }
.fly-post-related-media { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 14px; background: var(--hover-bg-color); overflow: hidden; }
.fly-post-related-media :is(img, video, .fly-post-cover-media) { width: 100%; height: 100%; object-fit: cover; }
.fly-post-related-image { transition: transform 600ms cubic-bezier(0.2, 1, 0.2, 1); }
.fly-post-related-card:hover .fly-post-related-image,
.fly-post-related-card:focus-within .fly-post-related-image { transform: scale(1.025); }
.fly-post-related-read { position: absolute; right: 8px; bottom: 8px; border-radius: 6px; background: rgba(0, 0, 0, 0.62); color: #fff; padding: 2px 8px; font-size: 12px; font-weight: 600; line-height: 18px; }
.fly-post-related-summary { display: grid; min-width: 0; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; margin-top: 8px; padding: 12px 8px 16px 0; }
.fly-post-related-avatar { display: block; width: 36px; height: 36px; border-radius: 50%; background: var(--page-alt); overflow: hidden; }
.fly-post-related-avatar img { width: 100%; height: 100%; object-fit: cover; }
.fly-post-related-summary h3,
.fly-post-related-summary p { margin: 0; }
.fly-post-related-summary h3 { margin-bottom: 6px; color: var(--text); font-size: 16px; font-weight: 600; line-height: 19.2px; }
.fly-post-related-summary h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.fly-post-related-summary p { color: var(--muted); font-size: 14px; font-weight: 500; line-height: 21px; }
.fly-post-related-meta { display: flex; min-width: 0; align-items: center; flex-wrap: wrap; gap: 0 6px; }
.fly-post-related-arrow { position: absolute; top: clamp(64px, 12vw, 145px); z-index: 3; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: var(--page); box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.2); color: var(--text); transition: color 150ms ease, opacity 150ms ease, background-color 150ms ease; }
@supports (width: 1cqi) {
  .fly-post-related-arrow { top: calc(var(--fly-related-card-width) * 0.28125 - 20px); }
}
.fly-post-related-arrow:hover:not(:disabled),
.fly-post-related-arrow:focus-visible:not(:disabled) { background: var(--accent); color: var(--accent-contrast); }
.fly-post-related-arrow:disabled { opacity: 0; pointer-events: none; }
.fly-post-related-arrow--prev { left: -20px; }
.fly-post-related-arrow--prev .fly-iconify { transform: rotate(180deg); }
.fly-post-related-arrow--next { right: -20px; }
.fly-post-related-arrow .fly-iconify { width: 20px; height: 20px; flex-basis: 20px; }

@container fly-post-related-track (min-width: 600px) {
  .fly-post-related-rail,
  .fly-post-related-arrow { --fly-related-columns: 2; }
}

@container fly-post-related-track (min-width: 900px) {
  .fly-post-related-rail,
  .fly-post-related-arrow { --fly-related-columns: 3; }
}

@container fly-post-related-track (min-width: 1200px) {
  .fly-post-related-rail,
  .fly-post-related-arrow { --fly-related-columns: 4; }
}

@container fly-post-related-track (min-width: 1500px) {
  .fly-post-related-rail,
  .fly-post-related-arrow { --fly-related-columns: 5; }
}

@container fly-post-related-track (min-width: 1800px) {
  .fly-post-related-rail,
  .fly-post-related-arrow { --fly-related-columns: 6; }
}

.fly-post-newsletter-panel { display: none; width: 100%; max-width: 1300px; min-width: 0; align-items: flex-start; gap: 30px; margin-inline: auto; border-radius: var(--radius-section); background: var(--page-alt); padding: 30px; }
.fly-post-newsletter-panel > div { width: 100%; max-width: 40%; flex: 1 0 0%; }
.fly-post-newsletter-panel h2 { margin: 0; color: var(--text); font-size: 22px; font-weight: 600; line-height: 26.4px; }
.fly-post-newsletter-panel > div > p { margin: 12px 0 0; color: var(--muted); font-size: 16px; line-height: 24px; }
.fly-post-newsletter-form { display: flex; flex: 1 1 0%; gap: 12px; }
.fly-post-newsletter-form label { width: 100%; }
.fly-post-newsletter-form input { width: 100%; height: 50px; border: 0; border-radius: 32px; outline: 0; background: var(--page); color: var(--text); padding: 12px 128px 12px 20px; font-size: 14px; font-weight: 500; line-height: 21px; }
.fly-post-newsletter-form .fly-button { position: absolute; top: 5px; right: 5px; min-height: 40px; border: 0; border-radius: 32px; background: var(--accent); color: var(--accent-contrast); padding: 6px 16px; font-size: 14px; font-weight: 600; line-height: 21px; }
.fly-post-newsletter-form .fly-newsletter-status { position: absolute; top: calc(100% + 6px); left: 20px; margin: 0; color: var(--muted); font-size: 14px; line-height: 21px; }
.fly-post-newsletter-form .fly-newsletter-status:empty { display: none; }

.fly-post-comments {
  width: 100%;
  min-width: 0;
  max-width: 700px;
  grid-column: 1;
  grid-row: 2;
  border-top: 1px solid var(--line);
  outline: none;
  padding-top: var(--fly-post-gap);
  scroll-margin-top: calc(var(--navbar-height) + 24px);
}
.fly-post-comments-heading { position: relative; display: flex; min-width: 0; align-items: flex-start; gap: 7px; margin-bottom: 26px; padding-bottom: 11px; }
.fly-post-comments-heading::after { position: absolute; bottom: 0; left: 0; width: 24px; height: 3px; border-radius: 999px; background: var(--accent); content: ""; }
.fly-post-comments-heading h2 { margin: 0; color: var(--text); font-size: 24px; font-weight: 600; letter-spacing: -0.02em; line-height: 28.8px; }
.fly-post-comments-count {
  display: inline-grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-contrast);
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  transform: translateY(-3px);
}
.fly-post-comments-body { width: 100%; min-width: 0; }

@media (prefers-reduced-motion: no-preference) {
  html:has(body.fly-post) { scroll-behavior: smooth; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fly-post-page-grid { grid-template-columns: minmax(0, 1fr) 280px; }
}

@media (max-width: 991px) {
  .fly-post-page-header--split { flex-direction: column; gap: 40px; }
  .fly-post-page-header--split > .fly-post-page-media { width: 100%; max-width: 100%; flex: none; margin-inline: auto; }
  .fly-post-page-header--split > .fly-post-page-media figure { height: auto; aspect-ratio: 16 / 9; }
  .fly-post-page-header--split .fly-post-page-header-copy { width: 100%; max-width: 100%; flex: none; padding: 0; }
  .fly-post-page-grid { display: flex; max-width: 1100px; flex-direction: column; gap: 0; }
  .fly-post-page-aside { order: 1; width: 100%; max-width: 700px; margin: 0 auto; }
  .fly-post-page-body { order: 2; width: 100%; max-width: 700px; margin: 0 auto; }
  .fly-post-comments { order: 3; width: 100%; max-width: 700px; margin: var(--fly-post-gap) auto 0; }
  .fly-post-author--desktop,
  .fly-post-sidebar-newsletter { display: none; }
  .fly-post-author--compact { display: flex; }
  .fly-post-page-aside-sticky { position: static; display: block; }
  .fly-post-toc { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 6px 8px; overflow: hidden; }
  .fly-post-toc-toggle { cursor: pointer; }
  .fly-post-toc-list { margin-top: 8px; border-left: 0; padding: 0 2px 2px; }
  .fly-post-toc[data-fly-expanded="false"] .fly-post-toc-list { display: none; }
  .fly-post-toc-list ol { padding-left: 12px; }
  .fly-post-newsletter-panel { display: flex; }
}

@media (max-width: 766px) {
  .fly-post-newsletter-panel { flex-direction: column; }
  .fly-post-newsletter-panel > div { max-width: 400px; }
  .fly-post-newsletter-form { width: 100%; flex: 0 0 auto; flex-direction: column; align-self: flex-start; }
}

@media (max-width: 560px) {
  .fly-post-page-header--classic .fly-post-page-excerpt { -webkit-line-clamp: 5; }
  .fly-post-page-meta { flex-basis: 100%; }
}

@media (max-width: 480px) {
  .fly-post-page--split { padding-top: 8px; }
  .fly-post-page-header--split { gap: 30px; }
  .fly-post-page--classic > .fly-post-page-media { margin-top: calc(var(--fly-post-gap) * -0.5); }
  .fly-post-author--compact { padding: var(--fly-post-padding); }
  .fly-post-related-arrow--prev { left: -12px; }
  .fly-post-related-arrow--next { right: -12px; }
  .fly-post-newsletter-panel { border-radius: var(--fly-post-padding); padding: 20px; }
  .fly-post-newsletter-form { gap: 8px; }
  .fly-post-newsletter-form input { height: 48px; padding: 10px 20px; }
  .fly-post-newsletter-form .fly-button { position: static; width: 100%; }
  .fly-post-newsletter-form .fly-newsletter-status { position: static; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .fly-post-related-image,
  .fly-post-share-menu { transition: none; }
}

body.fly-post .fly-post-page-content img[data-fly-lightbox-source] {
  cursor: url("../images/zoom-in.cur") 15 15, zoom-in;
}

body[data-fly-lightbox-open="true"] {
  overflow: hidden;
}

.fly-post-lightbox {
  position: fixed;
  inset: 0;
  z-index: 4000000;
  width: calc(100% - var(--fly-lightbox-scrollbar-width, 0px));
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  border: 0;
  background: #fff;
  color: #000;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  transform: scale(0.998);
  visibility: hidden;
  transition:
    opacity 0.33s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.33s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.33s cubic-bezier(0.16, 1, 0.3, 1);
}

.fly-post-lightbox[open][data-fly-open="true"] {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.fly-post-lightbox::backdrop {
  background: #fff;
  opacity: 0;
  transition: opacity 0.33s cubic-bezier(0.16, 1, 0.3, 1);
}

.fly-post-lightbox[data-fly-open="true"]::backdrop {
  opacity: 1;
}

.fly-post-lightbox-shell,
.fly-post-lightbox-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fly-post-lightbox-shell {
  background: #fff;
}

.fly-post-lightbox-stage {
  z-index: 1;
  touch-action: none;
}

.fly-post-lightbox-stage img {
  --fly-lightbox-scale: 1;
  --fly-lightbox-pan-x: 0px;
  --fly-lightbox-pan-y: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  cursor: zoom-out;
  object-fit: contain;
  opacity: 1;
  transform: translate(-50%, -50%)
    translate3d(
      var(--fly-lightbox-pan-x),
      var(--fly-lightbox-pan-y),
      0
    )
    scale(var(--fly-lightbox-scale));
  transform-origin: center;
  transition:
    opacity 0.33s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.33s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  -webkit-user-drag: none;
}

.fly-post-lightbox[data-fly-image-changing="true"]
  .fly-post-lightbox-stage
  img {
  opacity: 0;
}

.fly-post-lightbox[data-fly-dragging="true"] .fly-post-lightbox-stage img {
  cursor: grabbing;
  transition: none;
}

.fly-post-lightbox-control {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(218, 218, 218, 0.5);
  color: #000;
  padding: 0;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.5s cubic-bezier(0.32, 0.72, 0, 1),
    visibility 0.5s cubic-bezier(0.32, 0.72, 0, 1),
    transform 0.5s cubic-bezier(0.32, 0.72, 0, 1),
    background-color 0.5s cubic-bezier(0.32, 0.72, 0, 1);
}

.fly-post-lightbox-control:hover,
.fly-post-lightbox-control:focus-visible {
  background: rgba(218, 218, 218, 0.95);
}

.fly-post-lightbox-control:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.fly-post-lightbox-control .fly-iconify {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.fly-post-lightbox-close {
  top: 12px;
  right: 12px;
}

.fly-post-lightbox-zoom {
  top: 12px;
  right: 64px;
}

.fly-post-lightbox-zoom:disabled {
  cursor: default;
  opacity: 1;
}

.fly-post-lightbox-zoom-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.fly-post-lightbox-zoom-icon--out {
  display: none;
}

.fly-post-lightbox[data-fly-zoomed="true"] .fly-post-lightbox-zoom-icon--in {
  display: none;
}

.fly-post-lightbox[data-fly-zoomed="true"] .fly-post-lightbox-zoom-icon--out {
  display: block;
}

.fly-post-lightbox-chevron {
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.fly-post-lightbox-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.fly-post-lightbox-arrow--prev {
  left: 12px;
}

.fly-post-lightbox-arrow--prev .fly-post-lightbox-chevron {
  transform: rotate(-135deg);
}

.fly-post-lightbox-arrow--next .fly-post-lightbox-chevron {
  transform: rotate(45deg);
}

.fly-post-lightbox-arrow--next {
  right: 12px;
}

.fly-post-lightbox-arrow--prev:disabled {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(-20px);
  visibility: visible;
}

.fly-post-lightbox-arrow--next:disabled {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(20px);
  visibility: visible;
}

.fly-post-lightbox-counter {
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 3;
  border-radius: 32px;
  background: rgba(218, 218, 218, 0.5);
  color: #000;
  padding: 6.4px 12.8px;
  font-size: 12.8px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: normal;
  opacity: 1;
  transform: translateX(-50%);
  visibility: visible;
  transition:
    opacity 0.5s cubic-bezier(0.32, 0.72, 0, 1),
    visibility 0.5s cubic-bezier(0.32, 0.72, 0, 1),
    transform 0.5s cubic-bezier(0.32, 0.72, 0, 1),
    background-color 0.5s cubic-bezier(0.32, 0.72, 0, 1);
}

.fly-post-lightbox:not([data-fly-open="true"]) .fly-post-lightbox-close,
.fly-post-lightbox:not([data-fly-open="true"]) .fly-post-lightbox-zoom {
  opacity: 0;
  transform: translateY(-20px);
  visibility: hidden;
}

.fly-post-lightbox:not([data-fly-open="true"])
  .fly-post-lightbox-arrow--prev {
  opacity: 0;
  transform: translateY(-50%) translateX(-20px);
  visibility: hidden;
}

.fly-post-lightbox:not([data-fly-open="true"])
  .fly-post-lightbox-arrow--next {
  opacity: 0;
  transform: translateY(-50%) translateX(20px);
  visibility: hidden;
}

.fly-post-lightbox:not([data-fly-open="true"]) .fly-post-lightbox-counter {
  opacity: 0;
  transform: translate(-50%, 20px);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .fly-post-lightbox,
  .fly-post-lightbox::backdrop,
  .fly-post-lightbox-stage img,
  .fly-post-lightbox-control,
  .fly-post-lightbox-counter {
    transition: none;
  }
}

body:is(.fly-post, .fly-page) .fly-post-page-content {
  --fly-prose-font-size: 16px;
  --fly-prose-line-height: 24px;
  --fly-prose-block-gap: 24px;
  --fly-prose-section-gap: 48px;
  --fly-prose-radius: 14px;
  min-width: 0;
  color: var(--muted);
  font-size: var(--fly-prose-font-size);
  line-height: var(--fly-prose-line-height);
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
}

body:is(.fly-post, .fly-page) .fly-post-page-content > * {
  width: 100%;
  max-width: 700px;
  margin-top: var(--fly-prose-block-gap);
  margin-right: auto;
  margin-left: auto;
}

body:is(.fly-post, .fly-page) .fly-post-page-content > *:first-child { margin-top: 0; }
body:is(.fly-post, .fly-page) .fly-post-page-content > *:last-child { margin-bottom: 0; }

body:is(.fly-post, .fly-page) .fly-post-page-content p { margin: 0; }
body:is(.fly-post, .fly-page) .fly-post-page-content > p,
body:is(.fly-post, .fly-page) .fly-post-page-content > ul,
body:is(.fly-post, .fly-page) .fly-post-page-content > ol,
body:is(.fly-post, .fly-page) .fly-post-page-content > dl { margin-top: var(--fly-prose-block-gap); margin-bottom: 0; }

body:is(.fly-post, .fly-page) .fly-post-page-content :is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  color: var(--text);
  font-weight: 600;
  letter-spacing: normal;
  overflow-wrap: anywhere;
  scroll-margin-top: 100px;
}

body:is(.fly-post, .fly-page) .fly-post-page-content h1 { font-size: 28px; line-height: 1.1; }
body:is(.fly-post, .fly-page) .fly-post-page-content h2 { font-size: 22px; line-height: 1.2; }
body:is(.fly-post, .fly-page) .fly-post-page-content h3 { font-size: 20px; line-height: 1.2; }
body:is(.fly-post, .fly-page) .fly-post-page-content h4 { font-size: 19px; line-height: 1.2; }
body:is(.fly-post, .fly-page) .fly-post-page-content h5 { font-size: 18px; line-height: 1.2; }
body:is(.fly-post, .fly-page) .fly-post-page-content h6 { font-size: 16px; line-height: 1.2; }
body:is(.fly-post, .fly-page) .fly-post-page-content > :is(h1, h2, h3, h4, h5, h6) { margin-top: var(--fly-prose-section-gap); }
body:is(.fly-post, .fly-page) .fly-post-page-content > h1 + :is(h2, h3, h4, h5, h6),
body:is(.fly-post, .fly-page) .fly-post-page-content > h2 + :is(h3, h4, h5, h6),
body:is(.fly-post, .fly-page) .fly-post-page-content > h3 + :is(h4, h5, h6),
body:is(.fly-post, .fly-page) .fly-post-page-content > h4 + :is(h5, h6),
body:is(.fly-post, .fly-page) .fly-post-page-content > h5 + h6 { margin-top: 12px; }

body:is(.fly-post, .fly-page) .fly-post-page-content strong { color: var(--text); font-weight: 600; }
body:is(.fly-post, .fly-page) .fly-post-page-content em { color: color-mix(in srgb, var(--text) 82%, var(--muted)); }
body:is(.fly-post, .fly-page) .fly-post-page-content small { font-size: 0.84em; }
body:is(.fly-post, .fly-page) .fly-post-page-content mark { border-radius: 3px; background: color-mix(in srgb, #ffd84d 42%, var(--page)); color: var(--text); padding: 0 0.18em; }
body:is(.fly-post, .fly-page) .fly-post-page-content :is(s, del) { color: var(--faint); text-decoration-thickness: 1px; }
body:is(.fly-post, .fly-page) .fly-post-page-content :is(sub, sup) { line-height: 0; }

body:is(.fly-post, .fly-page) .fly-post-page-content a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline 0.075em;
  text-underline-offset: 0.15em;
  transition: color 100ms ease, text-decoration-color 100ms ease;
}
body:is(.fly-post, .fly-page) .fly-post-page-content a:hover { text-decoration-color: transparent; }
body:is(.fly-post, .fly-page) .fly-post-page-content a:focus-visible { border-radius: 3px; outline: 2px solid var(--accent); outline-offset: 3px; }

body:is(.fly-post, .fly-page) .fly-post-page-content :is(ul, ol) { padding-left: 0; }
body:is(.fly-post, .fly-page) .fly-post-page-content ul { list-style: none; }
body:is(.fly-post, .fly-page) .fly-post-page-content ul > li { position: relative; padding-left: 20px; }
body:is(.fly-post, .fly-page) .fly-post-page-content ul > li::before { position: absolute; top: 10px; left: 4px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; content: ""; }
body:is(.fly-post, .fly-page) .fly-post-page-content ul ul > li::before { border: 1px solid currentColor; background: transparent; }
body:is(.fly-post, .fly-page) .fly-post-page-content ul ul ul > li::before { border: 0; border-radius: 0; background: currentColor; }
body:is(.fly-post, .fly-page) .fly-post-page-content ol { padding-left: 20px; }
body:is(.fly-post, .fly-page) .fly-post-page-content ol ol { list-style: lower-alpha; }
body:is(.fly-post, .fly-page) .fly-post-page-content ol ol ol { list-style: lower-roman; }
body:is(.fly-post, .fly-page) .fly-post-page-content li { margin: 0; padding-left: 0; }
body:is(.fly-post, .fly-page) .fly-post-page-content li + li { margin-top: 0.5em; }
body:is(.fly-post, .fly-page) .fly-post-page-content li > p { margin: 0; }
body:is(.fly-post, .fly-page) .fly-post-page-content li > :is(ul, ol) { margin-top: 0.5em; }
body:is(.fly-post, .fly-page) .fly-post-page-content ol li::marker { color: var(--text); font-size: 0.938em; font-weight: 500; font-variant-numeric: tabular-nums; }
body:is(.fly-post, .fly-page) .fly-post-page-content input[type="checkbox"] { width: 1em; height: 1em; margin: 0 0.45em 0 0; accent-color: var(--text); vertical-align: -0.08em; }

body:is(.fly-post, .fly-page) .fly-post-page-content dl { display: grid; grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr); gap: 10px 20px; }
body:is(.fly-post, .fly-page) .fly-post-page-content dt { color: var(--text); font-weight: 600; }
body:is(.fly-post, .fly-page) .fly-post-page-content dd { margin: 0; }

body:is(.fly-post, .fly-page) .fly-post-page-content blockquote {
  max-width: 700px;
  margin-top: var(--fly-prose-block-gap);
  margin-bottom: 0;
  border: 0;
  border-left: 2px solid var(--accent);
  border-radius: 0;
  background: transparent;
  color: var(--text);
  padding: 0.5em 0 0.5em 16px;
  text-align: left;
  font-size: 1em;
  font-weight: 500;
  line-height: var(--fly-prose-line-height);
}
body:is(.fly-post, .fly-page) .fly-post-page-content blockquote p + p { margin-top: 0.5em; }
body:is(.fly-post, .fly-page) .fly-post-page-content blockquote cite { display: block; margin-top: 0.75em; color: var(--faint); font-size: 0.82em; font-style: normal; }
body:is(.fly-post, .fly-page) .fly-post-page-content blockquote.kg-blockquote-alt { border: 0; border-radius: 0; background: transparent; color: var(--text); padding: 12px 0; text-align: center; font-size: 22px; font-weight: 300; line-height: 1.3; }

body:is(.fly-post, .fly-page) .fly-post-page-content :not(pre) > code,
body:is(.fly-post, .fly-page) .fly-post-page-content kbd {
  border: 1px solid color-mix(in srgb, var(--line) 82%, var(--text));
  border-radius: 6px;
  background: var(--page-alt);
  color: var(--text);
  box-decoration-break: clone;
  padding: 0.12em 0.38em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.86em;
  line-height: 1.6;
  -webkit-box-decoration-break: clone;
}
body:is(.fly-post, .fly-page) .fly-post-page-content kbd { border-bottom-width: 2px; white-space: nowrap; }

body:is(.fly-post, .fly-page) .fly-post-page-content pre {
  max-width: 700px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid var(--line);
  border-radius: var(--fly-prose-radius);
  background: var(--page-alt);
  color: var(--text);
  padding: 20px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13.5px;
  line-height: 1.65;
  overflow: auto;
  tab-size: 2;
}
body:is(.fly-post, .fly-page) .fly-post-page-content pre code { border: 0; border-radius: 0; background: transparent; color: inherit; padding: 0; font-size: inherit; }
body:is(.fly-post, .fly-page) .fly-post-page-content shiki-code { display: block; margin-top: 30px; margin-bottom: 30px; border: 1px solid var(--line); border-radius: var(--fly-prose-radius); background: var(--page); box-shadow: 0 14px 34px -28px rgba(0, 0, 0, 0.38); overflow: hidden; }

body:is(.fly-post, .fly-page) .fly-post-page-content > figure,
body:is(.fly-post, .fly-page) .fly-post-page-content > .kg-card { margin-top: 30px; margin-bottom: 30px; }
body:is(.fly-post, .fly-page) .fly-post-page-content figure { padding: 0; }
body:is(.fly-post, .fly-page) .fly-post-page-content figure > a { display: block; text-decoration: none; }
body:is(.fly-post, .fly-page) .fly-post-page-content :is(img, svg, canvas) { max-width: 100%; }
body:is(.fly-post, .fly-page) .fly-post-page-content figure > img,
body:is(.fly-post, .fly-page) .fly-post-page-content figure > a > img,
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-image-card img { display: block; width: 100%; height: auto; border-radius: var(--fly-prose-radius); object-fit: cover; }
body:is(.fly-post, .fly-page) .fly-post-page-content figcaption { width: min(92%, 620px); margin: 10px auto 0; color: var(--faint); text-align: center; font-size: 13px; line-height: 1.6; text-wrap: pretty; }

body:is(.fly-post, .fly-page) .fly-post-page-content :is(iframe, video, audio) { max-width: 100%; }
body:is(.fly-post, .fly-page) .fly-post-page-content :is(iframe, video) { display: block; width: 100%; border: 0; border-radius: var(--fly-prose-radius); }
body:is(.fly-post, .fly-page) .fly-post-page-content audio { width: 100%; }

body:is(.fly-post, .fly-page) .fly-post-page-content > div:has(> table) { margin-top: 30px; margin-bottom: 30px; border: 1px solid var(--line); border-radius: var(--fly-prose-radius); background: var(--page); overflow-x: auto !important; overscroll-behavior-inline: contain; }
body:is(.fly-post, .fly-page) .fly-post-page-content table { width: 100%; border: 1px solid var(--line); border-radius: var(--fly-prose-radius); border-collapse: separate; border-spacing: 0; color: var(--muted); font-size: 14px; line-height: 1.55; overflow: hidden; }
body:is(.fly-post, .fly-page) .fly-post-page-content > table { display: block; max-width: 700px; margin-top: 30px; margin-bottom: 30px; overflow-x: auto; }
body:is(.fly-post, .fly-page) .fly-post-page-content > div:has(> table) > table { display: table; min-width: 600px; margin: 0; border: 0; border-radius: 0; }
body:is(.fly-post, .fly-page) .fly-post-page-content :is(th, td) { min-width: 110px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 13px 15px; text-align: left; vertical-align: top; }
body:is(.fly-post, .fly-page) .fly-post-page-content th { background: var(--page-alt); color: var(--text); font-weight: 600; }
body:is(.fly-post, .fly-page) .fly-post-page-content tr > :last-child { border-right: 0; }
body:is(.fly-post, .fly-page) .fly-post-page-content tr:last-child > :is(th, td) { border-bottom: 0; }
body:is(.fly-post, .fly-page) .fly-post-page-content tbody tr:nth-child(even) td { background: color-mix(in srgb, var(--page-alt) 42%, var(--page)); }
body:is(.fly-post, .fly-page) .fly-post-page-content :is(th, td) > p { margin: 0; }

body:is(.fly-post, .fly-page) .fly-post-page-content hr { height: 1px; margin: 30px auto; border: 0; background: var(--line); }

body:is(.fly-post, .fly-page) .fly-post-page-content details,
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-toggle-card { margin-top: 24px; border: 0; border-radius: 10px; background: var(--page-alt); padding: 0 16px; }
body:is(.fly-post, .fly-page) .fly-post-page-content summary,
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-toggle-heading { color: var(--text); padding: 14px 0; font-weight: 500; cursor: pointer; }
body:is(.fly-post, .fly-page) .fly-post-page-content details > :not(summary),
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-toggle-content { margin-bottom: 16px; }

body:is(.fly-post, .fly-page) .fly-post-page-content .kg-callout-card { display: flex; align-items: flex-start; gap: 12px; border: 0; border-radius: var(--fly-prose-radius); color: var(--text); padding: 16px 20px; }
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-callout-emoji { flex: 0 0 auto; font-size: 20px; line-height: 1.45; }
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-callout-text { min-width: 0; }

body:is(.fly-post, .fly-page) .fly-post-page-content .kg-bookmark-container { display: flex; min-height: 150px; gap: 16px; border: 1px solid var(--line); border-radius: var(--fly-prose-radius); background: var(--page-alt); color: inherit; padding: 8px; text-decoration: none; overflow: hidden; }
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-bookmark-content { display: flex; min-width: 0; flex: 1 1 auto; flex-direction: column; padding: 12px 4px 10px 12px; }
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-bookmark-title { color: var(--text); font-weight: 600; line-height: 1.2; }
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-bookmark-description { display: -webkit-box; margin-top: 6px; color: var(--muted); font-size: 14px; line-height: 1.55; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-bookmark-metadata { display: flex; min-width: 0; align-items: center; gap: 6px; margin-top: auto; color: var(--faint); font-size: 12px; line-height: 1.4; }
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-bookmark-icon { width: 18px; height: 18px; border-radius: 4px; object-fit: cover; }
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-bookmark-thumbnail { width: 38%; min-width: 180px; flex: 0 0 auto; border-radius: 10px; overflow: hidden; }
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-bookmark-thumbnail img { width: 100%; height: 100%; object-fit: cover; }

body:is(.fly-post, .fly-page) .fly-post-page-content .kg-gallery-container { display: flex; flex-direction: column; gap: 8px; }
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-gallery-row { display: flex; gap: 8px; }
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-gallery-image { flex: 1 1 0; }
body:is(.fly-post, .fly-page) .fly-post-page-content .kg-gallery-image img { display: block; width: 100%; height: 100%; border-radius: 8px; object-fit: cover; }

@media (min-width: 992px) {
  body:is(.fly-post, .fly-page) .fly-post-page-content .kg-gallery-card.kg-width-wide { width: calc(100% + var(--fly-post-padding)); max-width: calc(100% + var(--fly-post-padding)); margin-right: calc(var(--fly-post-padding) * -0.5); margin-left: calc(var(--fly-post-padding) * -0.5); }
}

@media (max-width: 640px) {
  body:is(.fly-post, .fly-page) .fly-post-page-content dl { grid-template-columns: 1fr; gap: 5px; }
  body:is(.fly-post, .fly-page) .fly-post-page-content > div:has(> table) > table { min-width: 540px; }
}

@media (max-width: 560px) {
  body:is(.fly-post, .fly-page) .fly-post-page-content .kg-bookmark-container { min-height: 0; flex-direction: column-reverse; }
  body:is(.fly-post, .fly-page) .fly-post-page-content .kg-bookmark-content { flex: 0 0 auto; padding: 8px 12px 12px; }
  body:is(.fly-post, .fly-page) .fly-post-page-content .kg-bookmark-thumbnail { width: 100%; min-width: 0; aspect-ratio: 16 / 9; flex: 0 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  body:is(.fly-post, .fly-page) .fly-post-page-content a { transition: none; }
}

body.fly-page {
  --fly-single-page-gap: clamp(60px, calc(53.2143px + 1.7857vw), 80px);
}

.fly-single-page,
.fly-single-page-intro,
.fly-single-page-grid,
.fly-single-page-content { width: 100%; min-width: 0; }

.fly-single-page { max-width: 3080px; margin-inline: auto; }

.fly-single-page-intro {
  display: flex;
  flex-direction: column;
}

.fly-single-page-media {
  order: 1;
  width: 100%;
  max-width: 1300px;
  aspect-ratio: 21 / 9;
  margin: 0 auto;
  border-radius: var(--radius-card);
  background: var(--page-alt);
  overflow: hidden;
}
.fly-single-page-media img { display: block; width: 100%; height: 100%; object-fit: cover; }

.fly-single-page-grid { margin-inline: auto; }

.fly-single-page-hero {
  display: flex;
  order: 2;
  width: 700px;
  max-width: 100%;
  flex-direction: column;
  gap: 16px;
  margin: 30px auto 60px;
}
.fly-single-page-intro:has(> .fly-single-page-media) .fly-single-page-hero { margin-top: 60px; }
.fly-single-page-title,
.fly-single-page-excerpt { width: 100%; max-width: 100%; margin: 0; }
.fly-single-page-title {
  color: var(--text);
  font-size: 28px;
  font-weight: 600;
  line-height: 30.8px;
  overflow-wrap: anywhere;
}
.fly-single-page-excerpt { color: var(--muted); font-size: 16px; line-height: 24px; }

.fly-single-page--cover .fly-single-page-intro {
  display: grid;
  min-height: clamp(520px, 62svh, 720px);
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: var(--fly-single-page-gap);
}

.fly-single-page--cover .fly-single-page-hero {
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  margin: 0;
}

.fly-single-page--cover .fly-single-page-media {
  grid-row: 1;
  grid-column: 2;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  margin: 0;
}

.fly-single-page--cover .fly-single-page-grid { margin-top: var(--section-gap); }

body.fly-page .fly-single-page-content > :nth-child(1 of :not(style, script)) {
  margin-top: 0;
}

.fly-single-page:has(.fly-single-page-content > form) .fly-single-page-hero,
body.fly-page .fly-single-page-content > form { width: 500px; max-width: 100%; }

body.fly-page .fly-single-page-content > follow-card {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

body.fly-page .fly-single-page-content > style.pjax + follow-card {
  margin-top: 0;
}

/* Keep every visible top-level content block on the same 700px prose axis. */
body.fly-page .fly-single-page-content > :not(style, script) {
  margin-right: auto;
  margin-left: auto;
}

body.fly-page .fly-single-page-content.fly-post-page-content > h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
}

/* Halo may persist editor line-height declarations inline in page content. */
body.fly-page .fly-single-page-content.fly-post-page-content :is(p, li) {
  line-height: var(--fly-prose-line-height) !important;
}

body.fly-page .fly-single-page-comments {
  width: 700px;
  max-width: 100%;
  margin: 60px auto 0;
  border-top: 0;
  padding-top: 0;
}

body.fly-page .fly-single-page-comments .fly-post-comments-heading {
  margin-bottom: 24px;
  padding-bottom: 0;
}

body.fly-page .fly-single-page-comments .fly-post-comments-heading::after {
  display: none;
}

body.fly-page .fly-single-page-comments .fly-post-comments-heading h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 26.4px;
}

body.fly-page .fly-single-page-content form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right: auto;
  margin-left: auto;
}
body.fly-page .fly-single-page-content form > * { margin-top: 0; margin-bottom: 0; }
body.fly-page .fly-single-page-content form label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  color: var(--text);
}
body.fly-page .fly-single-page-content form :is(input, select, textarea, button) {
  max-width: 100%;
  font: inherit;
}
body.fly-page .fly-single-page-content form :is(input, select, textarea) {
  width: 100%;
  border: 0;
  outline: 0;
  background: var(--page-alt);
  color: var(--text);
}
body.fly-page .fly-single-page-content form :is(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]), select) {
  min-height: 48px;
  border-radius: 24px;
  padding: 12px 20px;
}
body.fly-page .fly-single-page-content form textarea {
  min-height: 140px;
  border-radius: 24px;
  padding: 12px 20px;
  resize: vertical;
}
body.fly-page .fly-single-page-content form :is(input, textarea)::placeholder { color: var(--faint); opacity: 1; }
body.fly-page .fly-single-page-content form :is(input, select, textarea):focus-visible {
  box-shadow: 0 0 0 2px var(--accent);
}
body.fly-page .fly-single-page-content form :is(input[type="checkbox"], input[type="radio"]) {
  width: 1em;
  height: 1em;
  accent-color: var(--accent);
}
body.fly-page .fly-single-page-content form :is(button, input[type="submit"], input[type="button"]) {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  border: 0;
  border-radius: 20px;
  outline: 0;
  background: var(--accent);
  color: var(--accent-contrast);
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  cursor: pointer;
  transition: opacity 150ms ease, transform 150ms ease;
}
body.fly-page .fly-single-page-content form :is(button, input[type="submit"], input[type="button"]):hover { opacity: 0.82; }
body.fly-page .fly-single-page-content form :is(button, input[type="submit"], input[type="button"]):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .fly-single-page-hero > * { width: 70%; }
  .fly-single-page:has(.fly-single-page-content > form) .fly-single-page-hero > * { width: 100%; }

  .fly-single-page--cover .fly-single-page-intro {
    display: flex;
    min-height: 0;
    gap: 40px;
    padding-top: 30px;
  }

  .fly-single-page--cover .fly-single-page-hero {
    order: 1;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
  }

  .fly-single-page--cover .fly-single-page-hero > * { width: 100%; }

  .fly-single-page--cover .fly-single-page-media {
    order: 2;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .fly-single-page--cover .fly-single-page-grid { margin-top: 60px; }
}

@media (max-width: 767px) {
  .fly-single-page-hero > * { width: 100%; }
}

@media (max-width: 480px) {
  body.fly-page .fly-single-page-content form :is(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]), select, textarea) {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fly-page .fly-single-page-content form :is(button, input[type="submit"], input[type="button"]) { transition: none; }
}

.fly-site-footer {
  border-top: 0;
}

.fly-footer-shell {
  margin-top: calc(
    clamp(60px, calc(53.1px + 1.8vw), 80px) - var(--fly-responsive-gutter)
  );
}

body .fly-footer-shell {
  padding: 0 var(--fly-responsive-gutter) var(--fly-responsive-gutter);
}

.fly-footer-identity {
  flex: 0 1 auto;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.fly-footer-shell > .fly-footer-identity {
  margin-right: auto;
}

.fly-footer-copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.fly-footer-copyright-icon {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
  margin-right: 4px;
}

.fly-footer-copyright a {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--text) 32%, transparent);
  transition: color 100ms ease, text-decoration-color 100ms ease;
}

.fly-footer-copyright a:hover {
  text-decoration-color: color-mix(in srgb, var(--text) 54%, transparent);
}

.fly-footer-records {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 16px;
}

.fly-footer-record {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  transition: color 100ms ease;
}

.fly-footer-record:hover,
.fly-footer-record:focus-visible {
  color: var(--text);
}

.fly-footer-record span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.fly-footer-record-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  object-fit: contain;
}

.fly-footer-navigation {
  flex: 0 0 auto;
  max-width: 100%;
}

.fly-footer-navigation ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
  list-style: none;
}

.fly-footer-navigation--sidebar ul {
  margin: -3px -8px;
}

.fly-footer-link {
  display: flex;
  align-items: center;
  border-radius: 6px;
  color: var(--muted);
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  transition: color 100ms ease, background-color 100ms ease;
}

.fly-footer-link:hover,
.fly-footer-link:focus-visible {
  background: transparent;
  color: color-mix(in srgb, var(--text) 91%, var(--page));
}

.fly-sidebar-socials .fly-footer-records {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

@media (max-width: 539px) {
  .fly-footer-navigation--content {
    flex-basis: 100%;
  }
}

@media (min-width: 1200px) {
  body:not([data-fly-sidebar-collapsed="true"])
    .fly-site-footer
    .fly-footer-shell {
    display: none;
  }
}

.fly-taxonomy-detail.fly-friends-detail {
  width: 100%;
  min-width: 0;
  padding-bottom: var(--content-padding-x);
}

.fly-friends-hero {
  margin-top: 16px;
}

.fly-friends-hero-copy {
  gap: 16px;
}

.fly-friends-feed-section {
  --fly-taxonomy-grid-columns: 1;

  display: grid;
  min-width: 0;
  gap: 24px;
}

.fly-friends-feed-heading {
  align-items: flex-end;
}

.fly-friends-feed-heading p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  line-height: 21px;
}

.fly-friends-feed-grid {
  min-width: 0;
}

.fly-taxonomy-detail .fly-article-grid--classic.fly-friends-feed-grid {
  gap: 20px;
}

.fly-friend-feed-card {
  position: relative;
  display: block;
  height: 100%;
  min-height: 244px;
  min-width: 0;
  overflow: hidden;
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--accent-secondary-soft) 72%, transparent),
      transparent 48%
    ),
    var(--page-alt);
  box-shadow: inset 0 0 0 1px
    color-mix(in srgb, var(--text) 7%, transparent);
  isolation: isolate;
  transition:
    background-color 180ms ease,
    box-shadow 220ms ease,
    transform 360ms cubic-bezier(0.2, 1, 0.2, 1);
}

.fly-friend-feed-card::after {
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 2px;
  background: var(--text);
  content: "";
  opacity: 0.72;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 360ms cubic-bezier(0.2, 1, 0.2, 1);
}

.fly-friend-feed-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: var(--page);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--text) 7%, transparent),
    0 14px 30px -22px rgba(0, 0, 0, 0.7);
  transition: transform 360ms cubic-bezier(0.2, 1, 0.2, 1);
}

.fly-friend-feed-logo:focus-visible,
.fly-friend-feed-source-name:focus-visible,
.fly-friend-feed-title a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.fly-friend-feed-logo-fallback {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--page);
}

.fly-friend-feed-logo-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--page);
  object-fit: contain;
  padding: 7px;
}

.fly-friend-feed-logo-image[hidden] {
  display: none;
}

.fly-friend-feed-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.fly-friend-feed-source {
  display: grid;
  min-height: 48px;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding-left: 62px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.fly-friend-feed-source-name {
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fly-friend-feed-source time {
  flex: none;
  white-space: nowrap;
}

.fly-friend-feed-title {
  display: -webkit-box;
  margin: 24px 0 0;
  overflow: hidden;
  color: var(--text);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fly-friend-feed-title a {
  transition: opacity 180ms ease;
}

.fly-friend-feed-summary {
  display: -webkit-box;
  margin: 12px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.fly-friend-feed-card:hover,
.fly-friend-feed-card:focus-within {
  background: var(--hover-bg-color);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--text) 5%, transparent),
    0 22px 44px -34px rgba(0, 0, 0, 0.55);
  transform: translateY(-3px);
}

.fly-friend-feed-card:hover .fly-friend-feed-title a,
.fly-friend-feed-card:focus-within .fly-friend-feed-title a {
  opacity: 0.68;
}

.fly-friend-feed-card:hover::after,
.fly-friend-feed-card:focus-within::after {
  transform: scaleX(1);
}

.fly-friend-feed-card:hover .fly-friend-feed-logo,
.fly-friend-feed-card:focus-within .fly-friend-feed-logo {
  transform: translateY(-2px) scale(1.03);
}

.fly-friends-feed-section .fly-load-more-wrap {
  text-align: center;
}

.fly-friends-feed-section .fly-load-more {
  cursor: pointer;
}

.fly-friends-feed-section .fly-load-more:disabled {
  pointer-events: none;
}

@media (max-width: 539px) {
  .fly-friends-hero {
    margin-top: 16px;
  }

  .fly-friends-feed-heading {
    align-items: flex-start;
  }

  .fly-taxonomy-detail .fly-article-grid--classic.fly-friends-feed-grid {
    gap: 16px;
  }

  .fly-friend-feed-card {
    min-height: 220px;
  }

  .fly-friend-feed-logo {
    top: 17px;
    left: 16px;
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .fly-friend-feed-content {
    padding: 17px 16px 18px;
  }

  .fly-friend-feed-source {
    min-height: 44px;
    padding-left: 56px;
  }

  .fly-friend-feed-title {
    margin-top: 22px;
    font-size: 19px;
    line-height: 24px;
  }

  .fly-friend-feed-summary {
    margin-top: 10px;
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 700px) {
  .fly-friends-feed-section {
    --fly-taxonomy-grid-columns: 2;
  }
}

@media (min-width: 992px) {
  .fly-friends-feed-section {
    --fly-taxonomy-grid-columns: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fly-friend-feed-card,
  .fly-friend-feed-logo,
  .fly-friend-feed-title a,
  .fly-friend-feed-card::after {
    transition: none;
  }

  .fly-friend-feed-card:hover,
  .fly-friend-feed-card:focus-within {
    transform: none;
  }

  .fly-friend-feed-card:hover .fly-friend-feed-logo,
  .fly-friend-feed-card:focus-within .fly-friend-feed-logo {
    transform: none;
  }
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Geist-Variable.woff2") format("woff2");
}

.fly-auth-root {
  min-width: 0;
  min-height: 100%;
  background: #ffffff;
}

.fly-auth-root[data-theme="dark"] {
  --page: #0f0f0f;
  --page-alt: #212121;
  --text: #ffffff;
  --muted: #aaaaaa;
  --faint: #808080;
  --line: rgba(255, 255, 255, 0.14);
  background: #0f0f0f;
}

.fly-auth-page {
  display: block !important;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  background: var(--page) !important;
  color: var(--muted);
  font-family: Geist, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.fly-auth-page .fly-auth-shell {
  --fly-auth-gap: clamp(60px, calc(53.2143px + 1.7857vw), 80px);
  display: flex;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  align-items: stretch;
  gap: var(--fly-auth-gap);
}

.fly-auth-page .fly-auth-cover {
  position: sticky;
  top: 0;
  flex: 0 0 34%;
  width: 34%;
  height: 100vh;
  height: 100svh;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #1a1a1a;
}

.fly-auth-page .fly-auth-cover img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.fly-auth-page .fly-auth-panel {
  display: flex;
  flex: 0 0 400px;
  flex-direction: column;
  width: 400px;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  padding: var(--fly-responsive-gutter);
  gap: 16px;
}

.fly-auth-page .fly-auth-back {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-left: -16px;
  padding: 6px 16px;
  gap: 6px;
  border-radius: 20px;
  color: var(--faint);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: opacity 0.15s, background-color 0.15s, color 0.15s;
}

.fly-auth-page .fly-auth-back svg {
  display: block;
  flex: 0 0 20px;
}

.fly-auth-page .fly-auth-back:hover,
.fly-auth-page .fly-auth-back:focus-visible {
  background: var(--accent-secondary-soft);
  color: var(--text);
}

.fly-auth-page .fly-auth-main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-block: auto;
  gap: 16px;
}

.fly-auth-page .fly-auth-native .alert {
  display: flex;
  min-height: 40px;
  align-items: center;
  margin: 4px 0 12px !important;
  padding: 10px 16px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: var(--accent-secondary-soft) !important;
  box-shadow: none !important;
  color: var(--text) !important;
  font-size: 13px !important;
  line-height: 20px !important;
}

.fly-auth-page .fly-auth-intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fly-auth-page .fly-auth-intro h1 {
  margin: 0;
  color: var(--text);
  font-family: inherit;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

.fly-auth-page .fly-auth-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
}

.fly-auth-page .fly-auth-native,
.fly-auth-page .fly-auth-native > .gateway-wrapper,
.fly-auth-page .fly-auth-native .halo-form-wrapper {
  width: 100% !important;
  max-width: none !important;
}

.fly-auth-page .fly-auth-native > .gateway-wrapper {
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.fly-auth-page .fly-auth-native .halo-logo,
.fly-auth-page .fly-auth-native .form-title,
.fly-auth-page .fly-auth-native .returntosite-content,
.fly-auth-page .fly-auth-native .language-switcher {
  display: none !important;
}

.fly-auth-page .fly-auth-native .halo-form-wrapper,
.fly-auth-page .fly-auth-native .halo-form {
  margin-inline: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.fly-auth-page .fly-auth-native .halo-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  margin-block: 20px !important;
  gap: 12px;
}

.fly-auth-page .fly-auth-native .form-item-group {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  margin: 0 !important;
  gap: 12px !important;
}

.fly-auth-page .fly-auth-native .form-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 !important;
  gap: 6px;
}

.fly-auth-page .fly-auth-native .form-item > label,
.fly-auth-page .fly-auth-native .form-label-group > label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.fly-auth-page .fly-auth-native .form-label-group {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.fly-auth-page .fly-auth-native .form-item-extra-link {
  position: absolute;
  top: 14px;
  right: 54px;
  color: var(--faint) !important;
  font-size: 12px;
  line-height: 20px;
  pointer-events: auto;
  text-decoration: none !important;
}

.fly-auth-page .fly-auth-native .form-item-extra-link:hover,
.fly-auth-page .fly-auth-native .form-item-extra-link:focus-visible,
.fly-auth-page .fly-auth-native :is(.signup-notice-content, .login-notice-content) a:hover,
.fly-auth-page .fly-auth-native :is(.signup-notice-content, .login-notice-content) a:focus-visible {
  color: var(--text) !important;
}

.fly-auth-page .fly-auth-native .form-input,
.fly-auth-page .fly-auth-native .form-input-group {
  width: 100% !important;
}

.fly-auth-page .fly-auth-native .form-input {
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.fly-auth-page .fly-auth-native .form-input:focus-within {
  border: 0 !important;
  box-shadow: none !important;
}

.fly-auth-page .fly-auth-native .form-input-group {
  display: flex;
  align-items: stretch;
  gap: 18px;
}

.fly-auth-page .fly-auth-native .form-input-stack {
  position: relative;
}

.fly-auth-page .fly-auth-native .form-input-stack-icon {
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 3;
  display: grid;
  width: 24px;
  height: 24px;
  padding: 0;
  place-items: center;
  color: var(--faint);
  cursor: pointer;
  transform: translateY(-50%);
}

.fly-auth-page .fly-auth-native input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]) {
  display: block;
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 12px 20px !important;
  appearance: none;
  border: 0 !important;
  border-radius: 24px !important;
  outline: 0;
  background: var(--accent-secondary-soft) !important;
  box-shadow: none !important;
  color: var(--text) !important;
  font-family: inherit;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 21px !important;
}

.fly-auth-page .fly-auth-native .form-input-stack input {
  padding-right: 54px !important;
}

.fly-auth-page .fly-auth-native #plainPassword {
  padding-right: 104px !important;
}

.fly-auth-page .fly-auth-native input::placeholder {
  color: var(--faint);
  opacity: 1;
}

.fly-auth-page .fly-auth-native input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):focus-visible {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent) 38%, transparent) !important;
}

.fly-auth-page .fly-auth-native .form-item-compact {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 !important;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 20px;
}

.fly-auth-page .fly-auth-native .form-item-compact input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--accent);
}

.fly-auth-page .fly-auth-native altcha-widget {
  display: block;
  width: 100%;
}

.fly-auth-page .fly-auth-native .halo-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 20px;
  border: 0;
  border-radius: 24px;
  background: var(--accent-secondary-soft);
  color: var(--text);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  transition: opacity 0.15s, background-color 0.15s, color 0.15s;
}

.fly-auth-page .fly-auth-native .halo-form > .form-item > button[type="submit"],
.fly-auth-page .fly-auth-native .fly-auth-submit-row > .form-item > button[type="submit"] {
  align-self: flex-start;
  min-width: 105px;
  padding-inline: 30px;
  background: var(--accent);
  color: var(--accent-contrast);
}

.fly-auth-page .fly-auth-native .halo-form button:hover,
.fly-auth-page .fly-auth-native .halo-form button:focus-visible {
  opacity: 0.8;
}

.fly-auth-page .fly-auth-native #emailCodeSendButton {
  flex: 0 0 auto;
  min-width: 76px;
}

.fly-auth-page .fly-auth-native .divider-wrapper {
  display: flex;
  align-items: center;
  margin: 16px 0 12px;
  gap: 12px;
  color: var(--faint);
  font-size: 12px;
  line-height: 18px;
}

.fly-auth-page .fly-auth-native .divider-wrapper hr {
  flex: 1 1 auto;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.fly-auth-page .fly-auth-native .pill-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.fly-auth-page .fly-auth-native .social-auth-provider-form {
  min-width: 0;
  margin: 0;
}

.fly-auth-page .fly-auth-native .pill-items > li {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.fly-auth-page .fly-auth-native .fly-auth-submit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  gap: 10px 18px;
}

.fly-auth-page .fly-auth-native .fly-auth-submit-row > .form-item {
  width: auto !important;
  flex: 0 0 auto;
}

.fly-auth-page .fly-auth-native .fly-auth-submit-row .signup-notice-content {
  width: auto;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 21px !important;
}

.fly-auth-page .fly-auth-native .fly-auth-social-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
  gap: 6px 12px;
}

.fly-auth-page .fly-auth-native .fly-auth-social-row .divider-wrapper {
  flex: 0 0 auto;
  margin: 0;
  gap: 0;
  font-size: 12px;
  line-height: 18px;
}

.fly-auth-page .fly-auth-native .fly-auth-social-row .divider-wrapper hr {
  display: none;
}

.fly-auth-page .fly-auth-native .fly-auth-social-row .pill-items {
  width: auto;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px;
}

.fly-auth-page .fly-auth-native .social-auth-provider-form button {
  position: relative;
  display: inline-flex;
  width: auto;
  min-width: 0;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 5px 2px;
  gap: 6px;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--text);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: opacity 0.15s, transform 0.15s;
}

.fly-auth-page .fly-auth-native .social-auth-provider-form button::after {
  position: absolute;
  right: 2px;
  bottom: 4px;
  left: 2px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.15s;
}

.fly-auth-page .fly-auth-native .social-auth-provider-form button:hover,
.fly-auth-page .fly-auth-native .social-auth-provider-form button:focus-visible {
  background: transparent;
  opacity: 0.72;
  transform: translateY(-1px);
}

.fly-auth-page .fly-auth-native .social-auth-provider-form button:hover::after,
.fly-auth-page .fly-auth-native .social-auth-provider-form button:focus-visible::after {
  transform: scaleX(1);
}

.fly-auth-page .fly-auth-native .social-auth-provider-form button:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 38%, transparent);
  outline-offset: 3px;
}

.fly-auth-page .fly-auth-native .social-auth-provider-form img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.fly-auth-page .fly-auth-native :is(.signup-notice-content, .login-notice-content) {
  margin: 16px 0 0 !important;
  color: var(--muted) !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: left !important;
}

.fly-auth-page .fly-auth-native :is(.signup-notice-content, .login-notice-content) a {
  color: var(--text) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.fly-auth-page .fly-auth-native :is(.form-item-error, .field-error, .error-message) {
  margin: 2px 12px 0;
  color: #d92d20;
  font-size: 12px;
  line-height: 18px;
}

.fly-auth-page--logout .fly-auth-intro p {
  max-width: 360px;
}

.fly-auth-page--logout .fly-auth-native .halo-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fly-auth-page--logout .fly-auth-native .fly-auth-user-card {
  display: flex !important;
  width: 100%;
  min-height: 96px;
  align-items: center;
  margin: 0 !important;
  padding: 16px !important;
  gap: 16px;
  border: 0 !important;
  border-radius: 20px !important;
  background: var(--accent-secondary-soft) !important;
  box-shadow: none !important;
}

.fly-auth-page--logout .fly-auth-native .fly-auth-user-card img {
  width: 64px !important;
  height: 64px !important;
  flex: 0 0 64px;
  border-radius: 50%;
  object-fit: cover;
}

.fly-auth-page--logout .fly-auth-native .fly-auth-user-card :is(p, strong) {
  margin: 0;
}

.fly-auth-page--logout .fly-auth-native form[data-fly-logout-actions] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 !important;
  gap: 10px;
}

.fly-auth-page--logout .fly-auth-native form[data-fly-logout-actions] .form-item {
  width: auto;
  flex: 0 0 auto;
}

.fly-auth-page--logout .fly-auth-native form[data-fly-logout-actions] > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: 24px;
  background: var(--accent-secondary-soft);
  color: var(--text) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none !important;
  transition: opacity 0.15s, transform 0.15s;
}

.fly-auth-page--logout .fly-auth-native form[data-fly-logout-actions] > a:hover,
.fly-auth-page--logout .fly-auth-native form[data-fly-logout-actions] > a:focus-visible {
  opacity: 0.78;
  transform: translateY(-1px);
}

.fly-auth-page--logout .fly-auth-native .halo-form-wrapper > :empty {
  display: none !important;
}

.fly-auth-page .fly-auth-footer {
  width: 100%;
  color: var(--muted);
}

.fly-auth-page .fly-auth-footer .fly-footer-identity {
  width: 100%;
  gap: 6px;
}

.fly-auth-page .fly-auth-footer .fly-footer-copyright {
  column-gap: 3px;
  row-gap: 2px;
  font-size: 13px;
  line-height: 20px;
}

.fly-auth-page .fly-auth-footer .fly-footer-copyright-icon {
  margin-right: 1px;
}

.fly-auth-page .fly-auth-footer a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 1600px) {
  .fly-auth-page .fly-auth-cover {
    flex-basis: 38%;
    width: 38%;
  }

  .fly-auth-page .fly-auth-panel {
    flex-basis: 480px;
    width: 480px;
  }
}

@media (min-width: 768px) and (max-height: 760px) {
  .fly-auth-page .fly-auth-main-content,
  .fly-auth-page .fly-auth-intro {
    gap: 12px;
  }

  .fly-auth-page .fly-auth-native .alert {
    min-height: 36px;
    margin: 2px 0 8px !important;
    padding: 8px 14px !important;
  }

  .fly-auth-page .fly-auth-native .halo-form {
    margin-block: 14px !important;
    gap: 10px;
  }

  .fly-auth-page .fly-auth-native .form-item-group {
    gap: 10px !important;
  }

  .fly-auth-page .fly-auth-native .form-input,
  .fly-auth-page .fly-auth-native input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]) {
    height: 44px !important;
    min-height: 44px !important;
  }

  .fly-auth-page .fly-auth-native .halo-form button {
    min-height: 44px;
  }

  .fly-auth-page .fly-auth-native .divider-wrapper {
    margin: 10px 0 8px;
  }

  .fly-auth-page .fly-auth-native :is(.signup-notice-content, .login-notice-content) {
    margin-top: 10px !important;
  }
}

@media (max-width: 767px) {
  .fly-auth-page .fly-auth-shell {
    --fly-auth-mobile-cover-height: clamp(240px, 35.5svh, 360px);
    flex-wrap: wrap;
    align-content: stretch;
  }

  .fly-auth-page .fly-auth-cover {
    position: relative;
    flex-basis: 100%;
    width: 100%;
    height: var(--fly-auth-mobile-cover-height);
  }

  .fly-auth-page .fly-auth-cover img {
    aspect-ratio: 16 / 9;
  }

  .fly-auth-page .fly-auth-panel {
    flex: 1 0 100%;
    width: 100%;
    min-height: calc(100svh - var(--fly-auth-mobile-cover-height) - var(--fly-auth-gap));
    margin-inline: auto;
    padding:
      16px max(16px, env(safe-area-inset-right))
      max(16px, env(safe-area-inset-bottom))
      max(16px, env(safe-area-inset-left));
  }

  .fly-auth-page .fly-auth-back {
    margin-top: calc(var(--fly-auth-gap) * -1);
    margin-bottom: 40px;
    margin-left: -16px;
  }

  .fly-auth-page .fly-auth-main-content {
    margin-block: 0;
  }

  .fly-auth-page .fly-auth-native input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]) {
    padding-block: 10px !important;
    font-size: 1.025rem !important;
    line-height: 1.5 !important;
  }

  .fly-auth-page .fly-auth-native .halo-form > .form-item > button[type="submit"],
  .fly-auth-page .fly-auth-native .fly-auth-submit-row > .form-item > button[type="submit"] {
    width: 100%;
  }

  .fly-auth-page .fly-auth-native .fly-auth-submit-row > .form-item,
  .fly-auth-page .fly-auth-native .fly-auth-submit-row .signup-notice-content {
    width: 100% !important;
    flex-basis: 100%;
  }

  .fly-auth-page .fly-auth-native .fly-auth-social-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .fly-auth-page .fly-auth-footer {
    margin-top: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fly-auth-page .fly-auth-back,
  .fly-auth-page .fly-auth-native button {
    transition-duration: 0.01ms !important;
  }
}

@property --fly-view-transition-progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

html.is-changing #swup {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  html.fly-document-enter body:not(.fly-swup-revealing) #swup {
    animation: fly-content-fade-in 240ms ease-out both;
  }
}

@keyframes fly-content-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

body.fly-swup-revealing #swup {
  --fly-view-transition-progress: 0;

  animation: fly-page-reveal 600ms cubic-bezier(0.35, 0, 0.4, 1) both;
  -webkit-mask-image: linear-gradient(
    270deg,
    #000 calc(-70% + 170% * var(--fly-view-transition-progress)),
    transparent calc(170% * var(--fly-view-transition-progress))
  );
  mask-image: linear-gradient(
    270deg,
    #000 calc(-70% + 170% * var(--fly-view-transition-progress)),
    transparent calc(170% * var(--fly-view-transition-progress))
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.fly-swup-loading::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 2px;
  background: var(--accent);
  animation: fly-progress 900ms ease-in-out infinite;
}

@keyframes fly-progress {
  0% {
    transform: translateX(-100%);
  }

  55% {
    transform: translateX(-20%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes fly-page-reveal {
  from {
    --fly-view-transition-progress: 0;
    opacity: 1;
    transform: none;
  }

  to {
    --fly-view-transition-progress: 1;
    opacity: 1;
    transform: none;
  }
}

@supports not (mask-image: linear-gradient(#000, #000)) {
  body.fly-swup-revealing #swup {
    animation: fly-page-reveal-fallback 420ms cubic-bezier(0.35, 0, 0.4, 1) both;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes fly-page-reveal-fallback {
  from {
    clip-path: inset(0 0 0 100%);
  }

  to {
    clip-path: inset(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fly-swup-revealing #swup {
    animation: none;
    clip-path: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.fly-button{font-size:var(--text-sm-fontSize);line-height:var(--un-leading, var(--text-sm-lineHeight));--un-font-weight:800;font-weight:800;padding-inline:calc(var(--spacing) * 5.5);border-width:0px;border-radius:calc(infinity * 1px);display:inline-flex;min-height:calc(var(--spacing) * 10);align-items:center;justify-content:center;}.fly-post-meta{font-size:var(--text-xs-fontSize);line-height:var(--un-leading, var(--text-xs-lineHeight));color:color-mix(in oklab, var(--muted) var(--un-text-opacity), transparent) /* var(--muted) */;display:flex;gap:calc(var(--spacing) * 2);align-items:center;}.fly-sidebar-link,.fly-sidebar-parent{font-size:var(--text-sm-fontSize);line-height:var(--un-leading, var(--text-sm-lineHeight));--un-font-weight:500;font-weight:500;padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 2);border-radius:10px;display:flex;gap:calc(var(--spacing) * 4);height:38px;width:100%;align-items:center;}.fly-sidebar-nav{font-size:var(--text-sm-fontSize);line-height:var(--un-leading, var(--text-sm-lineHeight));display:flex;flex-direction:column;}.fly-sidebar-section-title,.fly-sidebar-tag-link{font-size:var(--text-sm-fontSize);line-height:var(--un-leading, var(--text-sm-lineHeight));--un-font-weight:500;font-weight:500;padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 2);border-radius:10px;display:flex;height:38px;width:100%;align-items:center;}.fly-sidebar-sub-link{font-size:var(--text-sm-fontSize);line-height:var(--un-leading, var(--text-sm-lineHeight));--un-font-weight:500;font-weight:500;padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 1.5);border-radius:0.5rem;display:flex;height:33px;align-items:center;}.fly-brand{color:color-mix(in oklab, var(--text) var(--un-text-opacity), transparent) /* var(--text) */;--un-leading:var(--leading-none);line-height:var(--leading-none);font-family:var(--font-sans);--un-font-weight:500;font-weight:500;display:inline-flex;min-width:calc(var(--spacing) * 0);align-items:center;}.fly-button--dark,.fly-button--primary{color:color-mix(in oklab, var(--accent-contrast) var(--un-text-opacity), transparent) /* var(--accent-contrast) */;background-color:color-mix(in oklab, var(--accent) var(--un-bg-opacity), transparent) /* var(--accent) */;}.fly-featured-card{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent) /* #fff */;border-radius:var(--radius-card);background-color:color-mix(in oklab, var(--page-alt) var(--un-bg-opacity), transparent) /* var(--page-alt) */;--un-shadow:var(--shadow-soft);box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);position:relative;overflow:hidden;isolation:isolate;}.fly-icon-button{color:color-mix(in oklab, var(--text) var(--un-text-opacity), transparent) /* var(--text) */;border-width:0px;background-color:transparent;height:calc(var(--spacing) * 10);width:calc(var(--spacing) * 10);}.fly-post-content{color:color-mix(in oklab, var(--text) var(--un-text-opacity), transparent) /* var(--text) */;}.fly-content-shell{margin-inline:auto;padding-inline:var(--content-padding-mobile);padding-top:calc(var(--spacing) * 3);width:100%;max-width:var(--content-width);}.fly-footer-shell{margin-inline:auto;padding-inline:var(--fly-responsive-gutter);padding-bottom:var(--fly-responsive-gutter);display:flex;flex-wrap:wrap;row-gap:calc(var(--spacing) * 3);column-gap:30px;width:100%;max-width:var(--content-width);align-items:flex-end;}.fly-pagination{margin-block:calc(var(--spacing) * 11);margin-bottom:calc(var(--spacing) * 19);display:flex;gap:calc(var(--spacing) * 4);align-items:center;justify-content:center;}.fly-sidebar-socials{margin-top:auto;}.fly-featured-content{padding:calc(var(--spacing) * 4);display:flex;flex-direction:column;min-height:100%;pointer-events:none;justify-content:flex-end;position:relative;z-index:2;}.fly-sidebar-inner{padding-left:calc(var(--spacing) * 3);padding-right:30px;padding-top:calc(var(--spacing) * 3.5);padding-bottom:calc(var(--spacing) * 3.5);flex:1 1 0%;max-height:100%;overflow-y:auto;}.fly-post-image-link{border-radius:var(--radius-card);background-color:color-mix(in oklab, var(--page-alt) var(--un-bg-opacity), transparent) /* var(--page-alt) */;display:block;overflow:hidden;}.fly-sidebar-foot-link{border-radius:calc(infinity * 1px);display:inline-flex;align-items:center;}.fly-social-icon{border-radius:calc(infinity * 1px);display:inline-flex;height:calc(var(--spacing) * 8);width:calc(var(--spacing) * 8);align-items:center;justify-content:center;}.fly-site-footer{background-color:color-mix(in oklab, var(--page) var(--un-bg-opacity), transparent) /* var(--page) */;}.container{width:100%;}.fly-author-pill{display:flex;gap:calc(var(--spacing) * 2);min-width:calc(var(--spacing) * 0);align-items:center;}.fly-load-more-wrap{display:flex;align-items:center;justify-content:center;}.fly-post-tags{display:flex;flex-wrap:wrap;gap:calc(var(--spacing) * 2);}.fly-sidebar-section,.fly-sidebar-sub-list,.fly-sidebar-tags{display:flex;flex-direction:column;}.fly-site-sidebar{display:flex;flex-direction:column;width:var(--sidebar-width);left:calc(var(--spacing) * 0);top:var(--navbar-height);bottom:calc(var(--spacing) * 0);position:fixed;z-index:25;}.fly-social-icons{display:flex;gap:calc(var(--spacing) * 0.5);align-items:center;}.fly-article-grid{display:grid;min-width:calc(var(--spacing) * 0);}.fly-topic-block,.fly-topic-section{display:grid;}.fly-author-card,.fly-authors-list,.fly-authors-section,.fly-featured-grid,.fly-post-body,.fly-site-main{min-width:calc(var(--spacing) * 0);}.fly-featured-image{height:100%;width:100%;inset:calc(var(--spacing) * 0);position:absolute;z-index:-2;object-fit:cover;}.fly-post-card{min-width:calc(var(--spacing) * 0);position:relative;}.fly-post-cover{height:100%;width:100%;object-fit:cover;}.fly-post-image-frame{position:relative;}@supports (color: color-mix(in lab, red, red)){.fly-featured-card{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent) /* #fff */;}}@media (min-width: 40rem){.fly-featured-content{padding:calc(var(--spacing) * 6);}.container{max-width:40rem;}}@media (min-width: 48rem){.container{max-width:48rem;}}@media (min-width: 64rem){.container{max-width:64rem;}}@media (min-width: 80rem){.fly-site-main{margin-left:var(--sidebar-width);}.fly-content-shell{padding-inline:var(--content-padding-x);padding-top:calc(var(--spacing) * 4);}.container{max-width:80rem;}}@media (min-width: 96rem){.container{max-width:96rem;}}.px{padding-inline:calc(var(--spacing) * 4);}.grid{display:grid;}.h2{height:calc(var(--spacing) * 2);}.h3{height:calc(var(--spacing) * 3);}.inline{display:inline;}.block{display:block;}.hidden{display:none;}.visible{visibility:visible;}.resize{resize:both;}.fixed{position:fixed;}.blur{--un-blur:blur(8px);filter:var(--un-blur,) var(--un-brightness,) var(--un-contrast,) var(--un-grayscale,) var(--un-hue-rotate,) var(--un-invert,) var(--un-saturate,) var(--un-sepia,) var(--un-drop-shadow,);}.filter{filter:var(--un-blur,) var(--un-brightness,) var(--un-contrast,) var(--un-grayscale,) var(--un-hue-rotate,) var(--un-invert,) var(--un-saturate,) var(--un-sepia,) var(--un-drop-shadow,);}