/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -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-serif: 'Fraunces', Georgia, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --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);
    --font-body: 'Crimson Pro', Georgia, serif;
    --font-ui: 'Manrope', system-ui, -apple-system, 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 {
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .m-0 {
    margin: 0px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[9\/16\] {
    aspect-ratio: 9/16;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .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-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  :where(.space-y-0\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-10 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  :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)));
  }
  :where(.space-y-14 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-16 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-\[\#FAF6EC\]\/10 > :not(:last-child)) {
    border-color: color-mix(in oklab, #FAF6EC 10%, transparent);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-l-3 {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-\[\#2C1F15\]\/10 {
    border-color: color-mix(in oklab, #2C1F15 10%, transparent);
  }
  .border-\[\#2C1F15\]\/15 {
    border-color: color-mix(in oklab, #2C1F15 15%, transparent);
  }
  .border-\[\#2C1F15\]\/20 {
    border-color: color-mix(in oklab, #2C1F15 20%, transparent);
  }
  .border-\[\#7B91B8\] {
    border-color: #7B91B8;
  }
  .border-\[\#8AA68E\] {
    border-color: #8AA68E;
  }
  .border-\[\#8AA68E\]\/30 {
    border-color: color-mix(in oklab, #8AA68E 30%, transparent);
  }
  .border-\[\#B8674A\] {
    border-color: #B8674A;
  }
  .border-\[\#B8674A\]\/20 {
    border-color: color-mix(in oklab, #B8674A 20%, transparent);
  }
  .border-\[\#B8674A\]\/25 {
    border-color: color-mix(in oklab, #B8674A 25%, transparent);
  }
  .border-\[\#B8674A\]\/30 {
    border-color: color-mix(in oklab, #B8674A 30%, transparent);
  }
  .border-\[\#B8674A\]\/40 {
    border-color: color-mix(in oklab, #B8674A 40%, transparent);
  }
  .border-\[\#C9A563\] {
    border-color: #C9A563;
  }
  .border-\[\#FAF6EC\] {
    border-color: #FAF6EC;
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#2A3A2D\] {
    background-color: #2A3A2D;
  }
  .bg-\[\#2C1F15\] {
    background-color: #2C1F15;
  }
  .bg-\[\#2C1F15\]\/10 {
    background-color: color-mix(in oklab, #2C1F15 10%, transparent);
  }
  .bg-\[\#4A1D13\] {
    background-color: #4A1D13;
  }
  .bg-\[\#7B91B8\] {
    background-color: #7B91B8;
  }
  .bg-\[\#8AA68E\] {
    background-color: #8AA68E;
  }
  .bg-\[\#E6EFE7\] {
    background-color: #E6EFE7;
  }
  .bg-\[\#F7DDD3\] {
    background-color: #F7DDD3;
  }
  .bg-\[\#FAF6EC\] {
    background-color: #FAF6EC;
  }
  .bg-\[\#FAF6EC\]\/50 {
    background-color: color-mix(in oklab, #FAF6EC 50%, transparent);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/85 {
    background-color: color-mix(in srgb, #fff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .fill-current {
    fill: currentcolor;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .font-ui {
    font-family: var(--font-ui);
  }
  .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-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[1\.18\] {
    --tw-leading: 1.18;
    line-height: 1.18;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .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);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#2A3A2D\] {
    color: #2A3A2D;
  }
  .text-\[\#2C1F15\] {
    color: #2C1F15;
  }
  .text-\[\#2C1F15\]\/40 {
    color: color-mix(in oklab, #2C1F15 40%, transparent);
  }
  .text-\[\#2C1F15\]\/50 {
    color: color-mix(in oklab, #2C1F15 50%, transparent);
  }
  .text-\[\#2C1F15\]\/60 {
    color: color-mix(in oklab, #2C1F15 60%, transparent);
  }
  .text-\[\#2C1F15\]\/70 {
    color: color-mix(in oklab, #2C1F15 70%, transparent);
  }
  .text-\[\#2C1F15\]\/75 {
    color: color-mix(in oklab, #2C1F15 75%, transparent);
  }
  .text-\[\#2C1F15\]\/80 {
    color: color-mix(in oklab, #2C1F15 80%, transparent);
  }
  .text-\[\#2C1F15\]\/85 {
    color: color-mix(in oklab, #2C1F15 85%, transparent);
  }
  .text-\[\#2C1F15\]\/90 {
    color: color-mix(in oklab, #2C1F15 90%, transparent);
  }
  .text-\[\#6B3724\] {
    color: #6B3724;
  }
  .text-\[\#7B91B8\] {
    color: #7B91B8;
  }
  .text-\[\#8AA68E\] {
    color: #8AA68E;
  }
  .text-\[\#B8674A\] {
    color: #B8674A;
  }
  .text-\[\#BDD2BF\] {
    color: #BDD2BF;
  }
  .text-\[\#C9A563\] {
    color: #C9A563;
  }
  .text-\[\#F7DDD3\] {
    color: #F7DDD3;
  }
  .text-\[\#FAF6EC\] {
    color: #FAF6EC;
  }
  .text-\[\#FAF6EC\]\/70 {
    color: color-mix(in oklab, #FAF6EC 70%, transparent);
  }
  .text-\[\#FAF6EC\]\/75 {
    color: color-mix(in oklab, #FAF6EC 75%, transparent);
  }
  .text-\[\#FAF6EC\]\/80 {
    color: color-mix(in oklab, #FAF6EC 80%, transparent);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .accent-\[\#C9A563\] {
    accent-color: #C9A563;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-\[\#2C1F15\]\/10 {
    --tw-ring-color: color-mix(in oklab, #2C1F15 10%, transparent);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .group-hover\:border-\[\#B8674A\]:is(:where(.group):hover *) {
      border-color: #B8674A;
    }
    .group-hover\:text-\[\#B8674A\]:is(:where(.group):hover *) {
      color: #B8674A;
    }
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
    .hover\:border-\[\#0A66C2\]\/20:hover {
      border-color: color-mix(in oklab, #0A66C2 20%, transparent);
    }
    .hover\:border-\[\#0A66C2\]\/30:hover {
      border-color: color-mix(in oklab, #0A66C2 30%, transparent);
    }
    .hover\:border-\[\#B8674A\]:hover {
      border-color: #B8674A;
    }
    .hover\:bg-\[\#FAF6EC\]:hover {
      background-color: #FAF6EC;
    }
    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
    .hover\:text-\[\#0A66C2\]:hover {
      color: #0A66C2;
    }
    .hover\:text-\[\#2C1F15\]:hover {
      color: #2C1F15;
    }
    .hover\:text-\[\#9E5338\]:hover {
      color: #9E5338;
    }
    .hover\:text-\[\#B8674A\]:hover {
      color: #B8674A;
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  .focus\:bg-white:focus {
    background-color: var(--color-white);
  }
  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus\:ring-\[\#B8674A\]:focus {
    --tw-ring-color: #B8674A;
  }
  .focus\:ring-\[\#C9A563\]:focus {
    --tw-ring-color: #C9A563;
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width >= 40rem) {
    .sm\:mt-20 {
      margin-top: calc(var(--spacing) * 20);
    }
    .sm\:w-auto {
      width: auto;
    }
    .sm\:flex-1 {
      flex: 1;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:items-end {
      align-items: flex-end;
    }
    .sm\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .sm\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
    .sm\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
    .sm\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
    .sm\:text-right {
      text-align: right;
    }
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-4 {
      grid-column: span 4 / span 4;
    }
    .md\:col-span-8 {
      grid-column: span 8 / span 8;
    }
    .md\:flex {
      display: flex;
    }
    .md\:hidden {
      display: none;
    }
    .md\:w-auto {
      width: auto;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:items-center {
      align-items: center;
    }
    :where(.md\:space-y-14 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
    }
    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .md\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .md\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
    .md\:pt-14 {
      padding-top: calc(var(--spacing) * 14);
    }
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-4 {
      grid-column: span 4 / span 4;
    }
    .lg\:col-span-5 {
      grid-column: span 5 / span 5;
    }
    .lg\:col-span-7 {
      grid-column: span 7 / span 7;
    }
    .lg\:col-span-8 {
      grid-column: span 8 / span 8;
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
    .lg\:text-\[2\.5rem\] {
      font-size: 2.5rem;
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Fraunces:ital,opsz,wght@0,9..144,500;1,9..144,500&family=Manrope:wght@500;600;700&display=swap');
:root {
  --font-heading: 'Fraunces', Georgia, serif;
  --font-body: 'Crimson Pro', Georgia, serif;
  --font-ui: 'Manrope', system-ui, -apple-system, sans-serif;
}
*, ::before, ::after {
  box-sizing: border-box;
}
img, svg, video {
  max-width: 100%;
  height: auto;
}
.rounded-image-container, [class*="rounded-"][class*="overflow-hidden"] {
  isolation: isolate;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: translateZ(0);
}
.rounded-image-container img, [class*="rounded-"][class*="overflow-hidden"] > img {
  border-radius: inherit;
}
body {
  background-color: #FAF6EC;
  color: #2C1F15;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.72;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 500;
  color: #2C1F15;
  line-height: 1.25;
}
.font-ui, nav, button, .tag, .metadata-badge {
  font-family: var(--font-ui);
}
.reflection-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid rgba(44, 31, 21, 0.08);
  box-shadow: 0 10px 30px rgba(44, 31, 21, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.reflection-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(44, 31, 21, 0.1);
}
.bg-parchment-canvas {
  background-color: #F4EAD5;
}
.bg-sage-hills {
  background: linear-gradient(135deg, #E6EFE7 0%, #BDD2BF 100%);
}
.bg-slate-sky {
  background: linear-gradient(135deg, #E6EDF5 0%, #C8D6E6 100%);
}
.bg-dawn-ridge {
  background: linear-gradient(135deg, #F5DFD5 0%, #E8B9A7 100%);
}
.bg-ink-forest {
  background: linear-gradient(135deg, #261B12 0%, #1A1009 100%);
  color: #FAF6EC;
}
.btn-terracotta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #B8674A;
  color: #FFFFFF;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.65rem 1.35rem;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, transform 0.15s ease;
  cursor: pointer;
}
.btn-terracotta:hover {
  background-color: #9E5338;
  color: #FFFFFF;
  transform: translateY(-1px);
}
.btn-blush-tint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #F7DDD3;
  color: #6B3724;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.65rem 1.35rem;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid rgba(184, 103, 74, 0.2);
  transition: background-color 0.2s ease, transform 0.15s ease;
  cursor: pointer;
}
.btn-blush-tint:hover {
  background-color: #E8B09A;
  color: #2C1F15;
  transform: translateY(-1px);
}
.btn-ink-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: transparent;
  color: #2C1F15;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.65rem 1.35rem;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid rgba(44, 31, 21, 0.25);
  transition: all 0.2s ease;
  cursor: pointer;
}
.btn-ink-outline:hover {
  background-color: rgba(44, 31, 21, 0.05);
  border-color: #2C1F15;
  transform: translateY(-1px);
}
blockquote {
  border-left: 3px solid #B8674A;
  padding: 0.85rem 1.25rem;
  margin: 1.75rem 0;
  background-color: rgba(244, 234, 213, 0.45);
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: rgba(44, 31, 21, 0.92);
}
blockquote p {
  margin: 0;
}
.drop-cap-terracotta::first-letter {
  float: left;
  font-family: var(--font-heading);
  font-size: 3.5rem;
  line-height: 0.85;
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 2px;
  color: #B8674A;
  font-weight: 500;
}
hr {
  border: none;
  border-top: 1px solid rgba(44, 31, 21, 0.12);
  margin: 2.5rem 0;
}
.site-logo-icon {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  flex-shrink: 0;
}
.footer-compass-mark {
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  flex-shrink: 0;
}
.newsletter-card {
  background-color: #2C1F15;
  color: #FAF6EC;
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  border: 1px solid rgba(44, 31, 21, 0.2);
  box-shadow: 0 20px 40px rgba(44, 31, 21, 0.15);
}
@media (min-width: 640px) {
  .newsletter-card {
    padding: 3rem 2.5rem;
  }
}
.newsletter-input {
  background-color: #20150E;
  color: #FAF6EC;
  border: 1px solid rgba(250, 246, 236, 0.25);
  border-radius: 0.75rem;
  padding: 0.85rem 1.15rem;
  font-family: var(--font-ui);
  font-size: 0.95rem;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.newsletter-input:focus {
  outline: none;
  border-color: #C9A563;
  box-shadow: 0 0 0 2px rgba(201, 165, 99, 0.35);
}
.newsletter-input::placeholder {
  color: rgba(250, 246, 236, 0.45);
}
.newsletter-btn {
  background-color: #C9A563;
  color: #2C1F15;
  border-radius: 0.75rem;
  padding: 0.85rem 1.75rem;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.newsletter-btn:hover {
  background-color: #B8924F;
  transform: translateY(-1px);
}
.newsletter-features-box {
  background-color: rgba(34, 23, 16, 0.85);
  border: 1px solid rgba(250, 246, 236, 0.12);
  border-radius: 1rem;
  padding: 1.5rem 1.75rem;
}
.prose {
  color: #2C1F15;
  max-width: 68ch;
}
.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose a {
  color: #B8674A;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s ease;
}
.prose a:hover {
  color: #9E5338;
}
.prose ul {
  list-style-type: disc !important;
  padding-left: 1.75rem;
  margin: 1.25em 0;
}
.prose ol {
  list-style-type: decimal !important;
  padding-left: 1.75rem;
  margin: 1.25em 0;
}
.prose li {
  margin-top: 0.45em;
  margin-bottom: 0.45em;
  padding-left: 0.25rem;
}
.prose code {
  background-color: rgba(244, 234, 213, 0.6);
  padding: 0.2em 0.4em;
  border-radius: 6px;
  font-size: 0.9em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.prose pre {
  background-color: #1A1009;
  color: #FAF6EC;
  padding: 1.25rem;
  border-radius: 10px;
  overflow-x: auto;
}
.prose pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
}
.nav-link {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 500;
  color: #2C1F15;
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  transition: all 0.15s ease;
}
.nav-link:hover {
  background-color: rgba(44, 31, 21, 0.06);
  color: #B8674A;
}
.nav-link.active {
  background-color: rgba(184, 103, 74, 0.12);
  color: #B8674A;
  font-weight: 600;
}
.sw-controls {
  position: static;
  top: 0;
  z-index: 30;
  background-color: rgba(250, 246, 236, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(44, 31, 21, 0.1);
  padding: 0.75rem 0;
}
.sw-control-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}
.sw-control-label {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(44, 31, 21, 0.6);
  margin-right: 0.25rem;
}
.sw-chip {
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 8px;
  border: 1px solid rgba(44, 31, 21, 0.18);
  background: #FFFFFF;
  color: #2C1F15;
  cursor: pointer;
  transition: all 0.15s ease;
  line-height: 1.2;
}
.sw-chip:hover {
  border-color: #B8674A;
  color: #B8674A;
}
.sw-chip.active {
  background: #B8674A;
  border-color: #B8674A;
  color: #FFFFFF;
}
.sw-chip.sw-chip-level.active {
  background: #2C1F15;
  border-color: #2C1F15;
}
.sw-chip:focus-visible {
  outline: 2px solid #C9A563;
  outline-offset: 2px;
}
.sw-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  color: rgba(44, 31, 21, 0.75);
  cursor: pointer;
}
.sw-toggle input {
  accent-color: #B8674A;
  width: 1rem;
  height: 1rem;
}
.sw-card {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid rgba(44, 31, 21, 0.08);
  box-shadow: 0 10px 30px rgba(44, 31, 21, 0.06);
  padding: 1.5rem;
}
.sw-card-title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1.05rem;
  color: #2C1F15;
  margin: 0;
  line-height: 1.3;
}
.sw-card-sub {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  color: rgba(44, 31, 21, 0.6);
  margin: 0.15rem 0 0;
}
.sw-card-note {
  font-size: 0.95rem;
  color: rgba(44, 31, 21, 0.85);
  margin: 0.75rem 0 0;
  line-height: 1.55;
}
.sw-card-source {
  font-family: var(--font-ui);
  font-size: 0.68rem;
  color: rgba(44, 31, 21, 0.5);
  margin: 0.5rem 0 0;
}
.sw-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .sw-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.sw-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 700px) {
  .sw-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sw-chart {
  position: relative;
  margin-top: 0.75rem;
}
.sw-svg {
  width: 100%;
  height: auto;
  display: block;
  font-family: var(--font-ui);
}
.sw-svg:focus-visible {
  outline: 2px solid #C9A563;
  outline-offset: 2px;
  border-radius: 6px;
}
.sw-tick {
  font-size: 11px;
  fill: rgba(44, 31, 21, 0.55);
}
.sw-endlabel {
  font-size: 12px;
  font-weight: 600;
  fill: #2C1F15;
}
.sw-strip-label {
  font-size: 10px;
  font-weight: 600;
  fill: #2C1F15;
}
.sw-hit {
  cursor: crosshair;
}
.sw-tooltip {
  position: absolute;
  pointer-events: none;
  background: #FFFFFF;
  border: 1px solid rgba(44, 31, 21, 0.14);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(44, 31, 21, 0.12);
  padding: 0.5rem 0.7rem;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  color: #2C1F15;
  min-width: 120px;
  max-width: 260px;
  z-index: 5;
}
.sw-tip-year {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.sw-tip-gov {
  font-weight: 500;
  color: rgba(44, 31, 21, 0.6);
}
.sw-tip-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  line-height: 1.5;
}
.sw-tip-key {
  display: inline-block;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  flex-shrink: 0;
}
.sw-tip-val {
  font-weight: 700;
}
.sw-tip-name {
  color: rgba(44, 31, 21, 0.65);
}
.sw-tip-event {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 1px solid rgba(44, 31, 21, 0.1);
  color: rgba(44, 31, 21, 0.75);
  font-style: italic;
}
.sw-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  margin-top: 0.4rem;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  color: rgba(44, 31, 21, 0.75);
}
.sw-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.sw-legend-key {
  display: inline-block;
  width: 16px;
  height: 2px;
  border-radius: 1px;
}
.sw-table-wrap {
  margin-top: 0.5rem;
  font-family: var(--font-ui);
  font-size: 0.75rem;
}
.sw-table-wrap summary {
  cursor: pointer;
  color: #B8674A;
  font-weight: 600;
}
.sw-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.4rem;
  font-variant-numeric: tabular-nums;
}
.sw-table th, .sw-table td {
  text-align: right;
  padding: 0.2rem 0.5rem;
  border-bottom: 1px solid rgba(44, 31, 21, 0.08);
}
.sw-table th:first-child, .sw-table td:first-child {
  text-align: left;
}
.sw-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  border: 1px solid transparent;
  line-height: 1.4;
}
.sw-badge-measured {
  background: #E6EFE7;
  color: #2A3A2D;
  border-color: rgba(42, 58, 45, 0.15);
}
.sw-badge-proxy {
  background: #F4E7CC;
  color: #6B4E12;
  border-color: rgba(107, 78, 18, 0.15);
}
.sw-badge-reported {
  background: #E6EDF5;
  color: #152438;
  border-color: rgba(21, 36, 56, 0.15);
}
.sw-badge-approx {
  background: #FAF6EC;
  color: rgba(44, 31, 21, 0.65);
  border-color: rgba(44, 31, 21, 0.15);
}
.sw-badge-better {
  background: #E6EFE7;
  color: #2A3A2D;
}
.sw-badge-worse {
  background: #F7DDD3;
  color: #6B3724;
}
.sw-badge-mixed {
  background: #F4E7CC;
  color: #6B4E12;
}
.sw-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.4rem;
}
.sw-domain {
  scroll-margin-top: 9rem;
}
.sw-domain-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
  border-bottom: 1px solid rgba(44, 31, 21, 0.1);
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}
.sw-domain-head h2 {
  margin: 0;
  font-size: 1.6rem;
}
.sw-domain-short {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  color: rgba(44, 31, 21, 0.65);
}
.sw-perception {
  border-left: 3px solid #7B91B8;
  background: rgba(230, 237, 245, 0.55);
  border-radius: 0 10px 10px 0;
  padding: 0.85rem 1.1rem;
  margin: 1rem 0;
  font-size: 0.98rem;
}
.sw-perception strong {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  color: #152438;
  display: block;
  margin-bottom: 0.2rem;
}
.sw-scorecard {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: var(--font-ui);
  font-size: 0.78rem;
}
.sw-scorecard th {
  text-align: center;
  font-weight: 600;
  color: rgba(44, 31, 21, 0.6);
  padding: 0.4rem 0.3rem;
  border-bottom: 1px solid rgba(44, 31, 21, 0.12);
}
.sw-scorecard th:first-child, .sw-scorecard td:first-child {
  text-align: left;
}
.sw-scorecard td {
  padding: 0.35rem 0.3rem;
  text-align: center;
  border-bottom: 1px solid rgba(44, 31, 21, 0.07);
}
.sw-scorecard td:first-child a {
  color: #2C1F15;
  font-weight: 600;
  text-decoration: none;
}
.sw-scorecard td:first-child a:hover {
  color: #B8674A;
}
.sw-mark {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.75rem;
}
.sw-mark-up {
  background: #E6EFE7;
  color: #2A3A2D;
}
.sw-mark-down {
  background: #F7DDD3;
  color: #6B3724;
}
.sw-mark-mixed {
  background: #F4E7CC;
  color: #6B4E12;
}
.sw-scorecard-wrap {
  overflow-x: auto;
}
.sw-big {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .sw-big {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sw-big-tile {
  background: #FFFFFF;
  border: 1px solid rgba(44, 31, 21, 0.08);
  border-radius: 10px;
  padding: 0.85rem 0.95rem;
}
.sw-big-label {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  color: rgba(44, 31, 21, 0.6);
  margin: 0 0 0.25rem;
}
.sw-big-then {
  font-family: var(--font-ui);
  font-size: 0.8rem;
  color: rgba(44, 31, 21, 0.55);
  margin: 0;
}
.sw-big-now {
  font-family: var(--font-ui);
  font-size: 1.25rem;
  font-weight: 700;
  color: #2C1F15;
  margin: 0;
  line-height: 1.2;
}
.sw-big-dir {
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: 0.25rem;
}
.sw-good {
  color: #2E7A50;
}
.sw-bad {
  color: #B8674A;
}
.sw-neutral {
  color: rgba(44, 31, 21, 0.5);
}
.sw-big-note {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  color: rgba(44, 31, 21, 0.5);
  margin: 0.15rem 0 0;
}
.sw-decades {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 700px) {
  .sw-decades {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sw-decade {
  background: #FFFFFF;
  border: 1px solid rgba(44, 31, 21, 0.08);
  border-radius: 12px;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.sw-decade:hover {
  border-color: #B8674A;
  transform: translateY(-2px);
}
.sw-decade.active {
  border-color: #B8674A;
  box-shadow: 0 0 0 2px rgba(184, 103, 74, 0.2);
}
.sw-decade h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}
.sw-decade p {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  line-height: 1.5;
}
.sw-decade .sw-decade-gov {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  color: rgba(44, 31, 21, 0.6);
}
.sw-story {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid rgba(44, 31, 21, 0.08);
  box-shadow: 0 10px 30px rgba(44, 31, 21, 0.06);
  padding: 1.75rem;
}
.sw-story-name {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  margin: 0;
}
.sw-story-meta {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  color: rgba(44, 31, 21, 0.6);
  margin: 0.2rem 0 0;
}
.sw-story blockquote {
  margin: 1.1rem 0 0;
  font-size: 1.08rem;
  line-height: 1.7;
}
.sw-story blockquote::before {
  content: "“";
  font-family: var(--font-heading);
  color: #B8674A;
  font-size: 2rem;
  line-height: 0;
  margin-right: 0.2rem;
  vertical-align: -0.6rem;
}
.sw-facts {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.55;
}
.sw-facts li {
  margin: 0.45rem 0;
}
.sw-facts li::marker {
  color: #B8674A;
}
.sw-persona-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.sw-era-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}
.sw-mini-title {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(44, 31, 21, 0.6);
  margin: 0 0 0.35rem;
}
.sw-hidden {
  display: none;
}
.sw-sources {
  font-size: 0.9rem;
  columns: 1;
}
@media (min-width: 700px) {
  .sw-sources {
    columns: 2;
    column-gap: 2rem;
  }
}
.sw-sources li {
  margin: 0.3rem 0;
  break-inside: avoid;
}
.sw-evidence-key {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 700px) {
  .sw-evidence-key {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sw-evidence-key div {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid rgba(44, 31, 21, 0.08);
  padding: 0.9rem 1rem;
  font-size: 0.92rem;
  line-height: 1.5;
}
.sw-lead {
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(44, 31, 21, 0.9);
}
.sw-loading {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  color: rgba(44, 31, 21, 0.6);
  padding: 1rem 0;
}
@media (prefers-reduced-motion: reduce) {
  .sw-decade, .sw-chip, .reflection-card {
    transition: none;
  }
}
@media (min-width: 768px) {
  .sw-controls {
    position: sticky;
  }
}
.sw-verdict h2, .sw-verdict .sw-verdict-text p {
  color: #FAF6EC;
}
.sw-verdict .sw-verdict-text p {
  color: rgba(250, 246, 236, 0.9);
  margin: 0;
}
.sw-verdict .sw-verdict-text p + p {
  margin-top: 0.85rem;
}
.sw-group-label {
  font-size: 12px;
  font-weight: 700;
  fill: #2C1F15;
}
.sw-row-label {
  font-size: 12px;
  fill: #2C1F15;
}
.sw-row-value {
  font-size: 11px;
  fill: rgba(44, 31, 21, 0.6);
  font-variant-numeric: tabular-nums;
}
.sw-lang {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 600;
  color: #B8674A;
  text-decoration: none;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(184, 103, 74, 0.3);
  border-radius: 8px;
}
.sw-lang:hover {
  background: rgba(184, 103, 74, 0.08);
}
.sw-legend-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.25rem;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  color: rgba(44, 31, 21, 0.75);
  margin-top: 0.5rem;
}
.sw-legend-status span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  border-radius: 2px;
  margin-right: 0.4rem;
  vertical-align: -1px;
}
.sw-legend-status .up::before {
  background: #2E8A5A;
}
.sw-legend-status .down::before {
  background: #B8674A;
}
.sw-2006 td:nth-child(2), .sw-2006 td:nth-child(3), .sw-2006 th:nth-child(2), .sw-2006 th:nth-child(3) {
  text-align: left;
  font-variant-numeric: tabular-nums;
}
.sw-2006 td:first-child {
  font-weight: 600;
}
.sw-select {
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
  border: 1px solid rgba(44, 31, 21, 0.25);
  background: #FFFFFF;
  color: #2C1F15;
  cursor: pointer;
}
.sw-select:focus-visible {
  outline: 2px solid #C9A563;
  outline-offset: 2px;
}
.sw-th-sub {
  font-size: 0.65rem;
  font-weight: 600;
  margin-top: 0.15rem;
}
.sw-count {
  display: block;
  font-size: 0.62rem;
  color: rgba(44, 31, 21, 0.55);
  margin-top: 0.15rem;
  font-variant-numeric: tabular-nums;
}
.sw-chip-left {
  border-color: rgba(184, 103, 74, 0.55);
  background: #FBEFEA;
}
.sw-chip-right {
  border-color: rgba(61, 111, 191, 0.5);
  background: #EAF0FA;
}
.sw-chip-centre {
  border-color: rgba(212, 139, 12, 0.55);
  background: #FBF1DC;
}
.sw-chip-left.active {
  background: #B8674A;
  border-color: #B8674A;
}
.sw-chip-right.active {
  background: #3D6FBF;
  border-color: #3D6FBF;
}
.sw-chip-centre.active {
  background: #A8700A;
  border-color: #A8700A;
}
.sw-chip-who {
  display: block;
  font-size: 0.62rem;
  font-weight: 500;
  opacity: 0.8;
  line-height: 1.1;
}
.sw-th-left {
  border-top: 3px solid #B8674A;
}
.sw-th-right {
  border-top: 3px solid #3D6FBF;
}
.sw-th-centre {
  border-top: 3px solid #D48B0C;
}
.sw-how {
  margin: 0 0 1rem;
}
.sw-how strong {
  color: #2C1F15;
}
.sw-overall {
  background: #FFFFFF;
  border: 1px solid rgba(44, 31, 21, 0.08);
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
  margin: 0 0 1rem;
}
.sw-overall-line {
  margin: 0.25rem 0 0.5rem;
  font-family: var(--font-ui);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.sw-meter {
  position: relative;
  height: 10px;
  border-radius: 5px;
  background: #EFE8DA;
  overflow: hidden;
}
.sw-meter::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(44, 31, 21, 0.35);
}
.sw-meter-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
.sw-total-row td {
  border-top: 2px solid rgba(44, 31, 21, 0.25);
  font-weight: 700;
  background: rgba(250, 246, 236, 0.6);
}
.sw-weight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem 1.5rem;
  margin-top: 0.6rem;
}
@media (min-width: 700px) {
  .sw-weight-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.sw-weight {
  display: grid;
  grid-template-columns: 1fr 120px 36px;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-ui);
  font-size: 0.8rem;
}
.sw-weight input {
  accent-color: #B8674A;
  width: 100%;
}
.sw-weight-val {
  color: rgba(44, 31, 21, 0.6);
  text-align: right;
}
.sw-group-row td {
  background: rgba(250, 246, 236, 0.7);
  border-top: 1px solid rgba(44, 31, 21, 0.12);
}
.sw-group-toggle {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 0.86rem;
  font-weight: 700;
  color: #2C1F15;
}
.sw-group-toggle:hover {
  color: #B8674A;
}
.sw-group-toggle:focus-visible {
  outline: 2px solid #C9A563;
  outline-offset: 2px;
  border-radius: 4px;
}
.sw-caret {
  color: #B8674A;
  font-size: 0.7rem;
}
.sw-sub-row td:first-child {
  padding-left: 1.6rem;
  font-weight: 500;
}
.sw-sub-row td {
  background: #FFFFFF;
}
.sw-domain {
  border: 1px solid rgba(44, 31, 21, 0.1);
  border-radius: 12px;
  background: #FFFFFF;
  margin-bottom: 1rem;
}
.sw-domain > .sw-domain-head {
  cursor: pointer;
  padding: 1rem 1.25rem;
  margin: 0;
  border-bottom: 0;
  list-style: none;
}
.sw-domain > .sw-domain-head::-webkit-details-marker {
  display: none;
}
.sw-domain > .sw-domain-head::before {
  content: "▸";
  color: #B8674A;
  font-size: 0.75rem;
  margin-right: 0.2rem;
}
.sw-domain[open] > .sw-domain-head::before {
  content: "▾";
}
.sw-domain[open] > .sw-domain-head {
  border-bottom: 1px solid rgba(44, 31, 21, 0.1);
}
.sw-domain-head h2 {
  font-size: 1.35rem;
}
.sw-domain-count {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  color: rgba(44, 31, 21, 0.55);
  font-variant-numeric: tabular-nums;
}
.sw-domain-body {
  padding: 1.25rem;
}
.sw-how > summary {
  cursor: pointer;
  color: #B8674A;
  font-weight: 600;
  font-family: var(--font-ui);
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.sw-best {
  font-weight: 600;
  white-space: nowrap;
}
.sw-best .sw-count {
  font-weight: 500;
}
.sw-section {
  border: 1px solid rgba(44, 31, 21, 0.1);
  border-radius: 12px;
  background: #FFFFFF;
}
.sw-section > .sw-section-head {
  cursor: pointer;
  padding: 1rem 1.25rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
}
.sw-section > .sw-section-head::-webkit-details-marker {
  display: none;
}
.sw-section > .sw-section-head::before {
  content: "▸";
  color: #B8674A;
  font-size: 0.75rem;
}
.sw-section[open] > .sw-section-head::before {
  content: "▾";
}
.sw-section[open] > .sw-section-head {
  border-bottom: 1px solid rgba(44, 31, 21, 0.1);
}
.sw-section-body {
  padding: 1.25rem;
}
.sw-legend-status .flat::before {
  background: #B7ADA0;
}
.s30-svg {
  width: 100%;
  height: auto;
  display: block;
  font-family: var(--font-ui);
  max-width: 640px;
  margin: 0 auto;
}
.s30-seat {
  stroke: #FFFFFF;
  stroke-width: 1.5;
}
.s30-majority {
  font-size: 13px;
  fill: rgba(44, 31, 21, 0.6);
  font-weight: 600;
}
.s30-centre-num {
  font-size: 40px;
  font-weight: 700;
  fill: #2C1F15;
}
.s30-centre-label {
  font-size: 13px;
  font-weight: 600;
  fill: rgba(44, 31, 21, 0.6);
}
.s30-seat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  margin-top: 1rem;
}
@media (min-width: 700px) {
  .s30-seat-grid {
    grid-template-columns: repeat(8, 1fr);
  }
}
.s30-party {
  background: #FFFFFF;
  border: 1px solid rgba(44, 31, 21, 0.1);
  border-radius: 10px;
  padding: 0.55rem 0.5rem 0.6rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.s30-party-gov {
  box-shadow: inset 0 0 0 1px rgba(184, 103, 74, 0.25);
}
.s30-party-bar {
  height: 4px;
  margin: -0.55rem -0.5rem 0.45rem;
}
.s30-party-id {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(44, 31, 21, 0.7);
}
.s30-party-seats {
  font-family: var(--font-ui);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
}
.s30-party-change {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(44, 31, 21, 0.5);
}
.s30-party-change.s30-up {
  color: #2E7A50;
}
.s30-party-change.s30-down {
  color: #B8674A;
}
.s30-party-name {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  color: rgba(44, 31, 21, 0.5);
  margin-top: 0.2rem;
  line-height: 1.15;
}
.s30-blocbar {
  display: flex;
  height: 30px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 0.5rem;
}
.s30-bloc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-weight: 700;
  color: #FFFFFF;
  white-space: nowrap;
}
.s30-bloc-gov {
  background: #B8674A;
}
.s30-bloc-opp {
  background: #3D6FBF;
}
.s30-note {
  font-family: var(--font-ui);
  font-size: 0.8rem;
  color: rgba(44, 31, 21, 0.65);
  margin: 0.5rem 0 0;
}
.s30-ministry {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.s30-ministry th {
  text-align: left;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(44, 31, 21, 0.6);
  border-bottom: 1px solid rgba(44, 31, 21, 0.12);
  padding: 0.4rem 0.6rem 0.4rem 0;
}
.s30-ministry td {
  border-bottom: 1px solid rgba(44, 31, 21, 0.07);
  padding: 0.55rem 0.6rem 0.55rem 0;
  vertical-align: top;
  line-height: 1.5;
}
.s30-ministry td:first-child {
  font-weight: 600;
}
.s30-tag {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.1rem 0.45rem;
  border-radius: 5px;
  color: #FFFFFF;
}
.s30-tag-S {
  background: #E8112D;
}
.s30-tag-C {
  background: #00703C;
}
.s30-tag-MP {
  background: #5C9A1B;
}
.s30-tag-V {
  background: #8C1018;
}
.s30-step {
  border-left: 3px solid #B8674A;
  padding: 0 0 0 1.1rem;
  margin: 0 0 1.25rem;
}
.s30-step h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  margin: 0 0 0.3rem;
}
.s30-step p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
}
.s30-step-when {
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  color: #B8674A;
  display: block;
  margin-bottom: 0.15rem;
}
.s30-money th:not(:first-child), .s30-money td:not(:first-child) {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.s30-budget {
  max-width: 100%;
}
.s30-budget-head {
  font-size: 13px;
  font-weight: 700;
  fill: #2C1F15;
}
.s30-budget-label {
  font-size: 12px;
  fill: rgba(44, 31, 21, 0.85);
}
.s30-budget-val {
  font-size: 12px;
  font-weight: 700;
  fill: #2C1F15;
  font-variant-numeric: tabular-nums;
}
.s30-budget-sum {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
@media (min-width: 640px) {
  .s30-budget-sum {
    grid-template-columns: repeat(3, 1fr);
  }
}
.s30-budget-cell {
  background: #FAF6EC;
  border: 1px solid rgba(44, 31, 21, 0.1);
  border-radius: 8px;
  padding: 0.6rem 0.8rem;
}
.s30-budget-cell-label {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  color: rgba(44, 31, 21, 0.6);
}
.s30-budget-cell-val {
  display: block;
  font-family: var(--font-ui);
  font-size: 1.3rem;
  font-weight: 700;
}
.s30-budget-cell.sw-good .s30-budget-cell-val {
  color: #2E7A50;
}
.s30-budget-cell.sw-bad .s30-budget-cell-val {
  color: #B8674A;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-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;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
