/* [project]/app/globals.css [app-client] (css) */
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-wide: .025em;
    --tracking-wider: .05em;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: 0;
  }

  .top-0 {
    top: 0;
  }

  .top-1\/2 {
    top: 50%;
  }

  .z-30 {
    z-index: 30;
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }

  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: var(--spacing);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-full {
    width: 100%;
  }

  .min-w-0 {
    min-width: 0;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink {
    flex-shrink: 1;
  }

  .grow {
    flex-grow: 1;
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .p-1 {
    padding: var(--spacing);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .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));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .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));
  }

  .\[esg\:calculate\] {
    esg: calculate;
  }

  .\[esg\:read\] {
    esg: read;
  }

  .\[esg\:recovery\] {
    esg: recovery;
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (min-width: 40rem) {
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-5 {
      padding: calc(var(--spacing) * 5);
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 64rem) {
    .lg\:items-end {
      align-items: flex-end;
    }
  }

  @media (min-width: 64rem) {
    .lg\:justify-between {
      justify-content: space-between;
    }
  }
}

@font-face {
  font-family: Libre Baskerville;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/libre-baskerville-400.ttf") format("truetype");
}

@font-face {
  font-family: Libre Baskerville;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/libre-baskerville-700.ttf") format("truetype");
}

:root {
  --brand-power-blue: #304a78;
  --brand-corporate-blue: #2c3259;
  --brand-dark-sapphire: #0b1c3d;
  --brand-tradewind: #57bda2;
  --brand-dark-aqua: #2493a2;
  --brand-metallic-gold: #d4af37;
  --semantic-danger: #dc2626;
  --surface-page: #f6f8fb;
  --surface-panel: #fff;
  --surface-panel-alt: #f9fafb;
  --surface-border: #d8dee8;
  --surface-border-strong: #b8c2d4;
  --text-primary: #162033;
  --text-secondary: #4b5565;
  --text-muted: #667085;
  --text-inverse: #fff;
  --radius-sm: 6px;
  --radius-md: 8px;
  --shadow-soft: 0 10px 26px #0b1c3d14;
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --font-primary: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --font-secondary: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display-weight: 400;
  --font-display-tracking: -.03em;
  --gold: var(--brand-metallic-gold);
  --gold-rgb: 212, 175, 55;
  --gold-08: #d4af3708;
  --gold-15: #d4af3715;
  --gold-18: #d4af3718;
  --gold-1a: #d4af371a;
  --gold-20: #d4af3720;
  --gold-22: #d4af3722;
  --gold-25: #d4af3725;
  --gold-40: #d4af3740;
  --gold-50: #d4af3750;
  --gold-55: #d4af3755;
  --gold-70: #d4af3770;
  --gold-bb: #d4af37bb;
  --gold-ink: #765c0f;
  --gold-icon: #a07c14;
  --sidebar-bg: #f8fafc;
  --sidebar-border: #e2e8f0;
  --sidebar-text-primary: #1e293b;
  --sidebar-text-secondary: #64748b;
  --sidebar-accent: var(--brand-power-blue);
  --sidebar-accent-tint: #304a781a;
  --sidebar-surface: #fff;
  --sidebar-control-bg: #f1f5f9;
  --sidebar-hover-bg: #e2e8f0;
  --app-search-height: 68px;
  --app-rail-header-height: 69px;
  --sidebar-selected-shadow: 0 4px 6px -1px #304a784d;
  --sidebar-selected-shadow-gold: 0 4px 12px #d4af3780;
}

.auth-page {
  color: #17233d;
  background: #f4f7fb;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
  display: grid;
}

.auth-panel {
  background: #fff;
  border: 1px solid #dce3ec;
  border-radius: 8px;
  gap: 24px;
  width: min(100%, 420px);
  padding: 32px;
  display: grid;
  box-shadow: 0 18px 45px #1c2b481a;
}

.auth-heading h1 {
  margin: 0;
  font-size: 1.75rem;
}

.auth-heading p, .auth-error {
  color: #5f6f86;
  margin: 6px 0 0;
}

.auth-error {
  color: #a32d2d;
}

.auth-form, .auth-form label {
  gap: 8px;
  display: grid;
}

.auth-form {
  gap: 18px;
}

.auth-form label span {
  font-size: .875rem;
  font-weight: 600;
}

.auth-form input {
  width: 100%;
  min-height: 44px;
  font: inherit;
  border: 1px solid #c7d1df;
  border-radius: 6px;
  padding: 10px 12px;
}

.auth-form input:focus-visible {
  outline-offset: 1px;
  border-color: #304a78;
  outline: 3px solid #304a783d;
}

:root {
  --surface-canvas: var(--surface-page);
  --surface-muted: #eef2f7;
  --surface-soft: #f8fafc;
  --border-subtle: var(--surface-border);
  --border-strong: var(--surface-border-strong);
  --shadow-panel: var(--shadow-soft);
  --status-success-bg: #57bda229;
  --status-success-fg: #176452;
  --status-info-bg: #2493a226;
  --status-info-fg: #17606a;
  --status-warning-bg: #d4af372e;
  --status-warning-fg: #765c0f;
  --status-danger-bg: #dc26261f;
  --status-danger-fg: #b91c1c;
  --status-neutral-bg: #eef2f6;
  --status-neutral-fg: #475467;
  --layer-below: -1;
  --layer-base: 0;
  --layer-raised: 1;
  --layer-sticky: 2;
  --layer-app-mobile-header: 30;
  --layer-app-nav-scrim: 40;
  --layer-app-sidebar: 50;
  --layer-notification-center: 900;
  --layer-toast-viewport: 1000;
  --layer-modal: 9999;
  --app-mobile-header-height: 62px;
}

* {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

html {
  max-width: 100%;
  min-height: 100%;
  overflow-x: clip;
}

body {
  background: var(--surface-page);
  min-height: 100%;
  color: var(--text-primary);
  font-family: var(--font-secondary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: var(--font-primary);
  letter-spacing: 0;
  font-weight: 700;
}

.font-display {
  font-family: var(--font-primary);
  font-weight: var(--font-display-weight);
  letter-spacing: var(--font-display-tracking);
}

p, span, div, a, button, input, textarea, select, .font-body {
  font-family: var(--font-secondary);
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select {
  font: inherit;
}

button:focus-visible, a:focus-visible, select:focus-visible, input:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #2493a266;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fade-in {
  animation: .4s ease-out forwards fadeIn;
}

.animate-slide-in {
  animation: .3s ease-out forwards slideIn;
}

.card-hover {
  transition: transform .2s, box-shadow .2s;
}

.card-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -5px #0000001a;
}

.focus-ring:focus {
  outline: none;
  box-shadow: 0 0 0 2px #6366f180;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: none;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #94a3b880;
  border-radius: 3px;
}

.esg-poc-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.esg-poc-panel-shadow {
  box-shadow: 0 2px 8px #0000000f;
}

.esg-poc-toolbar {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: end;
  gap: 10px;
  display: flex;
}

.esg-poc-field {
  color: #64748b;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  display: grid;
}

.esg-poc-field select {
  color: #0f172a;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  min-height: 40px;
  padding: 8px 32px 8px 10px;
}

.esg-poc-button {
  color: #304a78;
  white-space: nowrap;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
}

.esg-poc-button:hover:not(:disabled) {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

.esg-poc-button:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.esg-poc-button-primary {
  color: #fff;
  background: #304a78;
  border-color: #304a78;
  box-shadow: 0 4px 12px #304a7833;
}

.esg-poc-button-primary:hover:not(:disabled) {
  background: #2c3259;
  border-color: #2c3259;
}

.esg-poc-kpi-list {
  gap: 10px;
  display: grid;
}

.esg-poc-kpi-row {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  grid-template-columns: minmax(0, 1.5fr) minmax(120px, auto) auto;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  display: grid;
}

.esg-poc-kpi-main {
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.esg-poc-kpi-title {
  color: #64748b;
  gap: 2px;
  min-width: 0;
  font-size: 14px;
  display: grid;
}

.esg-poc-kpi-title strong {
  color: #0f172a;
  white-space: nowrap;
  font-size: 13px;
}

.esg-poc-kpi-title span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.esg-poc-kpi-value {
  place-items: end;
  gap: 4px;
  display: grid;
}

.esg-poc-kpi-value strong {
  color: #0f172a;
  font-size: 15px;
}

.esg-poc-kpi-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  display: flex;
}

.esg-value-cell--empty {
  color: #94a3b8;
  font-weight: 500;
}

:root {
  --app-rail-motion: .2s ease;
}

.tenant-app-sidebar {
  transition: transform var(--app-rail-motion);
  inset-inline-start: 0;
  transform: translateX(0);
}

.tenant-app-shell[data-rail-motion="on"] .tenant-app-sidebar {
  transition: transform var(--app-rail-motion), width var(--app-rail-motion);
}

.tenant-app-shell[data-rail-motion="on"] .tenant-app-main {
  transition: margin-inline-start var(--app-rail-motion);
}

.tenant-app-sidebar[data-mobile="true"][data-open="true"] {
  box-shadow: 4px 0 20px #0f172a29;
}

.tenant-app-sidebar[data-mobile="true"][data-open="false"] {
  transform: translateX(-100%);
}

:root[dir="rtl"] .tenant-app-sidebar[data-mobile="true"][data-open="true"] {
  box-shadow: -4px 0 20px #0f172a29;
}

:root[dir="rtl"] .tenant-app-sidebar[data-mobile="true"][data-open="false"] {
  transform: translateX(100%);
}

@media (max-width: 1023px) {
  .tenant-app-sidebar[data-mobile="false"] {
    transform: translateX(-100%);
  }

  :root[dir="rtl"] .tenant-app-sidebar[data-mobile="false"] {
    transform: translateX(100%);
  }

  .tenant-app-main {
    margin-inline-start: 0 !important;
  }
}

.tenant-app-rail-header {
  min-height: var(--app-rail-header-height);
  border-bottom: 1px solid var(--sidebar-border);
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  display: flex;
  position: relative;
}

.tenant-app-sidebar[data-mobile="true"] .tenant-app-rail-header {
  justify-content: center;
}

.tenant-app-rail-header[data-collapsed="true"] {
  justify-content: center;
  padding-inline: 8px;
}

.tenant-app-rail-logo {
  align-items: center;
  min-width: 0;
  display: inline-flex;
}

.tenant-app-rail-wordmark {
  object-fit: contain;
  width: min(130px, 100%);
  height: auto;
}

.tenant-app-logo-mark {
  background: url("/logo-mark.png") 50% 46% / 650% no-repeat;
  width: 36px;
  height: 36px;
  display: block;
}

.tenant-app-rail-toggle {
  min-width: 44px;
  min-height: 44px;
  color: var(--sidebar-text-secondary);
  cursor: pointer;
  transition: background-color var(--app-rail-motion), color var(--app-rail-motion);
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

.tenant-app-rail-header[data-collapsed="true"] .tenant-app-rail-toggle {
  opacity: 0;
  background-color: var(--sidebar-bg);
  transition: opacity var(--app-rail-motion), background-color var(--app-rail-motion);
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}

.tenant-app-rail-header[data-collapsed="true"]:hover .tenant-app-rail-toggle, .tenant-app-rail-header[data-collapsed="true"]:focus-within .tenant-app-rail-toggle {
  opacity: 1;
}

.tenant-app-rail-header[data-collapsed="true"]:hover .tenant-app-logo-mark, .tenant-app-rail-header[data-collapsed="true"]:focus-within .tenant-app-logo-mark {
  opacity: .15;
}

.tenant-app-logo-mark {
  transition: opacity var(--app-rail-motion);
}

@media (hover: none) {
  .tenant-app-rail-header[data-collapsed="true"] .tenant-app-rail-toggle {
    opacity: 1;
  }
}

.tenant-app-rail-toggle:hover {
  background-color: var(--sidebar-control-bg);
  color: var(--sidebar-text-primary);
}

.tenant-app-search {
  min-height: var(--app-search-height);
  padding: 12px 16px;
}

.tenant-app-rail-footer {
  border-top: 1px solid var(--sidebar-border);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.tenant-app-rail-footer[data-collapsed="true"] {
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding-inline: 8px;
}

.tenant-app-identity {
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.tenant-app-avatar {
  background-color: var(--sidebar-accent-tint);
  width: 32px;
  height: 32px;
  color: var(--sidebar-accent);
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.tenant-app-identity__text {
  min-width: 0;
}

.tenant-app-identity__name {
  color: var(--sidebar-text-primary);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}

.tenant-app-identity__role {
  color: var(--sidebar-text-secondary);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 12px;
  overflow: hidden;
}

.tenant-app-rail-actions {
  flex: none;
  align-items: center;
  gap: 4px;
  display: flex;
}

.tenant-app-rail-action {
  min-width: 44px;
  min-height: 44px;
  color: var(--sidebar-text-secondary);
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background-color .15s, color .15s;
  display: inline-flex;
}

.tenant-app-rail-action:hover {
  background-color: var(--sidebar-hover-bg);
  color: var(--sidebar-text-primary);
}

.tenant-app-rail-action:focus-visible {
  outline: 2px solid var(--sidebar-accent);
  outline-offset: 2px;
}

.tenant-app-rail-action[aria-disabled="true"] {
  cursor: default;
}

.tenant-app-rail-action[aria-disabled="true"]:hover {
  color: var(--sidebar-text-secondary);
  background-color: #0000;
}

.tenant-app-rail-footer[data-collapsed="true"] .tenant-app-rail-actions {
  flex-direction: column;
  gap: 8px;
}

.tenant-app-rail-footer[data-collapsed="true"] .tenant-app-avatar {
  margin-block: 6px;
}

.tenant-app-nav {
  overflow-x: hidden;
}

.tenant-app-sidebar[data-collapsed="true"] .tenant-app-nav {
  padding-inline: 10px;
  overflow: visible;
}

.nav-row {
  min-height: 44px;
  color: var(--sidebar-text-secondary);
  transition: background-color .15s ease,
    color .15s ease,
    border-color .15s ease,
    width var(--app-rail-motion),
    margin-inline var(--app-rail-motion);
  background-color: #0000;
  border-inline-start: 3px solid #0000;
  border-radius: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-module {
  margin-block-end: 8px;
}

.nav-module:last-child {
  margin-block-end: 0;
}

.nav-row--collapsed {
  justify-content: center;
  width: 44px;
  margin-inline: auto;
}

.nav-row:hover:not([data-active="true"]) {
  background-color: var(--sidebar-hover-bg);
  color: var(--sidebar-text-primary);
}

.nav-row--parent[data-active="true"] {
  background-color: var(--sidebar-accent-tint);
  color: var(--sidebar-accent);
  font-weight: 600;
}

.nav-row--child[data-active="true"] {
  background-color: var(--sidebar-accent);
  box-shadow: var(--sidebar-selected-shadow);
  color: #fff;
  font-weight: 600;
}

.nav-row__link {
  border-radius: inherit;
  min-width: 0;
  min-height: 44px;
  color: inherit;
  flex: auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-row__link--toggle {
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: start;
  background: none;
  border: 0;
  width: 100%;
}

.nav-row__link--toggle .nav-row__label {
  flex: auto;
}

.nav-row--child .nav-row__link {
  gap: 10px;
  padding: 8px 12px;
  font-size: 13px;
}

.nav-row--collapsed .nav-row__link {
  justify-content: center;
  gap: 0;
  padding-inline: 0;
}

.nav-row__link svg {
  flex: none;
}

.nav-row__label {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.nav-row__disclosure {
  border-radius: inherit;
  min-width: 44px;
  min-height: 44px;
  color: inherit;
  cursor: pointer;
  background-color: #0000;
  border: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

.nav-row__chevron {
  transition: transform .15s;
}

.nav-row__disclosure[data-open="true"] .nav-row__chevron {
  transform: rotate(180deg);
}

.nav-row__link:focus-visible, .nav-row__disclosure:focus-visible, .tenant-app-rail-toggle:focus-visible {
  outline: 2px solid var(--sidebar-accent);
  outline-offset: 2px;
}

.nav-row--child[data-active="true"] .nav-row__link:focus-visible {
  outline-color: #fff;
}

.nav-row__tooltip {
  inset-inline-start: calc(100% + 10px);
  z-index: 1;
  background-color: var(--sidebar-text-primary);
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity .14s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.nav-row:hover > .nav-row__tooltip, .nav-row:focus-within > .nav-row__tooltip {
  opacity: 1;
  visibility: visible;
}

.nav-subgroup {
  border-inline-start: 1px solid var(--sidebar-border);
  gap: 4px;
  margin-block-start: 4px;
  margin-inline-start: 12px;
  padding-inline-start: 12px;
  display: grid;
}

.nav-subgroup[hidden] {
  display: none;
}

.wlp-nav-link svg {
  color: var(--gold-icon);
}

.wlp-nav-link:not([data-active="true"]) {
  background-color: var(--gold-18);
  border-color: var(--gold-40);
}

.wlp-nav-link:hover:not([data-active="true"]) {
  background-color: var(--gold-25);
  color: var(--sidebar-text-primary);
}

.wlp-nav-link[data-active="true"] {
  background-color: var(--gold);
  box-shadow: var(--sidebar-selected-shadow-gold);
  color: #fff;
  font-weight: 600;
}

.wlp-nav-link[data-active="true"] svg {
  color: #fff;
}

.wlp-nav-link[data-active="true"] .nav-row__link:focus-visible, .wlp-nav-link[data-active="true"] .nav-row__disclosure:focus-visible {
  outline-color: #fff;
}

.wlp-nav-link .nav-row__link:focus-visible {
  outline-color: var(--gold-ink);
}

.esg-row-error, .esg-inline-error, .esg-job-error {
  color: #dc2626;
  font-size: 12px;
}

.page-band {
  width: 100%;
}

.page-inner {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.panel {
  border: 1px solid var(--border-subtle);
  background: var(--surface-panel);
  box-shadow: var(--shadow-panel);
  border-radius: 8px;
}

.muted-text {
  color: var(--text-muted);
}

.esg-page {
  gap: 18px;
  display: grid;
}

.esg-page-header {
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  display: flex;
}

.esg-title-group {
  gap: 6px;
  display: grid;
}

.esg-kicker {
  color: var(--brand-dark-aqua);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.esg-title {
  margin: 0;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 30px;
  line-height: 1.15;
}

.esg-subtitle {
  color: var(--text-secondary);
  margin: 0;
  font-size: 15px;
}

.esg-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  display: flex;
}

.ds-button {
  border-radius: var(--radius-sm);
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 13px;
  font-weight: 700;
  display: inline-flex;
}

.ds-button:disabled {
  cursor: not-allowed;
  opacity: .62;
}

.ds-button-primary {
  background: var(--brand-power-blue);
  color: #fff;
}

.ds-button-primary:hover:not(:disabled) {
  background: var(--brand-corporate-blue);
}

.ds-button-secondary {
  border-color: var(--surface-border-strong);
  color: var(--text-primary);
  background: #fff;
}

.ds-button-secondary:hover:not(:disabled) {
  border-color: var(--brand-power-blue);
}

.ds-button-ghost {
  color: var(--brand-power-blue);
  background: none;
}

.ds-button-danger {
  background: var(--semantic-danger);
  color: #fff;
}

.ds-button-icon {
  display: inline-flex;
}

.ds-select {
  color: var(--text-secondary);
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  display: grid;
}

.ds-select select {
  border: 1px solid var(--surface-border-strong);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  background: #fff;
  min-height: 40px;
  padding: 8px 34px 8px 10px;
}

.ds-tabs {
  border-bottom: 1px solid var(--surface-border);
  scrollbar-width: thin;
  align-items: center;
  gap: 4px;
  display: flex;
  overflow-x: auto;
}

.ds-tab {
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  color: var(--text-secondary);
  flex: none;
  padding: 11px 13px;
  font-size: 14px;
  font-weight: 700;
}

.ds-tab[data-active="true"] {
  box-shadow: inset 0 -3px 0 var(--brand-dark-aqua);
  color: var(--text-primary);
  background: #fff;
}

.esg-health-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.esg-health-cell {
  background: var(--surface-panel);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-md);
  gap: 4px;
  min-height: 78px;
  padding: 13px 14px;
  display: grid;
}

.esg-health-cell span {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
}

.esg-health-cell strong {
  font-size: 22px;
}

.esg-panel {
  background: var(--surface-panel);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.esg-panel-header {
  border-bottom: 1px solid var(--surface-border);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  display: flex;
}

.esg-panel-title {
  gap: 3px;
  display: grid;
}

.esg-panel-title h2 {
  margin: 0;
  font-size: 16px;
}

.esg-panel-title p {
  color: var(--text-secondary);
  margin: 0;
  font-size: 13px;
}

.ds-table-scroll {
  scrollbar-width: thin;
  overflow-x: auto;
}

.ds-table-scroll[data-scroll-affordance] {
  background: linear-gradient(90deg, var(--surface-panel) 30%, #fff0),
    linear-gradient(90deg, #fff0, var(--surface-panel) 70%) 100% 0,
    linear-gradient(90deg, #0b1c3d14, #0b1c3d00),
    linear-gradient(270deg, #0b1c3d14, #0b1c3d00) 100% 0;
  background-repeat: no-repeat;
  background-size: 48px 100%, 48px 100%, 16px 100%, 16px 100%;
  background-attachment: local, local, scroll, scroll;
}

.ds-data-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 980px;
}

.ds-data-table caption {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.ds-data-table th, .ds-data-table td {
  border-bottom: 1px solid var(--surface-border);
  text-align: left;
  vertical-align: middle;
  padding: 12px 14px;
  font-size: 13px;
}

.ds-data-table thead th {
  color: var(--text-secondary);
  z-index: 1;
  background: #eef3f8;
  font-size: 12px;
  font-weight: 800;
  position: sticky;
  top: 0;
}

.ds-data-table tbody tr:hover td {
  background: #fbfcfe;
}

.esg-family-row th {
  color: var(--brand-corporate-blue);
  background: #f3f7f8;
  font-size: 13px;
  font-weight: 800;
}

.esg-kpi-cell {
  gap: 4px;
  min-width: 126px;
  display: grid;
}

.esg-display-id {
  color: var(--brand-corporate-blue);
  font-family: SFMono-Regular, Consolas, Liberation Mono, monospace;
  font-weight: 800;
}

.esg-metric-cell {
  min-width: 260px;
}

.esg-value {
  color: var(--text-primary);
  white-space: nowrap;
  font-weight: 800;
}

.ds-status-badge {
  white-space: nowrap;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
}

.ds-status-success {
  color: #176452;
  background: #57bda229;
}

.ds-status-info {
  color: #17606a;
  background: #2493a226;
}

.ds-status-warning {
  color: #765c0f;
  background: #d4af372e;
}

.ds-status-danger {
  color: #b91c1c;
  background: #dc26261f;
}

.ds-status-neutral {
  color: #475467;
  background: #eef2f6;
}

.esg-inline-error {
  color: var(--semantic-danger);
  margin-top: 3px;
  font-size: 12px;
}

.esg-empty {
  color: var(--text-secondary);
  padding: 18px 16px;
}

.esg-skeleton {
  background: linear-gradient(90deg, #edf1f6 0%, #f7f9fb 45%, #edf1f6 100%) 0 0 / 220% 100%;
  border-radius: 4px;
  min-width: 68px;
  max-width: 100%;
  height: 16px;
  display: block;
}

.esg-job-panel {
  gap: 12px;
  padding: 16px;
  display: grid;
}

.esg-job-list {
  gap: 10px;
  display: grid;
}

.esg-job-item {
  background: var(--surface-panel-alt);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-sm);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 12px;
  display: grid;
}

.esg-job-id {
  color: var(--text-primary);
  overflow-wrap: anywhere;
  font-family: SFMono-Regular, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}

.esg-detail-grid {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  display: grid;
}

.esg-detail-summary {
  gap: 12px;
  padding: 16px;
  display: grid;
}

.esg-detail-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.esg-meta-field {
  background: var(--surface-panel-alt);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-sm);
  gap: 5px;
  min-width: 0;
  padding: 10px;
  display: grid;
}

.esg-meta-field span {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
}

.esg-meta-field strong {
  overflow-wrap: anywhere;
  font-size: 14px;
}

.esg-job-form {
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: end;
  gap: 10px;
  display: grid;
}

.esg-text-input {
  color: var(--text-secondary);
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  display: grid;
}

.esg-text-input input {
  border: 1px solid var(--surface-border-strong);
  border-radius: var(--radius-sm);
  min-height: 40px;
  padding: 8px 10px;
}

@media (max-width: 980px) {
  .esg-page-header {
    flex-direction: column;
    align-items: stretch;
  }

  .esg-actions {
    justify-content: flex-start;
  }

  .esg-health-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .esg-detail-grid, .esg-job-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .esg-title {
    font-size: 24px;
  }

  .esg-health-strip, .esg-detail-meta {
    grid-template-columns: 1fr;
  }

  .ds-button {
    width: 100%;
  }

  .esg-poc-toolbar {
    grid-template-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
    display: grid;
  }

  .esg-poc-field, .esg-poc-field select, .esg-poc-button {
    width: 100%;
  }

  .esg-poc-kpi-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .esg-poc-kpi-title span, .esg-poc-kpi-title strong {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .esg-poc-kpi-value, .esg-poc-kpi-actions {
    justify-content: stretch;
    justify-items: start;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .esg-skeleton {
    animation: 1.4s ease-in-out infinite esg-shimmer;
  }
}

@media (prefers-reduced-motion: reduce) {
  .animate-fade-in, .animate-slide-in, .esg-skeleton {
    animation: none !important;
  }
}

@keyframes esg-shimmer {
  from {
    background-position: 220% 0;
  }

  to {
    background-position: -220% 0;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@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-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

/* [project]/src/design-system/components/button/button.css [app-client] (css) */
.orch-button {
  text-align: center;
  border: 1px solid #0000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  font-weight: 650;
  line-height: 1.1;
  transition: background-color .14s, border-color .14s, color .14s, box-shadow .14s;
  display: inline-flex;
}

.orch-button--sm {
  gap: 6px;
  min-height: 44px;
  padding: 6px 9px;
  font-size: .82rem;
}

.orch-button--primary {
  background: var(--brand-power-blue);
  color: #fff;
}

.orch-button--primary:hover:not(:disabled) {
  background: var(--brand-corporate-blue);
}

.orch-button--secondary {
  border-color: var(--border-subtle);
  color: var(--text-primary);
  background: #fff;
}

.orch-button--secondary:hover:not(:disabled) {
  border-color: var(--border-strong);
  background: var(--surface-soft);
}

.orch-button--ghost {
  color: var(--brand-power-blue);
  background: none;
}

.orch-button--ghost:hover:not(:disabled) {
  background: color-mix(in srgb, var(--brand-power-blue) 8%, white);
}

.orch-button--danger {
  color: #fff;
  background: #dc2626;
}

.orch-button:disabled {
  opacity: .58;
}

/* [project]/src/design-system/components/status-badge/status-badge.css [app-client] (css) */
.status-badge {
  white-space: nowrap;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.1;
  display: inline-flex;
}

.status-badge--success {
  background: var(--status-success-bg);
  color: var(--status-success-fg);
}

.status-badge--info {
  background: var(--status-info-bg);
  color: var(--status-info-fg);
}

.status-badge--warning {
  background: var(--status-warning-bg);
  color: var(--status-warning-fg);
}

.status-badge--danger {
  background: var(--status-danger-bg);
  color: var(--status-danger-fg);
}

.status-badge--neutral {
  background: var(--status-neutral-bg);
  color: var(--status-neutral-fg);
}

/* [project]/src/features/esg/ui/sustainability.css [app-client] (css) */
.esg-page {
  gap: 18px;
  display: grid;
}

.esg-overview-family-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.esg-overview-family-link {
  border: 1px solid var(--border-subtle);
  min-height: 92px;
  color: var(--text-primary);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px;
  transition: border-color .16s, background-color .16s;
  display: flex;
}

.esg-overview-family-link:hover {
  border-color: var(--brand-power-blue);
  background: #f8fafc;
}

.esg-overview-family-link span {
  gap: 5px;
  display: grid;
}

.esg-overview-family-link strong {
  font-size: .92rem;
}

.esg-overview-family-link small {
  color: var(--text-secondary);
  font-size: .78rem;
  line-height: 1.45;
}

.esg-header {
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  display: flex;
}

.esg-header h1 {
  color: var(--text-primary);
  margin: 4px 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.72rem;
  line-height: 1.14;
}

.esg-header p {
  color: var(--text-secondary);
  margin: 0;
}

.esg-eyebrow {
  font-size: .9rem;
  font-weight: 700;
}

.esg-toolbar {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  display: flex;
}

.esg-field {
  color: var(--text-secondary);
  gap: 5px;
  font-size: .78rem;
  font-weight: 700;
  display: grid;
}

.esg-field select, .esg-field input {
  border: 1px solid var(--border-subtle);
  min-height: 38px;
  color: var(--text-primary);
  background: #fff;
  border-radius: 7px;
  padding: 7px 10px;
}

.esg-field select {
  min-width: 138px;
}

.esg-job-search {
  width: min(100%, 520px);
}

.esg-summary-strip {
  border: 1px solid var(--border-subtle);
  background: var(--border-subtle);
  border-radius: 8px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  display: grid;
  overflow: hidden;
}

.esg-summary-item {
  background: #fff;
  align-content: center;
  gap: 4px;
  min-height: 64px;
  padding: 10px 14px;
  display: grid;
}

.esg-summary-item span, .esg-detail-label {
  color: var(--text-muted);
  text-transform: uppercase;
  font-size: .74rem;
  font-weight: 700;
}

.esg-summary-item strong {
  font-size: 1rem;
}

.esg-family-return a {
  color: var(--brand-power-blue);
  font-weight: 700;
}

.esg-sheet-panel, .esg-detail-panel {
  overflow: hidden;
}

.esg-sheet-header {
  border-bottom: 1px solid var(--border-subtle);
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 16px;
  display: flex;
}

.esg-sheet-header h2 {
  margin: 0 0 4px;
  font-size: 1.03rem;
}

.esg-sheet-header p {
  color: var(--text-muted);
  margin: 0;
  font-size: .88rem;
}

.esg-table-scroll {
  max-width: 100%;
  overflow-x: auto;
}

.esg-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 980px;
  color: var(--text-primary);
  table-layout: fixed;
}

.esg-table th, .esg-table td {
  border-bottom: 1px solid var(--border-subtle);
  text-align: start;
  vertical-align: middle;
  word-break: normal;
  padding: 10px 12px;
}

.esg-table thead th {
  z-index: 2;
  color: var(--text-secondary);
  text-transform: uppercase;
  background: #f8fafc;
  font-size: .76rem;
  font-weight: 800;
  position: sticky;
  top: 0;
}

.esg-table th:first-child {
  width: 112px;
}

.esg-table th:nth-child(2) {
  width: 280px;
}

.esg-table th:nth-child(3), .esg-table th:nth-child(4), .esg-table th:nth-child(6) {
  width: 132px;
}

.esg-table th:nth-child(5) {
  width: 150px;
}

.esg-table th:nth-child(7) {
  width: 170px;
}

.esg-table th:nth-child(8) {
  width: 230px;
}

.esg-family-row th {
  color: #1f2d44;
  background: #eef3f8;
  font-weight: 800;
}

.esg-row:hover td, .esg-row:hover th {
  background: #fbfdff;
}

.esg-cell-id {
  color: var(--brand-power-blue);
  font-weight: 800;
}

.esg-cell-id small, .esg-cell-metric small {
  color: var(--text-muted);
  margin-top: 4px;
  font-size: .72rem;
  font-weight: 600;
  display: block;
}

.esg-cell-metric span {
  font-weight: 700;
}

.esg-row-error {
  color: #991b1b !important;
}

.esg-technical-draft-status {
  color: #7a4b00;
  max-width: 24rem;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.35;
  display: block;
}

.esg-detail-technical-status {
  border-top: 1px solid var(--border-subtle);
  color: #6b4300;
  background: #fff8e6;
  margin: 0;
  padding: 10px 14px;
  font-size: .8rem;
  font-weight: 700;
}

.esg-value-cell {
  font-weight: 800;
}

.esg-value-cell--empty {
  color: var(--text-muted);
  font-weight: 650;
}

.esg-actions-cell {
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  min-height: 53px;
  display: flex;
}

.esg-row-skeleton {
  background: var(--surface-muted);
  border-radius: 6px;
  height: 34px;
  display: block;
}

.esg-job-panel {
  gap: 10px;
  display: grid;
}

.esg-job-empty, .esg-job-item {
  border: 1px solid var(--border-subtle);
  background: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px;
  display: flex;
}

.esg-job-empty {
  color: var(--text-muted);
  justify-content: flex-start;
}

.esg-job-title {
  margin: 0 0 4px;
  font-weight: 800;
}

.esg-job-meta, .esg-job-error {
  color: var(--text-muted);
  margin: 0;
  font-size: .8rem;
}

.esg-job-error {
  color: #991b1b;
}

.esg-job-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}

.esg-recent-jobs {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  display: flex;
}

.esg-recent-jobs button {
  border: 1px solid var(--border-subtle);
  min-height: 36px;
  color: var(--brand-power-blue);
  font: inherit;
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  padding: 7px 10px;
  font-size: .8rem;
  font-weight: 700;
}

.esg-recent-jobs button:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #304a7838;
}

.esg-detail-grid {
  background: var(--border-subtle);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  display: grid;
}

.esg-detail-grid > div {
  background: #fff;
  gap: 6px;
  padding: 14px;
  display: grid;
}

.esg-detail-value {
  font-size: 1.2rem;
}

.esg-provenance-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  display: grid;
}

.esg-provenance-grid > div {
  border-block-start: 1px solid var(--surface-border);
  min-width: 0;
  padding: 14px 16px;
}

.esg-provenance-grid dt {
  color: var(--text-muted);
  font-size: .75rem;
  font-weight: 600;
}

.esg-provenance-grid dd {
  color: var(--text-primary);
  font-family: var(--font-secondary);
  overflow-wrap: anywhere;
  margin: 5px 0 0;
  font-size: .8125rem;
}

.esg-governance-page {
  gap: 16px;
  width: min(100%, 1440px);
  margin-inline: auto;
  display: grid;
}

.esg-governance-tabs {
  border-bottom: 1px solid var(--surface-border);
  gap: 4px;
  display: flex;
}

.esg-governance-tabs button {
  min-height: 42px;
  color: var(--text-secondary);
  cursor: pointer;
  background: none;
  border: 0;
  border-bottom: 2px solid #0000;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  font-weight: 700;
  display: inline-flex;
}

.esg-governance-tabs button[aria-selected="true"] {
  border-bottom-color: var(--brand-power-blue);
  color: var(--brand-power-blue);
}

.esg-governance-layout {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  min-width: 0;
  display: grid;
}

.esg-governance-revisions, .esg-governance-detail, .esg-governance-audit {
  border: 1px solid var(--surface-border);
  background: #fff;
  border-radius: 8px;
  min-width: 0;
}

.esg-governance-revisions {
  max-height: calc(100dvh - 32px);
  position: sticky;
  top: 16px;
  overflow: auto;
}

.esg-governance-detail {
  overflow: hidden;
}

.esg-governance-section-heading {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 16px;
  display: flex;
}

.esg-governance-section-heading h2, .esg-governance-form-title h3, .esg-governance-revision-header h1 {
  letter-spacing: 0;
  margin: 0;
}

.esg-governance-section-heading h2 {
  font-size: 1.03rem;
}

.esg-governance-section-heading p {
  color: var(--text-muted);
  margin: 4px 0 0;
  font-size: .83rem;
}

.esg-governance-section-heading .esg-eyebrow, .esg-governance-revision-header .esg-eyebrow {
  color: var(--brand-power-blue);
  text-transform: uppercase;
  margin: 0 0 4px;
  font-size: .72rem;
}

.esg-governance-section-heading > span, .esg-governance-role {
  background: var(--surface-muted);
  color: var(--text-secondary);
  text-transform: uppercase;
  border-radius: 6px;
  flex: none;
  padding: 4px 8px;
  font-size: .72rem;
  font-weight: 800;
}

.esg-governance-revision-list {
  border-block: 1px solid var(--surface-border);
}

.esg-governance-revision {
  border: 0;
  border-bottom: 1px solid var(--surface-border);
  width: 100%;
  min-height: 96px;
  color: var(--text-primary);
  text-align: start;
  cursor: pointer;
  background: #fff;
  gap: 6px;
  padding: 12px 14px;
  display: grid;
}

.esg-governance-revision:last-child {
  border-bottom: 0;
}

.esg-governance-revision:hover {
  background: #f8fafc;
}

.esg-governance-revision[aria-pressed="true"] {
  box-shadow: inset 3px 0 0 var(--brand-power-blue);
  background: #f1f5f9;
}

.esg-governance-revision > span {
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  display: flex;
}

.esg-governance-revision small, .esg-governance-table small {
  color: var(--text-muted);
  margin-top: 4px;
  font-size: .72rem;
  line-height: 1.4;
  display: block;
}

.esg-governance-revision code, .esg-governance-table code, .esg-governance-identifiers dd, .esg-governance-history code {
  color: var(--text-secondary);
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .72rem;
}

.esg-governance-load-more {
  margin: 12px;
}

.esg-governance-revision-header {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  padding: 18px;
  display: grid;
}

.esg-governance-revision-header h1 {
  font-size: 1.28rem;
}

.esg-governance-revision-header > div > p:not(.esg-eyebrow) {
  color: var(--text-muted);
  margin: 5px 0 0;
  font-size: .82rem;
}

.esg-governance-header-actions {
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.esg-governance-identifiers {
  border: 1px solid var(--surface-border);
  background: var(--surface-border);
  border-radius: 6px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
  gap: 1px;
  margin: 0;
  display: grid;
  overflow: hidden;
}

.esg-governance-identifiers > div {
  background: #f8fafc;
  min-width: 0;
  padding: 9px 10px;
}

.esg-governance-identifiers dt {
  color: var(--text-muted);
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 800;
}

.esg-governance-identifiers dd {
  margin: 4px 0 0;
}

.esg-governance-state {
  background: var(--status-neutral-bg);
  min-height: 25px;
  color: var(--status-neutral-fg);
  white-space: nowrap;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: .7rem;
  font-weight: 800;
  display: inline-flex;
}

.esg-governance-state--published, .esg-governance-state--approved, .esg-governance-state--observation {
  background: var(--status-success-bg);
  color: var(--status-success-fg);
}

.esg-governance-state--in_review, .esg-governance-state--draft {
  background: var(--status-info-bg);
  color: var(--status-info-fg);
}

.esg-governance-state--changes_requested {
  background: var(--status-warning-bg);
  color: var(--status-warning-fg);
}

.esg-governance-state--rejected, .esg-governance-state--withdrawn {
  background: var(--status-danger-bg);
  color: var(--status-danger-fg);
}

.esg-governance-rail {
  border-block: 1px solid var(--surface-border);
  background: #f8fafc;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 15px 18px;
  list-style: none;
  display: grid;
}

.esg-governance-rail li {
  min-width: 0;
  color: var(--text-muted);
  align-items: center;
  gap: 8px;
  font-size: .76rem;
  display: flex;
  position: relative;
}

.esg-governance-rail li:not(:last-child):after {
  z-index: 0;
  background: var(--surface-border-strong);
  content: "";
  width: calc(100% - 33px);
  height: 1px;
  position: absolute;
  inset-inline-start: 26px;
}

.esg-governance-rail li > span {
  z-index: 1;
  border: 1px solid var(--surface-border-strong);
  background: #fff;
  border-radius: 50%;
  flex: 0 0 24px;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: .7rem;
  display: inline-grid;
}

.esg-governance-rail li > strong {
  z-index: 1;
  background: #f8fafc;
  padding-inline-end: 5px;
}

.esg-governance-rail li[data-active="true"], .esg-governance-rail li[data-complete="true"] {
  color: var(--brand-power-blue);
}

.esg-governance-rail li[data-active="true"] > span, .esg-governance-rail li[data-complete="true"] > span {
  border-color: var(--brand-power-blue);
  background: var(--brand-power-blue);
  color: #fff;
}

.esg-governance-observations, .esg-governance-history, .esg-governance-actions {
  border-bottom: 1px solid var(--surface-border);
}

.esg-governance-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 720px;
}

.esg-governance-table th, .esg-governance-table td {
  border-top: 1px solid var(--surface-border);
  text-align: start;
  vertical-align: top;
  overflow-wrap: anywhere;
  padding: 11px 14px;
}

.esg-governance-table th {
  color: var(--text-secondary);
  text-transform: uppercase;
  background: #f8fafc;
  font-size: .72rem;
}

.esg-governance-table th:first-child {
  width: 28%;
}

.esg-governance-table th:nth-child(2) {
  width: 20%;
}

.esg-governance-table th:nth-child(3) {
  width: 17%;
}

.esg-governance-table th:nth-child(4) {
  width: 35%;
}

.esg-governance-table td > strong {
  margin-bottom: 5px;
  display: block;
}

.esg-governance-evidence + .esg-governance-evidence {
  margin-top: 7px;
}

.esg-link-button {
  color: var(--brand-power-blue);
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 5px;
  padding: 0;
  font-size: .78rem;
  font-weight: 700;
  display: inline-flex;
}

.esg-governance-history > ol {
  margin: 0;
  padding: 0 16px 16px;
  list-style: none;
}

.esg-governance-history li {
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 10px;
  padding: 10px 0;
  display: grid;
}

.esg-governance-history li + li {
  border-top: 1px solid var(--surface-border);
}

.esg-governance-history-marker {
  background: var(--brand-tradewind);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-top: 5px;
}

.esg-governance-history p {
  color: var(--text-secondary);
  margin: 3px 0;
  font-size: .82rem;
}

.esg-governance-history small {
  color: var(--text-muted);
  font-size: .72rem;
}

.esg-governance-actions {
  border-bottom: 0;
}

.esg-governance-form {
  border-top: 1px solid var(--surface-border);
  gap: 14px;
  padding: 16px;
  display: grid;
}

.esg-governance-form-title {
  color: var(--brand-power-blue);
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.esg-governance-form-title h3 {
  color: var(--text-primary);
  font-size: .98rem;
}

.esg-governance-form-title p {
  color: var(--text-muted);
  margin: 3px 0 0;
  font-size: .78rem;
}

.esg-governance-form-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.esg-governance-field {
  gap: 5px;
  min-width: 0;
  display: grid;
}

.esg-governance-field > span {
  color: var(--text-secondary);
  overflow-wrap: anywhere;
  font-size: .74rem;
  font-weight: 800;
}

.esg-governance-field input, .esg-governance-field select, .esg-governance-field textarea {
  border: 1px solid var(--surface-border-strong);
  width: 100%;
  min-width: 0;
  color: var(--text-primary);
  font: inherit;
  resize: vertical;
  background: #fff;
  border-radius: 6px;
  padding: 9px 10px;
  font-size: .82rem;
}

.esg-governance-field input, .esg-governance-field select {
  min-height: 40px;
}

.esg-governance-code-input {
  line-height: 1.45;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
}

.esg-governance-command {
  justify-self: end;
}

.esg-governance-readonly, .esg-governance-empty, .esg-governance-loading, .esg-governance-list-loading {
  color: var(--text-muted);
  align-items: center;
  gap: 10px;
  display: flex;
}

.esg-governance-readonly {
  border-top: 1px solid var(--surface-border);
  padding: 18px;
}

.esg-governance-readonly strong {
  color: var(--text-primary);
}

.esg-governance-readonly p {
  margin: 3px 0 0;
  font-size: .82rem;
}

.esg-governance-empty, .esg-governance-loading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
}

.esg-governance-empty strong {
  color: var(--text-primary);
}

.esg-governance-empty span {
  max-width: 420px;
  font-size: .82rem;
}

.esg-governance-list-loading {
  justify-content: center;
  padding: 16px;
  font-size: .8rem;
}

.esg-governance-notice {
  border: 1px solid;
  border-radius: 8px;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 9px 12px;
  font-size: .84rem;
  font-weight: 650;
  display: flex;
}

.esg-governance-notice--error {
  color: #991b1b;
  background: #fef2f2;
  border-color: #fecaca;
}

.esg-governance-audit {
  padding-bottom: 16px;
}

.esg-governance-audit-table {
  min-width: 940px;
}

.esg-governance-audit-table th:first-child {
  width: 24%;
}

.esg-governance-audit-table th:nth-child(2), .esg-governance-audit-table th:nth-child(3) {
  width: 20%;
}

.esg-governance-audit-table th:nth-child(4), .esg-governance-audit-table th:nth-child(5) {
  width: 18%;
}

.esg-governance-audit > .esg-poc-button, .esg-governance-muted {
  margin: 14px 16px 0;
}

.esg-governance-muted {
  color: var(--text-muted);
  font-size: .82rem;
}

.esg-spin {
  animation: .9s linear infinite esg-spin;
}

@keyframes esg-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .esg-overview-family-grid {
    grid-template-columns: 1fr;
  }

  .esg-header {
    flex-direction: column;
    align-items: stretch;
  }

  .esg-toolbar {
    justify-content: flex-start;
  }

  .esg-summary-strip, .esg-detail-grid, .esg-provenance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .esg-summary-item[data-wide="true"] {
    grid-column: span 2;
  }

  .esg-governance-layout {
    grid-template-columns: 1fr;
  }

  .esg-governance-revisions {
    max-height: none;
    position: static;
  }

  .esg-governance-revision-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }

  .esg-governance-revision {
    border-inline-end: 1px solid var(--surface-border);
  }

  .esg-governance-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .esg-header h1 {
    font-size: 1.38rem;
  }

  .esg-summary-strip, .esg-detail-grid, .esg-provenance-grid {
    grid-template-columns: 1fr;
  }

  .esg-summary-item[data-wide="true"] {
    grid-column: auto;
  }

  .esg-job-item {
    flex-direction: column;
    align-items: stretch;
  }

  .esg-job-actions {
    justify-content: flex-start;
  }

  .esg-governance-revision-list, .esg-governance-form-grid, .esg-governance-identifiers, .esg-governance-revision-header {
    grid-template-columns: 1fr;
  }

  .esg-governance-header-actions {
    justify-content: space-between;
  }

  .esg-governance-rail {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .esg-governance-rail li:not(:last-child):after {
    width: 1px;
    height: 16px;
    inset-block-start: 23px;
    inset-inline-start: 12px;
  }

  .esg-governance-command {
    justify-content: center;
    width: 100%;
  }

  .esg-governance-notice {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media (max-width: 1023px) {
  .esg-governance-revisions {
    max-height: none;
    position: static;
  }
}

@media (pointer: coarse) {
  .esg-field input, .esg-field select, .esg-governance-field input, .esg-governance-field select, .esg-governance-tabs button, .esg-link-button, .esg-recent-jobs button {
    min-height: 44px;
  }
}

/* [project]/src/shared/ui/notifications/notifications.module.css [app-client] (css) */
.notifications-module__WXzodq__viewport {
  z-index: var(--layer-toast-viewport);
  pointer-events: none;
  flex-direction: column;
  align-items: stretch;
  width: min(420px, 100vw - 32px);
  display: flex;
  position: fixed;
  inset-block-start: 16px;
  inset-inline-end: 16px;
}

.notifications-module__WXzodq__announcer, .notifications-module__WXzodq__visuallyHidden {
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.notifications-module__WXzodq__stack {
  pointer-events: auto;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.notifications-module__WXzodq__toolbar {
  pointer-events: auto;
  justify-content: flex-end;
  margin-block-end: 8px;
  display: flex;
}

.notifications-module__WXzodq__dismissAll {
  background: var(--surface-panel);
  border-color: var(--border-subtle);
  box-shadow: var(--shadow-soft);
}

.notifications-module__WXzodq__toast {
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  background: var(--surface-panel);
  min-width: 320px;
  max-width: 420px;
  box-shadow: var(--shadow-soft);
  pointer-events: auto;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  margin-block-end: 10px;
  padding: 14px 16px;
  animation: .22s ease-out backwards notifications-module__WXzodq__toastEnter;
  display: grid;
  position: relative;
  overflow: hidden;
}

.notifications-module__WXzodq__toast:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #304a7847;
}

.notifications-module__WXzodq__toast:before {
  content: "";
  background: var(--toast-tone-fg);
  width: 3px;
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
}

.notifications-module__WXzodq__toastLeaving {
  pointer-events: none;
  animation: .18s ease-in forwards notifications-module__WXzodq__toastLeave;
}

.notifications-module__WXzodq__chip {
  background: var(--toast-tone-bg);
  width: 28px;
  height: 28px;
  color: var(--toast-tone-fg);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.notifications-module__WXzodq__content {
  gap: 4px;
  min-width: 0;
  display: grid;
}

.notifications-module__WXzodq__title {
  color: var(--text-primary);
  overflow-wrap: anywhere;
  margin: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.35;
}

.notifications-module__WXzodq__body {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  color: var(--text-secondary);
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: .84rem;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
}

.notifications-module__WXzodq__meta {
  color: var(--text-muted);
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 8px;
  margin: 2px 0 0;
  font-size: .72rem;
  line-height: 1.5;
  display: flex;
}

.notifications-module__WXzodq__timestamp {
  white-space: nowrap;
}

.notifications-module__WXzodq__occurrences {
  background: var(--toast-tone-bg);
  color: var(--toast-tone-fg);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  border-radius: 999px;
  align-items: center;
  padding: 0 6px;
  font-size: .68rem;
  font-weight: 600;
  display: inline-flex;
}

.notifications-module__WXzodq__retry {
  white-space: nowrap;
}

.notifications-module__WXzodq__reference {
  align-items: center;
  gap: 4px;
  min-width: 0;
  display: inline-flex;
}

.notifications-module__WXzodq__referenceValue {
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .7rem;
}

.notifications-module__WXzodq__referenceLabel {
  opacity: .75;
}

.notifications-module__WXzodq__referenceCopy {
  border-radius: var(--radius-sm);
  min-width: 28px;
  min-height: 28px;
  color: var(--brand-power-blue);
  background: none;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
  transition: background-color .14s, border-color .14s;
  display: inline-flex;
}

.notifications-module__WXzodq__referenceCopy:hover {
  border-color: var(--border-subtle);
  background: var(--surface-soft);
}

.notifications-module__WXzodq__referenceCopyDone {
  color: var(--status-success-fg);
}

.notifications-module__WXzodq__actions {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  display: flex;
}

.notifications-module__WXzodq__close {
  border-radius: var(--radius-sm);
  width: 28px;
  height: 28px;
  color: var(--text-muted);
  background: none;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  transition: background-color .14s, color .14s;
  display: inline-flex;
}

.notifications-module__WXzodq__close:hover {
  background: var(--surface-muted);
  color: var(--text-primary);
}

.notifications-module__WXzodq__countdown {
  transform-origin: 0;
  background: var(--toast-tone-fg);
  opacity: .55;
  height: 2px;
  animation-name: notifications-module__WXzodq__toastCountdown;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  position: absolute;
  inset-block-end: 0;
  inset-inline: 0;
}

[dir="rtl"] .notifications-module__WXzodq__countdown {
  transform-origin: 100%;
}

@keyframes notifications-module__WXzodq__toastEnter {
  from {
    opacity: 0;
    max-height: 0;
    margin-block-end: 0;
    transform: translateX(12px);
  }

  to {
    opacity: 1;
    max-height: 240px;
    margin-block-end: 10px;
    transform: translateX(0);
  }
}

@keyframes notifications-module__WXzodq__toastLeave {
  from {
    opacity: 1;
    max-height: 240px;
    margin-block-end: 10px;
    padding-block: 14px;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    max-height: 0;
    margin-block-end: 0;
    padding-block: 0;
    transform: translateX(8px);
  }
}

@keyframes notifications-module__WXzodq__toastCountdown {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}

@media (max-width: 1023px) {
  .notifications-module__WXzodq__viewport {
    inset-block-start: calc(var(--app-mobile-header-height) + 12px);
  }
}

@media (max-width: 640px) {
  .notifications-module__WXzodq__viewport {
    width: auto;
    inset-inline: 12px;
  }

  .notifications-module__WXzodq__toast {
    min-width: 0;
    max-width: none;
  }
}

@media (pointer: coarse) {
  .notifications-module__WXzodq__close {
    position: relative;
  }

  .notifications-module__WXzodq__close:after {
    content: "";
    position: absolute;
    inset: -8px;
  }
}

/*# sourceMappingURL=_19paqw_._.css.map*/