/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "IBM Plex Sans", sans-serif;
    --font-mono: "IBM Plex Mono", monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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.4rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 4.8rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --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-primary: #dfff3f;
    --color-secondary-700: #34403f;
    --color-neutral: #171c1d;
    --color-background: #f2f4f2;
  }
}
@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 {
  .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;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .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-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #f2f4f2;
    color: #171c1d;
    font-family: "IBM Plex Sans", sans-serif;
  }
  a {
    color: inherit;
  }
}
@layer components {
  .ukd-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .ukd-topline {
    background: #101820;
    color: #cbd4dc;
    font: 500 11px/1.4 "DM Mono",monospace;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .ukd-topline-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .ukd-header {
    background: #f6f3ec;
    border-bottom: 1px solid #b7bec4;
    position: sticky;
    top: 0;
    z-index: 30;
  }
  .ukd-header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
  .ukd-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Source Serif 4",serif;
    font-size: 27px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -.035em;
  }
  .ukd-brand > span:last-child > span {
    color: #e33a2c;
  }
  .ukd-brand-mark {
    width: 27px;
    height: 27px;
    border: 2px solid #101820;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: end;
    padding: 4px;
    gap: 2px;
  }
  .ukd-brand-mark span {
    display: block;
    background: #101820;
  }
  .ukd-brand-mark span:nth-child(1) {
    height: 35%;
  }
  .ukd-brand-mark span:nth-child(2) {
    height: 66%;
    background: #e33a2c;
  }
  .ukd-brand-mark span:nth-child(3) {
    height: 100%;
  }
  .ukd-nav-list {
    display: flex;
    gap: 26px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
  }
  .ukd-nav-list a {
    text-decoration: none;
    padding: 27px 0 24px;
    border-bottom: 3px solid transparent;
  }
  .ukd-nav-list a:hover {
    border-color: #e33a2c;
  }
  .ukd-menu-toggle {
    display: none;
    background: none;
    border: 1px solid #101820;
    padding: 8px 12px;
    font-weight: 700;
  }
  .ukd-main {
    flex: 1;
  }
  .ukd-hero {
    background: #e9edf0;
    border-bottom: 1px solid #aeb7be;
    position: relative;
    overflow: hidden;
  }
  .ukd-hero:after {
    content: "";
    position: absolute;
    right: -6vw;
    top: -100px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(16,24,32,.12);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(16,24,32,.025),0 0 0 140px rgba(16,24,32,.02);
  }
  .ukd-hero-grid {
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0,1.3fr) minmax(330px,.7fr);
    gap: 74px;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .ukd-kicker,.ukd-eyebrow,.ukd-stat-label {
    font: 500 11px/1.2 "DM Mono",monospace;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #e33a2c;
  }
  .ukd-hero h1 {
    font-family: "Source Serif 4",serif;
    font-size: clamp(52px,6.7vw,94px);
    line-height: .9;
    margin: 14px 0 22px;
    max-width: 760px;
    letter-spacing: -.055em;
  }
  .ukd-deck {
    font-size: 20px;
    line-height: 1.55;
    max-width: 680px;
    color: #3d4a56;
  }
  .ukd-hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 30px;
  }
  .ukd-button {
    display: inline-flex;
    padding: 12px 18px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #101820;
  }
  .ukd-button-primary {
    background: #101820;
    color: white;
  }
  .ukd-button-primary:hover {
    background: #e33a2c;
    border-color: #e33a2c;
  }
  .ukd-button-ghost:hover {
    background: white;
  }
  .ukd-lookup-card {
    background: #f6f3ec;
    border-top: 5px solid #e33a2c;
    padding: 32px;
    box-shadow: 12px 12px 0 rgba(16,24,32,.09);
  }
  .ukd-lookup-card h2 {
    font: 700 30px/1.05 "Source Serif 4",serif;
    margin: 8px 0 10px;
  }
  .ukd-lookup-card > p {
    color: #51606d;
    line-height: 1.55;
  }
  .ukd-postcode-form label {
    display: block;
    font: 500 11px "DM Mono",monospace;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 22px 0 7px;
  }
  .ukd-input-row {
    display: flex;
  }
  .ukd-input-row input {
    min-width: 0;
    flex: 1;
    border: 1px solid #8e999f;
    background: white;
    padding: 13px 14px;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
  }
  .ukd-input-row input:focus {
    border-color: #101820;
    box-shadow: inset 0 0 0 1px #101820;
  }
  .ukd-input-row button {
    border: 0;
    background: #e33a2c;
    color: white;
    padding: 0 18px;
    font-weight: 700;
    cursor: pointer;
  }
  .ukd-input-row button:hover {
    background: #c72d21;
  }
  .ukd-tiny {
    font-size: 11px !important;
    color: #73808b !important;
    margin: 16px 0 0 !important;
  }
  .ukd-lookup-result {
    margin-top: 18px;
  }
  .ukd-result-card {
    border-top: 1px solid #aeb7be;
    padding-top: 16px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }
  .ukd-result-card img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    background: #dfe4e7;
  }
  .ukd-result-card strong {
    display: block;
    font-family: "Source Serif 4",serif;
    font-size: 20px;
  }
  .ukd-result-card span {
    display: block;
    color: #596773;
    font-size: 13px;
    margin-top: 3px;
  }
  .ukd-result-note {
    margin-top: 12px;
    padding: 10px 12px;
    background: #fff;
    border-left: 3px solid #101820;
    font-size: 12px;
    line-height: 1.45;
  }
  .ukd-error {
    color: #a01f17;
    font-size: 13px;
    font-weight: 600;
  }
  .ukd-band {
    background: #101820;
    color: white;
  }
  .ukd-stat-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .ukd-stat-grid > div {
    padding: 26px 30px;
    border-right: 1px solid #39434c;
  }
  .ukd-stat-grid > div:first-child {
    padding-left: 0;
  }
  .ukd-stat-grid > div:last-child {
    border-right: 0;
  }
  .ukd-stat-grid strong {
    display: block;
    font: 600 19px/1.25 "Source Serif 4",serif;
    margin: 6px 0;
  }
  .ukd-stat-grid small {
    color: #9eabb6;
    font-size: 12px;
  }
  .ukd-section {
    padding: 78px 0;
  }
  .ukd-section-alt {
    background: #e8ecee;
    border-block: 1px solid #c1c8cd;
  }
  .ukd-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
  }
  .ukd-section-head h2,.ukd-principles h2 {
    font: 700 clamp(34px,4vw,52px)/1 "Source Serif 4",serif;
    letter-spacing: -.035em;
    margin: 8px 0 0;
  }
  .ukd-section-head > a,.ukd-text-link {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #101820;
    padding-bottom: 2px;
  }
  .ukd-poll-table-wrap {
    overflow-x: auto;
    border-top: 3px solid #101820;
  }
  .ukd-poll-table {
    width: 100%;
    border-collapse: collapse;
    background: #fbfaf6;
    font-size: 13px;
  }
  .ukd-poll-table th {
    font: 500 10px "DM Mono",monospace;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #65727d;
    text-align: right;
    padding: 13px 12px;
    border-bottom: 1px solid #bfc6cb;
  }
  .ukd-poll-table th:first-child,.ukd-poll-table td:first-child {
    text-align: left;
  }
  .ukd-poll-table td {
    padding: 15px 12px;
    text-align: right;
    border-bottom: 1px solid #d2d7da;
    font-family: "DM Mono",monospace;
  }
  .ukd-poll-table td:first-child {
    font-family: "Libre Franklin",sans-serif;
    font-weight: 700;
  }
  .ukd-empty-data {
    border-top: 3px solid #101820;
    background: #fbfaf6;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .ukd-empty-data p {
    margin: 6px 0 0;
    color: #586671;
    max-width: 700px;
  }
  .ukd-live-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e33a2c;
    margin-right: 8px;
  }
  .ukd-feature-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    background: #aeb8bf;
    border: 1px solid #aeb8bf;
  }
  .ukd-feature-card {
    background: #f6f3ec;
    padding: 28px;
    text-decoration: none;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    transition: .18s ease;
  }
  .ukd-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 9px 0 #e33a2c;
    position: relative;
    z-index: 2;
  }
  .ukd-feature-card > span {
    font: 500 11px "DM Mono",monospace;
    color: #e33a2c;
  }
  .ukd-feature-card h3 {
    font: 700 27px/1.1 "Source Serif 4",serif;
    margin: 34px 0 12px;
  }
  .ukd-feature-card p {
    color: #596773;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
  }
  .ukd-feature-card b {
    font-size: 12px;
    margin-top: auto;
    padding-top: 24px;
  }
  .ukd-principles {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
  }
  .ukd-principle-list p {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #b9c0c5;
    line-height: 1.6;
    color: #46545f;
  }
  .ukd-principle-list strong {
    color: #101820;
  }
  .ukd-footer {
    background: #101820;
    color: #aeb8c1;
    padding: 54px 0 22px;
    margin-top: auto;
  }
  .ukd-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 70px;
  }
  .ukd-footer-brand {
    font: 700 29px "Source Serif 4",serif;
    color: white;
  }
  .ukd-footer p {
    font-size: 12px;
    line-height: 1.7;
  }
  .ukd-footer strong {
    color: white;
    font: 500 11px "DM Mono",monospace;
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .ukd-footer a {
    color: white;
    text-decoration: none;
  }
  .ukd-footer-bottom {
    border-top: 1px solid #37414a;
    margin-top: 38px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    font: 400 10px "DM Mono",monospace;
  }
  .ukd-content {
    width: min(820px,calc(100% - 40px));
    margin: 60px auto;
  }
  .ukd-content h1 {
    font: 700 52px/1 "Source Serif 4",serif;
    letter-spacing: -.04em;
  }
  .ukd-content h2 {
    font: 700 30px/1.1 "Source Serif 4",serif;
    margin-top: 42px;
  }
  .ukd-content p,.ukd-content li {
    line-height: 1.75;
    color: #3f4d58;
  }
  .ukd-content-wide {
    width: min(1180px,calc(100% - 40px));
  }
  .ukd-lead {
    font-size: 19px;
    max-width: 760px;
  }
  .ukd-article-body {
    font-family: "Libre Franklin",sans-serif;
  }
  .ukd-article-body a {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  .ukd-article-body blockquote {
    margin: 30px 0;
    border-left: 4px solid #e33a2c;
    padding: 4px 0 4px 22px;
    font-family: "Source Serif 4",serif;
    font-size: 22px;
  }
  .ukd-byline {
    font: 400 11px/1.5 "DM Mono",monospace;
    text-transform: uppercase;
    color: #6d7983 !important;
    border-bottom: 1px solid #c2c9ce;
    padding-bottom: 18px;
    margin-bottom: 30px;
  }
  .ukd-content figure {
    margin: 30px 0;
  }
  .ukd-content img {
    max-width: 100%;
    height: auto;
  }
  .ukd-list {
    border-top: 3px solid #101820;
    margin-top: 28px;
  }
  .ukd-list-item {
    padding: 24px 0;
    border-bottom: 1px solid #bdc5ca;
  }
  .ukd-list-item h2 {
    margin: 5px 0 8px;
    font-size: 28px;
  }
  .ukd-list-item h2 a {
    text-decoration: none;
  }
  .ukd-list-item p {
    margin: 0;
  }
  .ukd-poll-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-block: 1px solid #b9c1c6;
    margin: 28px 0;
  }
  .ukd-poll-summary>div {
    padding: 18px 0;
  }
  .ukd-poll-summary>div+div {
    border-left: 1px solid #b9c1c6;
    padding-left: 22px;
  }
  .ukd-poll-summary span {
    display: block;
    font: 500 10px "DM Mono",monospace;
    text-transform: uppercase;
    color: #71808a;
  }
  .ukd-poll-summary strong {
    display: block;
    margin-top: 5px;
  }
  .ukd-poll-detail {
    margin: 24px 0 38px;
  }
  .ukd-poll-detail th {
    text-align: left !important;
    font-family: "Libre Franklin",sans-serif;
    text-transform: none;
    font-size: 13px;
    color: #101820;
  }
  .ukd-source-box {
    margin-top: 40px;
    padding: 18px;
    background: #e8ecee;
    border-left: 4px solid #101820;
    font-size: 13px;
  }
  .ukd-topline {
    background: #171c1d;
    color: #b8c3c0;
    font-family: "IBM Plex Mono",monospace;
  }
  .ukd-header {
    background: #f2f4f2;
    border-bottom-color: #9da9a6;
  }
  .ukd-brand {
    font-family: "Barlow Condensed",sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: .01em;
    text-transform: uppercase;
  }
  .ukd-brand > span:last-child > span {
    color: #171c1d;
    background: #dfff3f;
    padding: 0 .12em;
    margin-left: .05em;
  }
  .ukd-brand-mark {
    border-color: #171c1d;
    background: #f2f4f2;
  }
  .ukd-brand-mark span {
    background: #171c1d;
  }
  .ukd-brand-mark span:nth-child(2) {
    background: #dfff3f;
    outline: 1px solid #171c1d;
  }
  .ukd-nav-list {
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 12px;
    letter-spacing: .025em;
    text-transform: uppercase;
  }
  .ukd-nav-list a:hover {
    border-color: #dfff3f;
  }
  .ukd-hero {
    background: #dfe5e3;
    border-bottom-color: #96a29f;
  }
  .ukd-hero:after {
    border-radius: 0;
    width: 38vw;
    height: 100%;
    top: 0;
    right: 0;
    border: 0;
    box-shadow: none;
    opacity: .7;
    background-image: linear-gradient(#cbd3d0 1px,transparent 1px),linear-gradient(90deg,#cbd3d0 1px,transparent 1px);
    background-size: 32px 32px;
  }
  .ukd-kicker,.ukd-eyebrow,.ukd-stat-label {
    font-family: "IBM Plex Mono",monospace;
    color: #53615f;
    letter-spacing: .12em;
  }
  .ukd-kicker:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 8px;
    background: #dfff3f;
    border: 1px solid #171c1d;
    margin-right: 9px;
    vertical-align: 0;
  }
  .ukd-hero h1 {
    font-family: "Barlow Condensed",sans-serif;
    font-weight: 800;
    font-size: clamp(60px,8.4vw,118px);
    line-height: .78;
    letter-spacing: -.025em;
    text-transform: uppercase;
    max-width: 800px;
  }
  .ukd-deck {
    color: #34403f;
  }
  .ukd-button {
    border-color: #171c1d;
    text-transform: uppercase;
    letter-spacing: .035em;
  }
  .ukd-button-primary {
    background: #171c1d;
  }
  .ukd-button-primary:hover {
    background: #dfff3f;
    border-color: #171c1d;
    color: #171c1d;
  }
  .ukd-lookup-card {
    background: #f2f4f2;
    border-top: 0;
    border-left: 8px solid #dfff3f;
    box-shadow: 10px 10px 0 #171c1d;
  }
  .ukd-lookup-card h2 {
    font-family: "Barlow Condensed",sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: .01em;
  }
  .ukd-postcode-form label {
    font-family: "IBM Plex Mono",monospace;
  }
  .ukd-input-row input {
    background: #fff;
    border-color: #788582;
    font-family: "IBM Plex Mono",monospace;
  }
  .ukd-input-row button {
    background: #dfff3f;
    color: #171c1d;
    border: 1px solid #171c1d;
    border-left: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .04em;
  }
  .ukd-input-row button:hover {
    background: #bedb22;
  }
  .ukd-result-card strong {
    font-family: "Barlow Condensed",sans-serif;
    font-size: 23px;
    text-transform: uppercase;
  }
  .ukd-band {
    background: #171c1d;
  }
  .ukd-stat-grid strong {
    font-family: "Barlow Condensed",sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: .01em;
  }
  .ukd-section-alt {
    background: #dfe5e3;
    border-color: #aab5b2;
  }
  .ukd-section-head h2,.ukd-principles h2 {
    font-family: "Barlow Condensed",sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -.015em;
  }
  .ukd-poll-table-wrap {
    border-top-color: #171c1d;
  }
  .ukd-poll-table {
    background: #f7f8f6;
    table-layout: fixed;
  }
  .ukd-poll-table th:nth-child(1),.ukd-poll-table td:nth-child(1) {
    width: 35%;
  }
  .ukd-poll-table th:nth-child(2),.ukd-poll-table td:nth-child(2) {
    width: 17%;
  }
  .ukd-poll-table th:nth-child(3),.ukd-poll-table td:nth-child(3) {
    width: 9.6%;
  }
  .ukd-poll-table th:nth-child(n+3),.ukd-poll-table td:nth-child(n+3) {
    width: 9.6%;
  }
  .ukd-poll-table th {
    font-family: "IBM Plex Mono",monospace;
  }
  .ukd-poll-table td {
    font-family: "IBM Plex Mono",monospace;
  }
  .ukd-poll-table td:first-child {
    font-family: "IBM Plex Sans",sans-serif;
  }
  .ukd-empty-data {
    background: #f7f8f6;
  }
  .ukd-live-dot {
    border-radius: 0;
    background: #dfff3f;
    border: 1px solid #171c1d;
  }
  .ukd-feature-grid {
    background: #8d9996;
    border-color: #8d9996;
  }
  .ukd-feature-card {
    background: #f2f4f2;
  }
  .ukd-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 0 #dfff3f;
  }
  .ukd-feature-card > span {
    font-family: "IBM Plex Mono",monospace;
    color: #53615f;
  }
  .ukd-feature-card h3 {
    font-family: "Barlow Condensed",sans-serif;
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em;
  }
  .ukd-footer {
    background: #171c1d;
  }
  .ukd-footer-brand {
    font-family: "Barlow Condensed",sans-serif;
    font-size: 34px;
    text-transform: uppercase;
  }
  .ukd-footer strong,.ukd-footer-bottom {
    font-family: "IBM Plex Mono",monospace;
  }
  .ukd-content h1 {
    font-family: "Barlow Condensed",sans-serif;
    font-weight: 800;
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: -.02em;
  }
  .ukd-content h2 {
    font-family: "Barlow Condensed",sans-serif;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: .005em;
  }
  .ukd-article-body {
    font-family: "IBM Plex Sans",sans-serif;
  }
  .ukd-article-body blockquote {
    border-left-color: #dfff3f;
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
  .ukd-byline,.ukd-poll-summary span {
    font-family: "IBM Plex Mono",monospace;
  }
  .ukd-poll-detail th {
    font-family: "IBM Plex Sans",sans-serif;
  }
  .ukd-source-box {
    background: #dfe5e3;
    border-left-color: #dfff3f;
  }
  .ukd-data-hero {
    background: #cfd8d5;
    color: #171c1d;
    padding: 62px 0 54px;
    border-bottom: 1px solid #8c9995;
    position: relative;
    overflow: hidden;
  }
  .ukd-data-hero h1 {
    margin: 5px 0 12px;
    font-family: "Barlow Condensed",sans-serif;
    font-size: clamp(62px,8vw,108px);
    line-height: .8;
    text-transform: uppercase;
    letter-spacing: -.025em;
  }
  .ukd-data-hero p {
    max-width: 760px;
    color: #3f4c49;
    line-height: 1.6;
  }
  .ukd-searchbar {
    display: flex;
    max-width: 760px;
    margin-top: 28px;
  }
  .ukd-searchbar input {
    flex: 1;
    min-width: 0;
    padding: 15px 16px;
    border: 1px solid #87938f;
    background: #f7f8f6;
    color: #171c1d;
    font: 500 15px "IBM Plex Sans",sans-serif;
    outline: none;
  }
  .ukd-searchbar input:focus {
    box-shadow: inset 0 0 0 2px #dfff3f;
  }
  .ukd-searchbar button {
    padding: 0 22px;
    border: 1px solid #dfff3f;
    background: #dfff3f;
    color: #171c1d;
    font: 700 12px "IBM Plex Sans",sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    cursor: pointer;
  }
  .ukd-result-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 3px solid #171c1d;
    padding-bottom: 11px;
    margin-bottom: 1px;
    font: 500 10px "IBM Plex Mono",monospace;
    text-transform: uppercase;
    color: #53615f;
  }
  .ukd-mp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #9ca7a4;
    border: 1px solid #9ca7a4;
  }
  .ukd-mp-card {
    display: grid;
    grid-template-columns: 104px 1fr;
    min-height: 150px;
    background: #f7f8f6;
    text-decoration: none;
    transition: .15s ease;
  }
  .ukd-mp-card:hover {
    background: #eef2d1;
  }
  .ukd-mp-card img {
    width: 104px;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .ukd-mp-card>div {
    padding: 20px;
  }
  .ukd-mp-card h2 {
    margin: 5px 0 4px;
    font: 700 29px/1 "Barlow Condensed",sans-serif;
    text-transform: uppercase;
  }
  .ukd-mp-card p {
    margin: 0;
    color: #596562;
    font-size: 13px;
  }
  .ukd-mp-card b {
    display: block;
    margin-top: 21px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .03em;
  }
  .ukd-directory-intro {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    background: #9ca7a4;
    border: 1px solid #9ca7a4;
  }
  .ukd-directory-intro>div {
    background: #f7f8f6;
    padding: 30px;
    min-height: 200px;
  }
  .ukd-directory-intro span {
    display: block;
    font: 800 54px/1 "Barlow Condensed",sans-serif;
  }
  .ukd-directory-intro p {
    color: #596562;
    line-height: 1.55;
    max-width: 280px;
  }
  .ukd-member-profile {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: start;
  }
  .ukd-member-photo {
    margin: 0;
    position: sticky;
    top: 110px;
  }
  .ukd-member-photo img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(100%);
    border-bottom: 8px solid #dfff3f;
  }
  .ukd-member-profile h1 {
    margin: 3px 0 28px;
    font: 800 clamp(54px,7vw,94px)/.86 "Barlow Condensed",sans-serif;
    text-transform: uppercase;
    letter-spacing: -.025em;
  }
  .ukd-member-facts {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    border-block: 1px solid #9da8a5;
  }
  .ukd-member-facts>div {
    padding: 17px 18px 17px 0;
  }
  .ukd-member-facts>div+div {
    border-left: 1px solid #9da8a5;
    padding-left: 18px;
  }
  .ukd-member-facts span {
    display: block;
    font: 500 10px "IBM Plex Mono",monospace;
    text-transform: uppercase;
    color: #687572;
    margin-bottom: 5px;
  }
  .ukd-member-facts strong {
    font-size: 16px;
  }
  .ukd-member-section {
    margin-top: 42px;
  }
  @media (max-width:700px) {
    .ukd-mp-grid {
      grid-template-columns: 1fr;
    }
    .ukd-directory-intro {
      grid-template-columns: 1fr;
    }
    .ukd-member-profile {
      grid-template-columns: 1fr;
    }
    .ukd-member-photo {
      position: static;
      max-width: 220px;
    }
    .ukd-member-facts {
      grid-template-columns: 1fr;
    }
    .ukd-member-facts>div+div {
      border-left: 0;
      border-top: 1px solid #9da8a5;
      padding-left: 0;
    }
    .ukd-data-hero h1 {
      font-size: 58px;
    }
  }
  .ukd-seat-list {
    border-top: 3px solid #171c1d;
  }
  .ukd-seat-row {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 30px;
    padding: 22px 0;
    border-bottom: 1px solid #aeb8b5;
    align-items: center;
  }
  .ukd-seat-row h2 {
    margin: 5px 0 0;
    font: 700 31px/1 "Barlow Condensed",sans-serif;
    text-transform: uppercase;
  }
  .ukd-seat-rep {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 4px 14px;
    align-items: baseline;
  }
  .ukd-seat-rep span {
    font: 500 10px "IBM Plex Mono",monospace;
    text-transform: uppercase;
    color: #6a7774;
  }
  .ukd-seat-rep strong {
    font-size: 14px;
  }
  .ukd-seat-rep small {
    font-size: 12px;
    color: #66726f;
  }
  .ukd-seat-rep a {
    grid-column: 2/4;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
  @media (max-width:700px) {
    .ukd-seat-row {
      grid-template-columns: 1fr;
    }
    .ukd-seat-rep {
      grid-template-columns: 1fr;
    }
    .ukd-seat-rep a {
      grid-column: auto;
    }
  }
  .ukd-seat-hero {
    background: #cfd8d5;
    border-bottom: 1px solid #8c9995;
    padding: 62px 0 0;
    position: relative;
    overflow: hidden;
  }
  .ukd-seat-hero:before {
    content: "";
    position: absolute;
    inset: 0 0 auto auto;
    width: 46%;
    height: 100%;
    background-image: linear-gradient(#b9c5c1 1px,transparent 1px),linear-gradient(90deg,#b9c5c1 1px,transparent 1px);
    background-size: 30px 30px;
    opacity: .72;
  }
  .ukd-seat-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: end;
    position: relative;
    z-index: 1;
  }
  .ukd-seat-hero h1 {
    margin: 8px 0 18px;
    font: 800 clamp(64px,8.3vw,116px)/.79 "Barlow Condensed",sans-serif;
    text-transform: uppercase;
    letter-spacing: -.025em;
  }
  .ukd-seat-intro {
    max-width: 640px;
    font-size: 18px;
    line-height: 1.55;
    color: #3f4c49;
  }
  .ukd-seat-index {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background: #171c1d;
    color: #f2f4f2;
    border-top: 8px solid #dfff3f;
  }
  .ukd-seat-index>div {
    padding: 24px 20px;
    border-right: 1px solid #3c4644;
    min-height: 132px;
  }
  .ukd-seat-index>div:last-child {
    border-right: 0;
  }
  .ukd-seat-index span {
    display: block;
    font: 800 42px/1 "Barlow Condensed",sans-serif;
    text-transform: uppercase;
  }
  .ukd-seat-index small {
    display: block;
    margin-top: 8px;
    color: #aab5b1;
    font: 500 10px/1.45 "IBM Plex Mono",monospace;
    text-transform: uppercase;
  }
  .ukd-seat-search {
    position: relative;
    z-index: 3;
    max-width: none;
    margin-top: 48px;
    margin-bottom: 30px;
    box-shadow: 8px 8px 0 #171c1d;
  }
  .ukd-seat-search input {
    font-size: 17px;
    padding: 17px 18px;
  }
  .ukd-seat-search button {
    min-width: 150px;
  }
  .ukd-seat-section {
    padding-top: 112px;
  }
  .ukd-seat-launch {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 1px;
    background: #9ba7a3;
    border: 1px solid #9ba7a3;
  }
  .ukd-seat-launch-copy,.ukd-seat-key {
    background: #f5f7f5;
  }
  .ukd-seat-launch-copy {
    padding: 34px;
  }
  .ukd-seat-launch-copy h2 {
    margin: 8px 0 12px;
    font: 800 44px/1 "Barlow Condensed",sans-serif;
    text-transform: uppercase;
  }
  .ukd-seat-launch-copy p:last-child {
    color: #53615e;
    line-height: 1.6;
  }
  .ukd-seat-key {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ukd-seat-key>div {
    padding: 24px;
    border-left: 1px solid #c1cac7;
    border-bottom: 1px solid #c1cac7;
    min-height: 130px;
  }
  .ukd-seat-key span {
    display: block;
    width: 34px;
    height: 34px;
    background: #171c1d;
    color: #dfff3f;
    font: 700 17px/34px "IBM Plex Mono",monospace;
    text-align: center;
  }
  .ukd-seat-key p {
    margin: 22px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  @media (max-width:800px) {
    .ukd-seat-hero-grid,.ukd-seat-launch {
      grid-template-columns: 1fr;
    }
    .ukd-seat-index {
      margin-top: 28px;
    }
    .ukd-seat-hero:before {
      width: 100%;
      opacity: .35;
    }
    .ukd-seat-key {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width:560px) {
    .ukd-seat-index {
      grid-template-columns: 1fr;
    }
    .ukd-seat-index>div {
      border-right: 0;
      border-bottom: 1px solid #3c4644;
    }
    .ukd-seat-key {
      grid-template-columns: 1fr;
    }
    .ukd-seat-search {
      display: block;
    }
    .ukd-seat-search button {
      width: 100%;
      padding: 15px;
    }
  }
  .ukd-data-hero:before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 42%;
    background-image: linear-gradient(#b9c5c1 1px,transparent 1px),linear-gradient(90deg,#b9c5c1 1px,transparent 1px);
    background-size: 30px 30px;
    opacity: .6;
  }
  .ukd-data-hero>.ukd-shell {
    position: relative;
    z-index: 1;
  }
  .ukd-seat-page-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #9ca7a4;
    border: 1px solid #9ca7a4;
  }
  .ukd-seat-panel {
    background: #f5f7f5;
    padding: 30px;
  }
  .ukd-seat-current-mp {
    display: grid;
    grid-template-columns: 94px 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 18px;
  }
  .ukd-seat-current-mp img {
    width: 94px;
    height: 112px;
    object-fit: cover;
    filter: grayscale(100%);
    border-bottom: 6px solid #dfff3f;
  }
  .ukd-seat-current-mp h2 {
    margin: 0;
    font: 800 34px/1 "Barlow Condensed",sans-serif;
    text-transform: uppercase;
  }
  .ukd-seat-current-mp p {
    margin: 5px 0 14px;
    color: #5c6865;
  }
  .ukd-seat-current-mp a {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
  .ukd-seat-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 18px;
    border-top: 1px solid #aeb8b5;
    border-left: 1px solid #aeb8b5;
  }
  .ukd-seat-facts>div {
    padding: 18px;
    border-right: 1px solid #aeb8b5;
    border-bottom: 1px solid #aeb8b5;
  }
  .ukd-seat-facts span {
    display: block;
    font: 500 10px "IBM Plex Mono",monospace;
    text-transform: uppercase;
    color: #6a7774;
  }
  .ukd-seat-facts strong {
    display: block;
    margin-top: 5px;
    font-size: 16px;
  }
  .ukd-seat-results,.ukd-seat-history {
    margin-top: 48px;
  }
  .ukd-seat-candidates {
    border-top: 3px solid #171c1d;
  }
  .ukd-candidate-row {
    display: grid;
    grid-template-columns: 1.3fr 1fr .45fr .35fr;
    gap: 16px;
    padding: 15px 12px;
    border-bottom: 1px solid #b9c3c0;
    align-items: center;
  }
  .ukd-candidate-row strong {
    font-size: 14px;
  }
  .ukd-candidate-row span {
    font-size: 12px;
    color: #5f6b68;
  }
  .ukd-candidate-row b,.ukd-candidate-row em {
    font: 500 12px "IBM Plex Mono",monospace;
    text-align: right;
    font-style: normal;
  }
  .ukd-seat-history h2 {
    font: 800 42px/1 "Barlow Condensed",sans-serif;
    text-transform: uppercase;
    margin: 7px 0 20px;
  }
  .ukd-history-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    background: #9ca7a4;
    border: 1px solid #9ca7a4;
  }
  .ukd-history-grid>div {
    background: #f5f7f5;
    padding: 20px;
    min-height: 120px;
  }
  .ukd-history-grid span {
    display: block;
    font: 600 11px "IBM Plex Mono",monospace;
    color: #66736f;
  }
  .ukd-history-grid strong {
    display: block;
    font: 800 32px/1 "Barlow Condensed",sans-serif;
    margin: 12px 0 5px;
  }
  .ukd-history-grid small {
    font-size: 11px;
    color: #68736f;
  }
  @media (max-width:760px) {
    .ukd-seat-page-grid {
      grid-template-columns: 1fr;
    }
    .ukd-history-grid {
      grid-template-columns: 1fr 1fr;
    }
    .ukd-candidate-row {
      grid-template-columns: 1fr .8fr;
    }
    .ukd-candidate-row b,.ukd-candidate-row em {
      text-align: left;
    }
  }
  .ukd-party-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    background: #9ca7a4;
    border: 1px solid #9ca7a4;
  }
  .ukd-party-card {
    background: #f5f7f5;
    text-decoration: none;
    min-height: 180px;
    padding: 24px;
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 18px;
    transition: .15s ease;
  }
  .ukd-party-card:hover {
    background: #eef2d1;
  }
  .ukd-party-swatch {
    display: block;
    width: 14px;
    height: 100%;
    min-height: 132px;
    background: var(--party-colour);
    border: 1px solid rgba(23,28,29,.25);
  }
  .ukd-party-card h2 {
    margin: 8px 0 30px;
    font: 800 34px/1 "Barlow Condensed",sans-serif;
    text-transform: uppercase;
  }
  .ukd-party-card b {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .03em;
  }
  .ukd-party-hero {
    background: #cfd8d5;
    border-bottom: 1px solid #8c9995;
    padding: 62px 0;
    position: relative;
    overflow: hidden;
  }
  .ukd-party-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    background: var(--party-colour);
  }
  .ukd-party-hero:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 42%;
    height: 100%;
    background-image: linear-gradient(#b9c5c1 1px,transparent 1px),linear-gradient(90deg,#b9c5c1 1px,transparent 1px);
    background-size: 30px 30px;
    opacity: .6;
  }
  .ukd-party-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 70px;
    align-items: end;
    position: relative;
    z-index: 1;
  }
  .ukd-party-hero h1 {
    margin: 5px 0 12px;
    font: 800 clamp(62px,8vw,108px)/.8 "Barlow Condensed",sans-serif;
    text-transform: uppercase;
    letter-spacing: -.025em;
  }
  .ukd-party-hero p {
    color: #3f4c49;
  }
  .ukd-party-stat {
    background: #171c1d;
    color: #f2f4f2;
    border-top: 8px solid var(--party-colour);
    padding: 26px 28px;
    max-width: 280px;
    justify-self: end;
    width: 100%;
  }
  .ukd-party-stat span {
    display: block;
    font: 800 56px/1 "Barlow Condensed",sans-serif;
  }
  .ukd-party-stat small {
    display: block;
    margin-top: 8px;
    color: #aab5b1;
    font: 500 10px/1.45 "IBM Plex Mono",monospace;
    text-transform: uppercase;
  }
  .ukd-pager {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 28px;
    font: 600 11px "IBM Plex Mono",monospace;
    text-transform: uppercase;
  }
  .ukd-pager a {
    text-decoration: none;
  }
  .ukd-pager a:last-child {
    text-align: right;
  }
  .ukd-pager span {
    color: #687572;
  }
  @media (max-width:800px) {
    .ukd-party-grid {
      grid-template-columns: 1fr 1fr;
    }
    .ukd-party-hero-grid {
      grid-template-columns: 1fr;
    }
    .ukd-party-stat {
      justify-self: start;
    }
  }
  @media (max-width:560px) {
    .ukd-party-grid {
      grid-template-columns: 1fr;
    }
  }
  .ukd-poll-table td:nth-child(3) {
    box-shadow: inset 0 -3px #0087dc;
  }
  .ukd-poll-table td:nth-child(4) {
    box-shadow: inset 0 -3px #e4003b;
  }
  .ukd-poll-table td:nth-child(5) {
    box-shadow: inset 0 -3px #faa61a;
  }
  .ukd-poll-table td:nth-child(6) {
    box-shadow: inset 0 -3px #12b6cf;
  }
  .ukd-poll-table td:nth-child(7) {
    box-shadow: inset 0 -3px #6ab023;
  }
  .ukd-poll-table td.is-leader {
    font-weight: 900 !important;
    color: #171c1d;
    background: #d9dddc;
    font-size: 14px;
  }
  @media (max-width:700px) {
    .ukd-poll-table-wrap {
      overflow: visible;
      border-top: 0;
    }
    .ukd-poll-table tr {
      display: grid;
      grid-template-columns: repeat(5,minmax(0,1fr));
      gap: 0;
    }
    .ukd-poll-table td:nth-child(1),.ukd-poll-table td:nth-child(2),.ukd-poll-table td:nth-child(3) {
      grid-column: 1/-1;
    }
    .ukd-poll-table td:nth-child(n+4) {
      display: block !important;
      text-align: center !important;
      padding: 10px 4px !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
    }
    .ukd-poll-table td:nth-child(n+4):before {
      display: block;
      margin-bottom: 5px;
      text-align: center !important;
      font-size: 8px;
    }
    .ukd-poll-table td:nth-child(2),.ukd-poll-table td:nth-child(3) {
      display: flex !important;
      justify-content: space-between;
      gap: 16px;
      text-align: right !important;
      padding: 8px 12px !important;
    }
    .ukd-poll-table td:nth-child(2):before,.ukd-poll-table td:nth-child(3):before {
      display: block;
      text-align: left !important;
    }
    .ukd-poll-table td:nth-child(3) {
      border-bottom: 1px solid #c7cfcc !important;
    }
    .ukd-poll-table td.is-leader {
      background: #d9dddc !important;
      font-size: 15px;
    }
    .ukd-poll-table-wrap {
      overflow: visible;
      border-top: 0;
    }
    .ukd-poll-table,.ukd-poll-table tbody,.ukd-poll-table tr,.ukd-poll-table td {
      display: block;
      width: 100%;
    }
    .ukd-poll-table thead {
      display: none;
    }
    .ukd-poll-table tr {
      margin: 0 0 18px;
      border: 1px solid #9da8a5;
      background: #f7f8f6;
    }
    .ukd-poll-table td {
      display: grid;
      grid-template-columns: 92px 1fr;
      gap: 14px;
      align-items: center;
      text-align: right !important;
      padding: 10px 12px;
      border-bottom: 1px solid #d0d7d4;
      box-shadow: none !important;
    }
    .ukd-poll-table td:first-child {
      display: block;
      text-align: left !important;
      padding: 14px 12px;
      font-size: 14px;
      border-bottom: 3px solid #171c1d;
    }
    .ukd-poll-table td:first-child:before {
      display: none;
    }
    .ukd-poll-table td:before {
      font: 600 9px "IBM Plex Mono",monospace;
      text-transform: uppercase;
      letter-spacing: .07em;
      text-align: left;
      color: #687572;
    }
    .ukd-poll-table td:nth-child(2):before {
      content: "Fieldwork";
    }
    .ukd-poll-table td:nth-child(3):before {
      content: "Sample";
    }
    .ukd-poll-table td:nth-child(4):before {
      content: "Con";
      color: #0087dc;
    }
    .ukd-poll-table td:nth-child(5):before {
      content: "Lab";
      color: #e4003b;
    }
    .ukd-poll-table td:nth-child(6):before {
      content: "LD";
      color: #b36a00;
    }
    .ukd-poll-table td:nth-child(7):before {
      content: "Reform";
      color: #008fa1;
    }
    .ukd-poll-table td:nth-child(8):before {
      content: "Green";
      color: #4f8c19;
    }
    .ukd-poll-table td:nth-child(4) {
      border-left: 5px solid #0087dc;
    }
    .ukd-poll-table td:nth-child(5) {
      border-left: 5px solid #e4003b;
    }
    .ukd-poll-table td:nth-child(6) {
      border-left: 5px solid #faa61a;
    }
    .ukd-poll-table td:nth-child(7) {
      border-left: 5px solid #12b6cf;
    }
    .ukd-poll-table td:nth-child(8) {
      border-left: 5px solid #6ab023;
    }
    .ukd-poll-table td.is-leader {
      background: #eef2d1;
      font-size: 15px;
    }
  }
  @media (max-width: 900px) {
    .ukd-poll-table-wrap {
      overflow: visible !important;
      border-top: 0 !important;
    }
    .ukd-poll-table {
      display: block !important;
      width: 100% !important;
      table-layout: auto !important;
    }
    .ukd-poll-table thead {
      display: none !important;
    }
    .ukd-poll-table tbody {
      display: block !important;
      width: 100% !important;
    }
    .ukd-poll-table tr {
      display: grid !important;
      grid-template-columns: repeat(5,minmax(0,1fr)) !important;
      width: 100% !important;
      margin: 0 0 14px !important;
      border: 1px solid #9da8a5 !important;
      background: #f7f8f6 !important;
    }
    .ukd-poll-table td {
      width: auto !important;
      box-shadow: none !important;
    }
    .ukd-poll-table td:first-child {
      grid-column: 1/-1 !important;
      display: block !important;
      text-align: left !important;
      padding: 11px 13px !important;
      font-size: 14px !important;
      line-height: 1.25 !important;
      border-bottom: 2px solid #171c1d !important;
    }
    .ukd-poll-table td:first-child:before {
      display: none !important;
    }
    .ukd-poll-table td:nth-child(2) {
      grid-column: 1/-1 !important;
      display: flex !important;
      justify-content: space-between !important;
      gap: 12px !important;
      padding: 6px 13px !important;
      text-align: right !important;
      border-bottom: 1px solid #aeb8b5 !important;
      font-size: 11px !important;
    }
    .ukd-poll-table td:nth-child(n+3) {
      display: block !important;
      text-align: center !important;
      padding: 9px 1px 10px !important;
      border: 0 !important;
      font-size: 13px !important;
    }
    .ukd-poll-table td:before {
      font: 600 8px "IBM Plex Mono",monospace !important;
      text-transform: uppercase !important;
      letter-spacing: .06em !important;
      color: #687572;
    }
    .ukd-poll-table td:nth-child(2):before {
      content: "Fieldwork";
    }
    .ukd-poll-table td:nth-child(n+3):before {
      display: block !important;
      margin-bottom: 4px !important;
      text-align: center !important;
    }
    .ukd-poll-table td:nth-child(3):before {
      content: "Con";
      color: #0087dc;
    }
    .ukd-poll-table td:nth-child(4):before {
      content: "Lab";
      color: #e4003b;
    }
    .ukd-poll-table td:nth-child(5):before {
      content: "LD";
      color: #b36a00;
    }
    .ukd-poll-table td:nth-child(6):before {
      content: "Reform";
      color: #008fa1;
    }
    .ukd-poll-table td:nth-child(7):before {
      content: "Green";
      color: #4f8c19;
    }
    .ukd-poll-table td:nth-child(3) {
      border-top: 4px solid #0087dc !important;
    }
    .ukd-poll-table td:nth-child(4) {
      border-top: 4px solid #e4003b !important;
    }
    .ukd-poll-table td:nth-child(5) {
      border-top: 4px solid #faa61a !important;
    }
    .ukd-poll-table td:nth-child(6) {
      border-top: 4px solid #12b6cf !important;
    }
    .ukd-poll-table td:nth-child(7) {
      border-top: 4px solid #6ab023 !important;
    }
    .ukd-poll-table td.is-leader {
      background: #d9dddc !important;
      font-weight: 900 !important;
      font-size: 14px !important;
    }
    .ukd-lookup-card {
      padding: 18px !important;
      box-shadow: 6px 6px 0 rgba(16,24,32,.12) !important;
      border-left-width: 6px !important;
    }
    .ukd-lookup-card h2 {
      font-size: 29px !important;
      margin: 5px 0 6px !important;
    }
    .ukd-lookup-card>p {
      font-size: 15px !important;
      line-height: 1.45 !important;
      margin: 0 0 14px !important;
    }
    .ukd-postcode-form label {
      margin: 12px 0 6px !important;
    }
    .ukd-input-row {
      display: flex !important;
    }
    .ukd-input-row input {
      padding: 11px 12px !important;
      font-size: 15px !important;
    }
    .ukd-input-row button {
      width: auto !important;
      padding: 0 14px !important;
      white-space: nowrap !important;
    }
    .ukd-tiny {
      font-size: 10px !important;
      line-height: 1.45 !important;
      margin-top: 12px !important;
    }
    .ukd-source-note {
      display: none;
    }
    .ukd-menu-toggle {
      display: block;
    }
    .ukd-nav {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 76px;
      background: #f6f3ec;
      border-bottom: 1px solid #101820;
      padding: 12px 20px;
    }
    .ukd-nav.is-open {
      display: block;
    }
    .ukd-nav-list {
      display: block;
    }
    .ukd-nav-list a {
      display: block;
      padding: 12px 0;
      border: 0;
    }
    .ukd-hero-grid {
      grid-template-columns: 1fr;
      gap: 38px;
      padding: 60px 0;
    }
    .ukd-hero h1 {
      font-size: 58px;
    }
    .ukd-stat-grid {
      grid-template-columns: 1fr;
    }
    .ukd-stat-grid>div,.ukd-stat-grid>div:first-child {
      padding: 20px 0;
      border-right: 0;
      border-bottom: 1px solid #39434c;
    }
    .ukd-feature-grid {
      grid-template-columns: 1fr 1fr;
    }
    .ukd-principles {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .ukd-footer-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
  @media (max-width: 560px) {
    .ukd-shell {
      width: min(100% - 28px,1180px);
    }
    .ukd-topline-inner {
      justify-content: center;
    }
    .ukd-header-inner {
      min-height: 66px;
    }
    .ukd-nav {
      top: 66px;
    }
    .ukd-brand {
      font-size: 24px;
    }
    .ukd-hero-grid {
      padding: 45px 0;
    }
    .ukd-hero h1 {
      font-size: 48px;
    }
    .ukd-deck {
      font-size: 17px;
    }
    .ukd-hero-actions {
      flex-wrap: wrap;
    }
    .ukd-lookup-card {
      padding: 18px;
      box-shadow: 6px 6px 0 rgba(16,24,32,.12);
    }
    .ukd-input-row {
      display: flex;
    }
    .ukd-input-row button {
      width: auto;
      padding: 0 14px;
    }
    .ukd-feature-grid {
      grid-template-columns: 1fr;
    }
    .ukd-section {
      padding: 55px 0;
    }
    .ukd-section-head {
      align-items: flex-start;
      flex-direction: column;
    }
    .ukd-empty-data {
      align-items: flex-start;
      flex-direction: column;
    }
    .ukd-footer-bottom {
      display: block;
    }
    .ukd-footer-bottom span {
      display: block;
      margin-top: 8px;
    }
  }
}
.ukd-pop-hero {
  border-bottom: 1px solid #aeb8b5;
}
.ukd-pop-meta {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border: 1px solid #9da8a5;
  background: #eef1ef;
  margin-bottom: 34px;
}
.ukd-pop-meta>div {
  padding: 20px 22px;
  border-right: 1px solid #b8c1be;
}
.ukd-pop-meta>div:last-child {
  border-right: 0;
}
.ukd-pop-meta span {
  display: block;
  font: 800 31px/1 "Barlow Condensed",sans-serif;
  text-transform: uppercase;
}
.ukd-pop-meta small {
  display: block;
  margin-top: 6px;
  font: 600 9px/1.4 "IBM Plex Mono",monospace;
  text-transform: uppercase;
  color: #63706d;
  letter-spacing: .06em;
}
.ukd-pop-grid {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}
.ukd-pop-party {
  border: 1px solid #aeb8b5;
  background: #f7f8f6;
  padding: 16px 18px;
}
.ukd-pop-party.is-highest {
  background: #d9dddc;
}
.ukd-pop-party-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}
.ukd-pop-party-head span {
  font: 700 22px/1 "Barlow Condensed",sans-serif;
  text-transform: uppercase;
}
.ukd-pop-party-head strong {
  font: 800 31px/1 "Barlow Condensed",sans-serif;
}
.ukd-pop-bar {
  height: 7px;
  margin-top: 11px;
  background: #d7ddda;
  overflow: hidden;
}
.ukd-pop-bar i {
  display: block;
  height: 100%;
}
.ukd-pop-con .ukd-pop-bar i {
  background: #0087dc;
}
.ukd-pop-lab .ukd-pop-bar i {
  background: #e4003b;
}
.ukd-pop-ld .ukd-pop-bar i {
  background: #faa61a;
}
.ukd-pop-ref .ukd-pop-bar i {
  background: #12b6cf;
}
.ukd-pop-green .ukd-pop-bar i {
  background: #6ab023;
}
.ukd-pop-note {
  border-left: 7px solid #171c1d;
  background: #eef1ef;
  padding: 18px 22px;
  margin: 0 0 48px;
}
.ukd-pop-note strong {
  font: 700 16px "IBM Plex Sans",sans-serif;
}
.ukd-pop-note p {
  margin: 7px 0 0;
  max-width: 900px;
  color: #46514f;
}
.ukd-pop-table-head {
  margin-bottom: 16px;
}
.ukd-pop-table-head p:last-child {
  font: 600 10px "IBM Plex Mono",monospace;
  text-transform: uppercase;
  color: #687572;
}
.ukd-pop-table-wrap {
  overflow-x: auto;
}
.ukd-pop-table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8f6;
}
.ukd-pop-table th,.ukd-pop-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #c6cecb;
  text-align: center;
  font-size: 13px;
}
.ukd-pop-table th {
  font: 700 9px "IBM Plex Mono",monospace;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: #e5e9e7;
  color: #58635f;
}
.ukd-pop-table th:first-child,.ukd-pop-table td:first-child,.ukd-pop-table th:nth-child(2),.ukd-pop-table td:nth-child(2) {
  text-align: left;
}
.ukd-pop-table td:first-child {
  font-weight: 700;
}
.ukd-pop-table a {
  text-decoration: none;
}
.ukd-pop-method {
  max-width: 850px;
  margin-top: 46px;
  padding-top: 28px;
  border-top: 4px solid #171c1d;
}
.ukd-pop-method h2 {
  margin: 4px 0 12px;
  font: 800 38px/1 "Barlow Condensed",sans-serif;
  text-transform: uppercase;
}
.ukd-pop-method p {
  color: #46514f;
}
@media (max-width:760px) {
  .ukd-pop-meta {
    grid-template-columns: 1fr 1fr;
  }
  .ukd-pop-meta>div {
    border-bottom: 1px solid #b8c1be;
  }
  .ukd-pop-meta>div:nth-child(2) {
    border-right: 0;
  }
  .ukd-pop-meta>div:nth-child(3),.ukd-pop-meta>div:nth-child(4) {
    border-bottom: 0;
  }
  .ukd-pop-table {
    display: block;
  }
  .ukd-pop-table thead {
    display: none;
  }
  .ukd-pop-table tbody {
    display: block;
  }
  .ukd-pop-table tr {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    border: 1px solid #aeb8b5;
    margin-bottom: 12px;
    background: #f7f8f6;
  }
  .ukd-pop-table td {
    display: block;
    padding: 8px 3px;
    border-bottom: 0;
    text-align: center !important;
    font-size: 12px;
  }
  .ukd-pop-table td:first-child {
    grid-column: 1/-1;
    text-align: left !important;
    padding: 10px 12px;
    border-bottom: 2px solid #171c1d;
  }
  .ukd-pop-table td:nth-child(2) {
    grid-column: 1/-1;
    text-align: left !important;
    padding: 7px 12px;
    border-bottom: 1px solid #c6cecb;
    color: #65706d;
    font-size: 11px;
  }
  .ukd-pop-table td:nth-child(8) {
    grid-column: 1/-1;
    text-align: right !important;
    padding: 7px 12px;
    border-top: 1px solid #c6cecb;
  }
  .ukd-pop-table td:nth-child(3) {
    border-top: 4px solid #0087dc;
  }
  .ukd-pop-table td:nth-child(4) {
    border-top: 4px solid #e4003b;
  }
  .ukd-pop-table td:nth-child(5) {
    border-top: 4px solid #faa61a;
  }
  .ukd-pop-table td:nth-child(6) {
    border-top: 4px solid #12b6cf;
  }
  .ukd-pop-table td:nth-child(7) {
    border-top: 4px solid #6ab023;
  }
  .ukd-pop-table td:nth-child(3):before {
    content: "Con";
    display: block;
    font: 600 8px "IBM Plex Mono",monospace;
    color: #0087dc;
    margin-bottom: 3px;
  }
  .ukd-pop-table td:nth-child(4):before {
    content: "Lab";
    display: block;
    font: 600 8px "IBM Plex Mono",monospace;
    color: #e4003b;
    margin-bottom: 3px;
  }
  .ukd-pop-table td:nth-child(5):before {
    content: "LD";
    display: block;
    font: 600 8px "IBM Plex Mono",monospace;
    color: #9b6200;
    margin-bottom: 3px;
  }
  .ukd-pop-table td:nth-child(6):before {
    content: "Reform";
    display: block;
    font: 600 8px "IBM Plex Mono",monospace;
    color: #008fa1;
    margin-bottom: 3px;
  }
  .ukd-pop-table td:nth-child(7):before {
    content: "Green";
    display: block;
    font: 600 8px "IBM Plex Mono",monospace;
    color: #4f8c19;
    margin-bottom: 3px;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
