/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter', system-ui, sans-serif;
    --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
    --spacing: 0.25rem;
    --container-7xl: 80rem;
    --radius-sm: 8px;
    --radius-lg: 14px;
    --radius-xl: 16px;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 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);
    --radius: 10px;
    --color-bg: #0B0A0A;
    --color-surface: #131210;
    --color-raised: #1B1916;
    --color-hover: #25221E;
    --color-border: #312D28;
    --color-muted: #9C968C;
    --color-text: #F4F2EF;
    --color-primary: #DFB56C;
    --color-primary-ink: #0B0A0A;
    --color-gold-bright: #E8C485;
    --color-gold-deep: #C99E54;
    --color-gold-tint: rgba(223,181,108,0.10);
    --color-gold-line: rgba(223,181,108,0.30);
    --color-gain: #10B981;
    --color-loss: #FA5C5C;
    --color-flat: #9C968C;
    --color-success: #10B981;
    --color-warning: #F08C2D;
    --color-danger: #FA5C5C;
    --color-l-bg: #F7F4EE;
    --color-l-surface: #FFFFFF;
    --color-l-border: #E4DDD0;
    --color-l-text: #1A1714;
    --color-l-muted: #6B655B;
    --color-l-gold: #B8893C;
    --font-display: 'Fraunces', Georgia, serif;
    --font-ui: 'Inter Tight', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;
    --font-num: 'IBM Plex Mono', ui-monospace, monospace;
    --fr-display: "opsz" 144,"wght" 600,"SOFT" 50,"WONK" 0;
    --fr-h2: "opsz" 96,"wght" 600,"SOFT" 40,"WONK" 0;
    --fr-h3: "opsz" 40,"wght" 600,"SOFT" 30,"WONK" 0;
    --fr-emph: "opsz" 24,"wght" 500,"SOFT" 40,"WONK" 0;
    --fs-display: 48px;
    --lh-display: 1.04;
    --fs-h2: 30px;
    --lh-h2: 1.16;
    --fs-h3: 20px;
    --lh-h3: 1.30;
    --fs-lead: 18px;
    --lh-lead: 1.55;
    --fs-body: 16px;
    --lh-body: 1.62;
    --fs-label: 12px;
    --track-label: 0.14em;
    --fs-button: 15px;
    --fs-data: 15px;
    --lh-data: 1.40;
    --fs-caption: 12.5px;
    --lh-caption: 1.50;
    --space: 4px;
    --radius-pill: 999px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .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;
  }
  .\!sticky {
    position: sticky !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .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;
    }
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: var(--radius);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-danger {
    background-color: var(--color-danger);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-success {
    background-color: var(--color-success);
  }
  .bg-warning {
    background-color: var(--color-warning);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-body {
    font-family: var(--font-body);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-danger {
    color: var(--color-danger);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-success {
    color: var(--color-success);
  }
  .text-text {
    color: var(--color-text);
  }
  .text-warning {
    color: var(--color-warning);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .\!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,) !important;
  }
  .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));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
@layer base {
  body {
    font-family: var(--font-body);
    background: var(--color-bg);
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    letter-spacing: -0.01em;
  }
}
@layer components {
  .container {
    margin-inline: auto;
    max-width: var(--container-7xl);
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .btn {
    font-family: var(--font-ui);
    font-size: var(--fs-button);
    font-weight: 600;
    border-radius: var(--radius);
    padding: 12px 20px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all .15s ease;
  }
  .btn-primary {
    background: var(--color-primary);
    color: var(--color-primary-ink);
  }
  .btn-primary:hover {
    background: var(--color-gold-bright);
    transform: translateY(-1px);
  }
  .btn-primary:active {
    background: var(--color-gold-deep);
    transform: translateY(0);
  }
  .btn-secondary {
    background: transparent;
    color: var(--color-text);
    border-color: var(--color-border);
  }
  .btn-secondary:hover {
    background: var(--color-hover);
    border-color: var(--color-muted);
  }
  .btn:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
  }
  .field {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .field label {
    font-family: var(--font-ui);
    font-size: var(--fs-label);
    font-weight: 600;
    letter-spacing: var(--track-label);
    text-transform: uppercase;
    color: var(--color-muted);
  }
  .input {
    font-family: var(--font-body);
    font-size: var(--fs-body);
    color: var(--color-text);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 11px 14px;
    transition: border-color .15s ease, box-shadow .15s ease;
  }
  .input::placeholder {
    color: var(--color-muted);
  }
  .input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--color-gold-tint);
  }
  .card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 22px;
    transition: border-color .15s ease, transform .15s ease;
  }
  .card:hover {
    border-color: var(--color-gold-line);
  }
  .card .eyebrow {
    font-family: var(--font-ui);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: var(--fs-label);
    font-weight: 600;
    letter-spacing: var(--track-label);
    text-transform: uppercase;
    color: var(--color-primary);
    border: 1px solid var(--color-gold-line);
    background: var(--color-gold-tint);
    border-radius: var(--radius-pill);
    padding: 5px 11px;
  }
  .badge {
    font-family: var(--font-ui);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid;
  }
  .badge-gold {
    color: var(--color-primary);
    background: var(--color-gold-tint);
    border-color: var(--color-gold-line);
  }
  .badge-gain {
    color: var(--color-gain);
    background: rgba(16,185,129,.10);
    border-color: rgba(16,185,129,.30);
  }
  .badge-loss {
    color: var(--color-loss);
    background: rgba(250,92,92,.10);
    border-color: rgba(250,92,92,.30);
  }
  .badge-neutral {
    color: var(--color-muted);
    background: var(--color-raised);
    border-color: var(--color-border);
  }
}
@layer utilities {
  .figure {
    font-family: var(--font-num);
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
    font-weight: 500;
    font-size: var(--fs-data);
  }
  .figure-positive {
    color: var(--color-gain);
  }
  .figure-negative {
    color: var(--color-loss);
  }
  .figure-flat {
    color: var(--color-flat);
  }
  .fr-display {
    font-variation-settings: var(--fr-display);
  }
  .fr-h2 {
    font-variation-settings: var(--fr-h2);
  }
  .fr-h3 {
    font-variation-settings: var(--fr-h3);
  }
  .fr-emph {
    font-variation-settings: var(--fr-emph);
    font-style: italic;
  }
}
.mw8 {
  --mw8-pad: 40px;
  padding-bottom: 56px;
}
.mw8 .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--mw8-pad);
}
.mw8 .mono {
  font-family: var(--font-num);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
.mw8 .kicker {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--color-primary);
}
.mw8 a {
  text-decoration: none;
  color: inherit;
}
.mw8 .phead {
  padding: 40px 0 14px;
}
.mw8 .phead .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-ui);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--color-primary);
  border: 1px solid var(--color-gold-line);
  background: var(--color-gold-tint);
  border-radius: var(--radius-pill);
  padding: 5px 12px;
}
.mw8 .phead h1 {
  font-family: var(--font-display);
  font-variation-settings: var(--fr-h2);
  font-size: clamp(30px,3.4vw,46px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 14px 0 0;
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}
.mw8 .phead h1 .code {
  font-family: var(--font-num);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-primary);
  border: 1px solid var(--color-gold-line);
  background: var(--color-gold-tint);
  border-radius: var(--radius-sm);
  padding: 4px 9px;
  letter-spacing: 0;
  transform: translateY(-5px);
}
.mw8 .phead .sub {
  color: var(--color-muted);
  font-size: 14.5px;
  margin-top: 11px;
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
}
.mw8 .phead .sub .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-border);
}
.mw8 .phead .sub a.src {
  color: var(--color-primary);
  font-weight: 600;
  font-family: var(--font-ui);
  font-size: 13px;
}
.mw8 .backline {
  padding-top: 24px;
}
.mw8 .backline a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-ui);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--color-muted);
}
.mw8 .backline a:hover {
  color: var(--color-text);
}
.mw8 .roster-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: var(--color-border);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 22px;
}
.mw8 .roster-stats .s {
  background: var(--color-surface);
  padding: 20px 22px;
}
.mw8 .roster-stats .s .k {
  font-family: var(--font-ui);
  font-size: 11.5px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--color-muted);
}
.mw8 .roster-stats .s .v {
  font-family: var(--font-num);
  font-size: 28px;
  font-weight: 500;
  color: var(--color-text);
  margin-top: 8px;
  letter-spacing: -.01em;
}
.mw8 .roster-stats .s .v.gold {
  color: var(--color-primary);
}
.mw8 .cards {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
  margin-top: 22px;
}
.mw8 .mcard {
  position: relative;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  background: var(--color-surface);
  padding: 22px 22px 18px;
  transition: border-color .16s ease, transform .16s ease, background .16s ease;
  display: flex;
  flex-direction: column;
}
.mw8 .mcard:hover {
  border-color: var(--color-gold-line);
  background: linear-gradient(160deg,#16140F 0%,#131210 70%);
  transform: translateY(-2px);
}
.mw8 .mcard.inactive {
  opacity: .78;
}
.mw8 .mcard.inactive:hover {
  transform: translateY(-1px);
  border-color: var(--color-border);
  background: var(--color-surface);
}
.mw8 .mcard.inactive .portrait::before {
  background: linear-gradient(145deg, rgba(156,150,140,.45), rgba(100,96,88,.35));
  box-shadow: none;
}
.mw8 .mcard.inactive .portrait img {
  filter: grayscale(.75) saturate(.55);
  opacity: .9;
}
.mw8 .mcard.live {
  padding-top: 20px;
  overflow: hidden;
}
.mw8 .mcard.live::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
  opacity: .55;
}
.mw8 .mcard .hero {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 2px;
}
.mw8 .mcard .portrait {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  position: relative;
}
.mw8 .mcard .portrait::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--color-gold-bright), var(--color-gold-deep));
  box-shadow: 0 8px 24px rgba(223,181,108,.18);
}
.mw8 .mcard .portrait img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 15%;
  border: 2px solid var(--color-surface);
  position: relative;
  z-index: 1;
  display: block;
  background: var(--color-raised);
}
.mw8 .mcard:hover .portrait::before {
  box-shadow: 0 10px 28px rgba(223,181,108,.28);
}
.mw8 .mcard .identity {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}
.mw8 .mcard .identity h3 {
  font-family: var(--font-display);
  font-variation-settings: var(--fr-h3);
  font-size: 19px;
  line-height: 1.12;
  letter-spacing: -.01em;
}
.mw8 .mcard .identity .fund {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 500;
  color: var(--color-muted);
  margin-top: 5px;
  line-height: 1.35;
}
.mw8 .mcard .identity .badge-live,
.mw8 .mcard .identity .badge-off {
  margin-top: 8px;
}
.mw8 .mcard .hero .code {
  align-self: flex-start;
}
.mw8 .mcard .row1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.mw8 .mcard h3 {
  font-family: var(--font-display);
  font-variation-settings: var(--fr-h3);
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: -.01em;
}
.mw8 .mcard .code {
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 500;
  color: var(--color-primary);
  border: 1px solid var(--color-gold-line);
  background: var(--color-gold-tint);
  border-radius: var(--radius-sm);
  padding: 4px 9px;
  flex-shrink: 0;
  text-transform: uppercase;
}
.mw8 .mcard .badge-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-ui);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-gain);
  margin-top: 3px;
}
.mw8 .mcard .badge-live .led {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-gain);
  box-shadow: 0 0 8px rgba(16,185,129,.7);
}
.mw8 .mcard .badge-off {
  font-family: var(--font-ui);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-top: 3px;
}
.mw8 .mcard .figs {
  display: flex;
  gap: 28px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--color-border);
}
.mw8 .mcard .figs .f .k {
  font-family: var(--font-ui);
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--color-muted);
}
.mw8 .mcard .figs .f .v {
  font-family: var(--font-num);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text);
  margin-top: 5px;
}
.mw8 .mcard .holds {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.mw8 .mcard .holds .chip {
  font-family: var(--font-num);
  font-size: 11px;
  color: var(--color-muted);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 3px 8px;
  background: var(--color-raised);
}
.mw8 .mcard .nav {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.mw8 .mcard .nav a {
  font-family: var(--font-ui);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--color-text);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 7px 12px;
  transition: all .14s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.mw8 .mcard .nav a:hover {
  border-color: var(--color-gold-line);
  background: var(--color-gold-tint);
  color: var(--color-primary);
}
.mw8 .mcard .nav a.perf {
  color: var(--color-primary);
  border-color: var(--color-gold-line);
  background: var(--color-gold-tint);
}
.mw8 .mcard .nav .src {
  margin-left: auto;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 500;
  color: var(--color-muted);
  border: none;
  padding: 7px 4px;
}
.mw8 .mcard .nav .src:hover {
  color: var(--color-primary);
  background: transparent;
}
.mw8 .mcard .offrow {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--color-border);
}
.mw8 .mcard .offrow a {
  font-family: var(--font-ui);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--color-muted);
}
.mw8 .mcard .offrow a:hover {
  color: var(--color-primary);
}
.mw8 .phead.live {
  position: relative;
  overflow: hidden;
}
.mw8 .phead.live::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
  opacity: .55;
}
.mw8 .phead .hero {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 4px;
}
.mw8 .phead .portrait {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  position: relative;
}
.mw8 .phead .portrait::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--color-gold-bright), var(--color-gold-deep));
  box-shadow: 0 8px 24px rgba(223,181,108,.18);
}
.mw8 .phead .portrait img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 15%;
  border: 2px solid var(--color-bg);
  position: relative;
  z-index: 1;
  display: block;
  background: var(--color-raised);
}
.mw8 .phead .identity {
  flex: 1;
  min-width: 0;
  padding-top: 4px;
}
.mw8 .phead .identity h1 {
  font-family: var(--font-display);
  font-variation-settings: var(--fr-h2);
  font-size: clamp(26px,3vw,40px);
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0;
}
.mw8 .phead .identity .fund {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-muted);
  margin-top: 6px;
  line-height: 1.35;
}
.mw8 .phead .identity .badge-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-ui);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-gain);
  margin-top: 10px;
}
.mw8 .phead .identity .badge-live .led {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-gain);
  box-shadow: 0 0 8px rgba(16,185,129,.7);
}
.mw8 .phead .hero .code {
  align-self: flex-start;
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 500;
  color: var(--color-primary);
  border: 1px solid var(--color-gold-line);
  background: var(--color-gold-tint);
  border-radius: var(--radius-sm);
  padding: 4px 9px;
  flex-shrink: 0;
  text-transform: uppercase;
  transform: none;
}
.mw8 .pnav {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.mw8 .pnav a {
  font-family: var(--font-ui);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--color-text);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 7px 12px;
  transition: all .14s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.mw8 .pnav a:hover {
  border-color: var(--color-gold-line);
  background: var(--color-gold-tint);
  color: var(--color-primary);
}
.mw8 .pnav a.active {
  color: var(--color-primary);
  border-color: var(--color-gold-line);
  background: var(--color-gold-tint);
}
.mw8 .toolbar {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
  margin-bottom: 16px;
}
.mw8 .toolbar .field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.mw8 .toolbar .field > .lab {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
  color: var(--color-muted);
}
.mw8 .sel {
  position: relative;
}
.mw8 .sel select {
  appearance: none;
  -webkit-appearance: none;
  font-family: var(--font-ui);
  font-size: 13.5px;
  color: var(--color-text);
  background: var(--color-raised);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 9px 38px 9px 13px;
  min-width: 118px;
  cursor: pointer;
  transition: border-color .14s ease, box-shadow .14s ease;
}
.mw8 .sel select:hover {
  border-color: var(--color-muted);
}
.mw8 .sel select:focus {
  outline: none;
  border-color: var(--color-gold-line);
  box-shadow: 0 0 0 3px var(--color-gold-tint);
}
.mw8 .sel::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-muted);
  border-bottom: 2px solid var(--color-muted);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.mw8 .toolbar .count {
  margin-left: auto;
  align-self: center;
  font-family: var(--font-num);
  font-size: 12.5px;
  color: var(--color-muted);
}
.mw8 .toolbar .count b {
  color: var(--color-text);
  font-weight: 500;
}
.mw8 .toolbar .reset {
  align-self: center;
  font-family: var(--font-ui);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--color-muted);
  cursor: pointer;
  padding: 9px 12px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: transparent;
}
.mw8 .toolbar .reset:hover {
  color: var(--color-text);
  border-color: var(--color-muted);
}
.mw8 .tcard {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  background: var(--color-surface);
  overflow: hidden;
}
.mw8 .tscroll {
  overflow-x: auto;
}
.mw8 table.mt {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  min-width: 760px;
}
.mw8 .mt thead th {
  position: sticky;
  top: 0;
  background: #100F0D;
  font-family: var(--font-ui);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-muted);
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid var(--color-border);
  white-space: nowrap;
  z-index: 2;
}
.mw8 .mt thead th.r {
  text-align: right;
}
.mw8 .mt tbody td {
  padding: 13px 18px;
  border-bottom: 1px solid rgba(49,45,40,.55);
  white-space: nowrap;
  vertical-align: middle;
}
.mw8 .mt tbody tr:last-child td {
  border-bottom: none;
}
.mw8 .mt tbody tr {
  transition: background .12s ease;
}
.mw8 .mt tbody tr:hover {
  background: var(--color-hover);
}
.mw8 .mt td.r {
  text-align: right;
}
.mw8 .num {
  font-family: var(--font-num);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -.01em;
}
.mw8 .tick {
  font-weight: 600;
  color: var(--color-text);
}
.mw8 .tick .name {
  display: block;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 400;
  color: var(--color-muted);
  margin-top: 2px;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mw8 .muted {
  color: var(--color-muted);
}
.mw8 .pos {
  color: var(--color-gain);
}
.mw8 .neg {
  color: var(--color-loss);
}
.mw8 .zero {
  color: var(--color-muted);
}
.mw8 .yq {
  font-family: var(--font-num);
  font-size: 12.5px;
  color: var(--color-muted);
}
.mw8 .yq b {
  color: var(--color-text);
  font-weight: 500;
}
.mw8 .act {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  border-radius: var(--radius-pill);
  padding: 4px 11px;
  border: 1px solid transparent;
}
.mw8 .act.buy {
  color: var(--color-gain);
  background: rgba(16,185,129,.10);
  border-color: rgba(16,185,129,.28);
}
.mw8 .act.sell {
  color: var(--color-loss);
  background: rgba(250,92,92,.10);
  border-color: rgba(250,92,92,.26);
}
.mw8 .act.hold {
  color: var(--color-muted);
  background: var(--color-raised);
  border-color: var(--color-border);
}
.mw8 .act .tri {
  font-size: 9px;
}
.mw8 .mt .noresults td {
  text-align: center;
  color: var(--color-muted);
  padding: 28px 18px;
  font-family: var(--font-ui);
}
.mw8 .empty {
  border: 1px dashed var(--color-border);
  border-radius: var(--radius-xl);
  background: rgba(19,18,16,.5);
  padding: 54px 40px;
  text-align: center;
  margin-top: 18px;
}
.mw8 .empty .ic {
  width: 54px;
  height: 54px;
  border-radius: var(--radius);
  background: var(--color-gold-tint);
  border: 1px solid var(--color-gold-line);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 24px;
}
.mw8 .empty h3 {
  font-family: var(--font-display);
  font-variation-settings: var(--fr-h3);
  font-size: 22px;
}
.mw8 .empty p {
  color: var(--color-muted);
  font-size: 14.5px;
  margin: 10px auto 0;
  max-width: 48ch;
}
.mw8 .empty code {
  font-family: var(--font-num);
  font-size: 12.5px;
  color: var(--color-primary);
  background: var(--color-raised);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 2px 7px;
}
.mw8 .disc {
  border-top: 1px solid var(--color-border);
  margin-top: 50px;
  padding: 24px 0 56px;
  font-family: var(--font-ui);
  font-size: 12.5px;
  color: var(--color-muted);
  line-height: 1.7;
  max-width: 90ch;
}
.mw8 .disc b {
  color: var(--color-text);
}
.mw8 .state-load {
  text-align: center;
  padding: 64px 0;
  color: var(--color-muted);
  font-family: var(--font-ui);
  font-size: 14px;
}
.mw8 .spinner {
  width: 38px;
  height: 38px;
  border: 3px solid var(--color-border);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: mw8spin .8s linear infinite;
  margin: 0 auto 16px;
}
@keyframes mw8spin {
  to {
    transform: rotate(360deg);
  }
}
.mw8 .state-err {
  border: 1px solid var(--color-loss);
  background: rgba(250,92,92,.08);
  color: var(--color-loss);
  border-radius: var(--radius-lg);
  padding: 18px 22px;
  margin-top: 22px;
  font-family: var(--font-ui);
  font-size: 14px;
}
@media (max-width:760px) {
  .mw8 {
    --mw8-pad: 16px;
  }
  .mw8 .roster-stats {
    grid-template-columns: 1fr 1fr;
  }
  .mw8 .roster-stats .s.full {
    grid-column: 1 / -1;
  }
  .mw8 .cards {
    grid-template-columns: 1fr;
  }
  .mw8 .toolbar {
    gap: 9px;
  }
  .mw8 .toolbar .field {
    flex: 1 0 auto;
  }
  .mw8 .sel select {
    min-width: 0;
    width: 100%;
  }
  .mw8 .toolbar .count {
    width: 100%;
    margin-left: 0;
  }
  .mw8 .tcard {
    border: none;
    background: transparent;
    border-radius: 0;
    overflow: visible;
  }
  .mw8 .tscroll {
    overflow: visible;
  }
  .mw8 table.mt {
    min-width: 0;
    display: block;
  }
  .mw8 .mt thead {
    display: none;
  }
  .mw8 .mt tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mw8 .mt tbody tr {
    display: block;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-surface);
    padding: 4px 15px 10px;
  }
  .mw8 .mt tbody tr:hover {
    background: var(--color-surface);
  }
  .mw8 .mt tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(49,45,40,.55);
    white-space: normal;
    text-align: right;
  }
  .mw8 .mt tbody td:last-child {
    border-bottom: none;
  }
  .mw8 .mt tbody td::before {
    content: attr(data-label);
    font-family: var(--font-ui);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--color-muted);
    text-align: left;
    flex: 0 0 auto;
  }
  .mw8 .mt tbody td.cell-head {
    display: block;
    text-align: left;
    padding: 8px 0 10px;
    border-bottom: 1px solid var(--color-border);
  }
  .mw8 .mt tbody td.cell-head::before {
    display: none;
  }
  .mw8 .mt .tick .name {
    max-width: none;
  }
  .mw8 .mt .noresults td {
    display: block;
    border: 1px dashed var(--color-border);
    border-radius: var(--radius-lg);
  }
  .mw8 .mt .noresults td::before {
    display: none;
  }
}
.mw9 a {
  text-decoration: none;
  color: inherit;
}
.mw9.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11,10,10,0.72);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid var(--color-border);
}
.mw9 .nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  height: 68px;
  gap: 28px;
}
.mw9 .brand {
  display: flex;
  align-items: center;
  gap: 11px;
}
.mw9 .brand svg {
  color: var(--color-primary);
  flex-shrink: 0;
  transition: transform .35s cubic-bezier(0.34,1.56,0.64,1);
}
.mw9 .brand:hover svg {
  transform: rotate(-10deg) scale(1.08);
}
.mw9 .brand .wm {
  font-family: var(--font-display);
  font-variation-settings: var(--fr-display);
  font-size: 23px;
  letter-spacing: -.02em;
  line-height: 1;
  transition: font-variation-settings .35s ease, color .25s ease;
}
.mw9 .brand:hover .wm {
  font-variation-settings: "opsz" 144,"wght" 660,"SOFT" 60,"WONK" 0;
  color: var(--color-gold-bright);
}
.mw9 .brand .wm .w {
  color: var(--color-primary);
}
.mw9 .links {
  display: flex;
  gap: 4px;
  margin-left: 18px;
}
.mw9 .links a {
  position: relative;
  z-index: 1;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-muted);
  padding: 8px 15px;
  border-radius: var(--radius-sm);
  transition: color .2s ease;
}
.mw9 .links a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: var(--radius-sm);
  background: var(--color-hover);
  opacity: 0;
  transform: scale(.9);
  transition: opacity .2s ease, transform .2s ease;
}
.mw9 .links a:hover {
  color: var(--color-text);
}
.mw9 .links a:hover::before {
  opacity: 1;
  transform: scale(1);
}
.mw9 .links a.active {
  color: var(--color-primary);
  background: var(--color-gold-tint);
  box-shadow: inset 0 0 0 1px var(--color-gold-line);
}
.mw9 .links a.active::before {
  display: none;
}
.mw9 .right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
.mw9 .right .src {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-muted);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--color-border);
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.mw9 .right .src:hover {
  color: var(--color-gold-bright);
  border-color: var(--color-gold-line);
  background: var(--color-gold-tint);
}
.mw9 .right .src .num {
  font-family: var(--font-num);
  font-weight: 600;
  color: var(--color-text);
}
.mw9 .right .src:hover .num {
  color: var(--color-gold-bright);
}
.mw9 .right .src .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-gain);
  box-shadow: 0 0 8px rgba(16,185,129,.6);
}
.mw9 .burger {
  display: none;
}
.mw9 .drawer {
  display: none;
}
.mw9.foot {
  flex-shrink: 0;
  border-top: 1px solid var(--color-border);
  background: var(--color-surface);
  padding: 56px 0 80px;
}
.mw9.foot .foot-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
.mw9.foot .cols {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}
.mw9.foot .brand-col {
  max-width: 340px;
}
.mw9.foot .brand .wm {
  font-family: var(--font-display);
  font-variation-settings: var(--fr-h3);
  font-size: 20px;
}
.mw9.foot .tag {
  color: var(--color-muted);
  font-size: 13.5px;
  margin-top: 12px;
  line-height: 1.6;
}
.mw9.foot .fnav {
  display: flex;
  gap: 56px;
}
.mw9.foot .fcol .ft {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 14px;
}
.mw9.foot .fcol a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-ui);
  font-size: 14px;
  color: var(--color-text);
  opacity: .78;
  padding: 5px 0;
  transition: opacity .15s ease, color .15s ease;
}
.mw9.foot .fcol a:hover {
  color: var(--color-primary);
  opacity: 1;
}
.mw9.foot .fcol a .ext {
  font-size: 11px;
  color: var(--color-muted);
}
.mw9.foot .legal {
  margin-top: 44px;
  padding-top: 28px;
  padding-bottom: 4px;
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.mw9.foot .legal p {
  font-size: 12.5px;
  color: var(--color-muted);
  line-height: 1.65;
  max-width: 78ch;
}
.mw9.foot .legal p b {
  color: var(--color-text);
}
.mw9.foot .legal .copy {
  font-family: var(--font-num);
  font-size: 12px;
  color: var(--color-muted);
  white-space: nowrap;
}
@media (max-width:767px) {
  .mw9.nav {
    top: 12px;
    margin: 12px 12px 0;
    background: rgba(19,18,16,0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 24px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.05);
    transition: border-color .3s ease, box-shadow .3s ease;
    overflow: hidden;
  }
  .mw9.nav.is-open {
    border-color: var(--color-gold-line);
    box-shadow: 0 8px 24px rgba(0,0,0,0.6), 0 0 15px rgba(223,181,108,0.03);
  }
  .mw9 .nav-inner {
    height: 58px;
    padding: 0 16px;
    gap: 12px;
  }
  .mw9 .brand .wm {
    font-size: 20px;
  }
  .mw9 .links {
    display: none;
  }
  .mw9 .right {
    display: none;
  }
  .mw9 .burger {
    display: flex;
    margin-left: auto;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    background: rgba(255,255,255,0.02);
    cursor: pointer;
    color: var(--color-text);
    transition: border-color .25s ease, background .25s ease;
    padding: 0;
  }
  .mw9 .burger:hover {
    border-color: var(--color-muted);
    background: var(--color-hover);
  }
  .mw9 .burger .icon-lines {
    width: 18px;
    height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  .mw9 .burger .icon-lines span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
    transition: transform .25s cubic-bezier(0.25,1,0.5,1), opacity .25s ease;
  }
  .mw9 .burger.open .icon-lines span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .mw9 .burger.open .icon-lines span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .mw9 .burger.open .icon-lines span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
  .mw9 .drawer {
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height .4s cubic-bezier(0.16,1,0.3,1), opacity .3s ease, transform .4s cubic-bezier(0.16,1,0.3,1);
    background: rgba(19,18,16,0.4);
    border-top: 1px solid transparent;
  }
  .mw9 .drawer.open {
    max-height: 340px;
    opacity: 1;
    transform: translateY(0);
    border-top-color: var(--color-border);
  }
  .mw9 .drawer .inner {
    padding: 10px 12px 16px;
  }
  .mw9 .drawer .inner > * {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .3s cubic-bezier(0.25,1,0.5,1), transform .3s cubic-bezier(0.25,1,0.5,1);
  }
  .mw9 .drawer.open .inner > * {
    opacity: 1;
    transform: translateY(0);
  }
  .mw9 .drawer.open .inner > *:nth-child(1) {
    transition-delay: .04s;
  }
  .mw9 .drawer.open .inner > *:nth-child(2) {
    transition-delay: .08s;
  }
  .mw9 .drawer.open .inner > *:nth-child(3) {
    transition-delay: .12s;
  }
  .mw9 .drawer.open .inner > *:nth-child(4) {
    transition-delay: .16s;
  }
  .mw9 .drawer a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-ui);
    font-size: 16px;
    font-weight: 500;
    color: var(--color-muted);
    padding: 12px 14px;
    border-radius: var(--radius);
    border: 1px solid transparent;
    transition: color .25s ease, background .25s ease, border-color .25s ease;
  }
  .mw9 .drawer a:hover {
    color: var(--color-text);
    background: var(--color-hover);
  }
  .mw9 .drawer a.active {
    color: var(--color-primary);
    background: var(--color-gold-tint);
    border-color: var(--color-gold-line);
  }
  .mw9 .drawer .sep {
    height: 1px;
    background: var(--color-border);
    margin: 10px 6px;
  }
  .mw9 .drawer .src {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 500;
    color: var(--color-muted);
    padding: 12px 14px;
    background: rgba(255,255,255,0.02);
    border-radius: var(--radius);
    border: 1px solid var(--color-border);
    margin-top: 4px;
  }
  .mw9 .drawer .src .num {
    font-family: var(--font-num);
    font-weight: 600;
    color: var(--color-text);
  }
  .mw9 .drawer .src .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-gain);
    box-shadow: 0 0 10px var(--color-gain);
  }
  .mw9.foot {
    padding: 40px 0 64px;
  }
  .mw9.foot .foot-inner {
    padding: 0 20px;
  }
  .mw9.foot .cols {
    flex-direction: column;
    gap: 0;
  }
  .mw9.foot .brand .wm {
    font-size: 19px;
  }
  .mw9.foot .fnav {
    gap: 40px;
    margin-top: 26px;
  }
  .mw9.foot .legal {
    flex-direction: column;
    margin-top: 28px;
  }
  .mw9.foot .legal .copy {
    margin-top: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mw9 * {
    animation: none !important;
    transition: none !important;
  }
}
@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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-ease {
  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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --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;
      --tw-ease: initial;
    }
  }
}
