@layer theme, base, components, utilities;

/* node_modules/@heroui/styles/dist/base/base.css */
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    border-color: var(--border, currentColor);
  }
  :root {
    view-transition-name: none;
  }
  ::view-transition {
    pointer-events: none;
  }
}

/* node_modules/@heroui/styles/dist/themes/shared/theme.css */
@layer theme {
  @theme inline { --color-background: var(--background); --color-foreground: var(--foreground); --color-surface: var(--surface); --color-surface-foreground: var(--surface-foreground); --color-surface-hover: var(--surface-hover); --color-surface-secondary: var(--surface-secondary); --color-surface-secondary-foreground: var(--surface-secondary-foreground); --color-surface-tertiary: var(--surface-tertiary); --color-surface-tertiary-foreground: var(--surface-tertiary-foreground); --color-overlay: var(--overlay); --color-overlay-foreground: var(--overlay-foreground); --color-muted: var(--muted); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-segment: var(--segment); --color-segment-foreground: var(--segment-foreground); --color-border: var(--border); --color-separator: var(--separator); --color-focus: var(--focus); --color-link: var(--link); --color-default: var(--default); --color-default-foreground: var(--default-foreground); --color-success: var(--success); --color-success-foreground: var(--success-foreground); --color-warning: var(--warning); --color-warning-foreground: var(--warning-foreground); --color-danger: var(--danger); --color-danger-foreground: var(--danger-foreground); --color-backdrop: var(--backdrop); --shadow-surface: var(--surface-shadow); --shadow-overlay: var(--overlay-shadow); --shadow-field: var(--field-shadow); --color-field: var(--field-background, var(--default)); --color-field-hover: var(--field-hover); --color-field-foreground: var(--field-foreground, var(--foreground)); --color-field-placeholder: var(--field-placeholder, var(--muted)); --color-field-border: var(--field-border, var(--border)); --radius-field: var(--field-radius, calc(var(--radius) * 1.5)); --border-width-field: var(--field-border-width, var(--border-width)); --color-background-secondary: var(--background-secondary); --color-background-tertiary: var(--background-tertiary); --color-background-inverse: var(--background-inverse); --color-default-hover: var(--default-hover); --color-accent-hover: var(--accent-hover); --color-success-hover: var(--success-hover); --color-warning-hover: var(--warning-hover); --color-danger-hover: var(--danger-hover); --color-field-focus: var(--field-focus); --color-field-border-hover: var(--field-border-hover); --color-field-border-focus: var(--field-border-focus); --color-accent-soft: var(--accent-soft); --color-accent-soft-foreground: var(--accent-soft-foreground); --color-accent-soft-hover: var(--accent-soft-hover); --color-danger-soft: var(--danger-soft); --color-danger-soft-foreground: var(--danger-soft-foreground); --color-danger-soft-hover: var(--danger-soft-hover); --color-warning-soft: var(--warning-soft); --color-warning-soft-foreground: var(--warning-soft-foreground); --color-warning-soft-hover: var(--warning-soft-hover); --color-success-soft: var(--success-soft); --color-success-soft-foreground: var(--success-soft-foreground); --color-success-soft-hover: var(--success-soft-hover); --color-separator-secondary: var(--separator-secondary); --color-separator-tertiary: var(--separator-tertiary); --color-border-secondary: var(--border-secondary); --color-border-tertiary: var(--border-tertiary); --radius-xs: calc(var(--radius) * 0.25); --radius-sm: calc(var(--radius) * 0.5); --radius-md: calc(var(--radius) * 0.75); --radius-lg: calc(var(--radius) * 1); --radius-xl: calc(var(--radius) * 1.5); --radius-2xl: calc(var(--radius) * 2); --radius-3xl: calc(var(--radius) * 3); --radius-4xl: calc(var(--radius) * 4); --ease-smooth: ease; --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53); --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19); --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22); --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06); --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035); --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335); --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94); --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1); --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1); --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1); --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1); --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1); --ease-out-fluid: cubic-bezier(0.32, 0.72, 0, 1); --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955); --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1); --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1); --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1); --ease-in-out-expo: cubic-bezier(1, 0, 0, 1); --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86); --ease-linear: linear; --animate-spin-fast: spin 0.75s linear infinite; --animate-skeleton: skeleton 2s linear infinite; --animate-caret-blink: caret-blink 1.2s ease-out infinite; @keyframes skeleton { 100% { transform: translateX(200%); } } @keyframes caret-blink { 0%, 70%, 100% { opacity: 1; } 20%, 50% { opacity: 0; } } }
}

/* node_modules/@heroui/styles/dist/themes/default/variables.css */
@layer theme {
  @layer theme {
    @layer base {
      :root,
      .light,
      .default,
      [data-theme=light],
      [data-theme=default] {
        color-scheme: light;
        --white: oklch(100% 0 0);
        --black: oklch(0% 0 0);
        --snow: oklch(0.9911 0 0);
        --eclipse: oklch(0.2103 0.0059 285.89);
        --spacing: 0.25rem;
        --border-width: 1px;
        --field-border-width: 0px;
        --disabled-opacity: 0.5;
        --ring-offset-width: 2px;
        --cursor-interactive: pointer;
        --cursor-disabled: not-allowed;
        --radius: 0.5rem;
        --field-radius: calc(var(--radius) * 1.5);
        --background: oklch(0.9702 0 0);
        --foreground: var(--eclipse);
        --surface: var(--white);
        --surface-foreground: var(--foreground);
        --surface-secondary: oklch(0.9524 0.0013 286.37);
        --surface-secondary-foreground: var(--foreground);
        --surface-tertiary: oklch(0.9373 0.0013 286.37);
        --surface-tertiary-foreground: var(--foreground);
        --overlay: var(--white);
        --overlay-foreground: var(--foreground);
        --muted: oklch(0.5517 0.0138 285.94);
        --scrollbar: oklch(87.1% 0.006 286.286);
        --default: oklch(94% 0.001 286.375);
        --default-foreground: var(--eclipse);
        --accent: oklch(0.6204 0.195 253.83);
        --accent-foreground: var(--snow);
        --field-background: var(--white);
        --field-foreground: oklch(0.2103 0.0059 285.89);
        --field-placeholder: var(--muted);
        --field-border: transparent;
        --success: oklch(0.7329 0.1935 150.81);
        --success-foreground: var(--eclipse);
        --warning: oklch(0.7819 0.1585 72.33);
        --warning-foreground: var(--eclipse);
        --danger: oklch(0.6532 0.2328 25.74);
        --danger-foreground: var(--snow);
        --segment: var(--white);
        --segment-foreground: var(--eclipse);
        --border: oklch(90% 0.004 286.32);
        --separator: oklch(92% 0.004 286.32);
        --focus: var(--accent);
        --link: var(--foreground);
        --backdrop: rgba(0, 0, 0, 0.5);
        --surface-hover: color-mix(in oklab, var(--surface) 92%, var(--surface-foreground) 8%);
        --background-secondary: color-mix(in oklab, var(--background) 96%, var(--foreground) 4%);
        --background-tertiary: color-mix(in oklab, var(--background) 92%, var(--foreground) 8%);
        --background-inverse: var(--foreground);
        --default-hover: color-mix(in oklab, var(--default) 96%, var(--default-foreground) 4%);
        --accent-hover: color-mix(in oklab, var(--accent) 90%, var(--accent-foreground) 10%);
        --success-hover: color-mix(in oklab, var(--success) 90%, var(--success-foreground) 10%);
        --warning-hover: color-mix(in oklab, var(--warning) 90%, var(--warning-foreground) 10%);
        --danger-hover: color-mix(in oklab, var(--danger) 90%, var(--danger-foreground) 10%);
        --field-hover: color-mix( in oklab, var(--field-background, var(--default)) 90%, var(--field-foreground, var(--foreground)) 2% );
        --field-focus: var(--field-background, var(--default));
        --field-border-hover: color-mix( in oklab, var(--field-border, var(--border)) 88%, var(--field-foreground, var(--foreground)) 10% );
        --field-border-focus: color-mix( in oklab, var(--field-border, var(--border)) 74%, var(--field-foreground, var(--foreground)) 22% );
        --accent-soft: color-mix(in oklab, var(--accent) 15%, transparent);
        --accent-soft-foreground: var(--accent);
        --accent-soft-hover: color-mix(in oklab, var(--accent) 20%, transparent);
        --danger-soft: color-mix(in oklab, var(--danger) 15%, transparent);
        --danger-soft-foreground: var(--danger);
        --danger-soft-hover: color-mix(in oklab, var(--danger) 20%, transparent);
        --warning-soft: color-mix(in oklab, var(--warning) 15%, transparent);
        --warning-soft-foreground: var(--warning);
        --warning-soft-hover: color-mix(in oklab, var(--warning) 20%, transparent);
        --success-soft: color-mix(in oklab, var(--success) 15%, transparent);
        --success-soft-foreground: var(--success);
        --success-soft-hover: color-mix(in oklab, var(--success) 20%, transparent);
        --separator-secondary: color-mix(in oklab, var(--surface) 85%, var(--surface-foreground) 15%);
        --separator-tertiary: color-mix(in oklab, var(--surface) 81%, var(--surface-foreground) 19%);
        --border-secondary: color-mix(in oklab, var(--surface) 78%, var(--surface-foreground) 22%);
        --border-tertiary: color-mix(in oklab, var(--surface) 66%, var(--surface-foreground) 34%);
        --surface-shadow:
          0 2px 4px 0 rgba(0, 0, 0, 0.04),
          0 1px 2px 0 rgba(0, 0, 0, 0.06),
          0 0 1px 0 rgba(0, 0, 0, 0.06);
        --overlay-shadow:
          0 2px 8px 0 rgba(0, 0, 0, 0.06),
          0 -6px 12px 0 rgba(0, 0, 0, 0.03),
          0 14px 28px 0 rgba(0, 0, 0, 0.08);
        --field-shadow:
          0 2px 4px 0 rgba(0, 0, 0, 0.04),
          0 1px 2px 0 rgba(0, 0, 0, 0.06),
          0 0 1px 0 rgba(0, 0, 0, 0.06);
        --skeleton-animation: shimmer;
      }
      .dark,
      [data-theme=dark] {
        color-scheme: dark;
        --background: oklch(12% 0.005 285.823);
        --foreground: var(--snow);
        --surface: oklch(0.2103 0.0059 285.89);
        --surface-foreground: var(--foreground);
        --surface-secondary: oklch(0.257 0.0037 286.14);
        --surface-tertiary: oklch(0.2721 0.0024 247.91);
        --overlay: oklch(0.2103 0.0059 285.89);
        --overlay-foreground: var(--foreground);
        --muted: oklch(70.5% 0.015 286.067);
        --scrollbar: oklch(70.5% 0.015 286.067);
        --default: oklch(27.4% 0.006 286.033);
        --default-foreground: var(--snow);
        --field-background: oklch(0.2103 0.0059 285.89);
        --field-foreground: var(--foreground);
        --warning: oklch(0.8203 0.1388 76.34);
        --warning-foreground: var(--eclipse);
        --danger: oklch(0.594 0.1967 24.63);
        --danger-foreground: var(--snow);
        --segment: oklch(0.3964 0.01 285.93);
        --segment-foreground: var(--foreground);
        --border: oklch(28% 0.006 286.033);
        --separator: oklch(25% 0.006 286.033);
        --focus: var(--accent);
        --link: var(--foreground);
        --backdrop: rgba(0, 0, 0, 0.6);
        --surface-shadow: 0 0 0 0 transparent inset;
        --overlay-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.3) inset;
        --field-shadow: 0 0 0 0 transparent inset;
      }
    }
  }
}

/* node_modules/@heroui/styles/dist/themes/default/components/index.css */
@layer theme {
  @layer components;
}

/* node_modules/@heroui/styles/dist/themes/default/index.css */
@layer theme;

/* node_modules/@heroui/styles/dist/utilities/index.css */
@utility focus-ring { @apply ring-2 ring-focus ring-offset-0 ring-offset-background outline-none; --tw-ring-offset-width: var(--ring-offset-width); }
@utility focus-field-ring { @apply ring-2 ring-focus ring-offset-0 outline-none; --tw-ring-offset-width: 0px; }
@utility invalid-field-ring { @apply outline-1 outline-danger outline-solid; --tw-ring-offset-width: 3px; &:focus, &:focus-visible, &[data-focused="true"], &[data-focus-visible="true"], &:focus-within, &[data-focus-within="true"] { @apply ring-2 ring-danger ring-offset-0; --tw-ring-offset-width: 0px; } }
@utility no-highlight { -webkit-tap-highlight-color: transparent; }
@utility status-focused { @apply focus-ring; }
@utility status-focused-field { @apply focus-field-ring; }
@utility status-invalid-field { @apply invalid-field-ring; }
@utility status-disabled { opacity: var(--disabled-opacity); cursor: var(--cursor-disabled); pointer-events: none; }
@utility status-pending { @apply pointer-events-none; }

/* node_modules/@heroui/styles/dist/variants/index.css */
@custom-variant motion-reduce { &:is([data-reduce-motion="true"], [data-reduce-motion="true"] *) { @slot; &::before, &::after { @slot; } } @media (prefers-reduced-motion: reduce) { &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)) { @slot; &::before, &::after { @slot; } } } }
@custom-variant motion-safe { &:is([data-reduce-motion="false"], [data-reduce-motion="false"] *) { @slot; &::before, &::after { @slot; } } @media (prefers-reduced-motion: no-preference) { &:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *, [data-reduce-motion="false"], [data-reduce-motion="false"] *)) { @slot; &::before, &::after { @slot; } } } }
@custom-variant dark { &:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) { @slot; &::before, &::after { @slot; } } @media (prefers-color-scheme: dark) { &:not(:is(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *)) & { @slot; &::before, &::after { @slot; } } } }

/* node_modules/@heroui/styles/dist/components/alert-dialog.css */
@layer components {
  .alert-dialog__trigger {
    @apply inline-block;
    @apply cursor-(--cursor-interactive);
    transition:
      transform 250ms var(--ease-out-quart),
      background-color 150ms var(--ease-smooth),
      box-shadow 150ms var(--ease-out);
    @apply motion-reduce:transition-none;
    &:focus-visible:not(:focus),
    &[data-focus-visible=true] {
      @apply status-focused;
    }
    &:disabled,
    &[aria-disabled=true] {
      @apply status-disabled;
    }
    &:active,
    &[data-pressed=true] {
      transform: scale(0.97);
    }
  }
  .alert-dialog__backdrop {
    @apply fixed inset-0 z-50;
    @apply flex flex-row items-center justify-center;
    @apply h-(--visual-viewport-height) w-full;
    &[data-entering=true] {
      @apply animate-in duration-150 ease-out fade-in-0;
    }
    &[data-exiting=true] {
      @apply animate-out duration-100 ease-out fade-out-0;
    }
    &[data-exiting=true],
    &[data-entering=true] {
      @apply will-change-[opacity];
      @apply motion-reduce:animate-none;
    }
  }
  .alert-dialog__backdrop--transparent {
    @apply bg-transparent;
  }
  .alert-dialog__backdrop--opaque {
    @apply bg-backdrop;
  }
  .alert-dialog__backdrop--blur {
    @apply bg-backdrop backdrop-blur-md;
  }
  .alert-dialog__container {
    @apply flex flex-col items-center;
    @apply h-(--visual-viewport-height) w-full min-w-0 flex-1;
    @apply p-4;
    @apply sm:w-fit sm:p-10;
    @apply pointer-events-none;
    &[data-entering=true] {
      @apply animate-in duration-250 ease-out-quad fade-in-0 zoom-in-105;
      &[data-placement=auto] {
        @apply slide-in-from-bottom-1;
        @apply sm:slide-in-from-bottom-0;
      }
      &[data-placement=top] {
        @apply slide-in-from-top-1;
      }
      &[data-placement=center] {
        @apply slide-in-from-top-0;
      }
      &[data-placement=bottom] {
        @apply slide-in-from-bottom-1;
      }
    }
    &[data-exiting=true] {
      @apply animate-out duration-100 ease-out-quad fade-out-0 zoom-out-95;
    }
    &[data-exiting=true],
    &[data-entering=true] {
      @apply will-change-[opacity, transform];
      @apply motion-reduce:animate-none;
    }
  }
  .alert-dialog__dialog {
    @apply relative;
    @apply flex w-full flex-col;
    @apply bg-overlay shadow-overlay outline-none;
    border-radius: min(32px, var(--radius-3xl));
    @apply p-6;
    @apply overflow-hidden;
    @apply pointer-events-auto;
    &[data-placement=auto] {
      @apply mt-auto;
      @apply sm:my-auto;
    }
    &[data-placement=center] {
      @apply my-auto;
    }
    &[data-placement=bottom] {
      @apply mt-auto;
    }
    &[data-placement=top] {
      @apply mt-0;
    }
  }
  .alert-dialog__dialog--xs {
    @apply max-w-xs;
  }
  .alert-dialog__dialog--sm {
    @apply max-w-sm;
  }
  .alert-dialog__dialog--md {
    @apply max-w-md;
  }
  .alert-dialog__dialog--lg {
    @apply max-w-lg;
  }
  .alert-dialog__dialog--cover {
    @apply h-full min-h-full w-full;
  }
  .alert-dialog__header {
    @apply flex flex-col gap-3;
    @apply mb-0;
    & > .modal__icon {
      @apply mb-0;
    }
  }
  .alert-dialog__heading {
    @apply align-middle;
    @apply text-base font-medium text-foreground;
  }
  .alert-dialog__icon {
    @apply flex items-center justify-center;
    @apply size-10 shrink-0;
    @apply rounded-3xl select-none;
    [data-slot=alert-dialog-default-icon] {
      @apply box-content size-5;
    }
  }
  .alert-dialog__icon--default {
    @apply bg-default text-foreground;
  }
  .alert-dialog__icon--accent {
    @apply bg-accent-soft text-accent-soft-foreground;
  }
  .alert-dialog__icon--success {
    @apply bg-success-soft text-success-soft-foreground;
  }
  .alert-dialog__icon--warning {
    @apply bg-warning-soft text-warning-soft-foreground;
  }
  .alert-dialog__icon--danger {
    @apply bg-danger-soft text-danger-soft-foreground;
  }
  .alert-dialog__body {
    @apply min-h-0 flex-1;
    @apply text-sm leading-[1.43] text-muted;
    @apply my-0;
    @apply overflow-y-auto;
    -webkit-overflow-scrolling: touch;
  }
  .alert-dialog__footer {
    @apply flex flex-row items-center justify-end gap-2;
    @apply mt-0;
  }
  .alert-dialog__close-trigger {
    @apply absolute top-4 right-4;
  }
  .alert-dialog__header + .alert-dialog__body {
    @apply mt-2;
  }
  .alert-dialog__header + .alert-dialog__footer {
    @apply mt-5;
  }
  .alert-dialog__body + .alert-dialog__footer {
    @apply mt-5;
  }
}

/* node_modules/@heroui/styles/dist/components/avatar.css */
@layer components {
  .avatar {
    @apply relative flex size-10 shrink-0 items-center justify-center overflow-hidden rounded-3xl bg-default;
  }
  .avatar__fallback {
    @apply flex size-full items-center justify-center bg-default text-sm font-medium;
  }
  .avatar__image {
    @apply absolute inset-0 aspect-square size-full;
    @apply transition-opacity duration-250 motion-reduce:transition-none;
  }
  .avatar--sm {
    @apply size-8 rounded-2xl;
  }
  .avatar--md {
  }
  .avatar--lg {
    @apply size-12 rounded-3xl;
    .avatar__fallback {
      @apply text-base;
    }
  }
  .avatar__fallback--accent {
    @apply text-accent;
  }
  .avatar__fallback--default {
    @apply text-default-foreground;
  }
  .avatar__fallback--success {
    @apply text-success;
  }
  .avatar__fallback--warning {
    @apply text-warning;
  }
  .avatar__fallback--danger {
    @apply text-danger;
  }
  .avatar--soft {
    @apply bg-transparent;
  }
  .avatar--soft .avatar__fallback--accent {
    @apply bg-accent-soft text-accent-soft-foreground;
  }
  .avatar--soft .avatar__fallback--success {
    @apply bg-success-soft text-success-soft-foreground;
  }
  .avatar--soft .avatar__fallback--warning {
    @apply bg-warning-soft text-warning-soft-foreground;
  }
  .avatar--soft .avatar__fallback--danger {
    @apply bg-danger-soft text-danger-soft-foreground;
  }
}

/* node_modules/@heroui/styles/dist/components/button.css */
@layer components {
  .button {
    @apply relative isolate inline-flex h-10 w-fit origin-center items-center justify-center gap-2 rounded-3xl px-4 text-sm font-medium whitespace-nowrap outline-none select-none no-highlight md:h-9;
    transition:
      transform 250ms var(--ease-smooth),
      background-color 100ms var(--ease-out),
      box-shadow 100ms var(--ease-out);
    @apply transform-gpu motion-reduce:transition-none;
    cursor: var(--cursor-interactive);
    --button-bg: transparent;
    --button-bg-hover: var(--button-bg);
    --button-bg-pressed: var(--button-bg-hover);
    --button-fg: currentColor;
    background-color: var(--button-bg);
    color: var(--button-fg);
    &:focus-visible:not(:focus),
    &[data-focus-visible=true] {
      @apply status-focused;
    }
    &:disabled,
    &[aria-disabled=true] {
      @apply status-disabled;
    }
    &[data-pending=true] {
      @apply status-pending;
    }
    &:active,
    &[data-pressed=true] {
      background-color: var(--button-bg-pressed);
      transform: scale(0.97);
    }
    @media (hover: hover) {
      &:hover,
      &[data-hovered=true] {
        background-color: var(--button-bg-hover);
      }
    }
    & svg:not([data-slot=spinner] svg, [data-slot=link-icon] svg) {
      @apply pointer-events-none -mx-0.5 my-0.5 size-5 shrink-0 self-center sm:my-1 sm:size-4;
    }
  }
  .button--sm {
    @apply h-9 px-3 md:h-8;
    & svg:not([data-slot=spinner] svg, [data-slot=link-icon] svg) {
      @apply size-4;
    }
    &:active,
    &[data-pressed=true] {
      transform: scale(0.98);
    }
  }
  .button--md {
  }
  .button--lg {
    @apply h-11 text-base md:h-10;
    &:active,
    &[data-pressed=true] {
      transform: scale(0.96);
    }
  }
  .button--primary {
    --button-bg: var(--accent);
    --button-bg-hover: var(--accent-hover);
    --button-bg-pressed: var(--accent-hover);
    --button-fg: var(--accent-foreground);
  }
  .button--secondary {
    --button-bg: var(--default);
    --button-bg-hover: var(--default-hover);
    --button-bg-pressed: var(--default-hover);
    --button-fg: var(--accent-soft-foreground);
  }
  .button--tertiary {
    --button-bg: var(--default);
    --button-bg-hover: var(--default-hover);
    --button-bg-pressed: var(--default-hover);
  }
  .button--ghost,
  .button--outline {
    --button-bg: transparent;
    --button-bg-hover: var(--default);
    --button-bg-pressed: var(--default);
    --button-fg: var(--default-foreground);
  }
  .button--outline {
    @apply border border-border;
    --button-bg-hover: color-mix(in srgb, var(--default) 60%, transparent);
  }
  .button--danger {
    --button-bg: var(--danger);
    --button-bg-hover: var(--danger-hover);
    --button-bg-pressed: var(--danger-hover);
    --button-fg: var(--danger-foreground);
  }
  .button--danger-soft {
    --button-bg: var(--danger-soft);
    --button-bg-hover: var(--danger-soft-hover);
    --button-bg-pressed: var(--danger-soft-hover);
    --button-fg: var(--danger-soft-foreground);
  }
  .button--icon-only {
    @apply w-10 p-0 md:w-9;
  }
  .button--icon-only.button--sm {
    @apply w-9 md:w-8;
  }
  .button--icon-only.button--lg {
    @apply w-11 md:w-10;
  }
  .button--full-width {
    @apply w-full;
  }
}

/* node_modules/@heroui/styles/dist/components/calendar.css */
@layer components {
  .calendar {
    @apply w-63 max-w-full;
    container-type: inline-size;
  }
  .calendar__header {
    @apply flex items-center justify-between px-0.5 pb-4;
    &:has(.calendar-year-picker__trigger[data-open=true]) {
      .calendar__nav-button {
        @apply pointer-events-none opacity-0;
      }
    }
  }
  .calendar__heading {
    @apply flex-1 text-sm font-medium;
  }
  .calendar__nav-button {
    @apply flex size-6 items-center justify-center rounded-2xl text-accent-soft-foreground;
    will-change: scale;
    transition:
      transform 250ms var(--ease-out),
      background-color 100ms var(--ease-out),
      box-shadow 100ms var(--ease-out),
      opacity 150ms var(--ease-out);
    @apply transform-gpu motion-reduce:transition-none;
    cursor: var(--cursor-interactive);
    @media (hover: hover) {
      &:hover,
      &[data-hovered=true] {
        @apply bg-default text-accent-soft-foreground;
      }
    }
    &:active,
    &[data-pressed=true] {
      transform: scale(0.95);
    }
    &:focus-visible,
    &[data-focus-visible=true] {
      @apply status-focused;
    }
    &:disabled,
    &[data-disabled=true] {
      @apply status-disabled;
    }
  }
  .calendar__nav-button-icon {
    @apply size-4;
  }
  .calendar__grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    @apply w-full;
    &[aria-readonly=true] {
      .calendar__cell {
        @apply pointer-events-none;
      }
    }
  }
  .calendar__grid-header {
    display: contents;
    & > tr {
      display: contents;
    }
  }
  .calendar__grid-body {
    display: contents;
    & > tr {
      display: contents;
    }
    & > tr:first-child > td {
      @apply mt-1;
    }
  }
  .calendar__grid-row {
    display: contents;
  }
  .calendar__header-cell {
    @apply flex items-center justify-center pb-2 text-xs font-medium text-muted;
  }
  .calendar__cell {
    @apply relative flex aspect-square size-full items-center justify-center rounded-3xl text-center text-sm font-medium outline-none no-highlight;
    will-change: scale;
    transition: transform 250ms var(--ease-out), box-shadow 100ms var(--ease-out);
    @apply transform-gpu motion-reduce:transition-none;
    cursor: var(--cursor-interactive);
    &:focus-visible:not(:focus),
    &[data-focus-visible=true] {
      @apply status-focused;
    }
    &[data-today=true] {
      @apply text-accent-soft-foreground;
    }
    &[data-selected=true] {
      @apply bg-accent text-accent-foreground;
    }
    &:active,
    &[data-pressed=true] {
      @apply bg-default;
      transform: scale(0.95);
      &[data-selected=true] {
        @apply bg-accent-hover;
      }
    }
    @media (hover: hover) {
      &:hover:not([data-selected=true]),
      &[data-hovered=true]:not([data-selected=true]) {
        @apply bg-default;
      }
    }
    &[data-outside-month=true] {
      @apply text-muted opacity-50;
    }
    &[data-selected=true][data-outside-month=true] {
      @apply bg-default;
    }
    &[data-unavailable=true] {
      @apply status-disabled;
    }
    &:disabled:not([data-outside-month=true]),
    &[data-disabled=true]:not([data-outside-month=true]) {
      @apply status-disabled;
      text-decoration: line-through;
    }
  }
  .calendar__cell-indicator {
    @apply absolute bottom-1 left-1/2 size-[3px] -translate-x-1/2 rounded-xs bg-muted;
    [data-selected=true] > & {
      @apply bg-accent-foreground;
    }
  }
}

/* node_modules/@heroui/styles/dist/components/card.css */
@layer components {
  .card {
    @apply relative flex flex-col gap-3 overflow-hidden p-4;
    @apply shadow-surface;
    border-radius: min(32px, var(--radius-3xl));
  }
  .card__header {
    @apply flex flex-col;
  }
  .card__title {
    @apply text-sm leading-6 font-medium text-foreground;
  }
  .card__description {
    @apply text-sm leading-5 text-muted;
  }
  .card__content {
    @apply flex flex-1 flex-col gap-1;
  }
  .card__footer {
    @apply flex flex-row items-center;
  }
  .card--transparent {
    @apply border-none bg-transparent shadow-none;
  }
  .card--default {
    @apply bg-surface;
  }
  .card--secondary {
    @apply bg-surface-secondary;
  }
  .card--tertiary {
    @apply bg-surface-tertiary;
  }
}

/* node_modules/@heroui/styles/dist/components/chip.css */
@layer components {
  .chip {
    @apply inline-flex shrink-0 items-center gap-0.5 rounded-2xl px-2 py-0.5 text-xs leading-5 font-medium;
    --chip-bg: var(--default);
    --chip-fg: currentColor;
    background-color: var(--chip-bg);
    color: var(--chip-fg);
  }
  .chip__label {
    @apply px-0.5;
  }
  .chip--accent {
    --chip-fg: var(--accent-soft-foreground);
  }
  .chip--danger {
    --chip-fg: var(--danger);
  }
  .chip--default {
    --chip-fg: var(--default-foreground);
  }
  .chip--success {
    --chip-fg: var(--success);
  }
  .chip--warning {
    --chip-fg: var(--warning);
  }
  .chip--primary {
  }
  .chip--secondary {
  }
  .chip--tertiary {
    --chip-bg: transparent;
  }
  .chip--sm {
    @apply px-1 py-0 text-xs;
  }
  .chip--md {
    @apply text-xs;
  }
  .chip--lg {
    @apply px-3 py-1 text-sm font-medium;
  }
  .chip--primary.chip--accent {
    --chip-bg: var(--accent);
    --chip-fg: var(--accent-foreground);
  }
  .chip--primary.chip--success {
    --chip-bg: var(--success);
    --chip-fg: var(--success-foreground);
  }
  .chip--primary.chip--warning {
    --chip-bg: var(--warning);
    --chip-fg: var(--warning-foreground);
  }
  .chip--primary.chip--danger {
    --chip-bg: var(--danger);
    --chip-fg: var(--danger-foreground);
  }
  .chip--accent.chip--soft {
    --chip-bg: var(--accent-soft);
    --chip-fg: var(--accent-soft-foreground);
  }
  .chip--success.chip--soft {
    --chip-bg: var(--success-soft);
    --chip-fg: var(--success-soft-foreground);
  }
  .chip--warning.chip--soft {
    --chip-bg: var(--warning-soft);
    --chip-fg: var(--warning-soft-foreground);
  }
  .chip--danger.chip--soft {
    --chip-bg: var(--danger-soft);
    --chip-fg: var(--danger-soft-foreground);
  }
}

/* node_modules/@heroui/styles/dist/components/fieldset.css */
@layer components {
  .fieldset {
    @apply flex flex-col gap-6;
    @apply shrink grow basis-0;
  }
  .fieldset__legend {
    @apply text-base font-medium text-foreground;
  }
  .fieldset__field_group {
    @apply w-full space-y-4;
  }
  .fieldset__actions {
    @apply flex items-center gap-2 pt-1;
  }
}

/* node_modules/@heroui/styles/dist/components/meter.css */
@layer components {
  .meter {
    @apply grid w-full gap-1;
    grid-template-areas: "label output" "track track";
    grid-template-columns: 1fr auto;
    --meter-fill: var(--accent);
    [data-slot=label] {
      @apply w-fit text-sm font-medium;
      grid-area: label;
    }
    .meter__output {
      @apply text-sm font-medium tabular-nums;
      grid-area: output;
    }
    .meter__track {
      @apply relative overflow-hidden rounded-sm bg-default;
      grid-area: track;
      @apply h-2;
    }
    .meter__fill {
      @apply absolute top-0 left-0 h-full rounded-sm;
      background-color: var(--meter-fill);
      transition: width 300ms var(--ease-out);
      @apply motion-reduce:transition-none;
    }
    &:disabled,
    &[data-disabled=true],
    &[aria-disabled=true] {
      @apply status-disabled;
      [data-slot=label] {
        @apply opacity-100;
      }
    }
  }
  .meter--sm {
    .meter__track {
      @apply h-1 rounded-xs;
    }
    .meter__fill {
      @apply rounded-xs;
    }
  }
  .meter--md {
  }
  .meter--lg {
    .meter__track {
      @apply h-3 rounded-md;
    }
    .meter__fill {
      @apply rounded-md;
    }
  }
  .meter--default {
    --meter-fill: var(--default-foreground);
  }
  .meter--accent {
    --meter-fill: var(--accent);
  }
  .meter--success {
    --meter-fill: var(--success);
  }
  .meter--warning {
    --meter-fill: var(--warning);
  }
  .meter--danger {
    --meter-fill: var(--danger);
  }
}

/* node_modules/@heroui/styles/dist/components/popover.css */
@layer components {
  .popover {
    @apply origin-(--trigger-anchor-point) bg-overlay p-0 text-sm;
    border-radius: min(32px, var(--radius-3xl));
    box-shadow: var(--shadow-overlay);
    &[data-entering=true] {
      @apply animate-in duration-150 ease-smooth fade-in-0 zoom-in-90;
      &[data-placement=top] {
        @apply slide-in-from-bottom-1;
      }
      &[data-placement=bottom] {
        @apply slide-in-from-top-1;
      }
      &[data-placement=left] {
        @apply slide-in-from-right-1;
      }
      &[data-placement=right] {
        @apply slide-in-from-left-1;
      }
    }
    &[data-exiting=true] {
      @apply animate-out duration-100 ease-smooth zoom-out-95 fade-out;
    }
    &[data-exiting=true],
    &[data-entering=true] {
      @apply will-change-[opacity, transform];
    }
    & [data-slot=popover-overlay-arrow] {
      fill: var(--overlay);
    }
    &[data-placement=bottom] [data-slot=popover-overlay-arrow] {
      rotate: 180deg;
    }
    &[data-placement=left] [data-slot=popover-overlay-arrow] {
      rotate: -90deg;
    }
    &[data-placement=right] [data-slot=popover-overlay-arrow] {
      rotate: 90deg;
    }
  }
  .popover__dialog {
    @apply p-4 outline-none;
  }
  .popover__heading {
    @apply font-medium;
  }
  .popover__trigger {
    @apply inline-block;
    transition:
      color 150ms var(--ease-smooth),
      background-color 150ms var(--ease-smooth),
      box-shadow 150ms var(--ease-out);
    @apply motion-reduce:transition-none;
    cursor: var(--cursor-interactive);
    &:focus-visible:not(:focus),
    &[data-focus-visible=true] {
      @apply status-focused;
    }
    &:disabled,
    &[aria-disabled=true] {
      @apply status-disabled;
    }
  }
}

/* node_modules/@heroui/styles/dist/components/scroll-shadow.css */
@layer components {
  .scroll-shadow {
    @apply relative;
    --scroll-shadow-size: 40px;
  }
  .scroll-shadow--vertical {
    @apply overflow-y-auto;
  }
  .scroll-shadow--horizontal {
    @apply overflow-x-auto;
  }
  .scroll-shadow--fade.scroll-shadow--vertical {
    &[data-top-scroll=true] {
      --scroll-linear-gradient:
        0deg,
        #000 calc(100% - var(--scroll-shadow-size)),
        transparent;
      mask-image: linear-gradient(var(--scroll-linear-gradient));
      -webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
    }
    &[data-bottom-scroll=true] {
      --scroll-linear-gradient:
        180deg,
        #000 calc(100% - var(--scroll-shadow-size)),
        transparent;
      mask-image: linear-gradient(var(--scroll-linear-gradient));
      -webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
    }
    &[data-top-bottom-scroll=true] {
      --scroll-linear-gradient:
        #000,
        #000,
        transparent 0,
        #000 var(--scroll-shadow-size),
        #000 calc(100% - var(--scroll-shadow-size)),
        transparent;
      mask-image: linear-gradient(var(--scroll-linear-gradient));
      -webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
    }
  }
  .scroll-shadow--fade.scroll-shadow--horizontal {
    &[data-left-scroll=true] {
      --scroll-linear-gradient:
        270deg,
        #000 calc(100% - var(--scroll-shadow-size)),
        transparent;
      mask-image: linear-gradient(var(--scroll-linear-gradient));
      -webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
    }
    &[data-right-scroll=true] {
      --scroll-linear-gradient:
        90deg,
        #000 calc(100% - var(--scroll-shadow-size)),
        transparent;
      mask-image: linear-gradient(var(--scroll-linear-gradient));
      -webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
    }
    &[data-left-right-scroll=true] {
      --scroll-linear-gradient:
        to right,
        #000,
        #000,
        transparent 0,
        #000 var(--scroll-shadow-size),
        #000 calc(100% - var(--scroll-shadow-size)),
        transparent;
      mask-image: linear-gradient(var(--scroll-linear-gradient));
      -webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
    }
  }
  .scroll-shadow--hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      @apply hidden;
    }
  }
}

/* node_modules/@heroui/styles/dist/components/tooltip.css */
@layer components {
  .tooltip {
    @apply max-w-xs origin-(--trigger-anchor-point) bg-overlay p-2 text-xs break-all;
    border-radius: min(32px, var(--radius-xl));
    box-shadow: var(--shadow-overlay);
    &[data-entering=true] {
      @apply animate-in duration-150 ease-smooth fade-in-0 zoom-in-90;
      &[data-placement=top] {
        @apply slide-in-from-bottom-1;
      }
      &[data-placement=bottom] {
        @apply slide-in-from-top-1;
      }
      &[data-placement=left] {
        @apply slide-in-from-right-1;
      }
      &[data-placement=right] {
        @apply slide-in-from-left-1;
      }
    }
    &[data-exiting=true] {
      @apply animate-out duration-100 ease-smooth zoom-out-95 fade-out;
    }
    &[data-exiting=true],
    &[data-entering=true] {
      @apply will-change-[opacity, transform];
    }
    & [data-slot=overlay-arrow] {
      @apply stroke-border/40;
      fill: var(--overlay);
    }
    &[data-placement=bottom] [data-slot=overlay-arrow] {
      rotate: 180deg;
    }
    &[data-placement=left] [data-slot=overlay-arrow] {
      rotate: -90deg;
    }
    &[data-placement=right] [data-slot=overlay-arrow] {
      rotate: 90deg;
    }
  }
  .tooltip__trigger {
    @apply inline-block;
    transition:
      color 150ms var(--ease-smooth),
      background-color 150ms var(--ease-smooth),
      box-shadow 150ms var(--ease-out);
    @apply motion-reduce:transition-none;
    &:focus-visible:not(:focus),
    &[data-focus-visible=true] {
      @apply status-focused;
    }
  }
}

/* src/news-feed/styles.css */
:root {
  color-scheme: light;
  --accent: var(--nf-ink);
  --accent-foreground: #ffffff;
  --focus: var(--nf-ink);
  --default: #f1f1ef;
  --default-foreground: var(--nf-ink);
  --overlay: var(--nf-paper);
  --overlay-foreground: var(--nf-ink);
  --muted: var(--nf-muted);
  --separator: var(--nf-line);
  --border: var(--nf-line);
  --radius: 0.5rem;
  --disabled-opacity: 0.34;
  --cursor-interactive: pointer;
  --nf-bg: #f7f7f5;
  --nf-paper: #ffffff;
  --nf-ink: #0f0f10;
  --nf-text: #2f2f32;
  --nf-muted: #6f6f73;
  --nf-faint: #9b9ba0;
  --nf-line: #e4e4e2;
  --nf-line-strong: #cfcfcb;
  --nf-soft: #f6f6f4;
}
* {
  box-sizing: border-box;
}
html,
body,
#news-root {
  height: 100%;
  min-height: 0;
}
body.news-app {
  --life-bg: #f4f4f1;
  --life-canvas: #ffffff;
  --life-ink: #111111;
  --life-text: #27272a;
  --life-muted: #737373;
  --life-line: #e2e2df;
  --life-soft: #f7f7f5;
  --life-red: #e33030;
  --life-blue: #006fee;
  --life-pink: #f31260;
  --life-shadow: 0 18px 55px rgba(17, 17, 17, 0.11);
  margin: 0;
  overflow: hidden;
  background: var(--nf-bg);
  color: var(--nf-ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
body.news-app [role=alertdialog] {
  width: min(360px, calc(100vw - 32px)) !important;
  max-width: 360px !important;
  padding: 18px !important;
  border-radius: 18px !important;
}
body.news-app [role=alertdialog] h2,
body.news-app [role=alertdialog] [data-slot=heading] {
  font-size: 18px !important;
  line-height: 1.35 !important;
}
body.news-app [role=alertdialog] p {
  font-size: 13px !important;
  line-height: 1.6 !important;
}
.life-account-button {
  position: fixed;
  left: 18px;
  right: auto;
  top: auto;
  bottom: 18px;
  z-index: 70;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--nf-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.1);
  cursor: pointer;
}
.life-account-avatar,
.life-profile-avatar-inner {
  border-radius: 999px;
  overflow: hidden;
  background: #f7fbfe;
  clip-path: circle(50%);
}
.life-account-avatar img,
.life-profile-avatar-inner img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}
.life-profile-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.life-profile-avatar {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border: 1px solid var(--nf-line);
  border-radius: 999px;
  background: #f7fbfe;
}
.life-profile-avatar.is-fixed {
  cursor: default;
}
.life-profile-row strong {
  display: block;
  color: var(--nf-ink);
  font-size: 14px;
  font-weight: 780;
}
.life-profile-row p {
  margin: 3px 0 0;
  color: var(--nf-muted);
  font-size: 13px;
  line-height: 1.55;
}
button {
  border: 0;
  font: inherit;
}
.relative {
  position: relative;
}
.inline-block {
  display: inline-block;
}
.bg-transparent {
  background-color: transparent;
}
.news-shell {
  --news-watch-chat-width: clamp(430px, 46vw, 540px);
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
  background: var(--nf-bg);
}
.news-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(540px, 640px) minmax(0, 1fr);
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
}
.news-shell.is-detail .news-main {
  grid-template-columns: minmax(0, 1fr) minmax(540px, 640px) minmax(0, 1fr);
}
.news-shell.is-chat .news-main {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 640px) minmax(0, 1fr);
  padding-right: var(--news-watch-chat-width);
  transition: padding-right 280ms ease;
}
.news-shell.is-chat.is-detail .news-main {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 640px) minmax(0, 1fr);
}
.news-gutter {
  min-width: 0;
}
.news-feed-column,
.detail-column {
  min-width: 0;
  height: 100dvh;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  border-right: 1px solid var(--nf-line);
  border-left: 1px solid var(--nf-line);
  background: var(--nf-paper);
  -webkit-overflow-scrolling: touch;
}
.news-feed-column::-webkit-scrollbar,
.detail-column::-webkit-scrollbar {
  width: 10px;
}
.news-feed-column::-webkit-scrollbar-thumb,
.detail-column::-webkit-scrollbar-thumb {
  border: 3px solid var(--nf-paper);
  border-radius: 999px;
  background: #c9c9c5;
}
.news-feed-column::-webkit-scrollbar-track,
.detail-column::-webkit-scrollbar-track {
  background: var(--nf-paper);
}
.news-feed-head {
  position: sticky;
  top: 0;
  z-index: 4;
  display: grid;
  gap: 8px;
  padding: 18px 22px 16px;
  border-bottom: 1px solid var(--nf-line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}
.news-date-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--nf-muted);
  font-size: 12px;
}
.news-date-row time {
  color: var(--nf-text);
  font-weight: 720;
}
.news-date-trigger {
  display: inline-flex;
  width: max-content;
  border-radius: 999px;
  outline: none;
}
.news-date-trigger span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--nf-line);
  border-radius: 999px;
  background: var(--nf-paper);
  color: var(--nf-text);
  cursor: pointer;
}
.news-date-trigger span:hover {
  background: var(--nf-soft);
}
.news-chat-trigger {
  display: inline-flex;
}
.news-chat-tooltip {
  position: absolute;
  right: 0;
  top: calc(100% + 9px);
  z-index: 220;
  width: max-content;
  max-width: min(320px, calc(100vw - 32px));
  padding: 6px 8px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 620;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  white-space: normal;
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.18);
  transform: translateY(3px);
  transition: opacity 120ms ease, transform 120ms ease;
}
.news-chat-tooltip::before {
  position: absolute;
  top: -4px;
  right: 12px;
  width: 8px;
  height: 8px;
  background: #111;
  content: "";
  transform: rotate(45deg);
}
.news-chat-trigger:hover .news-chat-tooltip,
.news-chat-trigger:focus-within .news-chat-tooltip {
  opacity: 1;
  transform: translateY(0);
}
.news-chat-button {
  display: inline-grid;
  align-items: center;
  place-items: center;
  width: 32px;
  min-height: 30px;
  padding: 0;
  border: 1px solid var(--nf-line);
  border-radius: 999px;
  background: var(--nf-paper);
  color: var(--nf-text);
  cursor: pointer;
}
.news-chat-button:hover {
  background: var(--nf-soft);
}
.news-chat-button svg {
  width: 14px;
  height: 14px;
}
.news-calendar-popover {
  z-index: 140;
  box-sizing: border-box;
  width: 252px;
  max-width: calc(100vw - 32px);
  padding: 0;
  border: 1px solid var(--nf-line);
  border-radius: 24px;
  background: var(--nf-paper);
  color: var(--nf-ink);
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.14);
}
.news-calendar-popover .popover__dialog {
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  outline: none;
}
.news-calendar-popover .calendar {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  container-type: inline-size;
}
.news-calendar-popover .calendar__header {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 2px 14px;
}
.news-calendar-popover .calendar__heading {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--nf-ink);
  font-size: 14px !important;
  font-weight: 760;
  line-height: 20px !important;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.news-calendar-popover .calendar__nav-button {
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--nf-ink);
  cursor: pointer;
}
.news-calendar-popover .calendar__nav-button:hover {
  background: var(--nf-soft);
}
.news-calendar-popover .calendar__nav-button-icon {
  width: 16px;
  height: 16px;
}
.news-calendar-popover .calendar__grid {
  display: grid;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.news-calendar-popover .calendar__grid-header,
.news-calendar-popover .calendar__grid-body,
.news-calendar-popover .calendar__grid-row,
.news-calendar-popover .calendar__grid-header > tr,
.news-calendar-popover .calendar__grid-body > tr {
  display: contents;
}
.news-calendar-popover .calendar__header-cell {
  display: flex;
  min-width: 0;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0 0 6px;
  color: var(--nf-muted);
  font-size: 12px;
  font-weight: 720;
  line-height: 1;
  text-align: center;
}
.news-calendar-popover .calendar__cell {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--nf-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  text-align: center;
  outline: none;
  transition:
    background-color 0.12s ease,
    color 0.12s ease,
    transform 0.12s ease;
}
.news-calendar-popover .calendar__cell:hover:not([data-selected=true]):not([aria-disabled=true]):not([data-disabled=true]) {
  background: var(--nf-soft);
}
.news-calendar-popover .calendar__cell[data-selected=true] {
  background: var(--nf-ink);
  color: #fff;
}
.news-calendar-popover .calendar__cell[data-today=true]:not([data-selected=true]) {
  color: var(--nf-ink);
}
.news-calendar-popover .calendar__cell[data-outside-month=true] {
  color: var(--nf-faint);
  opacity: 0.64;
}
.news-calendar-popover .calendar__cell[aria-disabled=true],
.news-calendar-popover .calendar__cell[data-disabled=true],
.news-calendar-popover .calendar__cell[data-unavailable=true] {
  color: var(--nf-faint);
  cursor: default;
  opacity: 0.48;
  text-decoration: line-through;
}
.news-calendar-popover .calendar__cell-indicator {
  position: absolute;
  bottom: 3px;
  left: 50%;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--nf-ink);
  opacity: 0.82;
  transform: translateX(-50%);
}
.news-calendar-popover .calendar__cell[data-selected=true] .calendar__cell-indicator {
  background: #fff;
  opacity: 1;
}
.life-settings-layer {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  background: rgba(246, 247, 250, 0.52);
  backdrop-filter: blur(16px);
}
.life-settings-panel {
  display: flex;
  flex-direction: column;
  width: min(520px, 100vw);
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden !important;
}
.life-settings-scroll {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  padding-bottom: calc(30px + env(safe-area-inset-bottom));
  overflow-y: auto !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.life-settings-field input[readonly] {
  background: #fbfbfa;
  color: var(--life-text);
  cursor: default;
}
.life-plan-status {
  display: inline-flex;
  width: fit-content;
  min-height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--life-muted) !important;
  font-size: 12px !important;
  font-weight: 780 !important;
  line-height: 1.4;
  box-shadow: none !important;
}
.life-plan-card {
  align-content: start;
}
.life-plan-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.life-plan-card button {
  max-width: 100%;
  white-space: normal !important;
  text-align: center;
}
.life-plan-card > button {
  width: fit-content !important;
  min-height: 36px !important;
  padding: 0 15px !important;
  border-radius: 999px !important;
  background: var(--life-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 820 !important;
  box-shadow: none !important;
}
.life-plan-card > button:hover {
  background: #2a2a2c !important;
}
.life-plan-card button svg {
  width: 13px;
  height: 13px;
}
.life-trust-settings-card {
  display: grid;
  gap: 12px;
}
.life-trust-settings-card p {
  margin: 0;
  color: var(--life-muted);
  font-size: 13px;
  font-weight: 580;
  line-height: 1.68;
}
.life-trust-settings-card a {
  display: inline-flex;
  width: fit-content;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--life-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
}
.life-trust-settings-card a:hover {
  background: #2a2a2c;
}
.life-trust-settings-card svg {
  width: 13px;
  height: 13px;
}
.life-settings-section.is-danger {
  align-items: start;
  border-color: rgba(214, 38, 38, 0.22);
  background: #fff8f8;
}
.life-settings-section.is-danger p {
  margin: 5px 0 0;
  color: var(--life-muted);
  font-size: 13px;
  font-weight: 560;
  line-height: 1.6;
}
.life-settings-danger-title {
  color: #9f1d1d;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.35;
}
.life-settings-plain-title {
  color: var(--life-ink);
  font-size: 14px;
  font-weight: 820;
  line-height: 1.35;
}
.life-danger-button {
  width: fit-content !important;
  min-height: 36px !important;
  padding: 0 15px !important;
  border-radius: 999px !important;
  background: #e33030 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 820 !important;
  box-shadow: none !important;
}
.life-danger-button:hover {
  background: #c92525 !important;
}
.life-billing-button {
  width: fit-content !important;
  min-height: 36px !important;
  padding: 0 15px !important;
  border-radius: 999px !important;
  background: var(--life-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 820 !important;
  box-shadow: none !important;
}
.life-billing-button:hover {
  background: #2a2a2c !important;
}
.life-settings-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding: 2px 2px 18px;
  color: var(--life-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.life-settings-legal-links a {
  color: inherit;
  text-decoration: none;
}
.life-settings-legal-links a:hover {
  color: var(--life-ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 520px) {
  .life-settings-scroll {
    padding: 14px 16px calc(46px + env(safe-area-inset-bottom));
  }
  .life-plan-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .life-plan-card {
    min-height: auto;
  }
}
.life-delete-backdrop {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(17, 17, 17, 0.28);
  backdrop-filter: blur(10px);
}
.life-delete-dialog {
  display: grid;
  gap: 20px;
  width: min(420px, calc(100vw - 32px));
  padding: 24px !important;
  border: 1px solid var(--life-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.24) !important;
}
.life-delete-dialog header {
  display: grid;
  gap: 8px;
}
.life-delete-dialog strong {
  color: var(--life-ink);
  font-size: 18px;
  font-weight: 840;
  line-height: 1.35;
}
.life-delete-dialog p {
  margin: 0;
  color: #383a3d;
  font-size: 13px;
  font-weight: 570;
  line-height: 1.7;
}
.life-delete-actions {
  display: flex;
  justify-self: stretch;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 0;
}
.life-delete-actions button {
  justify-content: center;
  width: fit-content !important;
  min-height: 36px !important;
  padding: 0 15px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 820 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}
.life-delete-actions button:not(.life-danger-button) {
  border: 1px solid #e3e4e1 !important;
  background: #f6f6f4 !important;
  color: #222326 !important;
}
.news-feed-head h1 {
  margin: 0;
  color: var(--nf-ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 25px;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.18;
}
.news-feed-head .headline-mark {
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.headline-mark,
.title-mark {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.news-feed-head p {
  max-width: 560px;
  margin: 0;
  color: var(--nf-muted);
  font-size: 13px;
  line-height: 1.68;
}
.personal-radar-strip {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  padding-top: 2px;
  color: var(--nf-muted);
  font-size: 12px;
  line-height: 1.5;
}
.personal-radar-strip span {
  flex: 0 0 auto;
  font-weight: 720;
}
.personal-radar-strip strong {
  min-width: 0;
  overflow: hidden;
  color: var(--nf-ink);
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reading-progress-panel {
  display: grid;
  gap: 7px;
  margin-top: 8px;
  padding-top: 2px;
}
.reading-progress-row {
  display: grid;
  grid-template-columns: 72px auto 1fr;
  align-items: baseline;
  gap: 9px;
  min-width: 0;
  color: var(--nf-muted);
  font-size: 11px;
  line-height: 1.2;
}
.reading-progress-row span {
  font-weight: 760;
}
.reading-progress-row strong {
  color: var(--nf-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}
.reading-progress-row small {
  min-width: 0;
  overflow: hidden;
  color: var(--nf-faint);
  font-size: 11px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reading-progress-row-secondary {
  margin-top: 1px;
}
.reading-progress-track,
.reading-depth-track {
  overflow: hidden;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: var(--nf-soft);
}
.reading-depth-track {
  height: 2px;
}
.reading-progress-track span,
.reading-depth-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--nf-ink);
  transition: width 180ms ease;
}
.reading-depth-track span {
  background: var(--nf-line-strong);
}
.news-tag-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 3px;
}
.news-tag-filter button {
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--nf-line);
  border-radius: 999px;
  background: var(--nf-paper);
  color: var(--nf-muted);
  font-size: 11px;
  font-weight: 780;
  line-height: 1;
  white-space: nowrap;
}
.news-tag-filter button:hover {
  border-color: var(--nf-line-strong);
  color: var(--nf-text);
}
.news-tag-filter button[aria-pressed=true] {
  border-color: var(--nf-ink);
  background: var(--nf-ink);
  color: #fff;
}
.news-feed {
  display: grid;
  background: var(--nf-paper);
}
.feed-empty-state {
  display: grid;
  gap: 6px;
  padding: 28px 22px 32px;
  border-bottom: 1px solid var(--nf-line);
  color: var(--nf-muted);
}
.feed-empty-state strong {
  color: var(--nf-ink);
  font-size: 15px;
  font-weight: 820;
}
.feed-empty-state span {
  font-size: 13px;
  font-weight: 580;
  line-height: 1.6;
}
.feed-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  padding: 16px 20px 18px;
  border-bottom: 1px solid var(--nf-line);
  background: var(--nf-paper);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
}
.feed-item:hover {
  background: var(--nf-soft);
}
.feed-item.is-opened .feed-title {
  color: #505054;
}
.feed-item.is-opened .feed-summary {
  color: #77777b;
}
.feed-avatar {
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--nf-line-strong);
  border-radius: 999px;
  background: var(--nf-paper);
  color: var(--nf-ink);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
}
.feed-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feed-avatar-stack {
  position: relative;
  display: block;
  width: 44px;
  height: 40px;
}
.feed-avatar-stack .feed-avatar {
  position: absolute;
  top: 4px;
  width: 32px;
  height: 32px;
  border: 2px solid var(--nf-paper);
  box-shadow: 0 0 0 1px var(--nf-line-strong);
  font-size: 10px;
}
.feed-avatar-stack.count-2 .feed-avatar-stack-item:nth-child(1),
.feed-avatar-stack.count-3 .feed-avatar-stack-item:nth-child(1) {
  left: 0;
  z-index: 3;
}
.feed-avatar-stack.count-2 .feed-avatar-stack-item:nth-child(2) {
  left: 10px;
  z-index: 2;
}
.feed-avatar-stack.count-3 .feed-avatar-stack-item:nth-child(2) {
  left: 7px;
  z-index: 2;
}
.feed-avatar-stack.count-3 .feed-avatar-stack-item:nth-child(3) {
  left: 14px;
  z-index: 1;
}
.feed-content {
  min-width: 0;
}
.feed-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
  min-width: 0;
  margin-bottom: 6px;
  color: var(--nf-muted);
  font-size: 12px;
  line-height: 1.35;
}
.feed-author {
  overflow-wrap: anywhere;
  color: var(--nf-ink);
  font-weight: 760;
}
.feed-dot {
  color: var(--nf-faint);
}
.feed-title {
  display: block;
  margin: 0 0 7px;
  color: var(--nf-ink);
  font-size: 16px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.48;
}
.feed-summary {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--nf-text);
  font-size: 14px;
  line-height: 1.68;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.feed-thumbnail {
  overflow: hidden;
  display: block;
  width: min(100%, 360px);
  margin-top: 12px;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: var(--nf-soft);
  aspect-ratio: 16 / 9;
}
.feed-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feed-lock {
  position: relative;
  display: grid;
  padding-bottom: 34px;
}
.feed-locked-preview {
  position: relative;
  max-height: 520px;
  overflow: hidden;
  opacity: 0.58;
  filter: blur(4px);
  pointer-events: none;
  user-select: none;
}
.feed-locked-preview::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0),
      var(--nf-bg) 78%);
}
.feed-lock-paywall {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  margin: -84px 24px 0;
  padding: 22px;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94),
      rgba(247, 247, 245, 0.99)),
    var(--nf-soft);
  box-shadow: 0 16px 42px rgba(17, 18, 22, 0.08);
}
.feed-lock-paywall span {
  color: var(--nf-muted);
  font-size: 12px;
  font-weight: 760;
}
.feed-lock-paywall h2 {
  margin: 0;
  color: var(--nf-ink);
  font-size: 20px;
  font-weight: 820;
  line-height: 1.38;
}
.feed-lock-paywall p {
  margin: 0;
  color: var(--nf-text);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.78;
}
.feed-skeleton-list {
  display: grid;
  gap: 0;
  max-width: 650px;
  border-top: 1px solid var(--nf-line);
}
.feed-skeleton-list p {
  margin: 18px 0 0;
  color: var(--nf-muted);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.6;
}
.feed-skeleton-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  padding: 16px 0 18px;
  border-bottom: 1px solid var(--nf-line);
}
.feed-skeleton-avatar,
.feed-skeleton-line,
.feed-skeleton-thumb {
  position: relative;
  overflow: hidden;
  background: #e9ecf1;
}
.feed-skeleton-avatar::after,
.feed-skeleton-line::after,
.feed-skeleton-thumb::after {
  position: absolute;
  inset: 0;
  content: "";
  transform: translateX(-100%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.72),
      transparent);
  animation: feed-skeleton-shimmer 1.25s infinite;
}
.feed-skeleton-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
}
.feed-skeleton-content {
  display: grid;
  gap: 10px;
  min-width: 0;
}
.feed-skeleton-line {
  height: 13px;
  border-radius: 999px;
}
.feed-skeleton-line.meta {
  width: 42%;
}
.feed-skeleton-line.title {
  width: min(92%, 420px);
  height: 17px;
  border-radius: 7px;
}
.feed-skeleton-line.summary {
  width: 96%;
}
.feed-skeleton-line.summary.short {
  width: 68%;
}
.feed-skeleton-thumb {
  width: min(100%, 360px);
  aspect-ratio: 16 / 9;
  margin-top: 4px;
  border-radius: 8px;
}
@keyframes feed-skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}
@media (max-width: 640px) {
  .feed-lock-paywall {
    margin: -72px 14px 0;
    padding: 18px;
  }
  .feed-lock-paywall h2 {
    font-size: 18px;
  }
  .feed-skeleton-item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0 18px;
  }
  .feed-skeleton-avatar {
    width: 40px;
    height: 40px;
  }
}
.detail-column {
  background: var(--nf-paper);
}
.detail-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 16px;
  border-bottom: 1px solid var(--nf-line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}
.detail-back {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: transparent;
  color: var(--nf-ink);
  cursor: pointer;
}
.detail-back:hover {
  background: var(--nf-soft);
}
.detail-back svg {
  width: 19px;
  height: 19px;
}
.detail-nav strong {
  font-size: 14px;
  font-weight: 760;
}
.detail-permalink {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: auto;
  padding: 0;
  border: 1px solid var(--nf-line);
  border-radius: 999px;
  background: var(--nf-paper);
  color: var(--nf-text);
  cursor: pointer;
}
.detail-permalink:hover {
  background: var(--nf-soft);
}
.detail-permalink.is-copied {
  border-color: var(--nf-ink);
  color: var(--nf-ink);
}
.detail-permalink svg {
  width: 14px;
  height: 14px;
}
.detail-permalink span {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.detail-article {
  padding: 30px clamp(22px, 5vw, 54px) 78px;
}
.detail-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--nf-muted);
  font-size: 12px;
}
.detail-author {
  color: var(--nf-ink);
  font-weight: 760;
}
.detail-kicker-tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.detail-kicker-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border: 1px solid var(--nf-line);
  border-radius: 999px;
  background: #fff;
  color: var(--nf-muted);
  font-size: 11px;
  font-weight: 780;
  line-height: 1.2;
}
.detail-article h1 {
  max-width: 650px;
  margin: 0;
  color: var(--nf-ink);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 830;
  letter-spacing: 0;
  line-height: 1.2;
}
.detail-lede {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--nf-text);
  font-size: 16px;
  line-height: 1.88;
}
.article-annotation-trigger {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  background: transparent;
  color: var(--nf-ink);
  cursor: pointer;
  font: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration-color: currentColor;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  touch-action: manipulation;
  white-space: normal;
}
.article-annotation-trigger:hover {
  color: var(--nf-accent);
}
.article-annotation-panel {
  position: fixed;
  z-index: 2000;
  top: auto;
  right: auto;
  bottom: calc(22px + env(safe-area-inset-bottom));
  left: 50%;
  width: min(520px, calc(100vw - 32px));
  max-height: min(42dvh, 360px);
  overflow: auto;
  padding: 16px 16px 14px;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgb(17 18 22 / 14%);
  transform: translateX(-50%);
}
.article-annotation-panel strong {
  display: block;
  padding-right: 34px;
  color: var(--nf-ink);
  font-size: 14px;
  font-weight: 840;
  line-height: 1.45;
}
.article-annotation-panel p {
  margin: 9px 0 0;
  color: var(--nf-text);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.75;
}
.article-annotation-close {
  position: absolute;
  top: 9px;
  right: 9px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--nf-soft);
  color: var(--nf-ink);
  cursor: pointer;
}
.article-annotation-close svg {
  width: 15px;
  height: 15px;
}
.article-annotation-close:hover {
  border-color: var(--nf-line);
  background: #fff;
}
.article-annotation-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-top: 12px;
  padding: 6px 10px;
  border: 1px solid var(--nf-line);
  border-radius: 999px;
  background: var(--nf-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 820;
  text-decoration: none;
}
.article-annotation-link:hover {
  background: #2d2f36;
  text-decoration: none;
}
.summary-points {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.summary-points li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 8px 12px;
  padding: 16px 0;
  border-top: 1px solid var(--nf-line);
}
.summary-points li:first-child {
  padding-top: 0;
  border-top: 0;
}
.summary-points strong {
  display: contents;
  color: var(--nf-ink);
  font-size: 15px;
  font-weight: 830;
  line-height: 1.55;
}
.summary-points strong span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: var(--nf-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 840;
  line-height: 1;
}
.summary-points p {
  grid-column: 2;
  margin: 0;
  color: var(--nf-text);
  font-size: 15px;
  line-height: 1.78;
}
@media (max-width: 640px) {
  .summary-points {
    gap: 2px;
  }
  .summary-points li {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px 10px;
    padding: 15px 0;
  }
  .summary-points p {
    grid-column: 1 / -1;
  }
}
@media (max-width: 760px) {
  .article-annotation-panel {
    right: 12px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    max-height: calc(100dvh - 32px - env(safe-area-inset-bottom));
    transform: none;
  }
}
.detail-source-note {
  margin: 22px 0 0;
  padding: 13px 14px;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: var(--nf-soft);
  color: var(--nf-muted);
  font-size: 12px;
  line-height: 1.7;
}
.detail-embed {
  clear: both;
  display: block;
  overflow: hidden;
  max-width: 650px;
  margin: 22px 0 0;
}
.tweet-embed-mount,
.tweet-embed-mount iframe,
.detail-embed .twitter-tweet,
.detail-embed iframe {
  float: none !important;
  display: block !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.tweet-embed-mount {
  display: block;
  width: 100%;
  overflow: hidden;
}
.tweet-embed-mount iframe {
  width: 100% !important;
  max-width: 100% !important;
}
.detail-embed .twitter-tweet,
.tweet-fallback {
  clear: both;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: #fff;
  color: var(--nf-ink);
  font-size: 14px;
  line-height: 1.6;
}
.tweet-fallback {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.detail-embed.is-loaded .tweet-fallback {
  display: none;
}
.tweet-fallback img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 999px;
}
.tweet-fallback strong {
  display: block;
  color: var(--nf-ink);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}
.tweet-fallback p {
  margin: 6px 0 10px;
  color: var(--nf-ink);
  font-size: 15px;
  line-height: 1.65;
}
.detail-embed a {
  color: var(--nf-muted);
  font-weight: 760;
  text-decoration: none;
}
.quoted-source-block {
  clear: both;
  max-width: 650px;
  margin-top: 24px;
}
.quoted-source-block h2 {
  margin: 0 0 10px;
  color: var(--nf-ink);
  font-size: 14px;
  font-weight: 780;
  letter-spacing: 0;
}
.quoted-source-block .detail-embed {
  margin-top: 0;
}
.thread-post-section {
  margin-top: 28px;
}
.thread-post-scroll {
  display: grid;
  grid-auto-columns: min(920px, 100%);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 2px 12px;
  scroll-snap-type: x mandatory;
}
.thread-post-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: #fff;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.thread-post-card-head {
  display: grid;
  gap: 7px;
}
.thread-post-card-head span {
  color: var(--nf-muted);
  font-size: 12px;
  font-weight: 780;
}
.thread-post-card-head strong {
  color: var(--nf-ink);
  font-size: 18px;
  font-weight: 860;
  line-height: 1.45;
}
.thread-post-translation {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: var(--nf-soft);
}
.thread-post-translation p {
  margin: 0;
  color: var(--nf-ink);
  font-size: 15px;
  line-height: 1.75;
  white-space: pre-line;
}
.thread-post-card .detail-embed,
.thread-post-card .detail-video {
  width: 100%;
  max-width: none;
  margin-top: 0;
}
.thread-post-card .detail-video {
  margin-bottom: 0;
}
.source-video-section {
  margin-top: 28px;
}
.source-post-embed-list {
  display: grid;
  gap: 12px;
  margin: -2px 0 22px;
}
.source-post-embed .detail-embed {
  margin: 0;
}
.source-video-list {
  display: grid;
  gap: 18px;
}
.source-video-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: #fff;
}
.source-video-card-inline {
  margin: 12px 0 24px;
}
.source-video-card-head {
  display: grid;
  gap: 8px;
}
.source-video-card-head strong {
  color: var(--nf-ink);
  font-size: 17px;
  font-weight: 860;
  line-height: 1.45;
}
.source-video-card-head p {
  margin: 0;
  color: var(--nf-muted);
  font-size: 14px;
  line-height: 1.65;
}
.source-video-card-head a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  color: var(--nf-accent);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}
.source-video-card-head svg {
  width: 15px;
  height: 15px;
}
.source-video-card .detail-video {
  width: 100%;
  max-width: none;
  margin: 0;
}
.detail-translation {
  padding: 18px;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: var(--nf-soft);
}
.detail-translation h2 {
  font-size: 16px;
}
.detail-translation-text {
  white-space: pre-line;
}
.article-route-status .detail-article {
  padding-top: 40px;
}
.detail-thumbnail {
  clear: both;
  overflow: hidden;
  max-width: 650px;
  margin: 24px 0 0;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: var(--nf-soft);
}
.detail-thumbnail img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}
.detail-localized-image {
  clear: both;
  overflow: hidden;
  max-width: 650px;
  margin: 24px 0 0;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: #fff;
}
.detail-localized-image img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: #fff;
}
.detail-localized-image figcaption {
  padding: 10px 12px;
  border-top: 1px solid var(--nf-line);
  color: var(--nf-muted);
  font-size: 12px;
  line-height: 1.6;
}
.detail-localized-media-section {
  max-width: 100%;
}
.detail-localized-media-scroll {
  display: grid;
  grid-auto-columns: min(650px, 100%);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 2px 12px;
  scroll-snap-type: x mandatory;
}
.detail-localized-media-scroll-inline {
  margin: 22px 0 8px;
}
.detail-localized-media-scroll .detail-localized-image {
  width: 100%;
  max-width: none;
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.detail-localized-image figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}
.detail-localized-image figcaption span {
  min-width: 0;
  flex: 1 1 auto;
}
.detail-localized-image figcaption a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  color: var(--nf-ink);
  font-weight: 780;
  text-decoration: none;
}
.detail-localized-image figcaption svg {
  width: 12px;
  height: 12px;
}
.linked-source-screenshots {
  max-width: 100%;
}
.linked-source-screenshot-group {
  display: grid;
  gap: 12px;
}
.linked-source-screenshot-group + .linked-source-screenshot-group {
  margin-top: 22px;
}
.linked-source-screenshot-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  max-width: 650px;
}
.linked-source-screenshot-head strong {
  min-width: 0;
  flex: 1 1 auto;
  color: var(--nf-ink);
  font-size: 14px;
  font-weight: 820;
  line-height: 1.45;
}
.linked-source-screenshot-head a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid var(--nf-line);
  border-radius: 999px;
  background: #fff;
  color: var(--nf-ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.linked-source-screenshot-head svg {
  width: 13px;
  height: 13px;
}
.linked-source-screenshot-scroll {
  display: grid;
  grid-auto-columns: min(650px, 100%);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 2px 12px;
  scroll-snap-type: x mandatory;
}
.linked-source-screenshot-card {
  overflow: hidden;
  width: 100%;
  margin: 0;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: #fff;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.linked-source-screenshot-card img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  object-position: top center;
  background: #fff;
}
.detail-video {
  position: relative;
  clear: both;
  overflow: hidden;
  max-width: 650px;
  margin: 24px 0 0;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: #000;
}
.detail-video-frame {
  position: relative;
  background: #000;
}
.detail-video video {
  display: block;
  width: 100%;
  max-height: 620px;
  background: #000;
}
.detail-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: none !important;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.74);
  color: #fff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.detail-video-play:hover {
  background: rgba(0, 0, 0, 0.86);
}
.detail-video-play svg {
  margin-left: 3px;
}
.detail-video video::cue {
  background-color: rgba(0, 0, 0, 0.88);
  color: #fff;
  font-size: 88%;
  line-height: 1.35;
  text-shadow: none;
}
.detail-video-error {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 4;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.86);
  color: #fff;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.5;
  text-align: center;
}
.detail-video-subtitle-overlay {
  position: absolute;
  right: 18px;
  bottom: 54px;
  left: 18px;
  z-index: 2;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.detail-video-subtitle-overlay span {
  max-width: min(92%, 760px);
  padding: 7px 12px 8px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 16px;
  font-weight: 760;
  line-height: 1.35;
  text-align: center;
  white-space: pre-line;
  text-shadow: none;
}
.detail-video-with-overlay:not(.is-native-caption-mode) video::cue {
  visibility: hidden;
}
.detail-video-with-overlay.is-native-caption-mode .detail-video-subtitle-overlay {
  display: none;
}
.detail-video-with-overlay.is-native-caption-mode video::cue {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.88);
  color: #fff;
  font-size: 88%;
  line-height: 1.35;
  text-shadow: none;
}
.detail-section {
  clear: both;
  max-width: 650px;
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid var(--nf-line);
}
.detail-section h2 {
  margin: 0 0 14px;
  color: var(--nf-ink);
  font-size: 16px;
  font-weight: 780;
  letter-spacing: 0;
}
.detail-section p {
  max-width: 650px;
  margin: 0 0 14px;
  color: var(--nf-text);
  font-size: 15px;
  line-height: 1.84;
}
.detail-anchor,
.transcript-segment-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 92px;
}
.detail-core-heading {
  margin-bottom: -18px;
}
.detail-core-heading h2 {
  margin-bottom: 0;
}
.source-segment-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: 2px;
}
.source-reference-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: 7px;
}
.source-segment-links span,
.source-segment-links a,
.source-reference-links > span,
.source-reference-links a {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 780;
  line-height: 1.2;
}
.source-segment-links span,
.source-reference-links > span {
  color: var(--nf-muted);
}
.source-segment-links a,
.source-reference-links a {
  padding: 4px 8px;
  border: 1px solid var(--nf-line);
  background: #fff;
  color: var(--nf-ink);
  text-decoration: none;
}
.source-reference-links a {
  gap: 4px;
}
.source-reference-links svg {
  width: 12px;
  height: 12px;
  stroke-width: 2.2;
}
.source-segment-links a:hover,
.source-reference-links a:hover {
  border-color: var(--nf-ink);
}
.inline-reaction-link {
  color: var(--nf-ink);
  font-weight: 760;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.inline-reaction-link:hover {
  color: var(--nf-muted);
}
.detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-list li {
  position: relative;
  padding-left: 20px;
  color: var(--nf-text);
  font-size: 15px;
  line-height: 1.78;
}
.detail-list li::before {
  position: absolute;
  left: 0;
  top: 0.76em;
  width: 8px;
  height: 1px;
  background: var(--nf-ink);
  content: "";
}
.article-toc ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0 0 0 22px;
  color: var(--nf-text);
}
.article-toc li {
  padding-left: 4px;
  color: var(--nf-text);
  font-size: 14px;
  line-height: 1.65;
}
.article-toc a,
.article-toc span {
  color: var(--nf-text);
  font-weight: 740;
  text-decoration: none;
}
.article-toc a:hover {
  color: var(--nf-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-toc a.is-locked {
  color: var(--nf-muted);
  cursor: pointer;
}
.speaker-profile-grid,
.reader-prerequisite-grid {
  display: grid;
  gap: 10px;
}
.speaker-profile-card,
.reader-prerequisite,
.transcript-speaker-block {
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: #fff;
}
.speaker-profile-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
}
.speaker-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
  background: var(--nf-soft);
  flex: none;
}
.speaker-avatar-fallback {
  display: grid !important;
  place-items: center;
  margin-top: 0 !important;
  border: 0;
  background: #12810e;
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 920 !important;
  letter-spacing: 0;
  line-height: 1 !important;
}
.speaker-profile-card strong,
.reader-prerequisite strong,
.transcript-speaker-head strong {
  display: block;
  color: var(--nf-ink);
  font-size: 14px;
  font-weight: 820;
  line-height: 1.45;
}
.speaker-profile-card div > span,
.transcript-speaker-head div > span {
  display: block;
  margin-top: 2px;
  color: var(--nf-muted);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.5;
}
.speaker-profile-card p,
.reader-prerequisite p {
  margin: 8px 0 0;
  color: var(--nf-text);
  font-size: 14px;
  line-height: 1.78;
}
.reader-prerequisite {
  padding: 14px;
}
.transcript-chapters {
  display: grid;
  gap: 18px;
}
.transcript-chapters > h2 {
  margin-bottom: -2px;
}
.transcript-chapter {
  scroll-margin-top: 90px;
  padding-top: 4px;
}
.transcript-chapter > header {
  margin-bottom: 12px;
}
.transcript-chapter > header > span {
  color: var(--nf-accent);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
}
.transcript-chapter h3 {
  margin: 3px 0 8px;
  color: var(--nf-ink);
  font-size: 17px;
  font-weight: 820;
  line-height: 1.5;
}
.transcript-chapter > header p {
  margin: 0;
  color: var(--nf-text);
  font-size: 14px;
  line-height: 1.78;
}
.transcript-speaker-list {
  display: grid;
  gap: 10px;
}
.transcript-speaker-block {
  padding: 14px;
}
.transcript-speaker-head {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.transcript-speaker-head .speaker-avatar {
  width: 32px;
  height: 32px;
  opacity: 0.84;
}
.transcript-speaker-head .speaker-avatar-fallback {
  font-size: 18px !important;
}
.transcript-speaker-body {
  padding-left: 0;
}
.transcript-speaker-body p {
  margin: 0 0 12px;
  color: var(--nf-text);
  font-size: 14px;
  line-height: 1.84;
}
.transcript-speaker-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .speaker-profile-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
  }
  .speaker-avatar {
    width: 48px;
    height: 48px;
  }
  .speaker-avatar-fallback {
    font-size: 26px !important;
  }
  .transcript-speaker-head {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
  }
  .transcript-speaker-head .speaker-avatar {
    width: 30px;
    height: 30px;
  }
  .transcript-speaker-head .speaker-avatar-fallback {
    font-size: 17px !important;
  }
  .transcript-speaker-body {
    padding-left: 0;
  }
}
body.news-app .detail-view .detail-locked-preview,
body.news-app .detail-locked-preview,
body.news-app .detail-locked-preview.detail-locked-preview-compact,
body.news-app .detail-locked-preview.detail-locked-preview-inline,
body.news-app .detail-locked-preview[data-paywall-preview-compact=true] {
  display: block !important;
  max-height: 112px !important;
  height: 112px !important;
  min-height: 0 !important;
  max-block-size: 112px !important;
  block-size: 112px !important;
  margin-top: 0 !important;
  overflow: hidden !important;
  opacity: 0.64 !important;
  filter: blur(4px) !important;
  pointer-events: none !important;
  user-select: none !important;
  contain: paint !important;
  clip-path: inset(0) !important;
}
body.news-app .detail-locked-preview > .detail-section {
  margin-top: 10px !important;
  padding-top: 14px !important;
}
body.news-app .detail-locked-preview > .detail-section:nth-of-type(n+2),
body.news-app .detail-locked-preview > .detail-section p:nth-of-type(n+2),
body.news-app .detail-locked-preview .source-segment-links {
  display: none !important;
}
body.news-app .detail-locked-preview + .article-paywall {
  margin-top: -28px !important;
}
.timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline li {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  padding: 15px 0;
  border-top: 1px solid var(--nf-line);
}
.timeline li:first-child {
  border-top: 0;
}
.timeline time {
  color: var(--nf-muted);
  font-size: 12px;
  font-weight: 740;
  line-height: 1.7;
}
.timeline strong {
  display: block;
  margin-bottom: 3px;
  color: var(--nf-ink);
  font-size: 14px;
  line-height: 1.5;
}
.timeline span {
  color: var(--nf-text);
  font-size: 14px;
  line-height: 1.72;
}
.transcript {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background: var(--nf-soft);
  color: var(--nf-text);
  font-size: 14px;
  line-height: 1.86;
  white-space: pre-wrap;
}
.detail-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--nf-line);
}
.detail-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid var(--nf-line-strong);
  border-radius: 999px;
  background: var(--nf-paper);
  color: var(--nf-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
.detail-link svg {
  width: 15px;
  height: 15px;
}
.detail-link:hover {
  background: var(--nf-soft);
}
.life-chat.watch-chat {
  grid-template-rows: 56px minmax(0, 1fr) auto;
  min-height: 0;
  height: 100dvh;
  max-height: 100dvh;
  width: var(--news-watch-chat-width);
  overflow: hidden;
}
.life-chat.watch-chat.has-personal-profile {
  grid-template-rows: 56px auto minmax(0, 1fr) auto;
}
.life-chat.watch-chat.has-watch-categories {
  grid-template-rows: 56px auto minmax(0, 1fr) auto;
}
.life-chat.watch-chat.has-personal-profile.has-watch-categories {
  grid-template-rows: 56px auto auto minmax(0, 1fr) auto;
}
.news-shell.is-chat .life-chat.watch-chat {
  transform: translateX(0);
}
.watch-history-panel.life-history-panel {
  top: 40px;
}
.personal-rule-list {
  display: grid;
  gap: 0;
  padding: 8px 22px 10px;
  border-bottom: 1px solid var(--life-line);
  background: #fff;
}
.personal-rule-list section {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px;
  padding: 6px 0;
}
.personal-rule-list span {
  color: var(--life-muted);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.5;
}
.personal-rule-list p {
  overflow: hidden;
  margin: 0;
  color: var(--life-ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.watch-category-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 22px;
  border-bottom: 1px solid var(--life-line);
  background: #fff;
  scrollbar-width: none;
}
.watch-category-list::-webkit-scrollbar {
  display: none;
}
.watch-category.life-context-chip {
  flex: 0 0 auto;
  max-width: 260px;
}
.watch-category p {
  display: none;
}
.watch-category > span {
  color: var(--life-muted);
  font-size: 10px;
  font-weight: 730;
}
.watch-chat-stream.life-chat-stream {
  min-height: 0;
  overflow-y: auto;
  padding: 28px 22px 18px;
  -webkit-overflow-scrolling: touch;
}
.watch-composer {
  padding-bottom: calc(14px + env(safe-area-inset-bottom));
}
.watch-composer .life-send-button {
  place-self: center end;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #111;
  color: #fff;
}
.watch-composer .life-send-button:disabled {
  cursor: default;
  opacity: 0.28;
}
.news-watchlist-section {
  gap: 14px;
}
.news-watchlist-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.news-watchlist-overview > div {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--life-line);
  border-radius: 12px;
  background: #fff;
}
.news-watchlist-overview span,
.news-watchlist-overview small,
.news-watchlist-meta,
.news-watchlist-card p {
  color: var(--life-muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}
.news-watchlist-overview strong {
  color: var(--life-ink);
  font-size: 24px;
  font-weight: 820;
  line-height: 1;
}
.news-watchlist-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.news-watchlist-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid var(--life-line);
  border-radius: 999px;
  background: #fff;
}
.news-watchlist-list {
  display: grid;
  gap: 8px;
  max-height: 360px;
  overflow-y: auto;
  padding-right: 4px;
}
.news-watchlist-list::-webkit-scrollbar {
  width: 8px;
}
.news-watchlist-list::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  border-radius: 999px;
  background: #c9c9c5;
}
.news-watchlist-card {
  display: grid;
  gap: 9px;
  padding: 12px;
  border: 1px solid var(--life-line);
  border-radius: 12px;
  background: #fff;
}
.news-watchlist-card header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
.news-watchlist-card header div {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.news-watchlist-card strong {
  overflow: hidden;
  color: var(--life-ink);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-watchlist-card header span {
  color: var(--life-muted);
  font-size: 11px;
  font-weight: 680;
}
.news-watchlist-muted-chip {
  flex: 0 0 auto;
}
.news-watchlist-accounts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.news-watchlist-accounts span {
  display: inline-flex;
  align-items: center;
  max-width: 160px;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid var(--life-line);
  border-radius: 999px;
  color: var(--life-text);
  font-size: 11px;
  font-weight: 720;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-media-policy-grid {
  display: grid;
  gap: 8px;
}
.news-media-policy-grid > div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--life-line);
  border-radius: 12px;
  background: #fff;
}
.news-media-policy-grid strong {
  color: var(--life-ink);
  font-size: 13px;
  font-weight: 780;
}
.news-media-policy-grid p {
  margin: 0;
  color: var(--life-muted);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.6;
}
.detail-locked-preview {
  position: relative;
  max-height: 380px;
  margin-top: 10px;
  overflow: hidden;
  opacity: 0.66;
  filter: blur(4px);
  pointer-events: none;
  user-select: none;
}
.detail-locked-preview::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0),
      var(--nf-bg) 82%);
}
.detail-locked-preview .detail-section {
  margin-top: 28px;
}
.detail-locked-preview-compact {
  max-height: 132px;
  margin-top: 0;
}
.detail-locked-preview-compact .detail-section {
  margin-top: 10px;
  padding-top: 14px;
}
.detail-locked-preview-compact + .article-paywall {
  margin-top: -28px;
}
.detail-locked-preview-inline {
  max-width: 650px;
  max-height: 132px;
  margin-top: 0;
}
.detail-locked-preview-inline .detail-section {
  margin-top: 10px;
  padding-top: 14px;
}
.detail-locked-preview-inline + .article-paywall {
  margin-top: -28px;
}
.detail-locked-preview strong {
  color: var(--nf-ink);
  font-weight: 820;
}
.detail-locked-preview,
.detail-locked-preview.detail-locked-preview-compact,
.detail-locked-preview.detail-locked-preview-inline {
  max-height: 112px !important;
  height: 112px !important;
  margin-top: 0 !important;
  overflow: hidden !important;
  opacity: 0.64 !important;
  filter: blur(4px) !important;
  pointer-events: none !important;
  user-select: none !important;
}
.detail-locked-preview .detail-section {
  margin-top: 10px !important;
  padding-top: 14px !important;
}
.detail-locked-preview .detail-section:nth-of-type(n+2),
.detail-locked-preview .detail-section p:nth-of-type(n+2),
.detail-locked-preview .source-segment-links {
  display: none !important;
}
.detail-locked-preview + .article-paywall {
  margin-top: -28px !important;
}
.detail-locked-title-peek {
  max-width: 650px;
  margin-top: 10px;
  pointer-events: none;
  user-select: none;
}
.detail-locked-title-peek .detail-section {
  margin-top: 28px;
}
.detail-locked-title-peek h2 {
  color: var(--nf-ink);
}
.detail-locked-title-peek + .article-paywall {
  margin-top: 12px;
}
.article-paywall {
  display: grid;
  gap: 18px;
  margin: -72px 0 38px;
  padding: 24px;
  border: 1px solid var(--nf-line);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92),
      rgba(247, 247, 245, 0.98)),
    var(--nf-soft);
  position: relative;
  z-index: 2;
}
.article-paywall span {
  color: var(--nf-muted);
  font-size: 12px;
  font-weight: 760;
}
.article-paywall h2 {
  margin: 4px 0 0;
  color: var(--nf-ink);
  font-size: 22px;
  font-weight: 820;
  line-height: 1.35;
}
.article-paywall p {
  margin: 10px 0 0;
  color: var(--nf-text);
  font-size: 15px;
  font-weight: 560;
  line-height: 1.85;
}
.article-paywall-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.article-paywall-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding-right: 18px !important;
  padding-left: 18px !important;
  border-radius: 8px !important;
  background: var(--nf-ink) !important;
  color: #fff !important;
  font-weight: 820 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.16) !important;
}
.article-paywall-actions a {
  color: var(--nf-ink);
  font-size: 13px;
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.auth-layer {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(246, 247, 250, 0.72);
  backdrop-filter: blur(18px);
}
.checkout-return-layer {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: stretch center;
  padding: 0;
  background: rgba(246, 247, 250, 0.76);
  backdrop-filter: blur(18px);
}
.checkout-return-panel {
  display: grid;
  gap: 18px;
  width: min(640px, 100vw);
  min-height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  border: 1px solid var(--nf-line);
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  background: var(--nf-paper);
  box-shadow: 0 28px 80px rgba(17, 18, 22, 0.16);
}
.checkout-return-panel .feed-skeleton-list {
  max-width: none;
  border-top: 0;
}
.checkout-return-panel p {
  margin: -4px 0 18px;
  padding: 0 22px;
  color: var(--nf-muted);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.6;
  text-align: center;
}
.auth-panel {
  width: min(520px, calc(100vw - 28px));
  max-height: calc(100dvh - 36px);
  overflow: auto;
  padding: 0 !important;
  border: 1px solid rgba(17, 18, 22, 0.12) !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: var(--nf-ink);
  box-shadow: 0 28px 80px rgba(17, 18, 22, 0.2) !important;
}
.auth-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 28px 18px;
}
.auth-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--life-blue);
  font-size: 13px;
  font-weight: 850;
}
.auth-title {
  display: block;
  margin: 0;
  font-size: 30px;
  font-weight: 930;
  line-height: 1.16;
}
.auth-description {
  margin: 10px 0 0;
  color: var(--nf-muted);
  font-size: 14px;
  font-weight: 620;
  line-height: 1.65;
}
.auth-head button {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: #f1f2f5;
  color: var(--nf-ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.auth-head svg {
  width: 20px;
  height: 20px;
}
.auth-body {
  padding: 0 28px 28px;
}
.auth-tabs {
  display: grid;
  gap: 16px;
}
.auth-tabs [role=tablist] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 3px;
  border-radius: 14px;
  background: #f3f4f7;
}
.auth-tabs [role=tab] {
  min-height: 40px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--nf-muted);
  font-size: 14px;
  font-weight: 850;
}
.auth-tabs [role=tab][aria-selected=true] {
  background: #fff;
  color: var(--nf-ink);
  box-shadow: 0 8px 24px rgba(17, 18, 22, 0.08);
}
.auth-form {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.auth-field {
  display: grid;
  gap: 7px;
  color: var(--nf-ink);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0;
}
.auth-input-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: 0 14px;
  border: 1px solid #dfe3ea;
  border-radius: 10px;
  background: #fafbfc;
  box-shadow: inset 0 1px 0 rgba(17, 18, 22, 0.02);
  transition:
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease;
}
.auth-input-wrap:focus-within {
  border-color: #9ea7b7;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(47, 91, 232, 0.075);
}
.auth-input-wrap input {
  width: 100%;
  min-height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--nf-ink);
  font-size: 14px;
  font-weight: 640;
}
.auth-input-wrap input::placeholder {
  color: #9aa1ad;
}
.auth-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  width: 100% !important;
  min-height: 48px !important;
  border-radius: 12px !important;
  background: var(--nf-ink) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  box-shadow: none !important;
}
.auth-submit:hover {
  background: #242426;
}
.auth-secondary-action {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #dfe3ea;
  border-radius: 999px;
  background: #f7f8fa;
  color: var(--nf-ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.auth-secondary-action:hover {
  border-color: #cbd1dc;
  background: #fff;
}
.auth-onboarding {
  display: grid;
  gap: 18px;
}
.auth-chat-value-card {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(17, 18, 22, 0.1);
  border-radius: 10px;
  background: #fafbfc;
}
.auth-chat-value-card strong {
  color: var(--nf-ink);
  font-size: 14px;
  font-weight: 880;
  line-height: 1.45;
}
.auth-chat-feature-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.auth-chat-feature-list li {
  display: grid;
  gap: 3px;
  padding-left: 14px;
  border-left: 3px solid var(--life-blue);
}
.auth-chat-feature-list span {
  color: var(--nf-ink);
  font-size: 13px;
  font-weight: 850;
}
.auth-chat-feature-list p {
  margin: 0;
  color: var(--nf-muted);
  font-size: 12px;
  font-weight: 680;
  line-height: 1.6;
}
.auth-chat-subscription {
  display: grid;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 18, 22, 0.1);
}
.auth-chat-subscription-title {
  color: var(--life-blue);
  font-size: 12px;
  font-weight: 900;
}
.auth-chat-subscription-summary {
  margin: 0;
  color: var(--nf-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.5;
}
.auth-chat-subscription-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.auth-chat-subscription-list li {
  position: relative;
  padding-left: 14px;
  color: var(--nf-muted);
  font-size: 12px;
  font-weight: 680;
  line-height: 1.6;
}
.auth-chat-subscription-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--life-blue);
  content: "";
}
.auth-chat-subscription-note {
  margin: 2px 0 0;
  color: var(--nf-ink);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.55;
}
.auth-plan-card {
  display: grid;
  gap: 20px;
  padding: 20px;
  border: 1px solid rgba(17, 18, 22, 0.11);
  border-radius: 10px;
  background: #fafbfc;
}
.auth-trial-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(47, 91, 232, 0.26);
  border-radius: 6px;
  background: rgba(47, 91, 232, 0.08);
  color: var(--life-blue);
  font-size: 12px;
  font-weight: 900;
}
.auth-plan-price {
  display: grid;
  gap: 8px;
}
.auth-plan-price span {
  color: var(--nf-muted);
  font-size: 12px;
  font-weight: 800;
}
.auth-plan-price strong {
  position: relative;
  width: fit-content;
  color: var(--nf-ink);
  font-size: clamp(34px, 5vw, 46px);
  font-weight: 920;
  letter-spacing: 0;
  line-height: 1.05;
}
.auth-plan-price strong::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 4px;
  border-radius: 999px;
  background: var(--life-blue);
  content: "";
}
.auth-plan-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.auth-plan-list li {
  position: relative;
  padding-left: 18px;
  color: #303640;
  font-size: 13px;
  font-weight: 710;
  line-height: 1.65;
}
.auth-plan-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #111216;
  content: "";
}
.auth-plan-note {
  margin: 0;
  color: var(--nf-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.65;
}
.auth-status {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(17, 18, 22, 0.08);
  background: #f7f8fa;
  color: #343a46;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.6;
}
@media (max-width: 1040px) {
  .news-shell {
    --news-watch-chat-width: min(430px, 100vw);
  }
}
@media (max-width: 760px) {
  .news-main,
  .news-shell.is-detail .news-main,
  .news-shell.is-chat .news-main,
  .news-shell.is-chat.is-detail .news-main {
    grid-template-columns: minmax(0, 1fr);
  }
  .news-gutter {
    display: none;
  }
  .news-feed-column,
  .detail-column,
  .watch-chat {
    border-right: 0;
    border-left: 0;
  }
  .watch-chat {
    position: fixed;
    inset: 0;
    z-index: 20;
    height: 100dvh;
    max-height: 100dvh;
  }
  .news-feed-head {
    padding: 16px 18px 14px;
  }
  .news-feed-head h1 {
    font-size: 23px;
  }
  .feed-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    padding: 15px 16px 17px;
  }
  .feed-avatar {
    width: 38px;
    height: 38px;
  }
  .feed-avatar-stack {
    width: 42px;
    height: 38px;
  }
  .feed-avatar-stack .feed-avatar {
    top: 4px;
    width: 30px;
    height: 30px;
  }
  .feed-avatar-stack.count-2 .feed-avatar-stack-item:nth-child(2) {
    left: 10px;
  }
  .feed-avatar-stack.count-3 .feed-avatar-stack-item:nth-child(2) {
    left: 6px;
  }
  .feed-avatar-stack.count-3 .feed-avatar-stack-item:nth-child(3) {
    left: 12px;
  }
  .detail-article {
    padding: 26px 18px 68px;
  }
  .detail-article h1 {
    font-size: 29px;
  }
  .timeline li {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }
  .article-paywall {
    padding: 18px;
  }
  .auth-panel {
    width: min(520px, calc(100vw - 28px));
  }
  .auth-head,
  .auth-body {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 520px) {
  .life-delete-backdrop {
    align-items: center;
    padding: 18px;
  }
  .life-delete-dialog {
    width: min(100%, 420px);
    gap: 18px;
    padding: 22px !important;
  }
  .life-delete-actions {
    display: flex;
    justify-content: flex-end;
  }
  .life-delete-actions button {
    justify-content: center;
    min-height: 40px;
  }
}
