/*! tailwindcss v4.3.2 | 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-gray-400: oklch(70.7% 0.022 261.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-semibold: 600;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --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);
    --color-ink: #2f3e4a;
    --color-panel: #ffffff;
    --color-panel-2: #f4f6f7;
    --color-panel-3: #e9edef;
    --color-line: #e5e9eb;
    --color-line-2: #cfd8dd;
    --color-hb-cyan: #3e96ac;
    --color-hb-pink: #e0559a;
    --color-hb-violet: #a45cd6;
    --color-hb-green: #52b969;
    --color-hb-gold: #dfa000;
    --color-hb-orange: #f0a222;
    --color-hb-red: #e05252;
    --color-sun: #ffcc00;
    --color-hb-text: #3f4a54;
    --color-hb-muted: #7b8b96;
    --color-hb-faint: #a3b0ba;
    --font-pixel: "Silkscreen", "Courier New", monospace;
    --font-display: "Lilita One", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
    --font-body: "Ubuntu", "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-mono-ui: "IBM Plex Mono", "Cascadia Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    --ease-neon: cubic-bezier(0.2, 0.8, 0.2, 1);
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .bottom-2\.5 {
    bottom: calc(var(--spacing) * 2.5);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[18rem\] {
    max-height: 18rem;
  }
  .min-h-\[22rem\] {
    min-height: 22rem;
  }
  .min-h-\[40vh\] {
    min-height: 40vh;
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[78rem\] {
    max-width: 78rem;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .min-w-0 {
    min-width: 0;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .appearance-none {
    appearance: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .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-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .\!border-t-0 {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 0px !important;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-\[var\(--nx-line\)\] {
    border-color: var(--nx-line);
  }
  .border-\[var\(--nx-red\)\] {
    border-color: var(--nx-red);
  }
  .border-line {
    border-color: var(--color-line);
  }
  .\!object-contain {
    object-fit: contain !important;
  }
  .\!object-cover {
    object-fit: cover !important;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[0\.8rem\] {
    padding-inline: 0.8rem;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pl-3\.5 {
    padding-left: calc(var(--spacing) * 3.5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-\[0\.7rem\] {
    font-size: 0.7rem;
  }
  .text-\[0\.86rem\] {
    font-size: 0.86rem;
  }
  .text-\[0\.95rem\] {
    font-size: 0.95rem;
  }
  .text-\[1\.7rem\] {
    font-size: 1.7rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .leading-\[1\.08\] {
    --tw-leading: 1.08;
    line-height: 1.08;
  }
  .leading-\[1\.9\] {
    --tw-leading: 1.9;
    line-height: 1.9;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .break-all {
    word-break: break-all;
  }
  .text-\[var\(--nx-text\)\] {
    color: var(--nx-text);
  }
  .text-hb-pink {
    color: var(--color-hb-pink);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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));
  }
  .\[image-rendering\:pixelated\] {
    image-rendering: pixelated;
  }
  .hover\:text-\[var\(--nx-text\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--nx-text);
      }
    }
  }
  .sm\:inline-flex {
    @media (width >= 40rem) {
      display: inline-flex;
    }
  }
  .sm\:h-60 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 60);
    }
  }
  .sm\:text-\[2\.2rem\] {
    @media (width >= 40rem) {
      font-size: 2.2rem;
    }
  }
  .sm\:text-\[2\.6rem\] {
    @media (width >= 40rem) {
      font-size: 2.6rem;
    }
  }
  .md\:w-64 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 64);
    }
  }
  .md\:shrink-0 {
    @media (width >= 48rem) {
      flex-shrink: 0;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .lg\:grid-cols-\[minmax\(0\,1fr\)_17rem\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,1fr) 17rem;
    }
  }
  .lg\:grid-cols-\[minmax\(0\,1fr\)_19rem\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,1fr) 19rem;
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
}
@layer base {
  *, ::before, ::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  .hb-auth, .hb-shell {
    font-family: var(--font-body);
    color: var(--color-hb-text);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  .hb-auth h1, .hb-auth h2, .hb-auth h3, .hb-auth p, .hb-auth ul, .hb-shell h1, .hb-shell h2, .hb-shell h3, .hb-shell h4, .hb-shell p, .hb-shell ul {
    margin: 0;
    padding: 0;
  }
  .hb-shell ul {
    list-style: none;
  }
  .hb-backdrop {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: radial-gradient(36rem 22rem at 84% -10%, rgba(255, 214, 84, 0.5), transparent 62%), linear-gradient(180deg, #8ed4f3 0%, #bde7f8 46%, #e6f6fe 100%);
  }
  .hb-backdrop::before, .hb-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-repeat: repeat-x;
  }
  .hb-backdrop::before {
    opacity: 0.5;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 260' shape-rendering='crispEdges'><g fill='%23ffffff'><g fill-opacity='0.9'><rect x='46' y='40' width='48' height='10'/><rect x='38' y='50' width='72' height='12'/><rect x='30' y='62' width='88' height='10'/></g><g fill-opacity='0.7'><rect x='270' y='150' width='30' height='8'/><rect x='264' y='158' width='48' height='10'/><rect x='260' y='168' width='56' height='8'/></g><g fill-opacity='0.55'><rect x='396' y='66' width='20' height='6'/><rect x='390' y='72' width='32' height='8'/></g></g></svg>");
    background-size: 480px 260px;
    background-position: 0 2rem;
    animation: hb-drift-a 130s linear infinite;
  }
  .hb-backdrop::after {
    opacity: 0.7;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 300' shape-rendering='crispEdges'><g fill='%23ffffff'><g fill-opacity='0.95'><rect x='90' y='70' width='64' height='14'/><rect x='78' y='84' width='96' height='16'/><rect x='66' y='100' width='118' height='14'/></g><g fill-opacity='0.8'><rect x='430' y='180' width='44' height='10'/><rect x='420' y='190' width='68' height='12'/><rect x='412' y='202' width='82' height='10'/></g></g></svg>");
    background-size: 640px 300px;
    background-position: 0 0;
    animation: hb-drift-b 90s linear infinite;
  }
}
@layer components {
  .a-cyan {
    --accent: var(--color-hb-cyan);
  }
  .a-pink {
    --accent: var(--color-hb-pink);
  }
  .a-violet {
    --accent: var(--color-hb-violet);
  }
  .a-green {
    --accent: var(--color-hb-green);
  }
  .a-gold {
    --accent: var(--color-hb-gold);
  }
  .a-orange {
    --accent: var(--color-hb-orange);
  }
  .a-red {
    --accent: var(--color-hb-red);
  }
  .hb-pixel {
    font-family: var(--font-pixel);
    letter-spacing: 0.06em;
  }
  .hb-display {
    font-family: var(--font-display);
    letter-spacing: 0.01em;
  }
  .hb-arcade {
    font-family: var(--font-display);
    letter-spacing: 0.01em;
    line-height: 1.2;
  }
  .hb-cardtitle {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.08rem;
    line-height: 1.2;
    letter-spacing: 0.005em;
    color: var(--color-hb-text);
  }
  .hb-hero-title {
    font-family: var(--font-display);
    line-height: 1.08;
    color: #ffffff;
    text-shadow: 0 3px 0 rgba(15, 42, 77, 0.4), 0 10px 30px rgba(15, 42, 77, 0.3);
  }
  .hb-hero-sub {
    color: rgba(255, 255, 255, 0.96);
    text-shadow: 0 1px 8px rgba(15, 42, 77, 0.45);
  }
  .hb-eyebrow {
    font-family: var(--font-pixel);
    font-size: 0.6rem;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: #fff6d8;
    text-shadow: 0 1px 0 rgba(15, 42, 77, 0.4);
  }
  .hb-panel {
    position: relative;
    border-radius: 0.65rem;
    background: var(--color-panel);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 8px -2px rgba(40, 60, 70, 0.10);
  }
  .hb-panel > * {
    min-width: 0;
  }
  .hb-panel--glow {
    border-color: var(--accent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--accent) 35%, var(--color-line));
    }
    box-shadow: 0 0 0 4px var(--accent), 0 18px 34px -22px var(--accent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 10%, transparent), 0 18px 34px -22px color-mix(in srgb, var(--accent) 35%, rgba(23, 50, 90, 0.45));
    }
  }
  .hb-pad {
    padding: 1rem;
  }
  @media (min-width: 768px) {
    .hb-pad {
      padding: 1.15rem;
    }
  }
  .hb-head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 1.1rem 1.25rem 0.15rem;
  }
  .hb-head .hb-gem {
    display: none;
  }
  .hb-head__title {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.08rem;
    letter-spacing: 0.005em;
    color: var(--color-hb-text);
  }
  .hb-head__meta {
    margin-left: auto;
    font-family: var(--font-body);
    font-size: 0.74rem;
    letter-spacing: 0.02em;
    color: var(--color-hb-faint);
  }
  .hb-head__action {
    margin-left: auto;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    color: var(--color-hb-cyan);
    transition: filter 0.15s var(--ease-neon);
  }
  .hb-head__action:hover {
    filter: brightness(1.2);
  }
  .hb-gem {
    width: 0.62rem;
    height: 0.62rem;
    flex: none;
    background: var(--accent, var(--color-hb-cyan));
    box-shadow: 0 1px 3px var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 1px 3px color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 50%, transparent);
    }
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  }
  .hb-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    flex: none;
    background: var(--accent, var(--color-hb-green));
    box-shadow: 0 0 0 3px var(--accent, #52b969);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent, var(--color-hb-green)) 18%, transparent);
    }
  }
  .hb-mark {
    width: 1.7rem;
    aspect-ratio: 1;
    flex: none;
    border-radius: 0.4rem;
    background: linear-gradient(135deg, #ffe066, #ffaa00 70%);
    box-shadow: inset 0 0 0 2px rgba(122, 66, 15, 0.35), inset -4px -4px 0 rgba(122, 66, 15, 0.16), 0 2px 8px -2px rgba(236, 114, 21, 0.5);
  }
  .hb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-family: var(--font-display);
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    padding: 0.6rem 1.15rem;
    border-radius: 0.75rem;
    cursor: pointer;
    color: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 72%, var(--color-hb-text));
    }
    background: #ffffff;
    border: 2px solid var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      border: 2px solid color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 45%, var(--color-line-2));
    }
    box-shadow: 0 3px 0 var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 3px 0 color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 35%, var(--color-line-2));
    }
    transition: transform 0.12s var(--ease-neon), box-shadow 0.12s var(--ease-neon), background 0.15s var(--ease-neon), filter 0.15s var(--ease-neon);
  }
  .hb-btn:hover {
    transform: translateY(-1px);
    background: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 8%, white);
    }
    box-shadow: 0 4px 0 var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 4px 0 color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 35%, var(--color-line-2));
    }
  }
  .hb-btn:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 1px 0 color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 35%, var(--color-line-2));
    }
  }
  .hb-btn:disabled {
    opacity: 0.55;
    cursor: default;
    transform: none;
  }
  .hb-btn--solid {
    color: var(--color-ink);
    font-weight: 400;
    background: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 85%, white);
    }
    border-color: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 70%, var(--color-ink));
    }
    box-shadow: 0 3px 0 var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 3px 0 color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 55%, var(--color-ink));
    }
  }
  .hb-btn--solid:hover {
    background: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 72%, white);
    }
    box-shadow: 0 4px 0 var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 4px 0 color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 55%, var(--color-ink));
    }
  }
  .hb-btn--block {
    width: 100%;
  }
  .hb-input {
    width: 100%;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--color-hb-text);
    background: #ffffff;
    border: 1px solid var(--color-line-2);
    border-radius: 0.7rem;
    padding: 0.85rem 0.95rem;
    transition: border-color 0.15s var(--ease-neon), box-shadow 0.15s var(--ease-neon);
  }
  .hb-input::placeholder {
    color: var(--color-hb-faint);
  }
  .hb-input:focus {
    outline: none;
    border-color: color-mix(in srgb, #3e96ac 65%, #cfd8dd);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-hb-cyan) 65%, var(--color-line-2));
    }
    box-shadow: 0 0 0 3px color-mix(in srgb, #3e96ac 18%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-hb-cyan) 18%, transparent);
    }
  }
  .hb-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-pixel);
    font-size: 0.68rem;
    letter-spacing: 0.03em;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    border: 1px solid var(--color-line-2);
    background: rgba(255, 255, 255, 0.85);
  }
  .hb-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-family: var(--font-pixel);
    font-size: 0.55rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 0.22rem 0.5rem;
    border-radius: 0.4rem;
    border: 1px solid var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 40%, transparent);
    }
    background: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 12%, white);
    }
    color: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 80%, var(--color-hb-text));
    }
    white-space: nowrap;
  }
  button.hb-chip {
    cursor: pointer;
    transition: filter 0.15s var(--ease-neon);
  }
  button.hb-chip:hover {
    filter: brightness(1.06);
  }
  .hb-chip.is-active {
    background: var(--accent, var(--color-hb-cyan));
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 2px 0 var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 2px 0 color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 60%, var(--color-ink));
    }
  }
  .hb-topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    background: #ffffff;
    border-bottom: 1px solid var(--color-line);
    box-shadow: 0 8px 24px -20px rgba(40, 60, 70, 0.5);
  }
  .hb-tab {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-body);
    font-size: 0.83rem;
    font-weight: 700;
    white-space: nowrap;
    color: var(--color-hb-muted);
    padding: 0.35rem 0.65rem;
    border-radius: 0.5rem;
    transition: color 0.15s var(--ease-neon), background 0.15s var(--ease-neon);
  }
  .hb-tab:hover {
    color: var(--color-hb-text);
  }
  .hb-tab.is-active {
    color: var(--color-hb-text);
    background: var(--color-panel-3);
  }
  .hb-tab.is-soon {
    opacity: 0.45;
    cursor: default;
  }
  .hb-badgetile {
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    border-radius: 0.55rem;
    font-family: var(--font-pixel);
    font-size: 0.72rem;
    background: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 8%, white);
    }
    border: 1px solid var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 35%, var(--color-line));
    }
    color: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 80%, var(--color-hb-text));
    }
    overflow: hidden;
  }
  .hb-badgetile img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    image-rendering: pixelated;
  }
  .hb-iconbox {
    display: grid;
    place-items: center;
    border-radius: 0.6rem;
    color: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 85%, var(--color-hb-text));
    }
    background: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 13%, white);
    }
    border: 1px solid var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 32%, var(--color-line));
    }
  }
  .hb-iconbox--grad {
    background: linear-gradient(135deg, var(--accent, #3e96ac), color-mix(in srgb, #ffcc00 75%, white));
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(135deg, color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 80%, white), color-mix(in srgb, var(--color-sun) 75%, white));
    }
    border-color: transparent;
    color: #ffffff;
  }
  .hb-row {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.6rem 0.4rem;
    border-radius: 0.5rem;
    transition: background 0.15s var(--ease-neon);
  }
  .hb-row:hover {
    background: var(--color-panel-2);
  }
  .hb-date {
    display: grid;
    place-items: center;
    width: 2.9rem;
    height: 2.9rem;
    flex: none;
    border-radius: 0.55rem;
    line-height: 1;
    background: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 11%, white);
    }
    border: 1px solid var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 30%, var(--color-line));
    }
    color: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 78%, var(--color-hb-text));
    }
  }
  .hb-date b {
    font-family: var(--font-display);
    font-size: 1.05rem;
  }
  .hb-date span {
    font-family: var(--font-pixel);
    font-size: 0.5rem;
    letter-spacing: 0.08em;
    opacity: 0.8;
  }
  .hb-face {
    width: 4rem;
    height: 4rem;
    flex: none;
    border-radius: 0.6rem;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: var(--color-panel-3);
    border: 1px solid var(--color-line);
  }
  .hb-face img {
    width: 150%;
    height: 150%;
    object-fit: contain;
    image-rendering: pixelated;
  }
  .hb-prose {
    line-height: 1.55;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .hb-prose p {
    margin: 0 0 0.45rem;
  }
  .hb-prose > :last-child {
    margin-bottom: 0;
  }
  .hb-prose a {
    color: var(--color-hb-cyan);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .hb-prose strong {
    color: var(--color-hb-text);
    font-weight: 800;
  }
  .hb-prose code {
    font-family: ui-monospace, monospace;
    font-size: 0.85em;
    background: var(--color-panel-3);
    padding: 0.05rem 0.32rem;
    border-radius: 0.3rem;
  }
  .hb-prose ul, .hb-prose ol {
    margin: 0 0 0.45rem;
    padding-left: 1.15rem;
  }
  .hb-prose ul {
    list-style: disc;
  }
  .hb-prose ol {
    list-style: decimal;
  }
  .hb-prose blockquote {
    margin: 0.35rem 0 0.45rem;
    padding: 0.35rem 0.75rem;
    border-left: 3px solid var(--color-hb-green);
    background: color-mix(in srgb, #52b969 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-hb-green) 8%, transparent);
    }
    color: var(--color-hb-muted);
    border-radius: 0 0.25rem 0.25rem 0;
  }
  .hb-prose blockquote > :last-child {
    margin-bottom: 0;
  }
  .hb-prose--article {
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--color-hb-text);
  }
  .hb-prose--article p {
    margin: 0 0 0.9rem;
  }
  .hb-prose--article ul, .hb-prose--article ol {
    margin: 0 0 0.9rem;
  }
  .hb-prose--article h1, .hb-prose--article h2, .hb-prose--article h3, .hb-prose--article h4 {
    font-family: var(--font-display);
    font-weight: 400;
    color: var(--color-hb-text);
    line-height: 1.25;
    margin: 1.4rem 0 0.55rem;
  }
  .hb-prose--article > h1:first-child, .hb-prose--article > h2:first-child, .hb-prose--article > h3:first-child {
    margin-top: 0;
  }
  .hb-prose--article h1 {
    font-size: 1.45rem;
  }
  .hb-prose--article h2 {
    font-size: 1.25rem;
  }
  .hb-prose--article h3 {
    font-size: 1.1rem;
  }
  .hb-prose--article h4 {
    font-size: 1rem;
  }
  .hb-prose--article blockquote {
    margin: 0 0 0.9rem;
    padding: 0.6rem 0.95rem;
    border-left: 3px solid var(--color-hb-cyan);
    border-radius: 0 0.6rem 0.6rem 0;
    background: var(--color-panel-2);
    color: var(--color-hb-muted);
  }
  .hb-prose--article blockquote p:last-child {
    margin-bottom: 0;
  }
  .hb-prose--article img {
    max-width: 100%;
    border-radius: 0.75rem;
    margin: 1rem 0;
  }
  .hb-prose--article hr {
    border: 0;
    border-top: 1px solid var(--color-line);
    margin: 1.2rem 0;
  }
  .hb-prose--article table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 0.9rem;
    font-size: 0.92rem;
  }
  .hb-prose--article th, .hb-prose--article td {
    border: 1px solid var(--color-line-2);
    padding: 0.45rem 0.65rem;
    text-align: left;
  }
  .hb-prose--article th {
    background: var(--color-panel-2);
    font-family: var(--font-display);
    font-weight: 400;
  }
  .hb-roomcard {
    display: block;
    border-radius: 0.75rem;
    overflow: hidden;
    background: var(--color-panel);
    border: 1px solid var(--color-line);
    transition: transform 0.15s var(--ease-neon), border-color 0.15s var(--ease-neon), box-shadow 0.18s var(--ease-neon);
  }
  .hb-roomcard:hover {
    transform: translateY(-2px);
    border-color: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 50%, var(--color-line));
    }
    box-shadow: 0 12px 24px -14px var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 12px 24px -14px color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 45%, rgba(23, 50, 90, 0.4));
    }
  }
  .hb-hatch {
    background-image: radial-gradient(rgba(255, 255, 255, 0.55) 1px, transparent 1.5px), linear-gradient(135deg, var(--accent, #3e96ac), color-mix(in srgb, #ffcc00 30%, #eaf7ff));
    @supports (color: color-mix(in lab, red, red)) {
      background-image: radial-gradient(rgba(255, 255, 255, 0.55) 1px, transparent 1.5px), linear-gradient(135deg, color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 38%, #e9f6fe), color-mix(in srgb, var(--color-sun) 30%, #eaf7ff));
    }
    background-size: 10px 10px, 100% 100%;
  }
  .hb-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    perspective: 900px;
    background: radial-gradient(34rem 20rem at 82% -6%, rgba(255, 220, 92, 0.55), transparent 62%), linear-gradient(180deg, #45b2e6 0%, #74cbf1 42%, #b8e6f8 76%, #e2f5fd 100%);
  }
  .hb-layer {
    position: absolute;
    inset: 0;
    transform: translate3d( calc(var(--px, 0) * var(--depth, 0) * 1rem), calc(var(--py, 0) * var(--depth, 0) * 0.7rem), 0);
    transition: transform 0.3s var(--ease-neon);
    will-change: transform;
  }
  .hb-layer--content {
    position: relative;
    inset: auto;
  }
  .hb-clouds {
    position: absolute;
    inset: -6% 0 0 0;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 260' shape-rendering='crispEdges'><g fill='%23ffffff'><g fill-opacity='0.9'><rect x='46' y='40' width='48' height='10'/><rect x='38' y='50' width='72' height='12'/><rect x='30' y='62' width='88' height='10'/></g><g fill-opacity='0.7'><rect x='270' y='150' width='30' height='8'/><rect x='264' y='158' width='48' height='10'/><rect x='260' y='168' width='56' height='8'/></g><g fill-opacity='0.55'><rect x='396' y='66' width='20' height='6'/><rect x='390' y='72' width='32' height='8'/></g></g></svg>");
    background-repeat: repeat-x;
    background-size: 480px 260px;
    background-position: 0 1.5rem;
    animation: hb-drift-a 110s linear infinite;
    opacity: 0.75;
  }
  .hb-clouds--b {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 300' shape-rendering='crispEdges'><g fill='%23ffffff'><g fill-opacity='0.95'><rect x='90' y='70' width='64' height='14'/><rect x='78' y='84' width='96' height='16'/><rect x='66' y='100' width='118' height='14'/></g><g fill-opacity='0.8'><rect x='430' y='180' width='44' height='10'/><rect x='420' y='190' width='68' height='12'/><rect x='412' y='202' width='82' height='10'/></g></g></svg>");
    background-size: 640px 300px;
    background-position: 0 0;
    animation: hb-drift-b 75s linear infinite;
    opacity: 0.9;
  }
  .hb-sun {
    position: absolute;
    width: 5.5rem;
    aspect-ratio: 1;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' shape-rendering='crispEdges'><g fill='%23ffdd55'><rect x='15' y='0' width='2' height='3'/><rect x='15' y='29' width='2' height='3'/><rect x='0' y='15' width='3' height='2'/><rect x='29' y='15' width='3' height='2'/><rect x='5' y='5' width='2' height='2'/><rect x='25' y='5' width='2' height='2'/><rect x='5' y='25' width='2' height='2'/><rect x='25' y='25' width='2' height='2'/></g><g fill='%23ffd21f'><rect x='12' y='4' width='8' height='2'/><rect x='8' y='6' width='16' height='2'/><rect x='6' y='8' width='20' height='4'/><rect x='4' y='12' width='24' height='8'/><rect x='6' y='20' width='20' height='4'/><rect x='8' y='24' width='16' height='2'/><rect x='12' y='26' width='8' height='2'/></g><g fill='%23fff3b0'><rect x='10' y='8' width='6' height='4'/><rect x='8' y='12' width='4' height='4'/></g><g fill='%23f5a300'><rect x='18' y='18' width='6' height='4'/><rect x='12' y='22' width='8' height='2'/></g></svg>") center / contain no-repeat;
    image-rendering: pixelated;
    filter: drop-shadow(0 0 22px rgba(255, 204, 0, 0.6));
  }
  .hb-skyline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: bottom left;
    pointer-events: none;
  }
  .hb-skyline--far {
    height: 8.5rem;
    opacity: 0.5;
    background-size: auto 100%;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 100' preserveAspectRatio='none'><g fill='%237fb8d9'><rect x='0' y='40' width='70' height='60'/><rect x='80' y='15' width='60' height='85'/><rect x='150' y='50' width='50' height='50'/><rect x='210' y='25' width='70' height='75'/><rect x='290' y='55' width='44' height='45'/><rect x='340' y='10' width='64' height='90'/><rect x='410' y='45' width='56' height='55'/><rect x='476' y='30' width='60' height='70'/><rect x='546' y='58' width='40' height='42'/><rect x='596' y='20' width='66' height='80'/><rect x='672' y='48' width='52' height='52'/><rect x='730' y='32' width='70' height='68'/></g></svg>");
  }
  .hb-skyline--near {
    height: 7rem;
    background-size: auto 100%;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 130' preserveAspectRatio='none'><defs><pattern id='w' width='10' height='13' patternUnits='userSpaceOnUse'><rect x='2' y='3' width='2.6' height='4.5' fill='%23aee4f5' opacity='0.85'/></pattern></defs><g fill='%231e4e73'><rect x='0' y='55' width='52' height='75'/><rect x='58' y='25' width='40' height='105'/><rect x='104' y='70' width='34' height='60'/><rect x='144' y='40' width='54' height='90'/><rect x='204' y='80' width='30' height='50'/><rect x='240' y='15' width='46' height='115'/><rect x='292' y='60' width='38' height='70'/><rect x='336' y='35' width='52' height='95'/><rect x='394' y='75' width='32' height='55'/><rect x='432' y='20' width='44' height='110'/><rect x='482' y='55' width='40' height='75'/><rect x='528' y='45' width='56' height='85'/><rect x='590' y='70' width='30' height='60'/><rect x='626' y='30' width='48' height='100'/><rect x='680' y='60' width='42' height='70'/><rect x='728' y='40' width='72' height='90'/></g><g fill='url(%23w)'><rect x='0' y='55' width='52' height='75'/><rect x='58' y='25' width='40' height='105'/><rect x='104' y='70' width='34' height='60'/><rect x='144' y='40' width='54' height='90'/><rect x='204' y='80' width='30' height='50'/><rect x='240' y='15' width='46' height='115'/><rect x='292' y='60' width='38' height='70'/><rect x='336' y='35' width='52' height='95'/><rect x='394' y='75' width='32' height='55'/><rect x='432' y='20' width='44' height='110'/><rect x='482' y='55' width='40' height='75'/><rect x='528' y='45' width='56' height='85'/><rect x='590' y='70' width='30' height='60'/><rect x='626' y='30' width='48' height='100'/><rect x='680' y='60' width='42' height='70'/><rect x='728' y='40' width='72' height='90'/></g></svg>");
  }
  .hb-float {
    position: absolute;
    width: 0.55rem;
    aspect-ratio: 1;
    border-radius: 1px;
    background: var(--accent, #fff);
    box-shadow: 0 2px 6px rgba(15, 42, 77, 0.3);
    animation: hb-bob 7s ease-in-out infinite;
  }
  .hb-ticker {
    position: relative;
    overflow: hidden;
    border-block: 1px solid var(--color-line);
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
  .hb-ticker__track {
    display: flex;
    width: max-content;
    gap: 3rem;
    padding: 0.55rem 0;
    animation: hb-marquee 46s linear infinite;
  }
  .hb-ticker:hover .hb-ticker__track {
    animation-play-state: paused;
  }
  .hb-ticker__item {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--font-pixel);
    font-size: 0.6rem;
    letter-spacing: 0.05em;
    color: var(--color-hb-muted);
    white-space: nowrap;
  }
  .hb-ticker__item .hb-gem {
    width: 0.42rem;
    height: 0.42rem;
  }
  .hb-iso-wrap {
    perspective: 640px;
    display: flex;
    justify-content: center;
    padding: 0.4rem 0 1rem;
  }
  .hb-iso {
    position: relative;
    width: 10.5rem;
    aspect-ratio: 1;
    transform: rotateX(56deg) rotateZ(45deg);
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 3px;
  }
  .hb-iso > i {
    background: var(--color-panel-2);
    border: 1px solid var(--color-line);
    border-radius: 2px;
  }
  .hb-iso > i:nth-child(7n) {
    background: var(--color-panel-3);
  }
  .hb-pawn {
    position: absolute;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 2px;
    background: var(--accent, var(--color-hb-cyan));
    box-shadow: 2px 2px 4px rgba(15, 42, 77, 0.35);
    transform: translateZ(10px);
  }
  .cz-backdrop {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, #eceff0 0%, #e7eaec 100%);
  }
  .cz-backdrop::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/img/backdrop-city.png") center -4rem / 110rem auto repeat;
    filter: grayscale(0.85);
    opacity: 0.05;
    pointer-events: none;
  }
  .cz-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(60rem 18rem at 50% 118%, rgba(255, 255, 255, 0.14), transparent 70%), linear-gradient(180deg, #57a9ba 0%, #4899ad 55%, #3f8da2 100%);
  }
  .cz-hero__clouds {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 260' shape-rendering='crispEdges'><g fill='%23ffffff'><g fill-opacity='0.9'><rect x='46' y='40' width='48' height='10'/><rect x='38' y='50' width='72' height='12'/><rect x='30' y='62' width='88' height='10'/></g><g fill-opacity='0.7'><rect x='270' y='150' width='30' height='8'/><rect x='264' y='158' width='48' height='10'/><rect x='260' y='168' width='56' height='8'/></g><g fill-opacity='0.55'><rect x='396' y='66' width='20' height='6'/><rect x='390' y='72' width='32' height='8'/></g></g></svg>");
    background-repeat: repeat-x;
    background-size: 480px 260px;
    background-position: 0 0.75rem;
    animation: hb-drift-a 140s linear infinite;
    opacity: 0.35;
    pointer-events: none;
  }
  .cz-hero__skyline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: bottom left;
    pointer-events: none;
  }
  .cz-hero__skyline--far {
    height: 7.5rem;
    opacity: 0.18;
    background-size: auto 100%;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 100' preserveAspectRatio='none'><g fill='%23ffffff'><rect x='0' y='40' width='70' height='60'/><rect x='80' y='15' width='60' height='85'/><rect x='150' y='50' width='50' height='50'/><rect x='210' y='25' width='70' height='75'/><rect x='290' y='55' width='44' height='45'/><rect x='340' y='10' width='64' height='90'/><rect x='410' y='45' width='56' height='55'/><rect x='476' y='30' width='60' height='70'/><rect x='546' y='58' width='40' height='42'/><rect x='596' y='20' width='66' height='80'/><rect x='672' y='48' width='52' height='52'/><rect x='730' y='32' width='70' height='68'/></g></svg>");
  }
  .cz-hero__skyline--near {
    height: 6rem;
    opacity: 0.9;
    background-size: auto 100%;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 130' preserveAspectRatio='none'><defs><pattern id='w' width='10' height='13' patternUnits='userSpaceOnUse'><rect x='2' y='3' width='2.6' height='4.5' fill='%23bfe6ef' opacity='0.7'/></pattern></defs><g fill='%23306f81'><rect x='0' y='55' width='52' height='75'/><rect x='58' y='25' width='40' height='105'/><rect x='104' y='70' width='34' height='60'/><rect x='144' y='40' width='54' height='90'/><rect x='204' y='80' width='30' height='50'/><rect x='240' y='15' width='46' height='115'/><rect x='292' y='60' width='38' height='70'/><rect x='336' y='35' width='52' height='95'/><rect x='394' y='75' width='32' height='55'/><rect x='432' y='20' width='44' height='110'/><rect x='482' y='55' width='40' height='75'/><rect x='528' y='45' width='56' height='85'/><rect x='590' y='70' width='30' height='60'/><rect x='626' y='30' width='48' height='100'/><rect x='680' y='60' width='42' height='70'/><rect x='728' y='40' width='72' height='90'/></g><g fill='url(%23w)'><rect x='0' y='55' width='52' height='75'/><rect x='58' y='25' width='40' height='105'/><rect x='104' y='70' width='34' height='60'/><rect x='144' y='40' width='54' height='90'/><rect x='204' y='80' width='30' height='50'/><rect x='240' y='15' width='46' height='115'/><rect x='292' y='60' width='38' height='70'/><rect x='336' y='35' width='52' height='95'/><rect x='394' y='75' width='32' height='55'/><rect x='432' y='20' width='44' height='110'/><rect x='482' y='55' width='40' height='75'/><rect x='528' y='45' width='56' height='85'/><rect x='590' y='70' width='30' height='60'/><rect x='626' y='30' width='48' height='100'/><rect x='680' y='60' width='42' height='70'/><rect x='728' y='40' width='72' height='90'/></g></svg>");
  }
  .cz-logo {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.1rem);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #ffc233;
    text-shadow: 0 3px 0 #d18f00, 0 6px 14px rgba(20, 60, 70, 0.35);
    transition: filter 0.15s var(--ease-neon);
  }
  .cz-logo:hover {
    filter: brightness(1.06);
  }
  .cz-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #3d8ca2;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    padding: 0.85rem 1.7rem;
    box-shadow: 0 4px 14px rgba(20, 60, 70, 0.18);
    transition: transform 0.15s var(--ease-neon), box-shadow 0.15s var(--ease-neon), background 0.15s var(--ease-neon);
  }
  a.cz-pill:hover, button.cz-pill:hover {
    background: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(20, 60, 70, 0.24);
  }
  .cz-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    background: #ffffff;
    border-bottom: 1px solid var(--color-line);
    box-shadow: 0 10px 24px -20px rgba(40, 60, 70, 0.45);
  }
  .cz-navlink {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 0.95rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #8ba6b8;
    transition: color 0.15s var(--ease-neon);
  }
  .cz-navlink::after {
    content: "";
    position: absolute;
    left: 0.95rem;
    right: 0.95rem;
    bottom: 0;
    height: 3px;
    border-radius: 2px 2px 0 0;
    background: transparent;
    transition: background 0.15s var(--ease-neon);
  }
  .cz-navlink:hover {
    color: var(--color-hb-cyan);
  }
  .cz-navlink.is-active {
    color: var(--color-hb-cyan);
  }
  .cz-navlink.is-active::after {
    background: var(--color-hb-cyan);
  }
  .cz-navlink.is-soon {
    opacity: 0.45;
    cursor: default;
  }
  .cz-navlink.is-soon:hover {
    color: #8ba6b8;
  }
  .cz-user {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .cz-user__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    height: 100%;
    padding: 0 0.25rem;
    cursor: pointer;
    background: none;
    border: 0;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--color-hb-text);
  }
  .cz-user__head {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    image-rendering: pixelated;
    transform: translateY(-2px);
  }
  .cz-user__caret {
    font-size: 0.6rem;
    color: #8ba6b8;
    transition: transform 0.15s var(--ease-neon);
  }
  .cz-user:hover .cz-user__caret, .cz-user:focus-within .cz-user__caret {
    transform: translateY(1px);
  }
  .cz-user__menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 11rem;
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: 0 0 0.6rem 0.6rem;
    box-shadow: 0 14px 28px -14px rgba(40, 60, 70, 0.4);
    padding: 0.4rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    translate: 0 -4px;
    transition: opacity 0.15s var(--ease-neon), translate 0.15s var(--ease-neon), visibility 0.15s;
    z-index: 50;
  }
  .cz-user:hover .cz-user__menu, .cz-user:focus-within .cz-user__menu {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }
  .cz-user__item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.45rem;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 0.84rem;
    color: var(--color-hb-muted);
    transition: background 0.12s var(--ease-neon), color 0.12s var(--ease-neon);
  }
  .cz-user__item:hover {
    background: var(--color-panel-2);
    color: var(--color-hb-text);
  }
  .cz-banner {
    position: relative;
    height: 11rem;
    overflow: hidden;
  }
  .cz-banner__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 32%;
    image-rendering: pixelated;
  }
  .cz-banner__cta {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  a.cz-banner__cta:hover {
    transform: translateY(calc(-50% - 1px));
  }
  .cz-avatar {
    position: absolute;
    left: 1.6rem;
    bottom: -3.4rem;
    width: 9rem;
    height: 9rem;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(40, 60, 70, 0.18);
    overflow: hidden;
    z-index: 2;
  }
  .cz-avatar img {
    position: absolute;
    left: 50%;
    bottom: -0.6rem;
    transform: translateX(-50%);
    image-rendering: pixelated;
  }
  @media (max-width: 640px) {
    .cz-avatar {
      width: 7rem;
      height: 7rem;
      bottom: -2.6rem;
      left: 1rem;
    }
  }
  .cz-profilebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    flex-wrap: wrap;
    padding: 1.15rem 1.5rem 1.15rem 12rem;
    min-height: 6rem;
  }
  @media (max-width: 640px) {
    .cz-profilebar {
      padding-left: 8.75rem;
    }
  }
  .cz-currency {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.02rem;
  }
  .cz-currency svg {
    width: 1.3rem;
    height: 1.3rem;
    flex: none;
  }
  .cz-currency--coins {
    color: var(--color-hb-gold);
  }
  .cz-currency--duckets {
    color: var(--color-hb-violet);
  }
  .cz-currency--diamonds {
    color: #2fb3a8;
  }
  .cz-btn-green, .cz-btn-teal {
    --cz-btn: var(--color-hb-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.9rem;
    color: #ffffff;
    background: var(--cz-btn);
    border: 0;
    border-radius: 0.45rem;
    padding: 0.7rem 1.6rem;
    cursor: pointer;
    box-shadow: 0 3px 0 var(--cz-btn);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 3px 0 color-mix(in srgb, var(--cz-btn) 65%, #133a40);
    }
    transition: filter 0.15s var(--ease-neon), transform 0.12s var(--ease-neon), box-shadow 0.12s var(--ease-neon);
  }
  .cz-btn-teal {
    --cz-btn: var(--color-hb-cyan);
  }
  .cz-btn-green:hover, .cz-btn-teal:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
  }
  .cz-btn-green:active, .cz-btn-teal:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 var(--cz-btn);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 1px 0 color-mix(in srgb, var(--cz-btn) 65%, #133a40);
    }
  }
  .cz-widgettitle {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.12rem;
    color: var(--color-hb-text);
  }
  .cz-widgetsub {
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: var(--color-hb-faint);
    margin-top: 0.15rem;
  }
  @keyframes hb-bob {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-12px);
    }
  }
  @keyframes hb-marquee {
    to {
      transform: translateX(-50%);
    }
  }
  @keyframes hb-drift-a {
    to {
      background-position: 480px 1.5rem;
    }
  }
  @keyframes hb-drift-b {
    to {
      background-position: 640px 0;
    }
  }
  .hb-auth a:focus-visible, .hb-auth button:focus-visible, .hb-auth input:focus-visible, .hb-shell a:focus-visible, .hb-shell button:focus-visible, .hb-shell input:focus-visible {
    outline: 2px solid var(--color-hb-cyan);
    outline-offset: 2px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hb-auth *, .hb-shell *, .cz-shell *, .hb-auth ::before, .hb-auth ::after, .hb-shell ::before, .hb-shell ::after, .cz-shell ::before, .cz-shell ::after, .hb-backdrop::before, .hb-backdrop::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}
@layer components {
  .hb-shell {
    --color-ink: #f4f2ed;
    --color-ink-2: #c9c5bd;
    --color-panel: #101013;
    --color-panel-2: #17171b;
    --color-panel-3: #1f1f24;
    --color-line: #232327;
    --color-line-2: #36363d;
    --color-hb-text: #f4f2ed;
    --color-hb-muted: #a6a29a;
    --color-hb-faint: #6c6963;
    --color-hb-red: #ee3b1c;
    --color-hb-cyan: #56c8dc;
    --color-hb-pink: #ef5da8;
    --color-hb-violet: #b184e4;
    --color-hb-green: #5ecb7c;
    --color-hb-gold: #e7b93c;
    --color-hb-orange: #f0913c;
    --color-sun: #ee3b1c;
    --font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
    --lb-red: #ee3b1c;
    --lb-red-hot: #ff4d2a;
    --lb-bg: #0a0a0b;
    --lb-card: #101013;
    background: var(--lb-bg);
    color: var(--color-hb-text);
  }
  .hb-shell ::selection {
    background: var(--lb-red);
    color: #ffffff;
  }
  .hb-shell ::-webkit-scrollbar {
    width: 10px;
    height: 8px;
  }
  .hb-shell ::-webkit-scrollbar-thumb {
    background: var(--color-line-2);
  }
  .hb-shell ::-webkit-scrollbar-track {
    background: transparent;
  }
  .lb-skip {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    z-index: 100;
    padding: 0.55rem 0.9rem;
    background: var(--lb-red);
    color: #ffffff;
    font-family: var(--font-mono-ui);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transform: translateY(-300%);
  }
  .lb-skip:focus-visible {
    transform: none;
  }
  .lb-topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    background: var(--lb-bg);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--lb-bg) 92%, transparent);
    }
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--color-line);
  }
  .lb-mark {
    width: 1.05rem;
    aspect-ratio: 1;
    flex: none;
    background: var(--lb-red);
    box-shadow: inset -3px -3px 0 rgba(0, 0, 0, 0.28);
  }
  .lb-brand {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.02rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-hb-text);
    white-space: nowrap;
  }
  .lb-tabs {
    scrollbar-width: none;
  }
  .lb-tabs::-webkit-scrollbar {
    display: none;
  }
  .lb-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 1.05rem;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--color-hb-faint);
    border-left: 1px solid var(--color-line);
    transition: color 0.15s var(--ease-neon), background 0.15s var(--ease-neon);
  }
  .lb-tab:last-child {
    border-right: 1px solid var(--color-line);
  }
  .lb-tab::after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    height: 2px;
    background: transparent;
    transition: background 0.15s var(--ease-neon);
  }
  .lb-tab:hover {
    color: var(--color-hb-muted);
  }
  .lb-tab.is-active {
    color: var(--color-hb-text);
    background: color-mix(in srgb, #ffffff 3%, transparent);
  }
  .lb-tab.is-active::after {
    background: var(--lb-red);
  }
  .lb-live {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--font-mono-ui);
    font-size: 0.64rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-hb-muted);
    white-space: nowrap;
  }
  .lb-blink {
    width: 0.48rem;
    aspect-ratio: 1;
    flex: none;
    background: var(--lb-red);
    animation: lb-blink 1.4s steps(1) infinite;
  }
  .lb-user {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .lb-user__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    height: 100%;
    padding: 0 0.15rem;
    cursor: pointer;
    background: none;
    border: 0;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    color: var(--color-hb-text);
  }
  .lb-user__caret {
    font-size: 0.55rem;
    color: var(--color-hb-faint);
    transition: transform 0.15s var(--ease-neon);
  }
  .lb-user:hover .lb-user__caret, .lb-user:focus-within .lb-user__caret {
    transform: translateY(1px);
  }
  .lb-user__menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 12rem;
    background: var(--lb-card);
    border: 1px solid var(--color-line-2);
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    translate: 0 -4px;
    transition: opacity 0.15s var(--ease-neon), translate 0.15s var(--ease-neon), visibility 0.15s;
    z-index: 50;
  }
  .lb-user:hover .lb-user__menu, .lb-user:focus-within .lb-user__menu {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }
  .lb-user__item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.6rem 0.75rem;
    font-family: var(--font-mono-ui);
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-hb-muted);
    transition: background 0.12s var(--ease-neon), color 0.12s var(--ease-neon);
  }
  .lb-user__item:hover {
    background: var(--color-panel-2);
    color: var(--color-hb-text);
  }
  .lb-avsq {
    display: grid;
    place-items: center;
    flex: none;
    overflow: hidden;
    background: var(--color-panel-2);
    border: 1px solid var(--color-line-2);
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--color-hb-muted);
  }
  .lb-avsq img {
    width: 140%;
    height: 140%;
    object-fit: contain;
    image-rendering: pixelated;
  }
  .lb-avsq--red {
    border-color: var(--lb-red);
    background: var(--lb-red);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--lb-red) 10%, var(--lb-bg));
    }
  }
  .lb-eyebrow {
    font-family: var(--font-mono-ui);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-hb-faint);
  }
  .lb-meta {
    font-family: var(--font-mono-ui);
    font-size: 0.64rem;
    letter-spacing: 0.08em;
    color: var(--color-hb-faint);
  }
  .lb-railtitle {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.01em;
    color: var(--color-hb-text);
  }
  .lb-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.2rem, 6vw, 3.6rem);
    line-height: 0.98;
    letter-spacing: -0.02em;
    color: var(--color-hb-text);
    overflow-wrap: anywhere;
  }
  .lb-handle {
    font-family: var(--font-mono-ui);
    font-size: 0.64rem;
    letter-spacing: 0.06em;
    color: var(--color-hb-faint);
  }
  .lb-time {
    font-family: var(--font-mono-ui);
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-hb-faint);
    white-space: nowrap;
  }
  .lb-postname {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--color-hb-text);
  }
  .lb-card {
    background: var(--lb-card);
    border: 1px solid var(--color-line);
  }
  .lb-card--dashed {
    background: transparent;
    border: 1px dashed var(--color-line-2);
  }
  .lb-row {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.6rem 0;
  }
  .lb-row + .lb-row {
    border-top: 1px solid var(--color-line);
  }
  .lb-navitem {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    padding: 0.42rem 0;
  }
  .lb-navnum {
    font-family: var(--font-mono-ui);
    font-size: 0.6rem;
    letter-spacing: 0.08em;
    color: var(--color-hb-faint);
    width: 1.3rem;
    flex: none;
  }
  .lb-navlabel {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.96rem;
    letter-spacing: 0.01em;
    color: var(--color-hb-muted);
    transition: color 0.15s var(--ease-neon);
  }
  .lb-navitem:hover .lb-navlabel {
    color: var(--color-hb-text);
  }
  .lb-navitem.is-active .lb-navlabel {
    color: var(--color-hb-text);
  }
  .lb-navitem.is-active .lb-navnum {
    color: var(--lb-red);
  }
  .lb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #ffffff;
    background: var(--lb-red);
    border: 1px solid var(--lb-red);
    padding: 0.62rem 1.15rem;
    cursor: pointer;
    transition: background 0.13s var(--ease-neon), border-color 0.13s var(--ease-neon), color 0.13s var(--ease-neon), transform 0.1s var(--ease-neon);
  }
  .lb-btn:hover {
    background: var(--lb-red-hot);
    border-color: var(--lb-red-hot);
  }
  .lb-btn:active {
    transform: translateY(1px);
  }
  .lb-btn:disabled {
    opacity: 0.45;
    cursor: default;
    transform: none;
  }
  .lb-btn--ghost {
    background: transparent;
    border-color: var(--color-line-2);
    color: var(--color-hb-muted);
  }
  .lb-btn--ghost:hover:not(:disabled) {
    background: transparent;
    border-color: var(--color-hb-faint);
    color: var(--color-hb-text);
  }
  .lb-btn--dark {
    background: #0c0c0d;
    border-color: #0c0c0d;
    color: #ffffff;
  }
  .lb-btn--dark:hover {
    background: #000000;
    border-color: #000000;
  }
  .lb-input {
    display: block;
    width: 100%;
    font-family: var(--font-body);
    font-size: 0.92rem;
    color: var(--color-hb-text);
    background: #0c0c0e;
    border: 1px solid var(--color-line-2);
    border-radius: 0;
    padding: 0.7rem 0.85rem;
    transition: border-color 0.15s var(--ease-neon), box-shadow 0.15s var(--ease-neon);
  }
  .lb-input::placeholder {
    color: var(--color-hb-faint);
  }
  .lb-input:focus {
    outline: none;
    border-color: var(--lb-red);
    box-shadow: 0 0 0 3px var(--lb-red);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in srgb, var(--lb-red) 18%, transparent);
    }
  }
  .lb-select {
    font-family: var(--font-mono-ui);
    font-size: 0.66rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-hb-muted);
    background: #0c0c0e;
    border: 1px solid var(--color-line-2);
    border-radius: 0;
    padding: 0.45rem 0.55rem;
    cursor: pointer;
  }
  .lb-select:focus {
    outline: none;
    border-color: var(--lb-red);
  }
  .lb-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--font-mono-ui);
    font-size: 0.56rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.2rem 0.45rem;
    border: 1px solid var(--color-line-2);
    color: var(--color-hb-muted);
    white-space: nowrap;
  }
  .lb-chip--red {
    background: var(--lb-red);
    border-color: var(--lb-red);
    color: #ffffff;
  }
  .lb-chip--redline {
    border-color: var(--lb-red);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--lb-red) 55%, transparent);
    }
    color: var(--lb-red);
  }
  .lb-statgrid {
    display: grid;
    gap: 1px;
    background: var(--color-line);
    border: 1px solid var(--color-line);
  }
  .lb-stat {
    background: var(--lb-bg);
    padding: 0.7rem 0.75rem;
    min-width: 0;
  }
  .lb-stat b {
    display: block;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.1;
    color: var(--color-hb-text);
    font-variant-numeric: tabular-nums;
  }
  .lb-stat span {
    display: block;
    margin-top: 0.15rem;
    font-family: var(--font-mono-ui);
    font-size: 0.54rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-hb-faint);
  }
  .lb-bignum {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.2rem, 3vw, 2.8rem);
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--color-hb-text);
    font-variant-numeric: tabular-nums;
  }
  .lb-promo {
    background: var(--lb-red);
    color: #ffffff;
    padding: 1.5rem 1.4rem;
  }
  .lb-promo__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: #ffffff;
  }
  .lb-promo p {
    margin-top: 0.6rem;
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
  }
  .lb-promo .lb-btn {
    margin-top: 1.1rem;
  }
  .lb-promo ::selection {
    background: #0c0c0d;
    color: #ffffff;
  }
  .lb-blueprint {
    background-color: #0d0d0f;
    background-image: linear-gradient(rgba(244, 242, 237, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 242, 237, 0.045) 1px, transparent 1px);
    background-size: 13px 13px;
  }
  .lb-roomtile {
    display: block;
    width: 100%;
    text-align: left;
    background: var(--lb-card);
    border: 1px solid var(--color-line);
    padding: 0;
    cursor: pointer;
    transition: border-color 0.15s var(--ease-neon);
  }
  .lb-roomtile:hover, .lb-roomtile:focus-visible {
    border-color: var(--lb-red);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--lb-red) 65%, var(--color-line));
    }
  }
  .lb-roomtile img {
    image-rendering: pixelated;
  }
  .lb-badgetile {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    background: var(--lb-card);
    border: 1px solid var(--color-line);
    overflow: hidden;
    transition: border-color 0.15s var(--ease-neon);
  }
  .lb-badgetile:hover {
    border-color: var(--color-line-2);
  }
  .lb-badgetile img {
    width: 62%;
    height: 62%;
    object-fit: contain;
    image-rendering: pixelated;
  }
  .lb-floor {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 2px;
    aspect-ratio: 1;
  }
  .lb-floor > i {
    background: #0f0f11;
    border: 1px solid #1b1b1e;
  }
  .lb-floor > i:nth-child(7n) {
    background: #121215;
  }
  .lb-pawn {
    position: absolute;
    width: 9px;
    height: 9px;
    margin: -4.5px 0 0 -4.5px;
    background: var(--lb-red);
    box-shadow: 0 0 10px var(--lb-red);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 10px color-mix(in srgb, var(--lb-red) 65%, transparent);
    }
  }
  .lb-action {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    appearance: none;
    cursor: pointer;
    font-family: var(--font-mono-ui);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    color: var(--color-hb-faint);
    transition: color 0.13s var(--ease-neon);
  }
  .lb-action:hover {
    color: var(--color-hb-muted);
  }
  .lb-action.is-on {
    color: var(--lb-red);
  }
  .lb-action--danger:hover {
    color: var(--lb-red);
  }
  .lb-endcap {
    font-family: var(--font-mono-ui);
    font-size: 0.62rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-hb-faint);
    padding: 2.2rem 1rem;
  }
  .lb-newsitem {
    display: block;
    padding: 0.8rem 0;
  }
  .lb-newsitem + .lb-newsitem {
    border-top: 1px solid var(--color-line);
  }
  .lb-newsitem b {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.35;
    color: var(--color-hb-text);
    transition: color 0.13s var(--ease-neon);
  }
  .lb-newsitem:hover b {
    color: var(--lb-red);
  }
  .lb-trendrow {
    display: flex;
    align-items: baseline;
    gap: 0.7rem;
    padding: 0.45rem 0;
  }
  .lb-trendrow > b {
    font-weight: 600;
    font-size: 0.86rem;
    color: var(--color-hb-text);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    transition: color 0.13s var(--ease-neon);
  }
  .lb-trendrow:hover > b {
    color: var(--lb-red);
  }
  .lb-trendrow > span {
    font-family: var(--font-mono-ui);
    font-size: 0.64rem;
    color: var(--color-hb-faint);
    font-variant-numeric: tabular-nums;
  }
  .lb-link {
    font-family: var(--font-mono-ui);
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lb-red);
    transition: color 0.13s var(--ease-neon);
  }
  .lb-link:hover {
    color: var(--lb-red-hot);
  }
  .lb-avframe {
    position: relative;
    display: grid;
    place-items: end center;
    border: 1px solid var(--lb-red);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--lb-red) 60%, var(--color-line));
    }
    background-color: #0d0d0f;
    background-image: linear-gradient(rgba(244, 242, 237, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 242, 237, 0.045) 1px, transparent 1px);
    background-size: 13px 13px;
    min-height: 14rem;
    overflow: hidden;
  }
  .lb-avframe img {
    image-rendering: pixelated;
  }
  .hb-shell .hb-panel {
    border-radius: 0;
    border-color: var(--color-line);
    box-shadow: none;
  }
  .hb-shell .hb-btn {
    background: var(--color-panel-2);
    border-width: 1px;
    border-radius: 0;
    box-shadow: none;
  }
  .hb-shell .hb-btn:hover {
    transform: none;
    background: var(--color-panel-3);
    box-shadow: none;
  }
  .hb-shell .hb-chip {
    border-radius: 0;
    background: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 14%, var(--lb-bg));
    }
    color: var(--accent, #3e96ac);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 85%, var(--color-hb-text));
    }
  }
  .hb-shell .hb-input {
    background: #0c0c0e;
    border-radius: 0;
    border-color: var(--color-line-2);
  }
  .hb-shell .hb-input:focus {
    border-color: var(--lb-red);
    box-shadow: 0 0 0 3px var(--lb-red);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in srgb, var(--lb-red) 18%, transparent);
    }
  }
  .hb-shell .hb-hatch {
    background-image: radial-gradient(rgba(244, 242, 237, 0.06) 1px, transparent 1.5px), linear-gradient(135deg, var(--accent, #3e96ac), #0d0d0f);
    @supports (color: color-mix(in lab, red, red)) {
      background-image: radial-gradient(rgba(244, 242, 237, 0.06) 1px, transparent 1.5px), linear-gradient(135deg, color-mix(in srgb, var(--accent, var(--color-hb-cyan)) 18%, #0d0d0f), #0d0d0f);
    }
    background-size: 10px 10px, 100% 100%;
  }
  .hb-shell .hb-face, .hb-shell .hb-iconbox, .hb-shell .hb-date, .hb-shell .hb-badgetile {
    border-radius: 0;
  }
  .hb-shell .hb-face {
    background: var(--color-panel-2);
    border-color: var(--color-line-2);
  }
  .hb-shell .hb-roomcard {
    border-radius: 0;
  }
  .hb-shell .hb-roomcard:hover {
    transform: none;
    box-shadow: none;
  }
  .hb-shell .hb-row {
    border-radius: 0;
  }
  .hb-shell a:focus-visible, .hb-shell button:focus-visible, .hb-shell input:focus-visible, .hb-shell select:focus-visible, .hb-shell textarea:focus-visible {
    outline: 2px solid var(--lb-red);
    outline-offset: 2px;
  }
  @keyframes lb-blink {
    0%, 55% {
      opacity: 1;
    }
    56%, 100% {
      opacity: 0.18;
    }
  }
}
.hb-mde .editor-toolbar {
  border: 1px solid var(--color-line-2);
  border-bottom: none;
  border-radius: 0.7rem 0.7rem 0 0;
  background: var(--color-panel-2);
  opacity: 1;
  padding: 0.3rem 0.45rem;
}
.hb-mde .editor-toolbar a, .hb-mde .editor-toolbar a.fa {
  color: var(--color-hb-muted) !important;
  border-color: transparent;
}
.hb-mde .editor-toolbar a:hover, .hb-mde .editor-toolbar a.active {
  background: #ffffff;
  border-color: var(--color-line-2);
  color: var(--color-hb-text) !important;
}
.hb-mde .editor-toolbar i.separator {
  border-left-color: var(--color-line);
  border-right-color: transparent;
}
.hb-mde .CodeMirror {
  border: 1px solid var(--color-line-2);
  border-radius: 0 0 0.7rem 0.7rem;
  background: #ffffff;
  color: var(--color-hb-text);
  font-family: var(--font-body);
  font-size: 0.95rem;
  min-height: 5.5rem;
  height: auto;
  padding: 0.35rem 0.3rem;
}
.hb-mde .CodeMirror-scroll {
  min-height: 5.5rem;
  max-height: 16rem;
}
.hb-mde .CodeMirror-focused {
  border-color: color-mix(in srgb, #3e96ac 65%, #cfd8dd);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--color-hb-cyan) 65%, var(--color-line-2));
  }
  box-shadow: 0 0 0 3px color-mix(in srgb, #3e96ac 18%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-hb-cyan) 18%, transparent);
  }
}
.hb-mde .CodeMirror-cursor {
  border-left-color: var(--color-hb-cyan);
}
.hb-mde .CodeMirror-selected, .hb-mde .CodeMirror-focused .CodeMirror-selected {
  background: var(--color-panel-3);
}
.hb-mde .CodeMirror-placeholder {
  color: var(--color-hb-faint) !important;
}
.hb-mde .CodeMirror-lines {
  color: var(--color-hb-text);
}
.hb-mde .cm-header {
  color: var(--color-hb-orange);
}
.hb-mde .cm-quote {
  color: var(--color-hb-green);
}
.hb-mde .cm-link {
  color: var(--color-hb-cyan);
}
.hb-mde .cm-url {
  color: var(--color-hb-faint);
}
.hb-mde .cm-strong, .hb-mde .cm-em {
  color: var(--color-hb-text);
}
.hb-mde .cm-comment {
  background: var(--color-panel-3);
  border-radius: 0.2rem;
}
.hb-mde .editor-preview, .hb-mde .editor-preview-side {
  background: #ffffff;
  color: var(--color-hb-text);
  padding: 0.7rem;
}
.hb-mde .editor-preview a {
  color: var(--color-hb-cyan);
}
.hb-auth .hb-hero-title, .hb-shell .hb-hero-title, .hb-auth .hb-display, .hb-shell .hb-display, .hb-auth .hb-arcade, .hb-shell .hb-arcade {
  font-family: var(--font-display);
  letter-spacing: 0.01em;
}
.hb-auth .hb-cardtitle, .hb-shell .hb-cardtitle, .hb-auth .hb-head__title, .hb-shell .hb-head__title {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.005em;
}
.hb-auth .hb-pixel, .hb-shell .hb-pixel {
  font-family: var(--font-pixel);
  letter-spacing: 0.06em;
}
.hb-auth .page-loader, .hb-shell .page-loader {
  color: var(--color-hb-muted);
}
:is(.hb-shell, .hb-auth) a.cz-logo {
  color: #ffc233;
}
:is(.hb-shell, .hb-auth) a.cz-navlink {
  color: #8ba6b8;
}
:is(.hb-shell, .hb-auth) a.cz-navlink:hover, :is(.hb-shell, .hb-auth) a.cz-navlink.is-active {
  color: var(--color-hb-cyan);
}
:is(.hb-shell, .hb-auth) a.cz-pill {
  color: #3d8ca2;
}
:is(.hb-shell, .hb-auth) a.cz-user__item {
  color: var(--color-hb-muted);
}
:is(.hb-shell, .hb-auth) a.cz-user__item:hover {
  color: var(--color-hb-text);
}
:is(.hb-shell, .hb-auth) a.text-hb-cyan {
  color: var(--color-hb-cyan);
}
:is(.hb-shell, .hb-auth) a.text-hb-green {
  color: var(--color-hb-green);
}
:is(.hb-shell, .hb-auth) a.text-hb-muted {
  color: var(--color-hb-muted);
}
.hb-shell .hb-mde .editor-toolbar {
  background: var(--lb-card);
  border: 1px solid var(--color-line-2);
  border-bottom: none;
  border-radius: 0;
}
.hb-shell .hb-mde .editor-toolbar a, .hb-shell .hb-mde .editor-toolbar a.fa {
  color: var(--color-hb-muted) !important;
  border-color: transparent;
}
.hb-shell .hb-mde .editor-toolbar a:hover, .hb-shell .hb-mde .editor-toolbar a.active {
  background: var(--color-panel-3);
  border-color: var(--color-line-2);
  color: var(--color-hb-text) !important;
}
.hb-shell .hb-mde .editor-toolbar i.separator {
  border-left-color: var(--color-line-2);
  border-right-color: transparent;
}
.hb-shell .hb-mde .CodeMirror {
  background: #0c0c0e;
  border: 1px solid var(--color-line-2);
  border-radius: 0;
  color: var(--color-hb-text);
}
.hb-shell .hb-mde .CodeMirror-focused {
  border-color: var(--lb-red);
  box-shadow: 0 0 0 3px var(--lb-red);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--lb-red) 18%, transparent);
  }
}
.hb-shell .hb-mde .CodeMirror-cursor {
  border-left-color: var(--lb-red);
}
.hb-shell .hb-mde .CodeMirror-selected, .hb-shell .hb-mde .CodeMirror-focused .CodeMirror-selected {
  background: #26262c;
}
.hb-shell .hb-mde .CodeMirror-placeholder {
  color: var(--color-hb-faint) !important;
}
.hb-shell .hb-mde .CodeMirror-lines {
  color: var(--color-hb-text);
}
.hb-shell .hb-mde .cm-header {
  color: var(--lb-red);
}
.hb-shell .hb-mde .cm-quote {
  color: var(--color-hb-muted);
}
.hb-shell .hb-mde .cm-link {
  color: var(--lb-red);
}
.hb-shell .hb-mde .cm-url {
  color: var(--color-hb-faint);
}
.hb-shell .hb-mde .cm-strong, .hb-shell .hb-mde .cm-em {
  color: var(--color-hb-text);
}
.hb-shell .hb-mde .cm-comment {
  background: var(--color-panel-3);
  border-radius: 0;
}
.hb-shell .hb-mde .editor-preview, .hb-shell .hb-mde .editor-preview-side {
  background: var(--lb-card);
  color: var(--color-hb-text);
}
.hb-shell .hb-mde .editor-preview a {
  color: var(--lb-red);
}
.hb-shell a.lb-tab {
  color: var(--color-hb-faint);
}
.hb-shell a.lb-tab:hover {
  color: var(--color-hb-muted);
}
.hb-shell a.lb-tab.is-active {
  color: var(--color-hb-text);
}
.hb-shell a.lb-user__item {
  color: var(--color-hb-muted);
}
.hb-shell a.lb-user__item:hover {
  color: var(--color-hb-text);
}
.hb-shell a.lb-btn {
  color: #ffffff;
}
.hb-shell a.lb-btn--ghost {
  color: var(--color-hb-muted);
}
.hb-shell a.lb-btn--ghost:hover {
  color: var(--color-hb-text);
}
.hb-shell a.lb-btn--dark {
  color: #ffffff;
}
.hb-shell a.lb-link {
  color: var(--lb-red);
}
.hb-shell a.lb-link:hover {
  color: var(--lb-red-hot);
}
.hb-shell a.lb-skip {
  color: #ffffff;
}
.hb-shell a.lb-meta {
  color: var(--color-hb-faint);
}
.hb-shell a.lb-meta:hover {
  color: var(--color-hb-muted);
}
.hb-shell .lb-postname a {
  color: var(--color-hb-text);
  text-decoration: none;
}
.hb-shell .lb-postname a:hover {
  color: var(--lb-red);
}
.hb-shell .lb-trendrow b a {
  color: inherit;
}
.hb-shell .hb-prose a {
  color: var(--lb-red);
}
@layer components {
  .cz-shell {
    --cz-page: #eceff0;
    --cz-panel: #ffffff;
    --cz-panel-2: #f5f7f8;
    --cz-panel-3: #eef1f2;
    --cz-line: #e0e6e9;
    --cz-line-2: #ccd5da;
    --cz-text: #3f4a54;
    --cz-muted: #78888f;
    --cz-faint: #a2b0b7;
    --cz-head: #4b8551;
    --cz-head-2: #3c6c41;
    --cz-green: #4caf50;
    --cz-green-2: #3c8b40;
    --cz-red: #e04f4f;
    --cz-gold: #e8b53a;
    --cz-violet: #a45cd6;
    --cz-cyan: #3e96ac;
    --cz-radius: 0.42rem;
    --cz-shadow: 0 1px 2px rgba(30, 50, 60, 0.08), 0 8px 20px -16px rgba(30, 50, 60, 0.55);
    --cz-headpat: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' shape-rendering='crispEdges'><g fill='%23000000' fill-opacity='0.11'><rect x='2' y='3' width='5' height='5'/><rect x='17' y='9' width='5' height='5'/><rect x='9' y='18' width='5' height='5'/><rect x='23' y='23' width='4' height='4'/><rect x='0' y='24' width='4' height='4'/></g><g fill='%23ffffff' fill-opacity='0.07'><rect x='3' y='4' width='2' height='2'/><rect x='18' y='10' width='2' height='2'/><rect x='10' y='19' width='2' height='2'/><rect x='12' y='6' width='2' height='2'/><rect x='24' y='14' width='2' height='2'/></g></svg>");
    font-family: var(--font-body);
    color: var(--cz-text);
    background: var(--cz-page);
    -webkit-font-smoothing: antialiased;
  }
  :root[data-cz-theme="dark"] .cz-shell {
    --cz-page: #14181b;
    --cz-panel: #1b2126;
    --cz-panel-2: #222a30;
    --cz-panel-3: #283238;
    --cz-line: #2b353b;
    --cz-line-2: #3a464e;
    --cz-text: #e2e9ed;
    --cz-muted: #94a4ad;
    --cz-faint: #6d7d86;
    --cz-head: #3d6f43;
    --cz-head-2: #2f5834;
    --color-panel: #1b2126;
    --color-panel-2: #222a30;
    --color-panel-3: #283238;
    --color-line: #2b353b;
    --color-line-2: #3a464e;
    --color-hb-text: #e2e9ed;
    --color-hb-muted: #94a4ad;
    --color-hb-faint: #6d7d86;
    --color-ink: #e2e9ed;
  }
  .cz-shell h1, .cz-shell h2, .cz-shell h3, .cz-shell h4, .cz-shell p, .cz-shell ul {
    margin: 0;
    padding: 0;
  }
  .cz-shell ul {
    list-style: none;
  }
  .cz-shell ::selection {
    background: var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--cz-green) 35%, transparent);
    }
  }
  .cz-page {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: var(--cz-page);
  }
  .cz-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/img/backdrop-city.png") center -4rem / 92rem auto repeat;
    filter: grayscale(0.9);
    opacity: 0.045;
    pointer-events: none;
  }
  :root[data-cz-theme="dark"] .cz-page::before {
    opacity: 0.06;
    filter: grayscale(0.5) brightness(0.8);
  }
  .cz-skip {
    position: absolute;
    left: 0.6rem;
    top: 0.6rem;
    z-index: 100;
    padding: 0.5rem 0.85rem;
    border-radius: 0.3rem;
    background: var(--cz-green);
    color: #ffffff;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.72rem;
    transform: translateY(-300%);
  }
  .cz-skip:focus-visible {
    transform: none;
  }
  .cz-mast {
    position: relative;
    height: 7rem;
    overflow: hidden;
    background: #1b2340 url("/img/backdrop-city.png") center 55% / cover no-repeat;
    image-rendering: pixelated;
  }
  .cz-mast::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 18, 34, 0.15) 0%, rgba(12, 18, 34, 0.05) 45%, rgba(12, 18, 34, 0.42) 100%);
  }
  .cz-mast__inner {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
  }
  .cz-mast__logo {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 4.2vw, 2.5rem);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #ffc233;
    text-shadow: 0 2px 0 #b96f00, 0 3px 0 #8f5400, 0 8px 18px rgba(8, 16, 30, 0.55);
    transition: filter 0.15s var(--ease-neon);
  }
  .cz-mast__logo:hover {
    filter: brightness(1.07);
  }
  .cz-mast__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.72rem;
    color: #4a5a63;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 999px;
    padding: 0.3rem 0.8rem;
    box-shadow: 0 3px 10px rgba(10, 25, 35, 0.28);
    white-space: nowrap;
  }
  .cz-mast__pill i {
    color: var(--cz-green);
  }
  .cz-topnav {
    position: sticky;
    top: 0;
    z-index: 40;
    background: var(--cz-panel);
    border-bottom: 1px solid var(--cz-line);
    box-shadow: 0 6px 18px -16px rgba(20, 40, 50, 0.7);
  }
  .cz-topnav__inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.15rem;
    min-height: 2.9rem;
  }
  .cz-navitem {
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    gap: 0.42rem;
    min-height: 2.9rem;
    padding: 0 0.85rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--cz-muted);
    background: none;
    border: 0;
    cursor: pointer;
    transition: color 0.15s var(--ease-neon), background 0.15s var(--ease-neon);
  }
  .cz-navitem > i:first-child {
    font-size: 0.85rem;
    color: var(--cz-green);
  }
  .cz-navitem:hover {
    color: var(--cz-text);
    background: var(--cz-panel-2);
  }
  .cz-navitem.is-active {
    color: var(--cz-text);
  }
  .cz-navitem.is-active > i:first-child {
    color: var(--cz-head);
  }
  .cz-navitem__caret {
    font-size: 0.5rem;
    color: var(--cz-faint);
  }
  .cz-drop {
    position: relative;
    display: flex;
    align-items: stretch;
  }
  .cz-drop__menu {
    position: absolute;
    top: 100%;
    left: 0;
    translate: 0 -4px;
    min-width: 11rem;
    padding: 0.3rem 0;
    background: var(--cz-panel);
    border: 1px solid var(--cz-line);
    border-top: 3px solid var(--cz-head);
    border-radius: 0 0 var(--cz-radius) var(--cz-radius);
    box-shadow: 0 18px 34px -18px rgba(20, 40, 50, 0.8);
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.14s var(--ease-neon), translate 0.14s var(--ease-neon), visibility 0.14s;
    z-index: 50;
  }
  .cz-drop:hover .cz-drop__menu, .cz-drop:focus-within .cz-drop__menu {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }
  .cz-drop:hover > .cz-navitem, .cz-drop:focus-within > .cz-navitem {
    color: var(--cz-text);
    background: var(--cz-panel-2);
    box-shadow: inset 0 -3px 0 var(--cz-head);
  }
  .cz-drop__item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.6rem 1.05rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.84rem;
    color: var(--cz-text);
    white-space: nowrap;
    transition: background 0.12s var(--ease-neon), color 0.12s var(--ease-neon);
  }
  .cz-drop__item i {
    width: 1rem;
    text-align: center;
    color: var(--cz-faint);
  }
  .cz-drop__item:hover {
    background: var(--cz-panel-2);
    color: var(--cz-green);
  }
  .cz-drop__item:hover i {
    color: var(--cz-green);
  }
  .cz-drop__item--soft {
    font-weight: 500;
    font-size: 0.76rem;
    line-height: 1.35;
    padding: 0.45rem 1.05rem;
    color: var(--cz-muted);
    align-items: flex-start;
  }
  .cz-drop__item--soft i {
    margin-top: 0.15rem;
  }
  .cz-iconbtn {
    display: inline-grid;
    place-items: center;
    position: relative;
    width: 1.75rem;
    height: 1.75rem;
    flex: none;
    border-radius: 999px;
    border: 1px solid var(--cz-line);
    background: var(--cz-panel);
    color: var(--cz-muted);
    font-size: 0.72rem;
    cursor: pointer;
    transition: color 0.14s var(--ease-neon), border-color 0.14s var(--ease-neon), background 0.14s var(--ease-neon);
  }
  .cz-iconbtn:hover {
    color: var(--cz-text);
    border-color: var(--cz-line-2);
    background: var(--cz-panel-2);
  }
  .cz-iconbtn__dot {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--cz-red);
    box-shadow: 0 0 0 2px var(--cz-panel);
  }
  .cz-panel {
    background: var(--cz-panel);
    border: 1px solid var(--cz-line);
    border-radius: var(--cz-radius);
    box-shadow: var(--cz-shadow);
    overflow: hidden;
  }
  .cz-panel__head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 1.85rem;
    padding: 0.35rem 0.9rem;
    background-image: var(--cz-headpat), linear-gradient(180deg, var(--cz-head) 0%, var(--cz-head-2) 100%);
    background-size: 28px 28px, 100% 100%;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.18);
  }
  .cz-panel__head--split {
    justify-content: space-between;
  }
  .cz-panel__title {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.01em;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
    text-align: center;
  }
  .cz-panel__meta {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    white-space: nowrap;
  }
  .cz-panel__body {
    padding: 0.8rem;
  }
  .cz-panel__body--lg {
    padding: 1.1rem;
  }
  .cz-subcard {
    background: var(--cz-panel);
    border: 1px solid var(--cz-line);
    border-radius: var(--cz-radius);
    padding: 0.85rem;
  }
  .cz-sectiontitle {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.82rem;
    color: var(--cz-text);
  }
  .cz-sectionsub {
    font-family: var(--font-body);
    font-size: 0.72rem;
    line-height: 1.5;
    color: var(--cz-faint);
  }
  .cz-label {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--cz-faint);
  }
  .cz-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    text-align: center;
    padding: 2.6rem 1rem;
    color: var(--cz-faint);
  }
  .cz-empty > i {
    font-size: 1.6rem;
    opacity: 0.55;
    margin-bottom: 0.2rem;
  }
  .cz-empty b {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.86rem;
    color: var(--cz-muted);
  }
  .cz-empty span {
    font-size: 0.76rem;
  }
  .cz-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.76rem;
    line-height: 1;
    white-space: nowrap;
    color: #ffffff;
    background: var(--cz-green);
    border: 0;
    border-radius: 0.32rem;
    padding: 0.55rem 1rem;
    cursor: pointer;
    box-shadow: 0 2px 0 var(--cz-green-2);
    transition: filter 0.14s var(--ease-neon), transform 0.1s var(--ease-neon), box-shadow 0.1s var(--ease-neon);
  }
  .cz-btn:hover {
    filter: brightness(1.06);
  }
  .cz-btn:active {
    transform: translateY(2px);
    box-shadow: 0 0 0 var(--cz-green-2);
  }
  .cz-btn:disabled {
    opacity: 0.5;
    cursor: default;
    transform: none;
  }
  .cz-btn--block {
    width: 100%;
  }
  .cz-btn--sm {
    font-size: 0.7rem;
    padding: 0.42rem 0.7rem;
  }
  .cz-btn--ghost {
    color: var(--cz-muted);
    background: var(--cz-panel);
    border: 1px solid var(--cz-line-2);
    box-shadow: none;
  }
  .cz-btn--ghost:hover {
    color: var(--cz-text);
    background: var(--cz-panel-2);
  }
  .cz-btn--ghost:active {
    transform: translateY(1px);
    box-shadow: none;
  }
  .cz-field {
    width: 100%;
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: var(--cz-text);
    background: var(--cz-panel);
    border: 1px solid var(--cz-line-2);
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    transition: border-color 0.15s var(--ease-neon), box-shadow 0.15s var(--ease-neon);
  }
  .cz-field::placeholder {
    color: var(--cz-faint);
  }
  .cz-field:focus {
    outline: none;
    border-color: var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--cz-green) 60%, var(--cz-line-2));
    }
    box-shadow: 0 0 0 3px var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in srgb, var(--cz-green) 16%, transparent);
    }
  }
  .cz-field--box {
    border-radius: 0.35rem;
  }
  .cz-field--area {
    border-radius: 0.5rem;
    resize: none;
    line-height: 1.5;
  }
  .cz-search {
    position: relative;
    display: block;
  }
  .cz-search > i {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    translate: 0 -50%;
    font-size: 0.7rem;
    color: var(--cz-faint);
    pointer-events: none;
  }
  .cz-search > input {
    padding-left: 1.9rem;
  }
  .cz-tag {
    --tag: var(--cz-muted);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.65rem;
    line-height: 1;
    white-space: nowrap;
    padding: 0.34rem 0.62rem;
    border-radius: 999px;
    border: 1px solid var(--tag);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--tag) 30%, transparent);
    }
    background: var(--tag);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--tag) 13%, var(--cz-panel));
    }
    color: var(--tag);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--tag) 72%, var(--cz-text));
    }
    transition: filter 0.14s var(--ease-neon), background 0.14s var(--ease-neon);
  }
  button.cz-tag, a.cz-tag {
    cursor: pointer;
  }
  button.cz-tag:hover, a.cz-tag:hover {
    filter: brightness(1.04);
  }
  .cz-tag.is-active {
    background: var(--tag);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 2px 0 var(--tag);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 2px 0 color-mix(in srgb, var(--tag) 55%, #10231a);
    }
  }
  .cz-tag--slate {
    --tag: #4a5a63;
  }
  .cz-tag--green {
    --tag: #4c8a52;
  }
  .cz-tag--gold {
    --tag: #d8a022;
  }
  .cz-tag--red {
    --tag: #d9534f;
  }
  .cz-tag--cyan {
    --tag: #3e96ac;
  }
  .cz-tag--violet {
    --tag: #a45cd6;
  }
  .cz-tag--pink {
    --tag: #e0559a;
  }
  .cz-tag--orange {
    --tag: #ee8b32;
  }
  .cz-tag--blue {
    --tag: #4a7fd0;
  }
  .cz-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.58rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0.18rem 0.42rem;
    border-radius: 0.28rem;
    background: var(--cz-panel-3);
    color: var(--cz-muted);
  }
  .cz-status {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.55rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.16rem 0.42rem;
    border-radius: 0.25rem;
    background: var(--cz-panel-3);
    color: var(--cz-faint);
    white-space: nowrap;
  }
  .cz-status::before {
    content: "";
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 999px;
    background: currentColor;
  }
  .cz-status.is-online {
    background: var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--cz-green) 15%, var(--cz-panel));
    }
    color: #3f8a45;
  }
  :root[data-cz-theme="dark"] .cz-status.is-online {
    color: #71c977;
  }
  .cz-av {
    --av: 2.75rem;
    position: relative;
    display: grid;
    place-items: center;
    flex: none;
    width: var(--av);
    height: var(--av);
    border-radius: 999px;
    overflow: hidden;
    background: var(--cz-panel-2);
    border: 1px solid var(--cz-line);
    font-family: var(--font-display);
    font-size: calc(var(--av) * 0.34);
    line-height: 1;
    color: var(--cz-faint);
    user-select: none;
  }
  .cz-av img {
    width: 148%;
    height: 148%;
    max-width: none;
    object-fit: contain;
    image-rendering: pixelated;
  }
  .cz-av--ring {
    border: 2px solid var(--cz-green);
  }
  .cz-av--xs {
    --av: 1.6rem;
  }
  .cz-av--sm {
    --av: 2.25rem;
  }
  .cz-av--md {
    --av: 100px;
  }
  .cz-av--lg {
    --av: 3.1rem;
  }
  .cz-av--badge {
    background: var(--cz-panel-3);
  }
  .cz-av--badge img {
    width: 70%;
    height: 70%;
  }
  .cz-av--staff {
    border-color: var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--cz-green) 55%, var(--cz-line));
    }
    background: var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--cz-green) 12%, var(--cz-panel-2));
    }
  }
  .cz-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem;
  }
  .cz-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.45rem 0.4rem;
    border-radius: 0.32rem;
    border: 1px solid var(--cz-line);
    background: var(--cz-panel-2);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.78rem;
    color: var(--cz-text);
    font-variant-numeric: tabular-nums;
    min-width: 0;
  }
  .cz-stat i {
    font-size: 0.8rem;
    flex: none;
  }
  .cz-stat b {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cz-stat--coins i {
    color: var(--cz-gold);
  }
  .cz-stat--duckets i {
    color: var(--cz-violet);
  }
  .cz-stat--diamonds i {
    color: #2fb3a8;
  }
  .cz-enter {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 4.4rem;
    padding: 0 0.9rem;
    overflow: hidden;
    border-radius: var(--cz-radius);
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: linear-gradient(180deg, #57bd5c 0%, #3f9a45 100%);
    box-shadow: 0 3px 0 #2f7a35, var(--cz-shadow);
    cursor: pointer;
    transition: filter 0.15s var(--ease-neon), transform 0.1s var(--ease-neon), box-shadow 0.1s var(--ease-neon);
  }
  .cz-enter:hover {
    filter: brightness(1.05);
  }
  .cz-enter:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 #2f7a35, var(--cz-shadow);
  }
  .cz-enter__label {
    position: relative;
    z-index: 1;
    font-family: var(--font-display);
    font-size: 1.22rem;
    line-height: 1.05;
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.28);
  }
  .cz-enter__art {
    position: absolute;
    right: -0.6rem;
    bottom: -1.1rem;
    width: 7.5rem;
    height: 7.5rem;
    object-fit: cover;
    image-rendering: pixelated;
    opacity: 0.95;
    pointer-events: none;
    mask-image: linear-gradient(90deg, transparent 0%, #000 38%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 38%);
  }
  .cz-promo2 {
    position: relative;
    display: block;
    width: 100%;
    height: 8.2rem;
    overflow: hidden;
    border-radius: var(--cz-radius);
    border: 1px solid var(--cz-line);
    background: var(--cz-panel-3);
    box-shadow: var(--cz-shadow);
  }
  .cz-promo2__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated;
  }
  .cz-promo2__cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.6rem 0.6rem 0.5rem;
    background: linear-gradient(180deg, transparent, rgba(8, 16, 22, 0.86));
    color: #ffffff;
  }
  .cz-promo2__cap b {
    display: block;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.76rem;
    line-height: 1.25;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
  }
  .cz-promo2__cap span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.1rem;
    font-size: 0.66rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
  }
  .cz-promo2__nav {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border: 0;
    border-radius: 999px;
    background: rgba(10, 20, 28, 0.45);
    color: #ffffff;
    font-size: 0.7rem;
    cursor: pointer;
    transition: background 0.14s var(--ease-neon);
  }
  .cz-promo2__nav:hover {
    background: rgba(10, 20, 28, 0.7);
  }
  .cz-promo2__nav--prev {
    left: 0.35rem;
  }
  .cz-promo2__nav--next {
    right: 0.35rem;
  }
  .cz-listrow {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.35rem;
    border-radius: 0.35rem;
    min-width: 0;
    width: 100%;
    text-align: left;
    font: inherit;
    color: inherit;
    background: none;
    border: 0;
    appearance: none;
    transition: background 0.14s var(--ease-neon);
  }
  button.cz-listrow {
    cursor: pointer;
  }
  .cz-listrow:hover {
    background: var(--cz-panel-2);
  }
  .cz-listrow + .cz-listrow {
    border-top: 1px solid var(--cz-line);
  }
  .cz-listrow__thumb {
    width: 3.4rem;
    height: 2.4rem;
    flex: none;
    border-radius: 0.28rem;
    overflow: hidden;
    background: var(--cz-panel-3);
    display: grid;
    place-items: center;
  }
  .cz-listrow__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated;
  }
  .cz-listrow__txt {
    min-width: 0;
    flex: 1;
  }
  .cz-listrow__txt b {
    display: block;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.74rem;
    line-height: 1.25;
    color: var(--cz-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cz-listrow__txt span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.66rem;
    line-height: 1.35;
    color: var(--cz-faint);
  }
  .cz-bar {
    position: relative;
    height: 0.85rem;
    border-radius: 999px;
    background: #1d2429;
    overflow: hidden;
  }
  .cz-bar__fill {
    position: absolute;
    inset: 0 auto 0 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cz-green), #6cc971);
    transition: width 0.4s var(--ease-neon);
  }
  .cz-bar__txt {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.55rem;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .cz-rail {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.7rem 0.9rem 0.55rem;
    border-bottom: 1px solid var(--cz-line);
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
    scrollbar-color: var(--cz-line-2) transparent;
  }
  .cz-rail::-webkit-scrollbar {
    height: 5px;
  }
  .cz-rail::-webkit-scrollbar-thumb {
    background: var(--cz-line-2);
    border-radius: 999px;
  }
  .cz-story {
    flex: none;
    display: grid;
    justify-items: center;
    gap: 0.28rem;
    width: 3.35rem;
    scroll-snap-align: start;
    text-decoration: none;
  }
  .cz-story__ring {
    display: grid;
    place-items: center;
    padding: 2px;
    border-radius: 999px;
    background: var(--cz-line-2);
    transition: transform 0.16s var(--ease-neon), background 0.16s var(--ease-neon);
  }
  .cz-story.is-online .cz-story__ring {
    background: conic-gradient(from 210deg, var(--cz-green), #93d998, var(--cz-cyan), var(--cz-green));
  }
  .cz-story:hover .cz-story__ring {
    transform: translateY(-2px);
  }
  .cz-story__ring > .cz-av {
    border: 2px solid var(--cz-panel);
  }
  .cz-story__name {
    max-width: 100%;
    font-family: var(--font-body);
    font-size: 0.58rem;
    font-weight: 600;
    color: var(--cz-faint);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.14s var(--ease-neon);
  }
  .cz-story:hover .cz-story__name {
    color: var(--cz-text);
  }
  .cz-composer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.7rem;
    padding: 0.85rem 0.9rem 0.7rem;
    border-bottom: 1px solid var(--cz-line);
    transition: background 0.18s var(--ease-neon);
  }
  .cz-composer.is-staff {
    background: var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--cz-green) 5%, transparent);
    }
  }
  .cz-composer__main {
    min-width: 0;
  }
  .cz-composer__area {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0.5rem 0 0.55rem;
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--cz-text);
    resize: none;
    min-height: 2.9rem;
    max-height: 17rem;
    field-sizing: content;
  }
  .cz-composer__area:focus {
    outline: none;
  }
  .cz-composer__area::placeholder {
    color: var(--cz-faint);
  }
  .cz-composer__bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding-top: 0.5rem;
    border-top: 1px solid var(--cz-line);
  }
  .cz-composer__tools {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    min-width: 0;
  }
  .cz-composer__send {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-left: auto;
  }
  .cz-composer__err {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--cz-red);
    padding-bottom: 0.35rem;
  }
  .cz-composer__hint {
    font-family: var(--font-body);
    font-size: 0.64rem;
    color: var(--cz-faint);
    padding-top: 0.45rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .cz-moods {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
  }
  .cz-mood {
    display: grid;
    place-items: center;
    width: 1.95rem;
    height: 1.95rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    filter: grayscale(0.4);
    transition: opacity 0.14s var(--ease-neon), filter 0.14s var(--ease-neon), background 0.14s var(--ease-neon), transform 0.14s var(--ease-neon);
  }
  .cz-mood img {
    width: 165%;
    height: 165%;
    max-width: none;
    object-fit: contain;
    image-rendering: pixelated;
  }
  .cz-mood:hover {
    opacity: 0.95;
    filter: none;
    transform: translateY(-1px);
  }
  .cz-mood.is-on {
    width: 100px;
    height: 100px;
    opacity: 1;
    filter: none;
    background: var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--cz-green) 14%, transparent);
    }
    box-shadow: inset 0 0 0 2px var(--cz-green);
  }
  .cz-seg {
    display: inline-flex;
    padding: 2px;
    gap: 2px;
    border-radius: 999px;
    background: var(--cz-panel-3);
  }
  .cz-seg__opt {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    border: 0;
    cursor: pointer;
    background: transparent;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.6rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--cz-muted);
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    transition: background 0.14s var(--ease-neon), color 0.14s var(--ease-neon);
  }
  .cz-seg__opt:hover {
    color: var(--cz-text);
  }
  .cz-seg__opt.is-on {
    background: var(--cz-panel);
    color: var(--cz-text);
    box-shadow: 0 1px 2px rgba(30, 50, 60, 0.14);
  }
  .cz-seg__opt--staff.is-on {
    background: var(--cz-green);
    color: #ffffff;
  }
  .cz-ring {
    --p: 0;
    --ring: var(--cz-green);
    position: relative;
    flex: none;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    background: conic-gradient(var(--ring) calc(var(--p) * 1%), var(--cz-line-2) 0);
    transition: background 0.2s linear;
  }
  .cz-ring::after {
    content: "";
    position: absolute;
    inset: 2.5px;
    border-radius: 999px;
    background: var(--cz-panel);
  }
  .cz-ring.is-warn {
    --ring: var(--cz-gold);
  }
  .cz-ring.is-over {
    --ring: var(--cz-red);
  }
  .cz-ring__n {
    font-family: var(--font-body);
    font-size: 0.66rem;
    font-weight: 700;
    color: var(--cz-faint);
    font-variant-numeric: tabular-nums;
  }
  .cz-ring__n.is-over {
    color: var(--cz-red);
  }
  .cz-post {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.7rem;
    padding: 0.8rem 0.9rem 0.5rem;
    border-bottom: 1px solid var(--cz-line);
    transition: background 0.16s var(--ease-neon);
  }
  .cz-post:last-child {
    border-bottom: 0;
  }
  .cz-post:hover {
    background: var(--cz-panel-2);
  }
  .cz-post.is-staff {
    background: var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--cz-green) 6%, transparent);
    }
  }
  .cz-post.is-staff:hover {
    background: var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--cz-green) 10%, transparent);
    }
  }
  .cz-post.is-staff::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--cz-green), var(--cz-green-2));
  }
  .cz-post__main {
    min-width: 0;
  }
  .cz-post__head {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: wrap;
    line-height: 1.25;
  }
  .cz-post__name {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--cz-text);
  }
  .cz-post__handle, .cz-post__time {
    font-family: var(--font-body);
    font-size: 0.72rem;
    color: var(--cz-faint);
    white-space: nowrap;
  }
  .cz-post__sep {
    color: var(--cz-faint);
    font-size: 0.72rem;
  }
  .cz-post__body {
    margin-top: 0.15rem;
    font-size: 0.86rem;
    line-height: 1.55;
    color: var(--cz-text);
    overflow-wrap: anywhere;
  }
  .cz-post__acts {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.15rem;
    margin-left: -0.42rem;
  }
  .cz-verified {
    display: inline-grid;
    place-items: center;
    flex: none;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 999px;
    background: var(--cz-green);
    color: #ffffff;
    font-size: 0.48rem;
  }
  .cz-act {
    --tone: var(--cz-cyan);
    display: inline-flex;
    align-items: center;
    gap: 0.1rem;
    background: none;
    border: 0;
    padding: 0 0.45rem 0 0;
    cursor: pointer;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.72rem;
    color: var(--cz-faint);
    font-variant-numeric: tabular-nums;
    transition: color 0.14s var(--ease-neon);
  }
  .cz-act__ico {
    display: grid;
    place-items: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    transition: background 0.14s var(--ease-neon), transform 0.14s var(--ease-neon);
  }
  .cz-act:hover {
    color: var(--tone);
  }
  .cz-act:hover .cz-act__ico {
    background: var(--tone);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--tone) 15%, transparent);
    }
  }
  .cz-act:active .cz-act__ico {
    transform: scale(0.88);
  }
  .cz-act--like {
    --tone: var(--cz-red);
  }
  .cz-act--like.is-on {
    color: var(--cz-red);
  }
  .cz-act--like.is-on .cz-act__ico {
    animation: cz-pop 0.32s var(--ease-neon);
  }
  .cz-act--del {
    --tone: var(--cz-red);
  }
  @keyframes cz-pop {
    0% {
      transform: scale(1);
    }
    45% {
      transform: scale(1.35);
    }
    100% {
      transform: scale(1);
    }
  }
  .cz-newsgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    gap: 0.65rem;
  }
  .cz-newscard {
    position: relative;
    display: block;
    height: 8.4rem;
    overflow: hidden;
    border-radius: var(--cz-radius);
    background: var(--cz-panel-3);
    border: 1px solid var(--cz-line);
    transition: transform 0.16s var(--ease-neon), box-shadow 0.16s var(--ease-neon);
  }
  .cz-newscard:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px -14px rgba(20, 40, 50, 0.6);
  }
  .cz-newscard__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated;
  }
  .cz-newscard__fallback {
    position: absolute;
    inset: 0;
    background: radial-gradient(rgba(255, 255, 255, 0.10) 1px, transparent 1.5px), linear-gradient(135deg, #3f6f88, #23384a);
    background-size: 9px 9px, 100% 100%;
  }
  .cz-newscard__cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 0.7rem 0.6rem;
    background: linear-gradient(180deg, transparent, rgba(6, 12, 18, 0.88));
    color: #ffffff;
  }
  .cz-newscard__cap b {
    display: block;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.82rem;
    line-height: 1.2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  }
  .cz-newscard__cap span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.15rem;
    font-size: 0.68rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.86);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  }
  .cz-newscard__flag {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    z-index: 1;
  }
  .cz-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    padding-top: 0.9rem;
  }
  .cz-pagerlink {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.72rem;
    color: var(--cz-muted);
    background: none;
    border: 0;
    padding: 0.25rem 0.2rem;
    cursor: pointer;
    transition: color 0.14s var(--ease-neon);
  }
  .cz-pagerlink:hover:not(:disabled) {
    color: var(--cz-green);
  }
  .cz-pagerlink:disabled {
    opacity: 0.4;
    cursor: default;
  }
  .cz-staffgrid {
    display: grid;
  }
  .cz-staffcard {
    position: relative;
    display: flex;
    align-items: flex-start;
    border-radius: var(--cz-radius);
    border: 1px solid var(--cz-line);
    background: var(--cz-panel);
    min-height: 4.6rem;
    transition: border-color 0.15s var(--ease-neon), box-shadow 0.15s var(--ease-neon);
  }
  .cz-staffcard:hover {
    border-color: var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--cz-green) 45%, var(--cz-line));
    }
    box-shadow: 0 10px 20px -16px rgba(20, 40, 50, 0.7);
  }
  .cz-staffcard__av {
    width: 3.1rem;
    height: 3.1rem;
    flex: none;
    border-radius: 999px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, var(--cz-panel-2), var(--cz-panel-3));
    border: 1px solid var(--cz-line);
  }
  .cz-staffcard__av img {
    width: 152%;
    height: 152%;
    max-width: none;
    object-fit: contain;
    image-rendering: pixelated;
  }
  .cz-staffcard__name {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--cz-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cz-staffcard__side {
    position: absolute;
    right: 0.55rem;
    top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
  }
  .cz-badgerow {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: wrap;
  }
  .cz-badge {
    position: relative;
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    flex: none;
    border-radius: 0.25rem;
    background: var(--cz-panel-2);
    border: 1px solid var(--cz-line);
    overflow: hidden;
    transition: transform 0.18s var(--ease-neon), border-color 0.18s var(--ease-neon), box-shadow 0.18s var(--ease-neon), background 0.18s var(--ease-neon);
  }
  .cz-badge img {
    width: 88%;
    height: 88%;
    object-fit: contain;
    image-rendering: pixelated;
  }
  .cz-badge:hover {
    transform: scale(1.06);
    border-color: var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--cz-green) 50%, var(--cz-line));
    }
    box-shadow: 0 6px 12px -8px rgba(20, 40, 50, 0.55);
    z-index: 2;
  }
  .cz-badge--lg {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.42rem;
    background: linear-gradient(160deg, var(--cz-panel-2), var(--cz-panel-3));
  }
  .cz-badge--lg img {
    width: 78%;
    height: 78%;
  }
  .cz-badge--lg::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 36%, rgba(255, 255, 255, 0.5) 50%, transparent 64%);
    translate: -120% 0;
    opacity: 0;
    transition: translate 0.55s var(--ease-neon), opacity 0.2s var(--ease-neon);
  }
  .cz-badge--lg:hover {
    transform: translateY(-3px) scale(1.12);
    border-color: var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--cz-green) 65%, var(--cz-line));
    }
    box-shadow: 0 10px 18px -10px rgba(20, 40, 50, 0.6), 0 0 0 3px var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 10px 18px -10px rgba(20, 40, 50, 0.6), 0 0 0 3px color-mix(in srgb, var(--cz-green) 14%, transparent);
    }
  }
  .cz-badge--lg:hover::after {
    translate: 120% 0;
    opacity: 1;
  }
  .cz-prose {
    font-size: 0.76rem;
    line-height: 1.6;
    color: var(--cz-muted);
  }
  .cz-prose b, .cz-prose strong {
    color: var(--cz-text);
    font-weight: 700;
  }
  .cz-prose p + p {
    margin-top: 0.7rem;
  }
  .cz-prose h4 {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.78rem;
    color: var(--cz-text);
    margin-bottom: 0.25rem;
  }
  .cz-prose h4 + p {
    margin-top: 0;
  }
  .cz-prose p + h4 {
    margin-top: 0.9rem;
  }
  .cz-prose blockquote {
    margin: 0.35rem 0 0.7rem;
    padding: 0.35rem 0.75rem;
    border-left: 3px solid var(--cz-green);
    background: var(--cz-green);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--cz-green) 8%, transparent);
    }
    color: var(--cz-muted);
    border-radius: 0 0.25rem 0.25rem 0;
  }
  .cz-prose blockquote > :last-child {
    margin-bottom: 0;
  }
  .cz-footer {
    border-top: 1px solid var(--cz-line);
    background: var(--cz-panel);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--cz-panel) 55%, transparent);
    }
    text-align: center;
    padding: 1.1rem 1rem;
    font-family: var(--font-body);
    font-size: 0.7rem;
    line-height: 1.7;
    color: var(--cz-faint);
  }
  .cz-shell a:focus-visible, .cz-shell button:focus-visible, .cz-shell input:focus-visible, .cz-shell select:focus-visible, .cz-shell textarea:focus-visible {
    outline: 2px solid var(--cz-green);
    outline-offset: 2px;
  }
  .cz-shell .hb-panel {
    background: var(--cz-panel);
    border-color: var(--cz-line);
    border-radius: var(--cz-radius);
    box-shadow: var(--cz-shadow);
  }
  .cz-shell .page-loader {
    color: var(--cz-muted);
  }
}
.cz-shell a.cz-skip {
  color: #ffffff;
}
.cz-shell a.cz-mast__logo {
  color: #ffc233;
}
.cz-shell a.cz-navitem {
  color: var(--cz-muted);
}
.cz-shell a.cz-navitem:hover, .cz-shell a.cz-navitem.is-active {
  color: var(--cz-text);
}
.cz-shell a.cz-drop__item {
  color: var(--cz-muted);
}
.cz-shell a.cz-drop__item:hover {
  color: var(--cz-text);
}
.cz-shell a.cz-btn {
  color: #ffffff;
}
.cz-shell a.cz-btn--ghost {
  color: var(--cz-muted);
}
.cz-shell a.cz-btn--ghost:hover {
  color: var(--cz-text);
}
.cz-shell a.cz-iconbtn {
  color: var(--cz-muted);
}
.cz-shell a.cz-iconbtn:hover {
  color: var(--cz-text);
}
.cz-shell a.cz-newscard, .cz-shell a.cz-promo2 {
  color: #ffffff;
}
.cz-shell a.cz-tag {
  color: var(--tag);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--tag) 72%, var(--cz-text));
  }
}
.cz-shell a.cz-tag.is-active {
  color: #ffffff;
}
.cz-shell a.cz-listrow, .cz-shell a.cz-staffcard {
  color: var(--cz-text);
}
.cz-shell a.cz-pagerlink {
  color: var(--cz-muted);
}
.cz-shell a.cz-pagerlink:hover {
  color: var(--cz-green);
}
.cz-shell .cz-post__name a {
  color: var(--cz-text);
  text-decoration: none;
}
.cz-shell .cz-post__name a:hover {
  color: var(--cz-green);
}
.cz-shell .cz-prose a, .cz-shell .hb-prose a {
  color: var(--cz-green);
}
.cz-shell .hb-prose blockquote {
  border-left-color: var(--cz-green);
  background: var(--cz-green);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--cz-green) 8%, transparent);
  }
}
.cz-shell .cz-footer a {
  color: var(--cz-muted);
}
.cz-shell .cz-panel__title, .cz-shell .cz-sectiontitle, .cz-shell .cz-prose h4 {
  font-family: var(--font-body);
  font-weight: 700;
}
.cz-shell .cz-enter__label, .cz-shell .cz-mast__logo {
  font-family: var(--font-display);
}
.cz-shell .hb-mde .editor-toolbar {
  background: var(--cz-panel-2);
  border: 1px solid var(--cz-line-2);
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
}
.cz-shell .hb-mde .editor-toolbar a, .cz-shell .hb-mde .editor-toolbar a.fa {
  color: var(--cz-muted) !important;
  border-color: transparent;
}
.cz-shell .hb-mde .editor-toolbar a:hover, .cz-shell .hb-mde .editor-toolbar a.active {
  background: var(--cz-panel);
  border-color: var(--cz-line-2);
  color: var(--cz-text) !important;
}
.cz-shell .hb-mde .editor-toolbar i.separator {
  border-left-color: var(--cz-line);
  border-right-color: transparent;
}
.cz-shell .hb-mde .CodeMirror {
  background: var(--cz-panel);
  border: 1px solid var(--cz-line-2);
  border-radius: 0 0 0.5rem 0.5rem;
  color: var(--cz-text);
  font-family: var(--font-body);
  font-size: 0.85rem;
}
.cz-shell .hb-mde .CodeMirror-focused {
  border-color: var(--cz-green);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--cz-green) 60%, var(--cz-line-2));
  }
  box-shadow: 0 0 0 3px var(--cz-green);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--cz-green) 16%, transparent);
  }
}
.cz-shell .hb-mde .CodeMirror-cursor {
  border-left-color: var(--cz-green);
}
.cz-shell .hb-mde .CodeMirror-selected, .cz-shell .hb-mde .CodeMirror-focused .CodeMirror-selected {
  background: var(--cz-panel-3);
}
.cz-shell .hb-mde .CodeMirror-placeholder {
  color: var(--cz-faint) !important;
}
.cz-shell .hb-mde .CodeMirror-lines {
  color: var(--cz-text);
}
.cz-shell .hb-mde .cm-header {
  color: var(--cz-green);
}
.cz-shell .hb-mde .cm-link, .cz-shell .hb-mde .cm-url {
  color: var(--cz-cyan);
}
.cz-shell .hb-mde .cm-strong, .cz-shell .hb-mde .cm-em {
  color: var(--cz-text);
}
.cz-shell .hb-mde .editor-preview, .cz-shell .hb-mde .editor-preview-side {
  background: var(--cz-panel);
  color: var(--cz-text);
}
.cz-shell .cz-composer .hb-mde {
  display: flex;
  flex-direction: column-reverse;
}
.cz-shell .cz-composer .hb-mde .CodeMirror {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0.5rem 0 0.55rem;
  font-size: 0.95rem;
  line-height: 1.5;
  min-height: 2.9rem;
  max-height: 17rem;
}
.cz-shell .cz-composer .hb-mde .CodeMirror-focused {
  border: 0;
  box-shadow: none;
}
.cz-shell .cz-composer .hb-mde .CodeMirror-scroll {
  min-height: 2.9rem;
  padding: 0;
}
.cz-shell .cz-composer .hb-mde .editor-toolbar {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin-left: -0.35rem;
  opacity: 1;
}
.cz-shell .cz-composer .hb-mde .editor-toolbar a, .cz-shell .cz-composer .hb-mde .editor-toolbar a.fa {
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
}
.cz-shell .cz-composer .hb-mde .editor-toolbar a:hover, .cz-shell .cz-composer .hb-mde .editor-toolbar a.active {
  border-color: transparent;
  background: var(--cz-green);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--cz-green) 15%, transparent);
  }
  color: var(--cz-green) !important;
}
.cz-shell .cz-composer .hb-mde .editor-toolbar i.separator {
  border: 0;
  margin: 0 0.1rem;
}
@layer components {
  .nx-shell, .nx-auth {
    --nx-void: #08080a;
    --nx-panel: #0e0e11;
    --nx-panel-2: #131318;
    --nx-panel-3: #1a1a20;
    --nx-line: #1e1e24;
    --nx-line-2: #2c2c34;
    --nx-text: #eceae6;
    --nx-muted: #97948f;
    --nx-faint: #85837e;
    --nx-red: #ff2436;
    --nx-red-ink: #ff5d68;
    --nx-red-hot: #ff4a58;
    --nx-red-fill: #e81828;
    --nx-red-fill-hot: #d21322;
    --nx-hatch: repeating-linear-gradient(
      135deg,
      transparent 0 5px,
      rgba(255, 255, 255, 0.045) 5px 6px
    );
    --nx-mono: var(--font-mono-ui);
    --nx-display: "Space Grotesk", "Inter", system-ui, sans-serif;
    --nx-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    background: var(--nx-void);
    color: var(--nx-text);
    font-family: var(--nx-body);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  :where(.nx-shell, .nx-auth) :where(h1, h2, h3, h4, p, ul, ol, figure, blockquote) {
    margin: 0;
    padding: 0;
  }
  :where(.nx-shell, .nx-auth) :where(ul, ol) {
    list-style: none;
  }
  :where(.nx-shell, .nx-auth) :where(a) {
    color: inherit;
    text-decoration: none;
  }
  :where(.nx-shell, .nx-auth) :where(button) {
    font: inherit;
    color: inherit;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
  }
  :where(.nx-shell, .nx-auth) :where(input, textarea, select) {
    font: inherit;
    color: inherit;
  }
  :where(.nx-shell, .nx-auth) :where(img) {
    display: block;
    max-width: 100%;
  }
  :where(.nx-shell, .nx-auth) :where(hr) {
    border: 0;
    border-top: 1px solid var(--nx-line);
  }
  .nx-shell ::selection, .nx-auth ::selection {
    background: var(--nx-red-fill);
    color: #ffffff;
  }
  .nx-shell ::-webkit-scrollbar {
    width: 10px;
    height: 8px;
  }
  .nx-shell ::-webkit-scrollbar-thumb {
    background: var(--nx-line-2);
  }
  .nx-shell ::-webkit-scrollbar-track {
    background: transparent;
  }
  .nx-shell :focus-visible, .nx-auth :focus-visible {
    outline: 2px solid var(--nx-red);
    outline-offset: 2px;
  }
  .nx-hatch {
    background-color: var(--nx-panel-2);
    background-image: var(--nx-hatch);
  }
  .nx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: var(--nx-mono);
    font-size: 0.575rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--nx-muted);
    line-height: 1;
    min-width: 0;
  }
  .nx-eyebrow::before {
    content: "";
    width: 0.34rem;
    height: 0.34rem;
    background: var(--nx-red);
    flex: none;
  }
  .nx-eyebrow--bare::before {
    display: none;
  }
  .nx-eyebrow > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nx-mono {
    font-family: var(--nx-mono);
    font-size: 0.575rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--nx-faint);
    line-height: 1;
  }
  .nx-mono--sm {
    font-size: 0.53rem;
    letter-spacing: 0.16em;
  }
  .nx-mono--flat {
    text-transform: none;
    letter-spacing: 0.08em;
  }
  .nx-display {
    font-family: var(--nx-display);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
  }
  .nx-panel {
    background: var(--nx-panel);
    border: 1px solid var(--nx-line);
    min-width: 0;
  }
  .nx-panel__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.62rem 0.85rem;
    border-bottom: 1px solid var(--nx-line);
  }
  .nx-panel__count {
    margin-left: auto;
    font-family: var(--nx-mono);
    font-size: 0.575rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--nx-faint);
    flex: none;
  }
  .nx-panel__body {
    padding: 0.85rem;
  }
  .nx-panel__body--lg {
    padding: 1.15rem;
  }
  .nx-panel--live {
    border-color: var(--nx-red);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--nx-red) 45%, var(--nx-line));
    }
    background: linear-gradient(180deg, var(--nx-red), transparent 70%), var(--nx-panel);
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(180deg, color-mix(in srgb, var(--nx-red) 9%, transparent), transparent 70%), var(--nx-panel);
    }
  }
  .nx-panel--live .nx-panel__head {
    border-bottom-color: var(--nx-red);
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom-color: color-mix(in srgb, var(--nx-red) 26%, var(--nx-line));
    }
  }
  .nx-panel--live .nx-eyebrow {
    color: var(--nx-red-ink);
  }
  .nx-ledger {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--nx-line);
    background: var(--nx-panel);
  }
  .nx-ledger--joined {
    border-top: 0;
  }
  @media (min-width: 640px) {
    .nx-ledger {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .nx-ledger__cell {
    padding: 0.8rem 0.95rem 0.85rem;
    border-top: 1px solid var(--nx-line);
    min-width: 0;
  }
  .nx-ledger__cell:nth-child(-n + 2) {
    border-top: 0;
  }
  .nx-ledger__cell:nth-child(2n) {
    border-left: 1px solid var(--nx-line);
  }
  @media (min-width: 640px) {
    .nx-ledger__cell {
      border-top: 0;
    }
    .nx-ledger__cell + .nx-ledger__cell {
      border-left: 1px solid var(--nx-line);
    }
  }
  .nx-ledger__n {
    display: block;
    font-family: var(--nx-display);
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--nx-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nx-ledger__n sup {
    font-size: 0.55em;
    font-weight: 500;
    letter-spacing: 0;
    vertical-align: baseline;
    color: var(--nx-faint);
  }
  .nx-ledger__k {
    display: block;
    margin-top: 0.32rem;
    font-family: var(--nx-mono);
    font-size: 0.545rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--nx-faint);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nx-ledger__cell.is-accent .nx-ledger__n {
    color: var(--nx-red-ink);
  }
  .nx-ledger__cell.is-accent .nx-ledger__n sup {
    color: var(--nx-red-ink);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--nx-red-ink) 60%, transparent);
    }
  }
  .nx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.58rem 1.05rem;
    background: var(--nx-red-fill);
    color: #ffffff;
    border: 1px solid var(--nx-red-fill);
    font-family: var(--nx-mono);
    font-size: 0.575rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    transition: background 0.14s var(--ease-neon), border-color 0.14s var(--ease-neon), color 0.14s var(--ease-neon);
  }
  .nx-btn:hover:not(:disabled) {
    background: var(--nx-red-fill-hot);
    border-color: var(--nx-red-fill-hot);
  }
  .nx-btn:disabled {
    opacity: 0.38;
    cursor: default;
  }
  .nx-btn--block {
    width: 100%;
  }
  .nx-btn--sm {
    padding: 0.44rem 0.75rem;
    font-size: 0.535rem;
  }
  .nx-btn--lg {
    padding: 0.78rem 1.3rem;
    font-size: 0.62rem;
  }
  .nx-btn--ghost {
    background: transparent;
    color: var(--nx-muted);
    border-color: var(--nx-line-2);
  }
  .nx-btn--ghost:hover:not(:disabled) {
    background: var(--nx-panel-2);
    border-color: var(--nx-line-2);
    color: var(--nx-text);
  }
  .nx-btn--icon {
    padding: 0;
    width: 2.15rem;
    height: 2.15rem;
    background: transparent;
    color: var(--nx-muted);
    border-color: var(--nx-line-2);
    font-size: 0.78rem;
    letter-spacing: 0;
  }
  .nx-btn--icon:hover:not(:disabled) {
    background: var(--nx-panel-2);
    color: var(--nx-text);
    border-color: var(--nx-line-2);
  }
  .nx-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.22rem 0.42rem;
    background: var(--nx-red-fill);
    color: #ffffff;
    font-family: var(--nx-mono);
    font-size: 0.52rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
  }
  .nx-chip--line {
    background: transparent;
    color: var(--nx-muted);
    border: 1px solid var(--nx-line-2);
  }
  .nx-chip--redline {
    background: transparent;
    color: var(--nx-red-ink);
    border: 1px solid var(--nx-red);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--nx-red) 45%, transparent);
    }
  }
  .nx-chip--line {
    transition: color 0.12s var(--ease-neon), border-color 0.12s var(--ease-neon);
  }
  button.nx-chip--line:hover, a.nx-chip--line:hover {
    color: var(--nx-text);
    border-color: var(--nx-line-2);
  }
  .nx-chip--line.is-active, button.nx-chip--line.is-active:hover {
    background: var(--nx-red-fill);
    border-color: var(--nx-red-fill);
    color: #ffffff;
  }
  .nx-chip--pad {
    padding: 0.38rem 0.6rem;
  }
  .nx-dot {
    width: 0.36rem;
    height: 0.36rem;
    flex: none;
    background: var(--nx-line-2);
  }
  .nx-dot.is-on {
    background: var(--nx-red);
  }
  .nx-av {
    --av: 2.4rem;
    position: relative;
    width: var(--av);
    height: var(--av);
    flex: none;
    display: grid;
    place-items: center;
    overflow: hidden;
    background-color: var(--nx-panel-2);
    background-image: var(--nx-hatch);
    border: 1px solid var(--nx-line);
    font-family: var(--nx-mono);
    font-size: calc(var(--av) * 0.3);
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--nx-muted);
  }
  .nx-av img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    image-rendering: pixelated;
  }
  .nx-av--xs {
    --av: 1.7rem;
  }
  .nx-av--sm {
    --av: 2.125rem;
  }
  .nx-av--md {
    --av: 2.9rem;
  }
  .nx-av--lg {
    --av: 6.75rem;
  }
  .nx-av--body {
    width: 5.625rem;
    height: 8.125rem;
  }
  .nx-av--body img {
    object-position: center bottom;
  }
  .nx-av--badge {
    background-image: none;
    background-color: var(--nx-panel-3);
  }
  .nx-av--badge img {
    inset: 14%;
    width: 72%;
    height: 72%;
  }
  .nx-av__on {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--nx-red);
  }
}
@layer components {
  .nx-topbar {
    position: sticky;
    top: 0;
    z-index: 60;
    background: var(--nx-void);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--nx-void) 92%, transparent);
    }
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--nx-line);
  }
  .nx-topbar__inner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 2.85rem;
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 78rem;
  }
  .nx-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex: none;
    font-family: var(--nx-mono);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--nx-text);
  }
  .nx-brand::before {
    content: "";
    width: 0.46rem;
    height: 0.46rem;
    background: var(--nx-red);
    flex: none;
  }
  .nx-nav {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .nx-nav::-webkit-scrollbar {
    display: none;
  }
  .nx-navlink {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 2.85rem;
    font-family: var(--nx-mono);
    font-size: 0.575rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--nx-faint);
    white-space: nowrap;
    transition: color 0.14s var(--ease-neon);
  }
  .nx-navlink:hover {
    color: var(--nx-muted);
  }
  .nx-navlink.is-active {
    color: var(--nx-text);
  }
  .nx-navlink.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--nx-red);
  }
  .nx-coin {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    padding: 0.34rem 0.55rem;
    border: 1px solid var(--nx-line-2);
    font-family: var(--nx-mono);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--nx-text);
    line-height: 1;
    white-space: nowrap;
  }
  .nx-coin::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: var(--nx-red);
    rotate: 45deg;
    flex: none;
  }
  .nx-me {
    position: relative;
    display: flex;
    align-items: center;
  }
  .nx-me__menu {
    position: absolute;
    right: 0;
    top: calc(100% + 0.4rem);
    min-width: 11rem;
    background: var(--nx-panel);
    border: 1px solid var(--nx-line-2);
    padding: 0.3rem 0;
    opacity: 0;
    visibility: hidden;
    translate: 0 -4px;
    transition: opacity 0.14s var(--ease-neon), translate 0.14s var(--ease-neon), visibility 0.14s;
    z-index: 70;
  }
  .nx-me:hover .nx-me__menu, .nx-me:focus-within .nx-me__menu {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }
  .nx-me__item {
    display: block;
    padding: 0.5rem 0.8rem;
    font-family: var(--nx-mono);
    font-size: 0.55rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nx-muted);
    white-space: nowrap;
    transition: background 0.12s var(--ease-neon), color 0.12s var(--ease-neon);
  }
  .nx-me__item:hover {
    background: var(--nx-panel-2);
    color: var(--nx-text);
  }
  .nx-me__item--accent:hover {
    color: var(--nx-red-ink);
  }
  .nx-page {
    margin: 0 auto;
    width: 100%;
    max-width: 78rem;
    padding: 1.25rem 1rem 3rem;
  }
  .nx-foot {
    padding: 1.2rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .nx-foot span {
    font-family: var(--nx-mono);
    font-size: 0.545rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--nx-faint);
  }
  .nx-skip {
    position: absolute;
    left: 0.75rem;
    top: 0.6rem;
    z-index: 100;
    translate: 0 -180%;
    padding: 0.5rem 0.9rem;
    background: var(--nx-red-fill);
    color: #ffffff;
    font-family: var(--nx-mono);
    font-size: 0.55rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: translate 0.15s var(--ease-neon);
  }
  .nx-skip:focus-visible {
    translate: 0 0;
  }
}
@layer components {
  .nx-banner {
    position: relative;
    height: 7.5rem;
    overflow: hidden;
    border: 1px solid var(--nx-line);
    background-color: var(--nx-panel-2);
    background-image: var(--nx-hatch);
  }
  @media (min-width: 640px) {
    .nx-banner {
      height: 10.5rem;
    }
  }
  .nx-banner__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated;
    opacity: 0.5;
  }
  .nx-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(90% 120% at 8% 100%, var(--nx-red), transparent 62%), linear-gradient(180deg, transparent 30%, var(--nx-void) 100%);
    @supports (color: color-mix(in lab, red, red)) {
      background: radial-gradient(90% 120% at 8% 100%, color-mix(in srgb, var(--nx-red) 20%, transparent), transparent 62%), linear-gradient(180deg, transparent 30%, var(--nx-void) 100%);
    }
    pointer-events: none;
  }
  .nx-banner__cap {
    position: absolute;
    right: 0.7rem;
    bottom: 0.55rem;
    z-index: 1;
    font-family: var(--nx-mono);
    font-size: 0.545rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--nx-faint);
  }
  .nx-idhead {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--nx-line);
    border-top: 0;
    background: var(--nx-panel);
  }
  @media (min-width: 640px) {
    .nx-idhead {
      padding: 1.15rem 1.25rem;
      gap: 1.25rem;
    }
  }
  .nx-idhead__main {
    min-width: 0;
    flex: 1 1 13rem;
  }
  .nx-idhead__acts {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex: none;
  }
  @media (max-width: 639px) {
    .nx-av--lg {
      --av: 5rem;
    }
    .nx-av--body {
      width: 4.5rem;
      height: 6.5rem;
    }
    .nx-idhead__acts {
      width: 100%;
    }
    .nx-idhead__acts > .nx-btn:not(.nx-btn--icon) {
      flex: 1 1 auto;
    }
  }
  .nx-name {
    font-family: var(--nx-display);
    font-weight: 700;
    font-size: 1.55rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--nx-text);
    text-transform: lowercase;
    word-break: break-word;
  }
  @media (min-width: 640px) {
    .nx-name {
      font-size: 1.95rem;
    }
  }
  .nx-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.42rem;
    font-family: var(--nx-mono);
    font-size: 0.555rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nx-faint);
  }
  .nx-meta__handle {
    color: var(--nx-red-ink);
  }
  .nx-meta__sep {
    color: var(--nx-line-2);
  }
  .nx-motto {
    margin-top: 0.7rem;
    max-width: 52ch;
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--nx-muted);
  }
  .nx-motto--empty {
    color: var(--nx-faint);
    font-style: italic;
  }
  .nx-mottoedit {
    margin-top: 0.6rem;
    width: 100%;
    max-width: 34rem;
    padding: 0.5rem 0.6rem;
    background: var(--nx-panel-2);
    border: 1px solid var(--nx-line-2);
    font-size: 0.82rem;
    color: var(--nx-text);
  }
  .nx-mottoedit:focus {
    outline: none;
    border-color: var(--nx-red);
  }
  .nx-tabs {
    display: flex;
    align-items: stretch;
    gap: 1.4rem;
    border-bottom: 1px solid var(--nx-line);
    overflow-x: auto;
    scrollbar-width: none;
  }
  .nx-tabs::-webkit-scrollbar {
    display: none;
  }
  .nx-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 0;
    font-family: var(--nx-mono);
    font-size: 0.575rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--nx-faint);
    white-space: nowrap;
    transition: color 0.14s var(--ease-neon);
  }
  .nx-tab:hover {
    color: var(--nx-muted);
  }
  .nx-tab.is-active {
    color: var(--nx-text);
  }
  .nx-tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--nx-red);
  }
  .nx-tab__n {
    color: var(--nx-red-ink);
    letter-spacing: 0.08em;
  }
  .nx-tab.is-active .nx-tab__n {
    color: var(--nx-red);
  }
}
@layer components {
  .nx-composer {
    display: flex;
    gap: 0.85rem;
    padding: 0.95rem;
    border: 1px solid var(--nx-line);
    background: var(--nx-panel);
  }
  .nx-composer.is-staff {
    border-color: var(--nx-red);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--nx-red) 38%, var(--nx-line));
    }
    background: linear-gradient(180deg, var(--nx-red), transparent 60%), var(--nx-panel);
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(180deg, color-mix(in srgb, var(--nx-red) 6%, transparent), transparent 60%), var(--nx-panel);
    }
  }
  .nx-composer__main {
    flex: 1;
    min-width: 0;
  }
  .nx-composer__area {
    display: block;
    width: 100%;
    min-height: 3.4rem;
    padding: 0.35rem 0;
    background: transparent;
    border: 0;
    resize: none;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--nx-text);
  }
  .nx-composer__area:focus {
    outline: none;
  }
  .nx-composer__area::placeholder {
    color: var(--nx-faint);
  }
  .nx-composer__bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.7rem;
    padding-top: 0.7rem;
    border-top: 1px solid var(--nx-line);
  }
  .nx-composer__send {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-left: auto;
  }
  .nx-composer__err {
    margin-top: 0.55rem;
    padding: 0.45rem 0.6rem;
    border: 1px solid var(--nx-red);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--nx-red) 45%, transparent);
    }
    background: var(--nx-red);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--nx-red) 10%, transparent);
    }
    font-family: var(--nx-mono);
    font-size: 0.55rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--nx-red-ink);
  }
  .nx-count {
    font-family: var(--nx-mono);
    font-size: 0.55rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--nx-faint);
  }
  .nx-count.is-warn {
    color: var(--nx-muted);
  }
  .nx-count.is-over {
    color: var(--nx-red-ink);
  }
  .nx-seg {
    display: inline-flex;
    border: 1px solid var(--nx-line-2);
  }
  .nx-seg__opt {
    padding: 0.36rem 0.6rem;
    font-family: var(--nx-mono);
    font-size: 0.52rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nx-faint);
    transition: color 0.12s var(--ease-neon), background 0.12s var(--ease-neon);
  }
  .nx-seg__opt + .nx-seg__opt {
    border-left: 1px solid var(--nx-line-2);
  }
  .nx-seg__opt:hover {
    color: var(--nx-muted);
  }
  .nx-seg__opt.is-on {
    background: var(--nx-red-fill);
    color: #ffffff;
  }
  .nx-moods {
    display: inline-flex;
    gap: 0.25rem;
  }
  .nx-mood {
    position: relative;
    width: 2.125rem;
    height: 2.125rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--nx-line);
    background: var(--nx-panel-2);
    opacity: 0.5;
    transition: opacity 0.12s var(--ease-neon), border-color 0.12s var(--ease-neon);
  }
  .nx-mood img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    image-rendering: pixelated;
  }
  .nx-mood:hover {
    opacity: 0.85;
  }
  .nx-mood.is-on {
    opacity: 1;
    border-color: var(--nx-red);
  }
  .nx-post {
    display: flex;
    gap: 0.85rem;
    padding: 0.95rem;
    border: 1px solid var(--nx-line);
    background: var(--nx-panel);
    transition: border-color 0.14s var(--ease-neon);
  }
  .nx-post:hover {
    border-color: var(--nx-line-2);
  }
  .nx-post.is-staff {
    border-left: 2px solid var(--nx-red);
  }
  .nx-post__main {
    flex: 1;
    min-width: 0;
  }
  .nx-post__head {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.45rem;
  }
  .nx-post__name {
    font-weight: 600;
    font-size: 0.86rem;
    color: var(--nx-text);
  }
  .nx-post__name a:hover {
    color: var(--nx-red-ink);
  }
  .nx-post__meta {
    font-family: var(--nx-mono);
    font-size: 0.545rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--nx-faint);
  }
  .nx-post__body {
    margin-top: 0.4rem;
    font-size: 0.87rem;
    line-height: 1.6;
    color: var(--nx-muted);
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .nx-post__body--sm {
    margin-top: 0.25rem;
    font-size: 0.82rem;
  }
  .nx-post__body p + p {
    margin-top: 0.5rem;
  }
  .nx-post__body a {
    color: var(--nx-red-ink);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .nx-post__body strong, .nx-post__body b {
    color: var(--nx-text);
    font-weight: 600;
  }
  .nx-post__body code {
    padding: 0.05rem 0.28rem;
    background: var(--nx-panel-3);
    font-family: var(--nx-mono);
    font-size: 0.82em;
  }
  .nx-post__body ul {
    list-style: disc;
    padding-left: 1.1rem;
  }
  .nx-post__body ol {
    list-style: decimal;
    padding-left: 1.1rem;
  }
  .nx-post__acts {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 0.75rem;
  }
  .nx-act {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--nx-mono);
    font-size: 0.545rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nx-faint);
    transition: color 0.12s var(--ease-neon);
  }
  .nx-act:hover {
    color: var(--nx-muted);
  }
  .nx-act.is-on {
    color: var(--nx-red);
  }
  .nx-act--danger {
    margin-left: auto;
  }
  .nx-act--danger:hover {
    color: var(--nx-red-ink);
  }
  .nx-shot {
    position: relative;
    margin-top: 0.7rem;
    border: 1px solid var(--nx-line);
    background-color: var(--nx-panel-2);
    background-image: var(--nx-hatch);
    overflow: hidden;
  }
  .nx-shot img {
    width: 100%;
    object-fit: cover;
  }
  .nx-shot__tag {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
  .nx-thread {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.9rem;
    padding-left: 0.9rem;
    border-left: 1px solid var(--nx-line);
  }
  .nx-comment {
    display: flex;
    gap: 0.6rem;
  }
  .nx-comment__main {
    flex: 1;
    min-width: 0;
  }
  .nx-comment__head {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
  .nx-comment__name {
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--nx-text);
  }
  .nx-comment__name a:hover {
    color: var(--nx-red-ink);
  }
  .nx-comment__acts {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.4rem;
  }
  .nx-thread__more {
    align-self: flex-start;
    font-family: var(--nx-mono);
    font-size: 0.545rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nx-muted);
    transition: color 0.12s var(--ease-neon);
  }
  .nx-thread__more:hover {
    color: var(--nx-red-ink);
  }
  .nx-reply {
    display: flex;
    gap: 0.6rem;
  }
  .nx-reply__main {
    flex: 1;
    min-width: 0;
  }
  .nx-reply__area {
    display: block;
    width: 100%;
    min-height: 2.4rem;
    padding: 0.3rem 0;
    background: transparent;
    border: 0;
    resize: none;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--nx-text);
  }
  .nx-reply__area:focus {
    outline: none;
  }
  .nx-reply__area::placeholder {
    color: var(--nx-faint);
  }
  .nx-reply__bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid var(--nx-line);
  }
  .nx-reply__send {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-left: auto;
  }
  .nx-reply .nx-mde .CodeMirror {
    min-height: 2.4rem;
    font-size: 0.84rem;
  }
  .nx-reply .nx-mde .CodeMirror-scroll {
    min-height: 2.4rem;
  }
  .nx-moods--sm .nx-mood {
    width: 1.75rem;
    height: 1.75rem;
  }
}
@layer components {
  .nx-list {
    display: flex;
    flex-direction: column;
  }
  .nx-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.55rem 0.85rem;
    text-align: left;
    min-width: 0;
    transition: background 0.12s var(--ease-neon);
  }
  .nx-row + .nx-row {
    border-top: 1px solid var(--nx-line);
  }
  a.nx-row:hover, button.nx-row:hover {
    background: var(--nx-panel-2);
  }
  .nx-row__txt {
    min-width: 0;
    flex: 1;
  }
  .nx-row__txt b {
    display: block;
    font-weight: 600;
    font-size: 0.78rem;
    color: var(--nx-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nx-row__txt span {
    display: block;
    margin-top: 0.2rem;
    font-family: var(--nx-mono);
    font-size: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nx-faint);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  a.nx-row:hover .nx-row__txt b, button.nx-row:hover .nx-row__txt b {
    color: var(--nx-red-ink);
  }
  .nx-row__side {
    flex: none;
    margin-left: auto;
  }
  .nx-plate {
    width: 2.6rem;
    height: 2.05rem;
    flex: none;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--nx-line);
    background-color: var(--nx-panel-2);
    background-image: var(--nx-hatch);
  }
  .nx-plate img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: pixelated;
  }
  .nx-plate--wide {
    width: 3.4rem;
    height: 2.3rem;
  }
  .nx-case {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(2.35rem, 1fr));
    gap: 0.35rem;
    padding: 0.85rem;
  }
  .nx-case--lg {
    grid-template-columns: repeat(auto-fill, minmax(3.1rem, 1fr));
    gap: 0.4rem;
  }
  .nx-tile {
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--nx-line);
    background: var(--nx-panel-2);
    font-family: var(--nx-mono);
    font-size: 0.5rem;
    letter-spacing: 0.06em;
    color: var(--nx-muted);
    transition: border-color 0.12s var(--ease-neon), background 0.12s var(--ease-neon);
  }
  .nx-tile img {
    width: 74%;
    height: 74%;
    object-fit: contain;
    image-rendering: pixelated;
  }
  .nx-tile:hover {
    border-color: var(--nx-line-2);
    background: var(--nx-panel-3);
  }
  .nx-tile.is-on {
    background: var(--nx-red-fill);
    border-color: var(--nx-red-fill);
    color: #ffffff;
  }
  .nx-tile--more {
    color: var(--nx-muted);
  }
  .nx-heads {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: wrap;
  }
  .nx-empty {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    padding: 1.35rem 0.95rem;
  }
  .nx-empty b {
    font-family: var(--nx-mono);
    font-size: 0.575rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--nx-muted);
  }
  .nx-empty span {
    font-size: 0.78rem;
    line-height: 1.55;
    color: var(--nx-faint);
    max-width: 44ch;
  }
}
@layer components {
  .nx-field {
    display: block;
    width: 100%;
    padding: 0.62rem 0.7rem;
    background: var(--nx-panel-2);
    border: 1px solid var(--nx-line-2);
    color: var(--nx-text);
    font-size: 0.85rem;
    line-height: 1.4;
    transition: border-color 0.14s var(--ease-neon), background 0.14s var(--ease-neon);
  }
  .nx-field::placeholder {
    color: var(--nx-faint);
  }
  .nx-field:focus {
    outline: none;
    border-color: var(--nx-red);
    background: var(--nx-panel-3);
  }
  .nx-field[aria-invalid="true"] {
    border-color: var(--nx-red);
  }
  .nx-flabel {
    display: block;
    margin-bottom: 0.4rem;
    font-family: var(--nx-mono);
    font-size: 0.545rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--nx-faint);
  }
  .nx-ferr {
    display: block;
    margin-top: 0.35rem;
    font-family: var(--nx-mono);
    font-size: 0.53rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--nx-red-ink);
  }
  .nx-alert {
    padding: 0.6rem 0.75rem;
    border: 1px solid var(--nx-red);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--nx-red) 50%, transparent);
    }
    background: var(--nx-red);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--nx-red) 10%, transparent);
    }
    font-size: 0.8rem;
    line-height: 1.5;
    color: var(--nx-red-ink);
  }
  .nx-check {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    cursor: pointer;
    user-select: none;
    font-family: var(--nx-mono);
    font-size: 0.545rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nx-muted);
  }
  .nx-check input {
    width: 0.85rem;
    height: 0.85rem;
    accent-color: var(--nx-red);
    cursor: pointer;
  }
  .nx-search {
    position: relative;
    display: block;
  }
  .nx-search input {
    padding-left: 2.1rem;
  }
  .nx-search::before {
    content: "";
    position: absolute;
    left: 0.85rem;
    top: 50%;
    width: 0.42rem;
    height: 0.42rem;
    margin-top: -0.21rem;
    border: 1px solid var(--nx-faint);
    border-radius: 999px;
    pointer-events: none;
  }
  .nx-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0.85rem;
    border-top: 1px solid var(--nx-line);
  }
  .nx-pagerbtn {
    font-family: var(--nx-mono);
    font-size: 0.545rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--nx-muted);
    transition: color 0.12s var(--ease-neon);
  }
  .nx-pagerbtn:hover:not(:disabled) {
    color: var(--nx-red-ink);
  }
  .nx-pagerbtn:disabled {
    color: var(--nx-line-2);
    cursor: default;
  }
}
@layer components {
  .nx-newsgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
    gap: 1px;
    padding: 1px;
  }
  .nx-newscard {
    display: flex;
    flex-direction: column;
    background: var(--nx-panel);
    box-shadow: 0 0 0 1px var(--nx-line);
    transition: background 0.14s var(--ease-neon);
  }
  .nx-newscard:hover {
    background: var(--nx-panel-2);
  }
  .nx-newscard__art {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: var(--nx-panel-2);
    background-image: var(--nx-hatch);
    border-bottom: 1px solid var(--nx-line);
  }
  .nx-newscard__art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    transition: opacity 0.2s var(--ease-neon);
  }
  .nx-newscard:hover .nx-newscard__art img {
    opacity: 1;
  }
  .nx-newscard__flags {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    display: flex;
    gap: 0.3rem;
    flex-wrap: wrap;
  }
  .nx-newscard__cap {
    padding: 0.8rem 0.85rem 0.95rem;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .nx-newscard__cap b {
    font-family: var(--nx-display);
    font-weight: 700;
    font-size: 0.98rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--nx-text);
    transition: color 0.14s var(--ease-neon);
  }
  .nx-newscard:hover .nx-newscard__cap b {
    color: var(--nx-red-ink);
  }
  .nx-newscard__cap p {
    margin-top: 0.4rem;
    font-size: 0.78rem;
    line-height: 1.55;
    color: var(--nx-faint);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .nx-newscard__date {
    margin-top: auto;
    padding-top: 0.7rem;
  }
  .nx-staffgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    gap: 1px;
    padding: 1px;
  }
  .nx-staffcard {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.8rem 0.85rem;
    background: var(--nx-panel);
    box-shadow: 0 0 0 1px var(--nx-line);
    min-width: 0;
    transition: background 0.14s var(--ease-neon);
  }
  .nx-staffcard:hover {
    background: var(--nx-panel-2);
  }
  .nx-staffcard__main {
    min-width: 0;
    flex: 1;
  }
  .nx-staffcard__name {
    display: block;
    font-weight: 600;
    font-size: 0.84rem;
    color: var(--nx-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nx-staffcard:hover .nx-staffcard__name {
    color: var(--nx-red-ink);
  }
  .nx-badgerow {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
  }
  .nx-badgerow img {
    width: 1.15rem;
    height: 1.15rem;
    object-fit: contain;
    image-rendering: pixelated;
  }
  .nx-prose {
    font-size: 0.82rem;
    line-height: 1.65;
    color: var(--nx-muted);
  }
  .nx-prose p + p {
    margin-top: 0.7rem;
  }
  .nx-prose b, .nx-prose strong {
    color: var(--nx-text);
    font-weight: 600;
  }
  .nx-prose a {
    color: var(--nx-red-ink);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .nx-prose h4 {
    margin-top: 1.1rem;
    margin-bottom: 0.35rem;
    font-family: var(--nx-mono);
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--nx-faint);
  }
  .nx-prose > h4:first-child {
    margin-top: 0;
  }
  .nx-article {
    font-size: 0.94rem;
    line-height: 1.75;
    color: var(--nx-muted);
  }
  .nx-article p {
    margin-bottom: 0.95rem;
  }
  .nx-article > :last-child {
    margin-bottom: 0;
  }
  .nx-article h1, .nx-article h2, .nx-article h3, .nx-article h4 {
    font-family: var(--nx-display);
    font-weight: 700;
    color: var(--nx-text);
    letter-spacing: -0.01em;
    margin: 1.6rem 0 0.6rem;
  }
  .nx-article > h1:first-child, .nx-article > h2:first-child, .nx-article > h3:first-child {
    margin-top: 0;
  }
  .nx-article h1 {
    font-size: 1.35rem;
  }
  .nx-article h2 {
    font-size: 1.18rem;
  }
  .nx-article h3 {
    font-size: 1.04rem;
  }
  .nx-article h4 {
    font-size: 0.95rem;
  }
  .nx-article a {
    color: var(--nx-red-ink);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .nx-article strong {
    color: var(--nx-text);
    font-weight: 600;
  }
  .nx-article ul {
    list-style: disc;
    padding-left: 1.2rem;
    margin-bottom: 0.95rem;
  }
  .nx-article ol {
    list-style: decimal;
    padding-left: 1.2rem;
    margin-bottom: 0.95rem;
  }
  .nx-article blockquote {
    margin: 1.1rem 0;
    padding-left: 0.95rem;
    border-left: 2px solid var(--nx-red);
    color: var(--nx-text);
  }
  .nx-article img {
    border: 1px solid var(--nx-line);
    margin: 1.1rem 0;
  }
  .nx-article code {
    padding: 0.05rem 0.3rem;
    background: var(--nx-panel-3);
    font-family: var(--nx-mono);
    font-size: 0.85em;
  }
  .nx-article pre {
    padding: 0.8rem;
    background: var(--nx-panel-2);
    border: 1px solid var(--nx-line);
    overflow-x: auto;
    margin-bottom: 0.95rem;
  }
  .nx-article table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.95rem;
  }
  .nx-article th, .nx-article td {
    border: 1px solid var(--nx-line);
    padding: 0.45rem 0.6rem;
    text-align: left;
  }
  .nx-article th {
    background: var(--nx-panel-2);
    color: var(--nx-text);
    font-weight: 600;
  }
}
@layer components {
  .nx-auth {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }
  .nx-auth__grid {
    flex: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 78rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem 3rem;
    gap: 2rem;
    align-content: start;
  }
  @media (min-width: 64rem) {
    .nx-auth__grid {
      grid-template-columns: minmax(0, 1fr) 23rem;
      gap: 3.5rem;
      align-items: start;
      padding-bottom: 4rem;
    }
  }
  .nx-lede {
    font-family: var(--nx-display);
    font-weight: 700;
    font-size: clamp(2.4rem, 8vw, 4.6rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    color: var(--nx-text);
    text-transform: lowercase;
  }
  .nx-lede em {
    font-style: normal;
    color: var(--nx-red);
  }
  .nx-auth__sub {
    margin-top: 1.1rem;
    max-width: 42ch;
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--nx-muted);
  }
  .nx-view {
    position: relative;
    margin-top: 1.9rem;
    height: 11rem;
    border: 1px solid var(--nx-line);
    background-color: var(--nx-panel-2);
    background-image: var(--nx-hatch);
    overflow: hidden;
  }
  @media (min-width: 64rem) {
    .nx-view {
      height: 14rem;
    }
  }
  .nx-view img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated;
    opacity: 0.42;
  }
  .nx-view::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(80% 130% at 6% 100%, var(--nx-red), transparent 60%), linear-gradient(180deg, transparent 35%, var(--nx-void) 100%);
    @supports (color: color-mix(in lab, red, red)) {
      background: radial-gradient(80% 130% at 6% 100%, color-mix(in srgb, var(--nx-red) 22%, transparent), transparent 60%), linear-gradient(180deg, transparent 35%, var(--nx-void) 100%);
    }
  }
  .nx-view__cap {
    position: absolute;
    left: 0.75rem;
    bottom: 0.6rem;
    z-index: 1;
  }
  .nx-authcard {
    border: 1px solid var(--nx-line);
    background: var(--nx-panel);
  }
  .nx-authcard__head {
    padding: 1.05rem 1.15rem;
    border-bottom: 1px solid var(--nx-line);
  }
  .nx-authcard__title {
    margin-top: 0.55rem;
    font-family: var(--nx-display);
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    color: var(--nx-text);
  }
  .nx-authcard__body {
    padding: 1.15rem;
  }
}
.nx-shell .page-loader, .nx-auth .page-loader {
  color: var(--nx-muted);
}
.nx-shell .nx-mde .editor-toolbar {
  border: 0;
  border-bottom: 1px solid var(--nx-line);
  background: transparent;
  padding: 0 0 0.4rem;
  opacity: 1;
}
.nx-shell .nx-mde .editor-toolbar::before, .nx-shell .nx-mde .editor-toolbar::after {
  display: none;
}
.nx-shell .nx-mde .editor-toolbar a, .nx-shell .nx-mde .editor-toolbar a.fa {
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  border: 0;
  border-radius: 0;
  font-size: 0.7rem;
  color: var(--nx-faint) !important;
}
.nx-shell .nx-mde .editor-toolbar a:hover, .nx-shell .nx-mde .editor-toolbar a.active {
  background: var(--nx-panel-3);
  color: var(--nx-red-ink) !important;
}
.nx-shell .nx-mde .editor-toolbar i.separator {
  border: 0;
  margin: 0 0.15rem;
}
.nx-shell .nx-mde .CodeMirror {
  border: 0;
  background: transparent;
  color: var(--nx-text);
  padding: 0.5rem 0 0;
  font-family: var(--nx-body);
  font-size: 0.88rem;
  line-height: 1.55;
  min-height: 3.4rem;
}
.nx-shell .nx-mde .CodeMirror-scroll {
  min-height: 3.4rem;
}
.nx-shell .nx-mde .CodeMirror-cursor {
  border-left-color: var(--nx-red);
}
.nx-shell .nx-mde .CodeMirror-selected, .nx-shell .nx-mde .CodeMirror-focused .CodeMirror-selected {
  background: var(--nx-panel-3);
}
.nx-shell .nx-mde .CodeMirror-placeholder {
  color: var(--nx-faint) !important;
}
.nx-shell .nx-mde .cm-header {
  color: var(--nx-red-ink);
}
.nx-shell .nx-mde .cm-quote {
  color: var(--nx-muted);
}
.nx-shell .nx-mde .cm-link, .nx-shell .nx-mde .cm-url {
  color: var(--nx-red-ink);
}
.nx-shell .nx-mde .cm-strong, .nx-shell .nx-mde .cm-em {
  color: var(--nx-text);
}
.nx-shell .nx-mde .editor-statusbar {
  display: none;
}
.nx-shell a.nx-btn, .nx-auth a.nx-btn {
  color: #ffffff;
}
.nx-shell a.nx-btn--ghost, .nx-auth a.nx-btn--ghost {
  color: var(--nx-muted);
}
.nx-shell a.nx-btn--ghost:hover, .nx-auth a.nx-btn--ghost:hover {
  color: var(--nx-text);
}
.nx-shell a.nx-row, .nx-shell a.nx-staffcard, .nx-shell a.nx-newscard {
  color: var(--nx-text);
}
.nx-shell a.nx-navlink {
  color: var(--nx-faint);
}
.nx-shell a.nx-navlink:hover {
  color: var(--nx-muted);
}
.nx-shell a.nx-navlink.is-active {
  color: var(--nx-text);
}
.nx-shell a.nx-me__item {
  color: var(--nx-muted);
}
.nx-shell a.nx-me__item:hover {
  color: var(--nx-text);
}
.nx-shell a.nx-tab {
  color: var(--nx-faint);
}
.nx-shell a.nx-tab:hover {
  color: var(--nx-muted);
}
.nx-shell a.nx-tab.is-active {
  color: var(--nx-text);
}
.nx-shell .nx-post__name a {
  color: inherit;
}
.nx-shell a.nx-skip, .nx-auth a.nx-skip {
  color: #ffffff;
}
.nx-shell a.nx-chip {
  color: #ffffff;
}
.nx-shell a.nx-chip--line {
  color: var(--nx-muted);
}
@media (prefers-reduced-motion: reduce) {
  .nx-shell *, .nx-auth *, .nx-shell ::before, .nx-shell ::after, .nx-auth ::before, .nx-auth ::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
:root:has(.nx-shell) body, :root:has(.nx-auth) body {
  background: #08080a;
}
@layer components {
  .nx-link {
    color: var(--nx-red-ink);
    transition: color 0.12s var(--ease-neon);
  }
  .nx-link:hover {
    color: var(--nx-red-hot);
  }
}
.nx-shell a.nx-link, .nx-auth a.nx-link {
  color: var(--nx-red-ink);
}
.nx-shell a.nx-link:hover, .nx-auth a.nx-link:hover {
  color: var(--nx-red-hot);
}
.nx-shell .page-loader, .nx-auth .page-loader {
  font-family: var(--nx-mono);
  font-size: 0.575rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nx-muted);
}
.nx-shell .page-loader__orbit span, .nx-auth .page-loader__orbit span {
  border-radius: 0;
  border-top-color: var(--nx-red);
}
.nx-shell .page-loader__orbit span:nth-child(2), .nx-auth .page-loader__orbit span:nth-child(2) {
  border-top-color: var(--nx-line-2);
}
.nx-shell .page-loader__orbit span:nth-child(3), .nx-auth .page-loader__orbit span:nth-child(3) {
  border-top-color: var(--nx-muted);
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
