/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600&display=swap");
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "IBM Plex Sans", "Helvetica Neue", sans-serif;
    --font-mono: "IBM Plex Mono", ui-monospace, monospace;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --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-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-relaxed: 1.625;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-display: "Space Grotesk", "Helvetica Neue", sans-serif;
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .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;
  }
  .top-\[104\%\] {
    top: 104%;
  }
  .right-0 {
    right: 0px;
  }
  .left-0 {
    left: 0px;
  }
  .z-20 {
    z-index: 20;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-\[860px\] {
    min-width: 860px;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  :where(.space-y-12 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-x-14 {
    column-gap: calc(var(--spacing) * 14);
  }
  .gap-y-1 {
    row-gap: var(--spacing);
  }
  .gap-y-1\.5 {
    row-gap: calc(var(--spacing) * 1.5);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[var\(--line\)\] {
    border-color: var(--line);
  }
  .border-\[var\(--line-soft\)\] {
    border-color: var(--line-soft);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-\[1\.02\] {
    --tw-leading: 1.02;
    line-height: 1.02;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[var\(--accent\)\] {
    color: var(--accent);
  }
  .text-\[var\(--ink\)\] {
    color: var(--ink);
  }
  .text-\[var\(--muted\)\] {
    color: var(--muted);
  }
  @media (hover: hover) {
    .hover\:text-\[var\(--accent\)\]:hover {
      color: var(--accent);
    }
  }
  @media (width >= 40rem) {
    .sm\:block {
      display: block;
    }
    .sm\:inline {
      display: inline;
    }
    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
    .sm\:gap-x-6 {
      column-gap: calc(var(--spacing) * 6);
    }
    .sm\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
    .sm\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:mt-20 {
      margin-top: calc(var(--spacing) * 20);
    }
    .md\:block {
      display: block;
    }
    .md\:hidden {
      display: none;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-\[1\.5fr_1fr\] {
      grid-template-columns: 1.5fr 1fr;
    }
    .lg\:grid-cols-\[1\.6fr_1fr\] {
      grid-template-columns: 1.6fr 1fr;
    }
  }
}
:root {
  --bg: #0c1116;
  --bg-2: #10161d;
  --ink: #e7edf3;
  --muted: #8e9ba7;
  --accent: #3ddc97;
  --accent-soft: rgba(61, 220, 151, 0.14);
  --accent-2: #58a6ff;
  --warm: #ffb454;
  --neg: #ff6b6b;
  --line: #232b34;
  --line-soft: #1a212a;
  --rule: #3a4450;
  --card: #121820;
  --hover: rgba(61, 220, 151, 0.06);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.55;
}
::selection {
  background: var(--accent);
  color: var(--bg);
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--accent);
}
input, textarea {
  caret-color: var(--accent);
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--rule) transparent;
}
.tabular {
  font-variant-numeric: tabular-nums;
  font-family: var(--font-mono);
}
.display {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero {
  max-width: 46rem;
  padding: 1.25rem 0 0.5rem;
}
@media (min-width: 768px) {
  .hero {
    padding: 2.75rem 0 0.75rem;
  }
}
.hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.95;
  font-size: clamp(2.85rem, 9vw, 5.75rem);
}
.hero-kicker {
  display: block;
  color: var(--ink);
}
.hero-typed {
  display: flex;
  align-items: baseline;
  min-height: 1.05em;
  color: var(--accent);
}
#hero-brand {
  white-space: nowrap;
}
.hero-q {
  flex: none;
  margin-left: 0.02em;
}
.hero-caret {
  flex: none;
  display: inline-block;
  width: 0.085em;
  height: 0.78em;
  margin-left: 0.14em;
  background: var(--accent);
  border-radius: 1px;
  animation: hero-blink 1.05s step-end infinite;
  transform: translateY(0.06em);
}
.hero-search {
  position: relative;
  margin-top: 1.75rem;
  max-width: 38rem;
}
@media (min-width: 768px) {
  .hero-search {
    margin-top: 2.25rem;
  }
}
@keyframes hero-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-caret {
    animation: none;
  }
}
.missing {
  color: var(--muted);
  font-style: italic;
}
.neg {
  color: var(--neg);
}
.overline-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.section-head {
  border-top: 2px solid var(--rule);
  padding-top: 0.75rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.ledger {
  border-top: 2px solid var(--rule);
}
.ledger-row {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  padding: 0.7rem 0.25rem 0.6rem;
  border-bottom: 1px solid var(--line);
  position: relative;
}
@media (max-width: 767px) {
  .ledger-row {
    padding-top: 0.85rem;
    padding-bottom: 0.75rem;
    gap: 0.65rem;
  }
  .ledger-value {
    min-width: 5.2rem;
    font-size: 0.84rem;
  }
  .ledger-rank {
    min-width: 1.2rem;
  }
}
a.ledger-row:hover {
  background: var(--hover);
  color: inherit;
}
a.ledger-row:hover .ledger-name {
  color: var(--accent);
}
a.ledger-row:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
  border-radius: 0.5rem;
}
.ledger-rank {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.75rem;
  color: var(--accent);
  opacity: 0.7;
  min-width: 1.6rem;
  text-align: right;
  flex: none;
}
.ledger-main {
  flex: 1 1 auto;
  min-width: 0;
}
.ledger-name {
  font-weight: 600;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ledger-meta {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ledger-value {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.9rem;
  text-align: right;
  flex: none;
  min-width: 6.5rem;
}
.ledger-bar {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
  opacity: 0.8;
  box-shadow: 0 0 8px rgba(61, 220, 151, 0.45);
  pointer-events: none;
}
.kpi-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .kpi-strip {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.kpi-cell {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 0.9rem 1.1rem 1rem;
}
.kpi-value {
  font-family: var(--font-display);
  font-size: 1.9rem;
  line-height: 1.15;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  margin-top: 0.35rem;
  letter-spacing: -0.01em;
  color: var(--accent);
}
.kpi-value.neg {
  color: var(--neg);
}
.statement {
  border-top: 2px solid var(--rule);
}
.statement-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.5rem;
  padding: 0.55rem 0.25rem;
  border-bottom: 1px solid var(--line-soft);
}
.statement-row.sub {
  padding-left: 1.4rem;
}
.statement-row.total {
  border-top: 1px solid var(--accent);
  border-bottom: 3px double var(--accent);
  font-weight: 600;
}
.statement-value {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.9rem;
  white-space: nowrap;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
}
.data-table thead th {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: right;
  padding: 0 0.6rem 0.5rem;
  border-bottom: 2px solid var(--rule);
  white-space: nowrap;
}
.data-table thead th:first-child {
  text-align: left;
  padding-left: 0.25rem;
}
.data-table tbody td {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.85rem;
  text-align: right;
  padding: 0.5rem 0.6rem;
  border-bottom: 1px solid var(--line-soft);
  white-space: nowrap;
}
.data-table tbody td:first-child {
  text-align: left;
  padding-left: 0.25rem;
  font-weight: 500;
}
.data-table tbody tr:hover {
  background: var(--hover);
}
.def-list {
  border-top: 2px solid var(--rule);
}
.def-row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.55rem 0.25rem;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.875rem;
}
.def-row dt {
  color: var(--muted);
  flex: none;
}
.def-row dd {
  margin: 0;
  text-align: right;
  min-width: 0;
}
.search-line {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  padding: 0.3rem 0.35rem 0.3rem 1.15rem;
  transition: border-color 120ms ease, box-shadow 120ms ease;
}
.search-line:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.search-line input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 1.125rem;
  padding: 0.45rem 0.1rem;
  outline: none;
  color: var(--ink);
}
@media (min-width: 768px) {
  .search-line input {
    font-size: 1.25rem;
  }
}
.search-line input::placeholder {
  color: var(--muted);
  opacity: 0.75;
}
.search-line button {
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--bg);
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.55rem 1.2rem;
  cursor: pointer;
  transition: filter 120ms ease;
}
.search-line button:hover {
  filter: brightness(1.15);
}
.search-pop {
  border: 1px solid var(--rule);
  border-radius: 1rem;
  background: var(--card);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}
.search-pop a {
  display: block;
  padding: 0.6rem 1.1rem;
  border-bottom: 1px solid var(--line-soft);
}
.search-pop a:last-child {
  border-bottom: 0;
}
.search-pop a:hover {
  background: var(--hover);
  color: inherit;
}
.search-pop strong {
  font-weight: 600;
}
.search-pop .pop-meta {
  font-size: 0.78rem;
  color: var(--muted);
}
.laburo-banner {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(1200px 80px at 12% 120%, rgba(255, 255, 255, 0.22), transparent 55%), radial-gradient(900px 90px at 88% -40%, rgba(167, 139, 250, 0.55), transparent 60%), linear-gradient(105deg, #3b5bfd 0%, #5b67f6 38%, #8b5cf6 68%, #4f7cff 100%);
  background-size: 180% 180%;
  animation: laburo-shift 12s ease-in-out infinite alternate;
}
.laburo-banner:hover {
  color: #fff;
}
.laburo-banner-shine {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.28) 50%, transparent 65%);
  background-size: 220% 100%;
  animation: laburo-shine 4.8s ease-in-out infinite;
}
.laburo-banner-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem 1.25rem;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0.55rem 1.25rem;
}
.laburo-banner-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: none;
}
.laburo-banner-kicker {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  white-space: nowrap;
}
.laburo-banner-logo {
  display: block;
  height: 1.85rem;
  width: auto;
}
.laburo-banner-copy {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
  flex: 1 1 auto;
}
.laburo-banner-copy strong {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.laburo-banner-sub {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.82);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.laburo-banner-marquee {
  display: none;
  overflow: hidden;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.laburo-banner-track {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  width: max-content;
  animation: laburo-marquee 18s linear infinite;
}
.laburo-banner-track > span {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.laburo-banner-track > span::after {
  content: "·";
  margin-left: 1.15rem;
  font-weight: 500;
  opacity: 0.55;
}
.laburo-banner-cta {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: #fff;
  color: #3d4ef0;
  border-radius: 999px;
  padding: 0.4rem 0.95rem;
  white-space: nowrap;
  transition: transform 160ms ease, filter 160ms ease;
}
.laburo-banner:hover .laburo-banner-cta, .laburo-banner:active .laburo-banner-cta {
  transform: scale(1.04);
  filter: brightness(1.06);
}
.laburo-banner:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -3px;
}
@keyframes laburo-shift {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
@keyframes laburo-shine {
  0%, 28% {
    background-position: 120% 0;
  }
  58%, 100% {
    background-position: -20% 0;
  }
}
@keyframes laburo-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .laburo-banner-inner {
    gap: 0.65rem;
    padding: 0.5rem 0.75rem 0.5rem 0.7rem;
  }
  .laburo-banner-kicker, .laburo-banner-copy strong, .laburo-banner-sub {
    display: none;
  }
  .laburo-banner-marquee {
    display: block;
  }
  .laburo-banner-logo {
    height: 1.55rem;
  }
  .laburo-banner-cta {
    min-height: 2.5rem;
    padding: 0.35rem 0.85rem;
    font-size: 0.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .laburo-banner, .laburo-banner-shine, .laburo-banner-track, .laburo-banner-cta {
    animation: none;
    transition: none;
  }
  .laburo-banner:hover .laburo-banner-cta, .laburo-banner:active .laburo-banner-cta {
    transform: none;
  }
}
.masthead-rule {
  border-bottom: 1px solid var(--line);
  position: relative;
}
.masthead-rule::after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  margin-top: 2px;
}
.footer-rule {
  border-top: 1px solid var(--line);
}
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.75rem 1.25rem 2rem;
  color: var(--muted);
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .footer-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}
.footer-note {
  margin: 0;
  max-width: 32rem;
  line-height: 1.55;
}
.footer-aside {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
@media (min-width: 768px) {
  .footer-aside {
    align-items: flex-end;
    text-align: right;
  }
}
.footer-aside p {
  margin: 0;
  opacity: 0.8;
}
.footer-laburo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  opacity: 0.88;
  transition: opacity 160ms ease, color 160ms ease;
}
.footer-laburo span {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-laburo img {
  display: block;
  height: 1.05rem;
  width: auto;
  opacity: 0.85;
}
.footer-laburo:hover {
  color: var(--ink);
  opacity: 0.95;
}
.nav-link {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink);
}
.nav-link:hover {
  color: var(--accent);
}
.header-search {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  font-family: var(--font-sans);
  font-size: 1rem;
  padding: 0.35rem 0.95rem;
  outline: none;
  color: var(--ink);
  width: 8.5rem;
  transition: border-color 120ms ease, box-shadow 120ms ease;
}
.header-search:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
@media (min-width: 640px) {
  .header-search {
    width: 13rem;
    font-size: 0.85rem;
  }
}
.tag-link {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  margin: 0 0.35rem 0.35rem 0;
}
a.tag-link:hover {
  background: var(--accent);
  color: var(--bg);
}
.tag-sep {
  display: none;
}
.scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
@media (max-width: 767px) {
  .statement-row {
    gap: 0.9rem;
    padding: 0.6rem 0.1rem;
  }
  .statement-row.sub {
    padding-left: 1rem;
  }
  .kpi-value {
    font-size: 1.55rem;
  }
  .def-row {
    gap: 1rem;
  }
  .def-row dd {
    max-width: 60%;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
