/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-emerald-50: oklch(97.9% 0.021 166.113);
    --color-emerald-300: oklch(84.5% 0.143 164.978);
    --color-emerald-800: oklch(43.2% 0.095 166.913);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-lg: 64rem;
    --breakpoint-2xl: 96rem;
    --container-xl: 36rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none!important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .z-30 {
    z-index: 30;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[240px\] {
    max-height: 240px;
  }
  .max-h-\[360px\] {
    max-height: 360px;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[16rem\] {
    max-width: 16rem;
  }
  .max-w-screen-2xl {
    max-width: var(--breakpoint-2xl);
  }
  .max-w-screen-lg {
    max-width: var(--breakpoint-lg);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[1\.1rem\] {
    min-width: 1.1rem;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[rgba\(59\,130\,246\,\.35\)\] {
    border-color: rgba(59,130,246,.35);
  }
  .border-emerald-300\/60 {
    border-color: color-mix(in srgb, oklch(84.5% 0.143 164.978) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-300) 60%, transparent);
    }
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-red-300\/60 {
    border-color: color-mix(in srgb, oklch(80.8% 0.114 19.571) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-red-300) 60%, transparent);
    }
  }
  .bg-\[\#3B82F610\] {
    background-color: #3B82F610;
  }
  .bg-\[rgba\(59\,130\,246\,\.10\)\] {
    background-color: rgba(59,130,246,.10);
  }
  .bg-\[rgba\(59\,130\,246\,\.12\)\] {
    background-color: rgba(59,130,246,.12);
  }
  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .to-\[\#2563EB\] {
    --tw-gradient-to: #2563EB;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-clip-text {
    background-clip: text;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[1px\] {
    padding-block: 1px;
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-11 {
    padding-left: calc(var(--spacing) * 11);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-emerald-800 {
    color: var(--color-emerald-800);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-black\/10 {
    --tw-ring-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:brightness-95 {
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(95%);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
      }
    }
  }
  .focus\:ring-4 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:inline-flex {
    @media (width >= 40rem) {
      display: inline-flex;
    }
  }
  .sm\:w-72 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 72);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:mb-3 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[1fr_280px\] {
    @media (width >= 48rem) {
      grid-template-columns: 1fr 280px;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[minmax\(0\,1fr\)_260px\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,1fr) 260px;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-5 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

/* === Accent === */
.bg-accent { background-color: #3B82F6 !important; }
.text-accent { color: #3B82F6 !important; }
.border-accent { border-color: #3B82F6 !important; }

/* === Panel === */
.bg-panel-bg { background-color: #ffffff !important; }
.border-panel-border { border-color: #e5e7eb !important; }
.hover\:bg-panel-hover:hover { background-color: #f9fafb !important; }

/* === Ink === */
.text-ink-50 { color: #fafafa !important; }
.bg-ink-50 { background-color: #fafafa !important; }
.text-ink-100 { color: #f4f4f5 !important; }
.bg-ink-100 { background-color: #f4f4f5 !important; }
.text-ink-200 { color: #e4e4e7 !important; }
.bg-ink-200 { background-color: #e4e4e7 !important; }
.text-ink-300 { color: #d4d4d8 !important; }
.bg-ink-300 { background-color: #d4d4d8 !important; }
.text-ink-400 { color: #a1a1aa !important; }
.bg-ink-400 { background-color: #a1a1aa !important; }
.text-ink-500 { color: #71717a !important; }
.bg-ink-500 { background-color: #71717a !important; }
.text-ink-600 { color: #52525b !important; }
.bg-ink-600 { background-color: #52525b !important; }
.text-ink-700 { color: #3f3f46 !important; }
.bg-ink-700 { background-color: #3f3f46 !important; }
.text-ink-800 { color: #27272a !important; }
.bg-ink-800 { background-color: #27272a !important; }
.text-ink-900 { color: #18181b !important; }
.bg-ink-900 { background-color: #18181b !important; }

/* === Sombra === */
.shadow-soft { box-shadow: 0 2px 10px rgba(0,0,0,.06) !important; }

/* === Border Radius === */
.rounded-2xl { border-radius: 1.25rem !important; }

/* =========================
   PATCH: Tokens & Helpers
   ========================= */
:root{
  --accent:#3B82F6;
  --accent-to:#2563EB;
  --gray-50:#f9fafb;
  --gray-100:#f3f4f6;
  --gray-200:#e5e7eb;
  --ink-50:#fafafa; --ink-100:#f4f4f5; --ink-200:#e4e4e7; --ink-300:#d4d4d8;
  --ink-400:#a1a1aa; --ink-500:#71717a; --ink-600:#52525b; --ink-700:#3f3f46;
  --ink-800:#27272a; --ink-900:#18181b;
}

/* =========================
   1) Background pattern
   ========================= */
.backdrop{ position:fixed; inset:0; z-index:-1; }
.backdrop::before,.backdrop::after{ content:""; position:fixed; inset:0; pointer-events:none; }
.backdrop::before{
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(59,130,246,.14), transparent 60%),
    radial-gradient(800px 420px at 95% -5%, rgba(17,24,39,.06), transparent 55%),
    #ffffff;
  background-blend-mode: normal, normal, normal;
  opacity:1;
}
.backdrop::after{
  background-image:
    linear-gradient(0deg, rgba(17,24,39,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,24,39,.04) 1px, transparent 1px),
    repeating-linear-gradient(45deg, rgba(17,24,39,.02) 0 12px, transparent 12px 24px);
  background-size:48px 48px,48px 48px,32px 32px;
  mix-blend-mode: normal;
  opacity:.35;
}

/* =========================
   2) Accent + alphas + borders
   ========================= */
.bg-accent{ background-color: var(--accent) !important; }
.text-accent{ color: var(--accent) !important; }
.border-accent{ border-color: var(--accent) !important; }

/* alphas estilo Tailwind (escapadas) */
.bg-accent\/20{ background-color: rgba(59,130,246,.20) !important; }
.border-accent\/30{ border-color: rgba(59,130,246,.30) !important; }
.border-accent\/40{ border-color: rgba(59,130,246,.40) !important; }
.border-accent\/50{ border-color: rgba(59,130,246,.50) !important; }
.border-accent\/80{ border-color: rgba(59,130,246,.80) !important; }

/* panel */
.border-panel-border{ border-color: var(--gray-200) !important; }
.bg-panel-hover{ background-color: var(--gray-50) !important; }
.hover\:bg-panel-hover:hover{ background-color: var(--gray-50) !important; }

/* inks (texto y fondo) */
.text-ink-50{ color: var(--ink-50) !important; } .bg-ink-50{ background: var(--ink-50) !important; }
.text-ink-100{ color: var(--ink-100) !important; } .bg-ink-100{ background: var(--ink-100) !important; }
.text-ink-200{ color: var(--ink-200) !important; } .bg-ink-200{ background: var(--ink-200) !important; }
.text-ink-300{ color: var(--ink-300) !important; } .bg-ink-300{ background: var(--ink-300) !important; }
.text-ink-400{ color: var(--ink-400) !important; } .bg-ink-400{ background: var(--ink-400) !important; }
.text-ink-500{ color: var(--ink-500) !important; } .bg-ink-500{ background: var(--ink-500) !important; }
.text-ink-600{ color: var(--ink-600) !important; } .bg-ink-600{ background: var(--ink-600) !important; }
.text-ink-700{ color: var(--ink-700) !important; } .bg-ink-700{ background: var(--ink-700) !important; }
.text-ink-800{ color: var(--ink-800) !important; } .bg-ink-800{ background: var(--ink-800) !important; }
.text-ink-900{ color: var(--ink-900) !important; } .bg-ink-900{ background: var(--ink-900) !important; }

/* grises comunes por si faltan */
.border-gray-200{ border-color: var(--gray-200) !important; }
.border-gray-100{ border-color: var(--gray-100) !important; }
.bg-white{ background:#fff !important; }

/* separar filas: .divide-y .divide-gray-100 */
.divide-y.divide-gray-100 > * + *{ border-top:1px solid var(--gray-100); }

/* =========================
   3) Redondeados, sombras, hover
   ========================= */
.rounded-xl2{ border-radius: 1.25rem !important; } /* tu clase personalizada */
.rounded-full{ border-radius: 9999px !important; }
.shadow-soft{ box-shadow: 0 2px 10px rgba(0,0,0,.06) !important; }
.hover\:brightness-95:hover{ filter: brightness(.95); }

/* Botones "ghost" del header */
.btn-ghost{ border:1px solid rgba(0,0,0,.06); background:linear-gradient(180deg,#fff,#f9fafb); }
.btn-ghost:hover{ background:#fff; border-color: rgba(59,130,246,.35); }

/* Inputs/search: focus ring y borde accent */
.focus\:ring-4:focus{ box-shadow:0 0 0 4px rgba(59,130,246,.20); outline:0; }
.focus\:ring-accent\/20:focus{ box-shadow:0 0 0 4px rgba(59,130,246,.20); outline:0; }
.focus\:border-accent:focus{ border-color: var(--accent) !important; }

/* =========================
   4) Gradiente del logo (texto con clip)
   ========================= */
.bg-gradient-to-r{ background-image: linear-gradient(90deg, var(--from, var(--accent)), var(--to, var(--accent-to))); }
.from-accent{ --from: var(--accent); }
.to-\[\#2563EB\]{ --to: #2563EB; } /* clase tal cual la usas */
.bg-clip-text{ -webkit-background-clip:text; background-clip:text; }
.text-transparent{ color: transparent !important; }

/* Icono del logo: borde + bg con alpha ya cubiertos arriba, pero reforzamos */
.logo-frame{ /* opcional: añade esta clase al div del icono si quieres asegurarlo */
  background-color: rgba(59,130,246,.20);
  border:1px solid rgba(59,130,246,.40);
  border-radius: 1.25rem;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

/* =========================
   5) Rank pills y listados
   ========================= */
.rank{
  min-width:1.5rem; height:1.5rem; border-radius:9999px;
  display:grid; place-items:center; font-weight:700; font-size:12px;
  color:#6B7280; background:#fff; border:1px solid var(--gray-200);
}
.rank-top-1{ color:#1E3A8A; border-color:var(--accent); background:linear-gradient(135deg, rgba(59,130,246,.18), rgba(59,130,246,.05)); }
.rank-top-2{ color:#1D4ED8; border-color:#60A5FA; background:linear-gradient(135deg, rgba(96,165,250,.16), rgba(96,165,250,.05)); }
.rank-top-3{ color:#2563EB; border-color:#93C5FD; background:linear-gradient(135deg, rgba(147,197,253,.14), rgba(147,197,253,.05)); }

/* --- BACKDROP VISIBLE --- */
html, body { background: transparent !important; }
body { position: relative; }
.backdrop { z-index: 0 !important; }           /* antes estaba -1 */
body > * { position: relative; z-index: 1; }    /* contenido por encima del pattern */

/* Emular utilidades que faltan (sin Tailwind) */
.max-h-\[540px\] { max-height: 540px !important; }
.pr-1 { padding-right: 0.25rem !important; }

/* Por si usas este también en el banner promo */
.bg-\[\#3B82F610\] { background-color: #3B82F610 !important; }

/* === RESTAURAR STICKY === */
.sticky { position: sticky !important; }
.top-0  { top: 0 !important; }
.z-30   { z-index: 30 !important; }

/* asegúralo encima del pattern */
header.sticky.top-0 { z-index: 40 !important; }

/* === HEADER GLASS (transparente) === */
header.sticky.top-0 {
  background: rgba(255,255,255,0.82) !important;            /* transparencia */
  border-bottom: 1px solid rgba(229,231,235,0.70) !important;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  box-shadow: 0 4px 18px rgba(0,0,0,.06);
}

/* si quieres aún más transparencia, añade esta clase extra al header */
.header-more-transparent {
  background: rgba(255,255,255,0.68) !important;
  border-bottom-color: rgba(229,231,235,0.50) !important;
}

/* === UTILIDADES DE ALPHA QUE SUELEN FALTAR === */
.bg-white\/80 { background-color: rgba(255,255,255,.80) !important; }
.border-gray-200\/70 { border-color: rgba(229,231,235,.70) !important; }
.border-gray-200\/50 { border-color: rgba(229,231,235,.50) !important; }
#masonry{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
    gap:20px;
    align-items:start;
}

.masonry-item{
    display:flex;
    flex-direction:column;
}

.card-inner{
    padding:12px;
}

.scrollable{
    overflow-y:auto;
    max-height:540px;
}

.scrollable::-webkit-scrollbar{
    width:6px;
}

.scrollable::-webkit-scrollbar-thumb{
    background:#3B82F6;
    border-radius:999px;
}
.scrollable{
    height:430px;
    overflow-y:auto;
}

.scrollable::-webkit-scrollbar{
    width:6px;
}

.scrollable::-webkit-scrollbar-thumb{
    background:#3B82F6;
    border-radius:999px;
}

.rank{
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#f3f4f6;
    font-size:12px;
    font-weight:700;
}

.site-row{
    padding:8px 0;
}

.site-name{
    font-size:13px;
    color:#3f3f46;
    text-decoration:none;
}

.site-name:hover{
    color:#3B82F6;
}

.metric-text{
    font-size:12px;
    color:#6b7280;
}

#global-tooltip{
position:absolute;
z-index:9999;
pointer-events:none;
display:none;
max-width:320px;
}

.bp-tip{
background:#fff;
border:1px solid #ddd;
border-radius:10px;
padding:10px;
box-shadow:0 10px 30px rgba(0,0,0,.15);
font-size:12px;
}

.bp-tip__row{
display:flex;
gap:10px;
}

.bp-tip__favicon{
width:22px;
height:22px;
border-radius:4px;
}

.bp-tip__title{
font-weight:700;
margin-bottom:5px;
}

.bp-tip__desc{
color:#555;
margin-bottom:6px;
line-height:1.35;
}

.bp-tip__meta{
display:flex;
gap:12px;
font-size:11px;
color:#666;
}
.featured-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    margin-left:6px;
    border-radius:50%;
    background:#f59e0b;
    color:#fff;
    font-size:10px;
    font-weight:700;
    vertical-align:middle;
}
.default-favicon{
    width:20px;
    height:20px;
    border-radius:4px;
    background:#eef4ff;
    color:#3B82F6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
    flex-shrink:0;
}
.site-name{
    font-size:14px;
    font-weight:600;
    color:#222;
    text-decoration:none;
}

.site-name:hover{
    color:#3B82F6;
}
.card-inner{
    padding:16px;
}

.site-row{
    display:flex;
    align-items:center;
    min-height:42px;
    border-radius:8px;
    transition:all .15s ease;
}

.site-row:hover{
    background:#f6f9ff;
}

.rank{
    width:24px;
    height:24px;
    background:#eef2f7;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
    color:#666;
    flex-shrink:0;
}

.metric-text{
    min-width:60px;
    text-align:right;
    font-size:12px;
    color:#777;
}
.site-tooltip{
    position:fixed;
    width:320px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 12px 40px rgba(0,0,0,.18);
    border:1px solid #e5e7eb;
    padding:16px;
    z-index:9999;
    display:none;
    pointer-events:none;
}

.tip-header{
    display:flex;
    gap:12px;
    align-items:center;
    margin-bottom:12px;
}

.tip-header img{
    width:42px;
    height:42px;
    border-radius:8px;
}

#tip-title{
    font-size:16px;
    font-weight:700;
}

#tip-visits{
    color:#666;
    font-size:13px;
}

.tip-desc{
    color:#555;
    font-size:13px;
    line-height:1.5;
    margin-bottom:14px;
}

.tip-stats{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-bottom:14px;
}

.tip-stats strong{
    display:block;
    font-size:11px;
    color:#888;
    margin-bottom:4px;
}

.tip-button{
    display:block;
    background:#3B82F6;
    color:#fff;
    text-align:center;
    padding:10px;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
}
.card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    width:100%;
    max-width:100%;
    overflow:hidden;
    box-sizing:border-box;
}

.fav{
    width:38px;
    height:38px;
    border-radius:10px;
    display:grid;
    place-items:center;
    background:#f3f4f6;
}

.fav img{
    width:20px;
    height:20px;
}

.bm-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    padding:6px 10px;
    border-radius:8px;
    border:1px solid #ddd;
    background:#fff;
    font-size:12px;
    font-weight:600;
}

.bm-btn i{
    font-size:11px;
}

.bm-btn:hover{
    border-color:#2563eb;
}

.bm-btn--danger{
    color:#ef4444;
}
/* ===== Grid System ===== */

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

.col-span-3{
    grid-column:span 3 / span 3;
}

.col-span-9{
    grid-column:span 9 / span 9;
}

.gap-6{
    gap:24px;
}

@media (min-width:1280px){

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

.xl\:col-span-3{
    grid-column:span 3 / span 3;
}

.xl\:col-span-9{
    grid-column:span 9 / span 9;
}

}
/*==================================================
 SINGLE SITE
==================================================*/

.site-single article{
    transition:.25s;
}

.site-single article:hover{
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.site-single section{
    transition:.25s;
}

.site-single section:hover{
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}


/*==================================================
 HERO
==================================================*/

.site-single h1{
    font-size:22px;
    font-weight:700;
    line-height:1.2;
    margin:0;
}

.site-single .rounded-full{

    background:#fafafa;
    border:1px solid #ececec;

}

.site-single img{

    transition:.25s;

}

.site-single img:hover{

    transform:scale(1.08);

}


/*==================================================
 BUTTONS
==================================================*/

.bm-btn{

display:inline-flex;
align-items:center;
justify-content:center;

padding:12px 22px;

border-radius:12px;

border:1px solid #ddd;

background:#fff;

font-weight:600;

cursor:pointer;

transition:.25s;

text-decoration:none;

}

.bm-btn:hover{

transform:translateY(-2px);

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.bg-accent{

background:#e11d48;

color:#fff;

border-color:#e11d48;

}

.bg-accent:hover{

background:#be123c;

}


/*==================================================
 STATS
==================================================*/

.site-single .grid>div{

transition:.25s;

}

.site-single .grid>div:hover{

transform:translateY(-4px);

box-shadow:0 10px 30px rgba(0,0,0,.08);

}


/*==================================================
 MORE FROM
==================================================*/

.site-single .border.rounded-xl{

background:#fff;

transition:.25s;

}

.site-single .border.rounded-xl:hover{

transform:translateY(-4px);

box-shadow:0 14px 35px rgba(0,0,0,.08);

}

.site-single .border.rounded-xl strong{

display:block;

font-size:17px;

margin-top:5px;

}


/*==================================================
 SIDEBAR
==================================================*/

aside{

position:sticky;

top:30px;

align-self:start;

}

aside a{

text-decoration:none;

transition:.2s;

}

aside a:hover{

padding-left:8px;

color:#e11d48;

}


/*==================================================
 CATEGORY LINKS
==================================================*/

aside .border-b{

border-bottom:1px solid #f2f2f2;

}


/*==================================================
 MOBILE
==================================================*/

@media(max-width:991px){

.site-single h1{

font-size:30px;

}

.bm-btn{

width:100%;

}

.site-single .flex{

flex-wrap:wrap;

}

}
/* ==========================================
   PREMIUM SINGLE PAGE
========================================== */

.site-single article{
    border:1px solid #eceff3;
    border-radius:24px;
}

.site-single section{
    border:1px solid #eceff3;
    border-radius:24px;
}

.site-single h2{
    font-size:20px;
    font-weight:700;
}

/* Hero */

.site-single article>.p-8{

    background:linear-gradient(180deg,#ffffff 0%,#fafafa 100%);

}

/* Stats */

.site-single .grid>div{

    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    padding:24px;

}

.site-single .grid>div div:first-child{

    color:#6b7280;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.5px;

}

.site-single .grid>div div:last-child{

    color:#111827;
    font-size:28px;
    font-weight:800;

}

/* More From */

.site-single .border.rounded-xl{

    padding:22px;
    border-radius:20px;
    border:1px solid #ececec;
    overflow:hidden;

}

.site-single .border.rounded-xl img{

    width:32px;
    height:32px;
    border-radius:12px;
    border:1px solid #eee;

}

.site-single .border.rounded-xl p{

    margin-top:12px;
    color:#6b7280;
    line-height:1.7;
    min-height:65px;

}

.site-single .border.rounded-xl .bm-btn{

    margin-top:18px;
    width:100%;

}

/* Sidebar */

aside .bg-white{

    border-radius:24px;

}

aside h3{
    font-size:18px;
    font-weight:700;
}

aside a{

    border-radius:10px;
    padding:10px 12px;

}

aside a:hover{

    background:#fafafa;

}

/* Visit button */

.bg-accent{

    font-size:16px;
    font-weight:700;
    padding:10px 10px;

}

/* Description */

.site-single .leading-8{

    font-size:16px;
    line-height:1.9;

}

/* ==================================================
   PornRabbit Single Page Compact Override
   ================================================== */

.site-single h1{
    font-size:24px !important;
    line-height:1.2 !important;
    font-weight:700 !important;
}

.site-single h2{
    font-size:20px !important;
    line-height:1.3 !important;
    font-weight:700 !important;
}

.site-single .text-2xl{
    font-size:18px !important;
    font-weight:700 !important;
}

.site-single .text-3xl{
    font-size:20px !important;
}

.site-single .text-4xl{
    font-size:24px !important;
}

.site-single .rounded-full{
    font-size:12px !important;
    padding:6px 12px !important;
}

.site-single .bm-btn{
    padding:8px 14px !important;
    font-size:13px !important;
    border-radius:10px !important;
}

.site-single article>.p-8{
    padding:28px !important;
}

.site-single .grid>div{
    padding:16px !important;
}

.site-single .grid>div div:first-child{
    font-size:11px !important;
}

.site-single .grid>div div:last-child{
    font-size:16px !important;
    font-weight:500 !important;
}

.site-single section{
    padding:24px !important;
}

.site-single .leading-8,
.site-single .leading-7,
.site-single .text-gray-600,
.site-single .text-gray-700{
    font-size:15px !important;
    line-height:1.7 !important;
    font-weight:400 !important;
}

aside h3{
    font-size:18px !important;
}

aside a{
    font-size:14px !important;
}

.site-stats > div{
    min-height:72px;
    padding:10px 12px;
    border-radius:14px;
}

.site-stats > div div:first-child{
    font-size:10px;
    letter-spacing:.5px;
    margin-bottom:4px;
}

.site-stats > div div:last-child{
    font-size:16px;
    font-weight:700;
}
.cat-grid{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:92px;
    padding:18px 22px;
}

.card-left{
    display:flex;
    align-items:center;
    gap:18px;
}

.card-fav{
    width:56px;
    height:56px;
    border-radius:14px;
    overflow:hidden;
    flex:none;
}

.card-fav img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.card-info h3{
    margin:0;
    font-size:17px;
    font-weight:700;
}

.card-info p{
    margin-top:3px;
    font-size:13px;
    color:#777;
}

.card-stats{
    display:flex;
    gap:8px;
    margin-top:10px;
}

.card-right{
    display:flex;
    align-items:center;
    gap:15px;
}
.badge{
    display:inline-flex;
    align-items:center;
    padding:4px 10px;
    border:1px solid #d9d9d9;
    border-radius:8px;
    font-size:12px;
    background:#fff;
}

.visit-btn{
    font-size:13px;
    font-weight:600;
}

.visit-btn:hover{
    text-decoration:underline;
}
.page-wrap{
    padding:40px 0;
}

.container{
    max-width:1500px;
    margin:auto;
    padding:0 20px;
}

.category-header{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.category-header h1{
    margin:0;
    font-size:38px;
    font-weight:700;
}

.category-header span{
    color:#777;
    font-size:15px;
}

.category-icon{
    width:54px;
    height:54px;
    border-radius:14px;
    background:#eaf2ff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#3b82f6;
    font-size:22px;
}

.site-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:16px;
}
@media (max-width:1024px){

    .site-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media (max-width:768px){

    .site-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:480px){

    .site-grid{
        grid-template-columns:1fr;
    }

}
.site-card{
    background:#fff;
    border:1px solid #e6e8ef;
    border-radius:14px;
    padding:12px;
    min-height:96px;
    transition:.2s;
}

.site-card:hover{
    box-shadow:0 8px 24px rgba(0,0,0,.08);
    transform:translateY(-2px);
}

.site-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:12px;
}

.site-left{
    display:flex;
    gap:12px;
    align-items:flex-start;
}

.site-logo{
    width:36px;
    height:36px;
    border-radius:8px;
}

.site-left h3{
    margin:0;
    font-size:15px;
    font-weight:700;
    line-height:18px;
}

.site-left span{
    font-size:12px;
    color:#8d8d8d;
}

.site-bottom{
    margin-top:16px;
    display:flex;
    gap:8px;
}

.badge{
    padding:3px 7px;
    font-size:11px;
    border-radius:6px;
}
.visit-btn{
    display:flex;
    align-items:center;
    gap:5px;
    color:#3b82f6;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
}

.visit-btn:hover{
    text-decoration:underline;
}

.bm-card{
    border-radius:14px;
}

.badge{
    display:inline-flex;
    align-items:center;
    padding:3px 8px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:11px;
    background:#fafafa;
}
.bm-card{
    border-radius:16px;
    padding:0;
}

.bm-card .p-3{
    padding:14px !important;
}

.bm-btn{
    padding:6px 10px;
    font-size:12px;
    border-radius:8px;
}
@media (max-width:768px){

header .max-w-screen-2xl{
    flex-wrap: wrap;
}

header .max-w-screen-2xl > a{
    width:100%;
    justify-content:center;
    margin-bottom:12px;
}

header .flex-1{
    width:100%;
    flex:0 0 100%;
}

header input[type="search"]{
    width:100%;
}

header .max-w-screen-2xl > a span{
    font-size:28px !important;
}

}
@media (max-width:768px){

.site-row{
    display:flex;
    align-items:center;
}

.site-row .min-w-0{
    flex:1;
    min-width:0;
}

.site-row .site-name{
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.site-row .ml-auto{
    flex-shrink:0;
}

.metric-text{
    display:none;
}

}
@media (max-width:768px){

    #masonry{
        margin-left:-8px;
    }

}
.copy-toast{

    position:fixed;

    top:25px;

    right:25px;

    background:#22c55e;

    color:#fff;

    padding:14px 22px;

    border-radius:12px;

    font-weight:600;

    box-shadow:0 12px 30px rgba(0,0,0,.20);

    opacity:0;

    transform:translateY(-20px);

    transition:.3s;

    z-index:99999;

}

.copy-toast.show{

    opacity:1;

    transform:translateY(0);

}