/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./SHB Design System/tokens/colors.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
/* SHB Design System — Color tokens
   Brand colors sampled directly from the SHB logo:
   navy  #2F2E79 (wordmark) · orange #F37021 (mark)
*/
:root {
  /* Brand — Navy */
  --color-navy-900: #16153F;
  --color-navy-800: #201F5C;
  --color-navy-700: #2F2E79; /* logo navy */
  --color-navy-600: #3E3D93;
  --color-navy-500: #5250AC;
  --color-navy-300: #9998CC;
  --color-navy-100: #E3E2F3;
  --color-navy-50:  #F2F1FA;

  /* Brand — Orange */
  --color-orange-800: #B3480E;
  --color-orange-700: #D65C15;
  --color-orange-600: #F37021; /* logo orange */
  --color-orange-500: #F68A47;
  --color-orange-300: #FAB98C;
  --color-orange-100: #FCE3D2;
  --color-orange-50:  #FDF1E9;

  /* Neutrals — cool gray, tinted toward navy */
  --color-gray-900: #1A1B27;
  --color-gray-800: #2B2C3C;
  --color-gray-700: #40415A;
  --color-gray-600: #5B5C77;
  --color-gray-500: #797A95;
  --color-gray-400: #9EA0B5;
  --color-gray-300: #C4C5D3;
  --color-gray-200: #DEDFE8;
  --color-gray-100: #EEEFF4;
  --color-gray-50:  #F7F8FA;
  --color-white: #FFFFFF;

  /* Semantic status — "safe, sustainable, efficient" reads as measured, not flashy */
  --color-success-700: #14603F;
  --color-success-600: #1E8E5A;
  --color-success-100: #DEF3E9;
  --color-warning-700: #8A5A05;
  --color-warning-600: #C4870F;
  --color-warning-100: #FBEDD3;
  --color-danger-700:  #9A2A2A;
  --color-danger-600:  #D93B3B;
  --color-danger-100:  #FBE2E2;
  --color-info-600: var(--color-navy-500);
  --color-info-100: var(--color-navy-50);

  /* Semantic aliases — use these in product UI, not raw palette values.
     SHB's real-world brand lead is orange (shb.com.vn wordmark, CTAs, tab
     underlines, links); navy is the secondary/structural color (sidebar,
     header text, deep surfaces). */
  --brand-primary: var(--color-orange-600);
  --brand-primary-hover: var(--color-orange-700);
  --brand-accent: var(--color-navy-700);
  --brand-accent-hover: var(--color-navy-800);

  --surface-page: var(--color-gray-50);
  --surface-card: var(--color-white);
  --surface-sunken: var(--color-gray-100);
  --surface-inverse: var(--color-navy-900);
  --surface-brand: var(--color-navy-700);
  --surface-accent-soft: var(--color-orange-50);
  --surface-overlay: rgba(22, 21, 63, 0.55);

  --text-primary: var(--color-gray-900);
  --text-secondary: var(--color-gray-600);
  --text-tertiary: var(--color-gray-400);
  --text-on-brand: var(--color-white);
  --text-on-accent: var(--color-white);
  --text-link: var(--color-orange-600);
  --text-link-hover: var(--color-orange-700);

  --border-subtle: var(--color-gray-200);
  --border-default: var(--color-gray-300);
  --border-strong: var(--color-gray-500);
  --border-focus: var(--color-navy-500);
  --border-accent: var(--color-orange-600);

  --status-success-fg: var(--color-success-700);
  --status-success-bg: var(--color-success-100);
  --status-warning-fg: var(--color-warning-700);
  --status-warning-bg: var(--color-warning-100);
  --status-danger-fg: var(--color-danger-700);
  --status-danger-bg: var(--color-danger-100);
  --status-info-fg: var(--color-navy-700);
  --status-info-bg: var(--color-info-100);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./SHB Design System/tokens/typography.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/* SHB Design System — Typography
   Brand font files were not provided alongside the logo. Poppins (display) and
   Inter (body/UI) are Google Fonts substitutes chosen to match the logo's
   geometric, slightly-rounded letterforms — flagged in readme.md. Swap the
   @font-face declarations below for real brand font files when available.
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  --font-display: 'Poppins', 'Segoe UI', sans-serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;

  /* Type scale */
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 20px;
  --text-2xl: 24px;
  --text-3xl: 30px;
  --text-4xl: 36px;
  --text-5xl: 48px;

  --leading-tight: 1.15;
  --leading-snug: 1.35;
  --leading-normal: 1.5;
  --leading-relaxed: 1.65;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;

  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-wide: 0.04em;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./SHB Design System/tokens/spacing.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
/* SHB Design System — Spacing (4px base unit) */
:root {
  --space-0: 0px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./SHB Design System/tokens/effects.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
/* SHB Design System — Radius, shadow, motion, borders
   Banking product: conservative, low-contrast elevation, no bounce. */
:root {
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-full: 999px;

  --border-width-sm: 1px;
  --border-width-md: 1.5px;

  --shadow-xs: 0 1px 2px rgba(22, 21, 63, 0.06);
  --shadow-sm: 0 2px 6px rgba(22, 21, 63, 0.08);
  --shadow-md: 0 6px 16px rgba(22, 21, 63, 0.10);
  --shadow-lg: 0 16px 32px rgba(22, 21, 63, 0.14);
  --shadow-focus: 0 0 0 3px var(--color-navy-100);
  --shadow-focus-accent: 0 0 0 3px var(--color-orange-100);

  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --ease-out: cubic-bezier(0, 0, 0.2, 1); /* @kind other */
  --duration-fast: 120ms; /* @kind other */
  --duration-base: 180ms; /* @kind other */
  --duration-slow: 260ms; /* @kind other */
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./SHB Design System/tokens/base.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* SHB Design System — base resets, applied globally */
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--text-primary);
  background: var(--surface-page);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-tight);
  margin: 0;
  color: var(--text-primary);
}
a { color: var(--text-link); text-decoration: none; }
a:hover { color: var(--text-link-hover); text-decoration: underline; }

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./SHB Design System/styles.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/


/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*! 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-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-orange-50: oklch(98% 0.016 73.684);
    --color-orange-100: oklch(95.4% 0.038 75.164);
    --color-orange-300: oklch(83.7% 0.128 66.29);
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-orange-700: oklch(55.3% 0.195 38.402);
    --color-orange-800: oklch(47% 0.157 37.304);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-emerald-600: oklch(59.6% 0.145 163.225);
    --color-emerald-900: oklch(37.8% 0.077 168.94);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-lg: 32rem;
    --container-3xl: 48rem;
    --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-5xl: 3rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --radius-sm: var(--radius);
    --radius-md: calc(var(--radius) + 2px);
    --radius-lg: calc(var(--radius) + 4px);
    --radius-xl: calc(var(--radius) + 8px);
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .top-1 {
    top: var(--spacing);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[49px\] {
    top: 49px;
  }
  .top-\[calc\(100\%\+8px\)\] {
    top: calc(100% + 8px);
  }
  .right-0 {
    right: 0px;
  }
  .right-1 {
    right: var(--spacing);
  }
  .bottom-0 {
    bottom: 0px;
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-1 {
    margin-inline: var(--spacing);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0\.5 {
    margin-block: calc(var(--spacing) * 0.5);
  }
  .my-1 {
    margin-block: var(--spacing);
  }
  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[-18px\] {
    margin-top: -18px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-2 {
    margin-right: calc(var(--spacing) * -2);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-0\.5 {
    margin-left: calc(var(--spacing) * 0.5);
  }
  .ml-1\.5 {
    margin-left: calc(var(--spacing) * 1.5);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-8 {
    margin-left: calc(var(--spacing) * 8);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-1\.5 {
    width: calc(var(--spacing) * 1.5);
    height: calc(var(--spacing) * 1.5);
  }
  .size-2 {
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }
  .size-2\.5 {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-4\.5 {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }
  .size-24 {
    width: calc(var(--spacing) * 24);
    height: calc(var(--spacing) * 24);
  }
  .size-\[18px\] {
    width: 18px;
    height: 18px;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1 {
    height: var(--spacing);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-60 {
    height: calc(var(--spacing) * 60);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-72 {
    height: calc(var(--spacing) * 72);
  }
  .h-\[6px\] {
    height: 6px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-72 {
    max-height: calc(var(--spacing) * 72);
  }
  .max-h-96 {
    max-height: calc(var(--spacing) * 96);
  }
  .max-h-\[200px\] {
    max-height: 200px;
  }
  .max-h-\[520px\] {
    max-height: 520px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0\.5 {
    width: calc(var(--spacing) * 0.5);
  }
  .w-1 {
    width: var(--spacing);
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[144px\] {
    width: 144px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[78\%\] {
    max-width: 78%;
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[1600px\] {
    max-width: 1600px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-\[16px\] {
    min-width: 16px;
  }
  .min-w-\[68px\] {
    min-width: 68px;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .min-w-\[160px\] {
    min-width: 160px;
  }
  .min-w-\[180px\] {
    min-width: 180px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[220px\] {
    min-width: 220px;
  }
  .min-w-\[280px\] {
    min-width: 280px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .caption-bottom {
    caption-side: bottom;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-outside {
    list-style-position: outside;
  }
  .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));
  }
  .grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }
  .grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: 0px;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .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-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  :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-2\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2.5) * 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)));
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-1 {
    row-gap: var(--spacing);
  }
  .gap-y-1\.5 {
    row-gap: calc(var(--spacing) * 1.5);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  :where(.divide-x > :not(:last-child)) {
    --tw-divide-x-reverse: 0;
    border-inline-style: var(--tw-border-style);
    border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
    border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-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-\[var\(--color-gray-100\)\] > :not(:last-child)) {
    border-color: var(--color-gray-100);
  }
  :where(.divide-border > :not(:last-child)) {
    border-color: var(--border);
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-stretch {
    align-self: stretch;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: calc(var(--radius) + 4px);
  }
  .rounded-md {
    border-radius: calc(var(--radius) + 2px);
  }
  .rounded-sm {
    border-radius: var(--radius);
  }
  .rounded-xl {
    border-radius: calc(var(--radius) + 8px);
  }
  .rounded-tl-sm {
    border-top-left-radius: var(--radius);
  }
  .rounded-tr-sm {
    border-top-right-radius: var(--radius);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .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-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-\[\#fde68a\] {
    border-color: #fde68a;
  }
  .border-\[\#ffc9c9\] {
    border-color: #ffc9c9;
  }
  .border-\[var\(--color-gray-100\)\] {
    border-color: var(--color-gray-100);
  }
  .border-\[var\(--color-gray-200\)\] {
    border-color: var(--color-gray-200);
  }
  .border-\[var\(--color-navy-300\)\] {
    border-color: var(--color-navy-300);
  }
  .border-\[var\(--color-navy-700\)\] {
    border-color: var(--color-navy-700);
  }
  .border-\[var\(--color-orange-300\)\] {
    border-color: var(--color-orange-300);
  }
  .border-\[var\(--color-orange-600\)\] {
    border-color: var(--color-orange-600);
  }
  .border-\[var\(--color-success-200\,\#a3d9bc\)\] {
    border-color: var(--color-success-200,#a3d9bc);
  }
  .border-\[var\(--color-success-600\)\] {
    border-color: var(--color-success-600);
  }
  .border-border {
    border-color: var(--border);
  }
  .border-border\/50 {
    border-color: var(--border);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--border) 50%, transparent);
    }
  }
  .border-foreground {
    border-color: var(--foreground);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#0066B3\] {
    background-color: #0066B3;
  }
  .bg-\[\#fff1f0\] {
    background-color: #fff1f0;
  }
  .bg-\[\#fffbf0\] {
    background-color: #fffbf0;
  }
  .bg-\[var\(--color-danger-600\)\] {
    background-color: var(--color-danger-600);
  }
  .bg-\[var\(--color-gray-50\)\] {
    background-color: var(--color-gray-50);
  }
  .bg-\[var\(--color-gray-400\)\] {
    background-color: var(--color-gray-400);
  }
  .bg-\[var\(--color-navy-50\)\] {
    background-color: var(--color-navy-50);
  }
  .bg-\[var\(--color-navy-100\)\] {
    background-color: var(--color-navy-100);
  }
  .bg-\[var\(--color-navy-700\)\] {
    background-color: var(--color-navy-700);
  }
  .bg-\[var\(--color-navy-800\)\] {
    background-color: var(--color-navy-800);
  }
  .bg-\[var\(--color-orange-50\)\] {
    background-color: var(--color-orange-50);
  }
  .bg-\[var\(--color-orange-100\)\] {
    background-color: var(--color-orange-100);
  }
  .bg-\[var\(--color-orange-600\)\] {
    background-color: var(--color-orange-600);
  }
  .bg-\[var\(--color-success-50\)\] {
    background-color: var(--color-success-50);
  }
  .bg-\[var\(--color-success-50\,\#f0faf5\)\] {
    background-color: var(--color-success-50,#f0faf5);
  }
  .bg-\[var\(--color-success-600\)\] {
    background-color: var(--color-success-600);
  }
  .bg-\[var\(--color-warning-600\)\] {
    background-color: var(--color-warning-600);
  }
  .bg-\[var\(--status-danger-bg\)\] {
    background-color: var(--status-danger-bg);
  }
  .bg-\[var\(--status-success-bg\)\] {
    background-color: var(--status-success-bg);
  }
  .bg-\[var\(--status-warning-bg\)\] {
    background-color: var(--status-warning-bg);
  }
  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-background\/95 {
    background-color: var(--background);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--background) 95%, transparent);
    }
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-border {
    background-color: var(--border);
  }
  .bg-card {
    background-color: var(--card);
  }
  .bg-current {
    background-color: currentcolor;
  }
  .bg-destructive {
    background-color: var(--destructive);
  }
  .bg-emerald-100 {
    background-color: var(--color-emerald-100);
  }
  .bg-emerald-500 {
    background-color: var(--color-emerald-500);
  }
  .bg-foreground {
    background-color: var(--foreground);
  }
  .bg-muted {
    background-color: var(--muted);
  }
  .bg-muted\/30 {
    background-color: var(--muted);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--muted) 30%, transparent);
    }
  }
  .bg-muted\/50 {
    background-color: var(--muted);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--muted) 50%, transparent);
    }
  }
  .bg-primary {
    background-color: var(--primary);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-secondary {
    background-color: var(--secondary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .fill-foreground {
    fill: var(--foreground);
  }
  .fill-muted-foreground {
    fill: var(--muted-foreground);
  }
  .p-0 {
    padding: 0px;
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .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-0\.5 {
    padding-inline: calc(var(--spacing) * 0.5);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .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);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-0 {
    padding-block: 0px;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.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-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-0 {
    padding-top: 0px;
  }
  .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-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .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));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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-\[var\(--font-display\)\] {
    --tw-font-weight: var(--font-display);
    font-weight: var(--font-display);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .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-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-\[rgba\(255\,255\,255\,0\.6\)\] {
    color: rgba(255,255,255,0.6);
  }
  .text-\[var\(--color-danger-600\)\] {
    color: var(--color-danger-600);
  }
  .text-\[var\(--color-gray-300\)\] {
    color: var(--color-gray-300);
  }
  .text-\[var\(--color-gray-400\)\] {
    color: var(--color-gray-400);
  }
  .text-\[var\(--color-gray-500\)\] {
    color: var(--color-gray-500);
  }
  .text-\[var\(--color-gray-600\)\] {
    color: var(--color-gray-600);
  }
  .text-\[var\(--color-gray-700\)\] {
    color: var(--color-gray-700);
  }
  .text-\[var\(--color-gray-900\)\] {
    color: var(--color-gray-900);
  }
  .text-\[var\(--color-navy-300\)\] {
    color: var(--color-navy-300);
  }
  .text-\[var\(--color-navy-600\)\] {
    color: var(--color-navy-600);
  }
  .text-\[var\(--color-navy-700\)\] {
    color: var(--color-navy-700);
  }
  .text-\[var\(--color-navy-900\)\] {
    color: var(--color-navy-900);
  }
  .text-\[var\(--color-orange-400\)\] {
    color: var(--color-orange-400);
  }
  .text-\[var\(--color-orange-600\)\] {
    color: var(--color-orange-600);
  }
  .text-\[var\(--color-orange-800\)\] {
    color: var(--color-orange-800);
  }
  .text-\[var\(--color-success-600\)\] {
    color: var(--color-success-600);
  }
  .text-\[var\(--color-success-700\)\] {
    color: var(--color-success-700);
  }
  .text-\[var\(--color-warning-600\)\] {
    color: var(--color-warning-600);
  }
  .text-\[var\(--status-danger-fg\)\] {
    color: var(--status-danger-fg);
  }
  .text-\[var\(--status-success-fg\)\] {
    color: var(--status-success-fg);
  }
  .text-\[var\(--status-warning-fg\)\] {
    color: var(--status-warning-fg);
  }
  .text-amber-700 {
    color: var(--color-amber-700);
  }
  .text-amber-900 {
    color: var(--color-amber-900);
  }
  .text-background {
    color: var(--background);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-900 {
    color: var(--color-blue-900);
  }
  .text-border {
    color: var(--border);
  }
  .text-card-foreground {
    color: var(--card-foreground);
  }
  .text-destructive-foreground {
    color: var(--destructive-foreground);
  }
  .text-emerald-600 {
    color: var(--color-emerald-600);
  }
  .text-emerald-900 {
    color: var(--color-emerald-900);
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-green-200 {
    color: var(--color-green-200);
  }
  .text-muted {
    color: var(--muted);
  }
  .text-muted-foreground {
    color: var(--muted-foreground);
  }
  .text-primary {
    color: var(--primary);
  }
  .text-primary-foreground {
    color: var(--primary-foreground);
  }
  .text-red-200 {
    color: var(--color-red-200);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-red-900 {
    color: var(--color-red-900);
  }
  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .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,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-35 {
    opacity: 35%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[var\(--shadow-sm\)\] {
    --tw-shadow: var(--shadow-sm);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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-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 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[border-color\,box-shadow\] {
    transition-property: border-color,box-shadow;
    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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    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-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-\[120ms\] {
    --tw-duration: 120ms;
    transition-duration: 120ms;
  }
  .ease-\[cubic-bezier\(0\.4\,0\,0\.2\,1\)\] {
    --tw-ease: cubic-bezier(0.4,0,0.2,1);
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  @media (hover: hover) {
    .group-hover\:-translate-x-0\.5:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * -0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\:translate-x-0\.5:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .placeholder\:text-\[var\(--color-gray-400\)\]::placeholder {
    color: var(--color-gray-400);
  }
  .placeholder\:text-muted-foreground::placeholder {
    color: var(--muted-foreground);
  }
  .first\:pt-0:first-child {
    padding-top: 0px;
  }
  .last\:border-0:last-child {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .last\:pb-0:last-child {
    padding-bottom: 0px;
  }
  @media (hover: hover) {
    .hover\:border-\[var\(--color-gray-200\)\]:hover {
      border-color: var(--color-gray-200);
    }
    .hover\:border-\[var\(--color-navy-300\)\]:hover {
      border-color: var(--color-navy-300);
    }
    .hover\:border-\[var\(--color-navy-500\)\]:hover {
      border-color: var(--color-navy-500);
    }
    .hover\:border-\[var\(--color-orange-400\)\]:hover {
      border-color: var(--color-orange-400);
    }
    .hover\:border-\[var\(--color-orange-600\)\]:hover {
      border-color: var(--color-orange-600);
    }
    .hover\:bg-\[var\(--brand-primary-hover\)\]:hover {
      background-color: var(--brand-primary-hover);
    }
    .hover\:bg-\[var\(--color-gray-100\)\]:hover {
      background-color: var(--color-gray-100);
    }
    .hover\:bg-\[var\(--color-navy-50\)\]:hover {
      background-color: var(--color-navy-50);
    }
    .hover\:bg-\[var\(--color-navy-700\)\]:hover {
      background-color: var(--color-navy-700);
    }
    .hover\:bg-\[var\(--color-navy-800\)\]:hover {
      background-color: var(--color-navy-800);
    }
    .hover\:bg-\[var\(--color-orange-50\)\]:hover {
      background-color: var(--color-orange-50);
    }
    .hover\:bg-\[var\(--color-orange-100\)\]:hover {
      background-color: var(--color-orange-100);
    }
    .hover\:bg-\[var\(--color-orange-700\)\]:hover {
      background-color: var(--color-orange-700);
    }
    .hover\:bg-muted:hover {
      background-color: var(--muted);
    }
    .hover\:bg-muted\/30:hover {
      background-color: var(--muted);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/30:hover {
        background-color: color-mix(in oklab, var(--muted) 30%, transparent);
      }
    }
    .hover\:bg-muted\/40:hover {
      background-color: var(--muted);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/40:hover {
        background-color: color-mix(in oklab, var(--muted) 40%, transparent);
      }
    }
    .hover\:bg-muted\/50:hover {
      background-color: var(--muted);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/50:hover {
        background-color: color-mix(in oklab, var(--muted) 50%, transparent);
      }
    }
    .hover\:bg-white\/20:hover {
      background-color: color-mix(in srgb, #fff 20%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/20:hover {
        background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
    .hover\:text-\[var\(--color-gray-600\)\]:hover {
      color: var(--color-gray-600);
    }
    .hover\:text-\[var\(--color-navy-700\)\]:hover {
      color: var(--color-navy-700);
    }
    .hover\:text-\[var\(--color-orange-500\)\]:hover {
      color: var(--color-orange-500);
    }
    .hover\:text-\[var\(--color-orange-600\)\]:hover {
      color: var(--color-orange-600);
    }
    .hover\:text-foreground:hover {
      color: var(--foreground);
    }
    .hover\:text-primary:hover {
      color: var(--primary);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
    .hover\:opacity-80:hover {
      opacity: 80%;
    }
    .hover\:opacity-90:hover {
      opacity: 90%;
    }
    .hover\:opacity-100:hover {
      opacity: 100%;
    }
    .hover\:shadow-\[var\(--shadow-md\)\]:hover {
      --tw-shadow: var(--shadow-md);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .hover\:shadow-sm:hover {
      --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);
    }
  }
  .focus\:ring-1:focus {
    --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);
  }
  .focus\:ring-\[var\(--color-navy-500\)\]:focus {
    --tw-ring-color: var(--color-navy-500);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-visible\:ring-2:focus-visible {
    --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-visible\:ring-ring:focus-visible {
    --tw-ring-color: var(--ring);
  }
  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:opacity-40:disabled {
    opacity: 40%;
  }
  .disabled\:opacity-45:disabled {
    opacity: 45%;
  }
  .disabled\:opacity-50:disabled {
    opacity: 50%;
  }
  .data-\[orientation\=horizontal\]\:h-px[data-orientation="horizontal"] {
    height: 1px;
  }
  .data-\[orientation\=horizontal\]\:w-full[data-orientation="horizontal"] {
    width: 100%;
  }
  .data-\[orientation\=vertical\]\:h-full[data-orientation="vertical"] {
    height: 100%;
  }
  .data-\[orientation\=vertical\]\:w-px[data-orientation="vertical"] {
    width: 1px;
  }
  .data-\[selected\=true\]\:border-l-2[data-selected="true"] {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .data-\[selected\=true\]\:border-l-primary[data-selected="true"] {
    border-left-color: var(--primary);
  }
  .data-\[selected\=true\]\:bg-\[var\(--surface-accent-soft\)\][data-selected="true"] {
    background-color: var(--surface-accent-soft);
  }
  @media (width >= 40rem) {
    .sm\:block {
      display: block;
    }
    .sm\:flex {
      display: flex;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    :where(.md\:divide-x > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
    :where(.md\:divide-y-0 > :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(0px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .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-\[1fr_340px\] {
      grid-template-columns: 1fr 340px;
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:grid-cols-\[1fr_360px\] {
      grid-template-columns: 1fr 360px;
    }
    .xl\:grid-cols-\[1fr_520px\] {
      grid-template-columns: 1fr 520px;
    }
    .xl\:flex-nowrap {
      flex-wrap: nowrap;
    }
  }
  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }
  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }
  .\[\&_tr\]\:border-b tr {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .\[\&_tr\:last-child\]\:border-0 tr:last-child {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .\[\&\>\*\:first-child\]\:mt-0 > :first-child {
    margin-top: 0px;
  }
  .\[\&\>\*\:last-child\]\:mb-0 > :last-child {
    margin-bottom: 0px;
  }
}
@layer base {
  :root {
    --background: var(--color-gray-50);
    --foreground: var(--color-gray-900);
    --card: var(--color-white);
    --card-foreground: var(--color-gray-900);
    --popover: var(--color-white);
    --popover-foreground: var(--color-gray-900);
    --primary: var(--color-orange-600);
    --primary-foreground: var(--color-white);
    --secondary: var(--color-navy-50);
    --secondary-foreground: var(--color-navy-700);
    --muted: var(--color-gray-100);
    --muted-foreground: var(--color-gray-600);
    --accent: var(--color-orange-50);
    --accent-foreground: var(--color-orange-800);
    --destructive: var(--color-danger-600);
    --destructive-foreground: var(--color-white);
    --border: var(--color-gray-200);
    --input: var(--color-gray-200);
    --ring: var(--color-navy-500);
    --radius: 0.75rem;
    --chart-1: var(--color-orange-600);
    --chart-2: var(--color-navy-700);
    --chart-3: var(--color-success-600);
    --chart-4: var(--color-warning-600);
    --chart-5: var(--color-danger-600);
  }
}
:root {
  --navy-900: var(--color-navy-900);
  --navy-700: var(--color-navy-700);
  --navy-500: var(--color-navy-500);
  --accent: var(--brand-primary);
  --accent-hover: var(--brand-primary-hover);
  --bg: var(--surface-page);
  --surface: var(--surface-card);
  --border: var(--border-subtle);
  --border-strong: var(--border-default);
  --text: var(--text-primary);
  --text-muted: var(--text-secondary);
  --text-on-navy: var(--color-white);
  --text-on-navy-muted: var(--color-navy-300);
  --support: var(--status-success-fg);
  --support-bg: var(--status-success-bg);
  --caution: var(--status-warning-fg);
  --caution-bg: var(--status-warning-bg);
  --oppose: var(--status-danger-fg);
  --oppose-bg: var(--status-danger-bg);
  --need-data: var(--text-secondary);
  --need-data-bg: var(--surface-sunken);
  --radius: var(--radius-md);
  --brand: var(--color-orange-600);
  --brand-bg: var(--color-orange-50);
  --surface-raised: var(--color-white);
  --surface-1: var(--color-gray-50);
  --text-muted-2: var(--color-gray-400);
  --border-hairline: var(--color-gray-200);
  --status-good: var(--status-success-fg);
  --status-good-bg: var(--status-success-bg);
  --status-warning: var(--status-warning-fg);
  --status-warning-bg: var(--status-warning-bg);
  --status-serious: var(--status-warning-fg);
  --status-serious-bg: var(--status-warning-bg);
  --status-critical: var(--status-danger-fg);
  --status-critical-bg: var(--status-danger-bg);
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.app-layout {
  display: flex;
  min-height: 100vh;
}
.app-content {
  flex: 1;
  min-width: 0;
}
.app-shell {
  max-width: 1400px;
  padding: 24px 32px 40px;
}
.shb-stripe {
  width: 100%;
  height: 8px;
  background: var(--color-orange-600);
  box-shadow: inset 0 -3px 0 var(--color-navy-700);
  flex-shrink: 0;
}
.sidebar {
  width: 230px;
  flex-shrink: 0;
  background: var(--color-navy-800);
  border-right: none;
  color: var(--text-on-brand);
  position: sticky;
  top: 0;
  height: calc(100vh - 11px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 20px 14px;
}
.sidebar-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  color: var(--color-white);
  padding: 0 8px 20px;
}
.sidebar-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: var(--color-orange-600);
  color: white;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
}
.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.sidebar-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  cursor: default;
}
a.sidebar-nav-item {
  cursor: pointer;
}
a.sidebar-nav-item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
}
.sidebar-nav-item.active {
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-orange-500);
}
.sidebar-nav-item.disabled {
  opacity: 0.55;
}
.sidebar-nav-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
}
.sidebar-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 8px 4px;
  border-top: 1px solid var(--border-subtle);
  margin-top: 12px;
}
.sidebar-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-orange-600);
  color: white;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.sidebar-officer-name {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}
.sidebar-officer-role {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}
.hero-strip {
  background: var(--color-white);
  border: 1px solid var(--border-subtle);
  color: var(--text-primary);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 20px 0 16px;
  box-shadow: var(--shadow-md);
}
.hero-strip .breadcrumb {
  font-size: 12px;
  color: var(--text-secondary);
  letter-spacing: 0.2px;
}
.hero-strip h1 {
  margin: 4px 0 0;
  font-size: 22px;
}
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-metric-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--text-secondary);
}
.hero-metric-value {
  font-size: 16px;
  font-weight: 700;
  margin-top: 2px;
}
.hero-subtitle {
  font-size: 13px;
  color: var(--text-secondary);
  margin-top: 4px;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.status-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--status-dot-color, #4fd67a);
  display: inline-block;
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-on-navy);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}
.tab-bar {
  display: flex;
  gap: 4px;
  border-bottom: 2px solid var(--border);
  margin-bottom: 20px;
}
.tab {
  appearance: none;
  background: none;
  border: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color 0.15s, border-color 0.15s;
}
.tab:hover {
  color: var(--navy-700);
}
.tab.active {
  color: var(--navy-700);
  border-bottom-color: var(--accent);
}
.tab-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 7px;
  border-radius: 999px;
  background: var(--oppose-bg);
  color: var(--oppose);
  font-size: 11px;
  font-weight: 700;
}
.card {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--duration-fast) var(--ease-standard),
              box-shadow var(--duration-fast) var(--ease-standard);
}
.card:hover {
  border-color: var(--color-orange-600);
  box-shadow: var(--shadow-md);
}
.card + .card {
  margin-top: 16px;
}
.card-title {
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 8px;
}
.card-clickable {
  cursor: pointer;
}
.card-placeholder {
  border-style: dashed;
  color: var(--text-muted);
  background: var(--bg);
}
.card-placeholder .card-title {
  color: var(--text-muted);
}
.placeholder-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  background: var(--need-data-bg);
  color: var(--need-data);
}
.card-agent-label {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-top: 10px;
}
.widget-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.kpi-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.kpi-card {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  padding: 14px 16px;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--duration-fast) var(--ease-standard),
              box-shadow var(--duration-fast) var(--ease-standard);
}
.kpi-card:hover {
  border-color: var(--color-orange-600);
  box-shadow: var(--shadow-md);
}
.kpi-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--text-muted);
}
.kpi-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy-900);
  margin-top: 4px;
}
.progress-track {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: var(--bg);
  border: 1px solid var(--border);
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  border-radius: 999px;
  transition: width 0.3s ease;
}
.recommendation-card {
  background: var(--support-bg);
  border-color: var(--support);
}
.recommendation-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.recommendation-col-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}
.badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}
.badge-SUPPORT {
  background: var(--support-bg);
  color: var(--support);
}
.badge-CAUTION {
  background: var(--caution-bg);
  color: var(--caution);
}
.badge-OPPOSE {
  background: var(--oppose-bg);
  color: var(--oppose);
}
.badge-NEED_DATA {
  background: var(--need-data-bg);
  color: var(--need-data);
}
.spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid var(--border);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.btn {
  appearance: none;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  padding: 9px 18px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.btn:hover {
  border-color: var(--border-strong);
  background: var(--bg);
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}
.btn-primary:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}
.action-bar {
  display: flex;
  gap: 8px;
  padding: 16px 0 0;
  margin-top: 8px;
  border-top: 1px solid var(--border);
}
.muted {
  color: var(--text-muted);
}
.section-title {
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 8px;
}
table.audit-table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
}
table.audit-table thead th {
  text-align: left;
  background: #eef3fb;
  color: var(--navy-900);
  padding: 8px;
  border-bottom: 1px solid var(--border);
}
table.audit-table tbody td {
  padding: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.lms-input {
  width: 100%;
  padding: 7px 10px;
  font-size: 13px;
  border-radius: 8px;
  background: var(--surface-raised);
  color: var(--text-primary);
  border: 1px solid var(--border-hairline);
}
.lms-input:focus {
  outline: none;
  border-color: var(--brand);
}
.lms-input:disabled {
  background: var(--page-plane);
  color: var(--text-muted-2);
}
.aq-shell {
  padding: 20px 28px 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1480px;
  font-family: var(--font-body);
}
.aq-brief {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: var(--surface-card);
  border: var(--border-width-sm) solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--duration-fast) var(--ease-standard),
              box-shadow var(--duration-fast) var(--ease-standard);
}
.aq-brief:hover {
  border-color: var(--color-orange-600);
  box-shadow: var(--shadow-md);
}
.aq-brief__left {
  flex: 0 0 260px;
  border-right: var(--border-width-sm) solid var(--border-subtle);
  padding-right: 24px;
}
.aq-brief__eyebrow {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  color: var(--text-secondary);
  margin: 0 0 6px;
}
.aq-brief__greeting {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-tight);
  color: var(--text-primary);
  margin: 0 0 8px;
  line-height: var(--leading-snug);
  text-wrap: balance;
}
.aq-brief__summary {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: var(--leading-relaxed);
  margin: 0 0 10px;
}
.aq-brief__reco {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  margin: 0;
}
.aq-brief__case-link {
  color: var(--text-link);
  font-weight: var(--weight-bold);
  text-decoration: none;
}
.aq-brief__case-link:hover {
  color: var(--text-link-hover);
  text-decoration: underline;
}
.aq-kpi-row {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  align-items: start;
}
.aq-kpi {
  background: var(--surface-card);
  border: var(--border-width-sm) solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--duration-fast) var(--ease-standard),
              box-shadow var(--duration-fast) var(--ease-standard);
}
.aq-kpi:hover {
  border-color: var(--color-orange-600);
  box-shadow: var(--shadow-md);
}
.aq-kpi__label {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  color: var(--text-secondary);
  margin-bottom: 4px;
}
.aq-kpi__value {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: var(--weight-extrabold);
  color: var(--text-primary);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: var(--tracking-tight);
}
.aq-kpi__value--success {
  color: var(--status-success-fg);
}
.aq-kpi__value--warning {
  color: var(--status-warning-fg);
}
.aq-kpi__value--danger {
  color: var(--status-danger-fg);
}
.aq-kpi__value--info {
  color: var(--color-navy-700);
}
.aq-kpi__sub {
  font-size: var(--text-xs);
  color: var(--text-tertiary);
  margin-top: 4px;
}
.aq-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.aq-filter-bar__chips {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.aq-chip {
  appearance: none;
  border: var(--border-width-sm) solid var(--border-default);
  background: var(--surface-card);
  color: var(--text-secondary);
  padding: 5px 14px;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  cursor: pointer;
  transition: background var(--duration-fast) var(--ease-standard),
              border-color var(--duration-fast) var(--ease-standard),
              color var(--duration-fast) var(--ease-standard);
  white-space: nowrap;
}
.aq-chip:hover {
  border-color: var(--border-strong);
  color: var(--text-primary);
  background: var(--surface-sunken);
}
.aq-chip--active {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--text-on-brand);
}
.aq-chip--active:hover {
  background: var(--brand-primary-hover);
  border-color: var(--brand-primary-hover);
}
.aq-chip--clear {
  border-color: transparent;
  background: transparent;
  color: var(--text-tertiary);
}
.aq-chip--clear:hover {
  background: var(--surface-sunken);
  color: var(--text-secondary);
  border-color: transparent;
}
.aq-filter-bar__sort {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.aq-filter-bar__sort-label {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  white-space: nowrap;
}
.aq-sort-select {
  appearance: none;
  background: var(--surface-card);
  border: var(--border-width-sm) solid var(--border-default);
  border-radius: var(--radius-xs);
  padding: 5px 28px 5px 10px;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%235B5C77' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 9px center;
  transition: border-color var(--duration-fast) var(--ease-standard);
}
.aq-sort-select:focus {
  outline: none;
  border-color: var(--border-focus);
  box-shadow: var(--shadow-focus);
}
.aq-table-wrap {
  overflow-x: auto;
  background: var(--surface-card);
  border: var(--border-width-sm) solid var(--border-subtle);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: border-color var(--duration-fast) var(--ease-standard);
}
.aq-table-wrap:hover {
  border-color: var(--color-orange-600);
}
.aq-empty {
  padding: 36px 24px;
  font-size: var(--text-sm);
}
.aq-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--text-sm);
  min-width: 1060px;
}
.aq-table thead th {
  text-align: left;
  padding: 10px 14px;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  color: var(--text-secondary);
  background: var(--surface-sunken);
  border-bottom: var(--border-width-sm) solid var(--border-subtle);
  white-space: nowrap;
}
.aq-row {
  cursor: pointer;
  border-bottom: var(--border-width-sm) solid var(--border-subtle);
  transition: background var(--duration-fast) var(--ease-standard);
}
.aq-row:last-child {
  border-bottom: none;
}
.aq-row:hover {
  background: var(--surface-sunken);
}
.aq-row:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px var(--border-focus);
}
.aq-row--selected {
  background: var(--surface-accent-soft);
  border-left: 3px solid var(--brand-primary);
}
.aq-row--selected:hover {
  background: var(--surface-accent-soft);
}
.aq-table td {
  padding: 13px 14px;
  vertical-align: middle;
}
.aq-priority {
  display: inline-block;
  padding: 2px 9px;
  border-radius: var(--radius-xs);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  letter-spacing: 0.2px;
  white-space: nowrap;
}
.aq-priority--critical {
  background: var(--status-danger-bg);
  color: var(--status-danger-fg);
}
.aq-priority--high {
  background: var(--status-warning-bg);
  color: var(--status-warning-fg);
}
.aq-priority--medium {
  background: var(--color-navy-50);
  color: var(--color-navy-700);
}
.aq-priority--low {
  background: var(--status-success-bg);
  color: var(--status-success-fg);
}
.aq-priority-score {
  font-size: 11px;
  color: var(--text-tertiary);
  margin-top: 3px;
}
.aq-case-id {
  font-weight: var(--weight-bold);
  color: var(--text-link);
  text-decoration: none;
}
.aq-case-id:hover {
  color: var(--text-link-hover);
  text-decoration: underline;
}
.aq-case-sub {
  font-size: 11px;
  color: var(--text-tertiary);
  margin-top: 2px;
}
.aq-customer {
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  max-width: 140px;
}
.aq-product {
  display: inline-block;
  padding: 2px 8px;
  border-radius: var(--radius-xs);
  font-size: 11px;
  font-weight: var(--weight-bold);
  background: var(--surface-sunken);
  border: var(--border-width-sm) solid var(--border-subtle);
  color: var(--text-secondary);
  font-family: var(--font-mono);
}
.aq-amount {
  font-weight: var(--weight-semibold);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: var(--text-primary);
}
.aq-reco {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  padding: 3px 9px;
  border-radius: var(--radius-xs);
  white-space: nowrap;
}
.aq-reco--approve {
  background: var(--status-success-bg);
  color: var(--status-success-fg);
}
.aq-reco--escalate {
  background: var(--status-warning-bg);
  color: var(--status-warning-fg);
}
.aq-reco--docs {
  background: var(--color-orange-100);
  color: var(--color-orange-800);
}
.aq-reco--manual {
  background: var(--color-navy-100);
  color: var(--color-navy-700);
}
.aq-reco--wait,
.aq-reco--analyzing {
  background: var(--surface-sunken);
  color: var(--text-secondary);
  border: var(--border-width-sm) solid var(--border-subtle);
}
.aq-reco-detail {
  font-size: 11px;
  color: var(--text-secondary);
  margin-top: 4px;
  max-width: 200px;
  line-height: var(--leading-snug);
}
.aq-route {
  display: flex;
  align-items: center;
  gap: 7px;
}
.aq-route__icon {
  font-size: 15px;
  flex-shrink: 0;
}
.aq-route__name {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  white-space: nowrap;
}
.aq-route__you {
  font-size: 10px;
  font-weight: var(--weight-bold);
  color: var(--brand-primary);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-top: 1px;
}
.aq-conf {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 68px;
}
.aq-conf__pct {
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  font-variant-numeric: tabular-nums;
  color: var(--text-primary);
}
.aq-conf__track {
  width: 100%;
  height: 4px;
  border-radius: var(--radius-full);
  background: var(--surface-sunken);
  border: var(--border-width-sm) solid var(--border-subtle);
  overflow: hidden;
}
.aq-conf__fill {
  height: 100%;
  border-radius: var(--radius-full);
  transition: width var(--duration-slow) var(--ease-out);
}
.aq-conf__fill--high {
  background: var(--color-success-600);
}
.aq-conf__fill--mid {
  background: var(--color-warning-600);
}
.aq-conf__fill--low {
  background: var(--color-gray-400);
}
.aq-updated {
  font-size: var(--text-xs);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.aq-open-btn {
  padding: 6px 14px;
  font-size: var(--text-xs);
  white-space: nowrap;
}
.aq-reasoning {
  background: var(--surface-card);
  border: var(--border-width-sm) solid var(--border-subtle);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: border-color var(--duration-fast) var(--ease-standard),
              box-shadow var(--duration-fast) var(--ease-standard);
}
.aq-reasoning:hover {
  border-color: var(--color-orange-600);
  box-shadow: var(--shadow-md);
}
.aq-reasoning__header {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 13px 20px;
  background: var(--surface-sunken);
  border-bottom: var(--border-width-sm) solid var(--border-subtle);
  flex-wrap: wrap;
}
.aq-reasoning__title {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: var(--weight-bold);
  color: var(--text-primary);
  white-space: nowrap;
}
.aq-reasoning__agents {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.aq-reasoning__agent {
  display: flex;
  align-items: center;
  gap: 7px;
}
.aq-reasoning__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: var(--radius-full);
  font-size: 10px;
  font-weight: var(--weight-extrabold);
  flex-shrink: 0;
}
.aq-reasoning__check--ok {
  background: var(--status-success-bg);
  color: var(--status-success-fg);
}
.aq-reasoning__check--warn {
  background: var(--status-warning-bg);
  color: var(--status-warning-fg);
}
.aq-reasoning__agent-name {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
}
.aq-reasoning__agent-status {
  font-size: 11px;
  color: var(--text-secondary);
}
.aq-reasoning__body {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  padding: 18px 20px;
  flex-wrap: wrap;
}
.aq-reasoning__section-label {
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  color: var(--text-secondary);
  margin-bottom: 8px;
}
.aq-reasoning__factors {
  flex: 1;
  min-width: 160px;
}
.aq-reasoning__list {
  margin: 0;
  padding: 0 0 0 16px;
  font-size: var(--text-sm);
  color: var(--text-primary);
  line-height: var(--leading-relaxed);
}
.aq-reasoning__meta {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 130px;
}
.aq-reasoning__meta-value {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  font-variant-numeric: tabular-nums;
  margin-top: 2px;
}
.aq-reasoning__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-self: center;
  margin-left: auto;
}
.case-hero {
  background: var(--color-navy-800);
  border-radius: var(--radius);
  padding: 16px 20px 14px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-md);
}
.case-hero-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.case-breadcrumb {
  font-size: 11.5px;
  color: var(--color-navy-300);
}
.case-hero-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.case-id-mono {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--color-navy-300);
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}
.case-customer {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.2px;
  margin-bottom: 4px;
}
.case-meta-row {
  font-size: 12px;
  color: var(--color-navy-300);
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.dot-sep {
  color: var(--color-navy-600);
}
.case-hero-badges {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.rec-status-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.state-chip {
  display: inline-block;
  padding: 4px 10px;
  border-radius: var(--radius);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: rgba(255,255,255,.10);
  color: var(--color-navy-100);
  border: 1px solid rgba(255,255,255,.15);
}
.wf-rail {
  display: flex;
  align-items: center;
}
.wf-step {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.wf-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.wf-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  transition: box-shadow .2s;
}
.wf-dot.done {
  background: var(--color-success-600);
  color: #fff;
}
.wf-dot.active {
  background: var(--color-orange-600);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(243,112,33,.25);
}
.wf-dot.pending {
  background: transparent;
  border: 2px solid var(--color-navy-500);
  color: var(--color-navy-300);
}
.wf-label {
  font-size: 9.5px;
  font-weight: 600;
  text-align: center;
  color: var(--color-navy-300);
  white-space: nowrap;
  line-height: 1.2;
}
.wf-label.active {
  color: #fff;
}
.wf-connector {
  flex: 1;
  height: 2px;
  background: var(--color-navy-600);
  margin: 0 6px;
  margin-bottom: 14px;
}
.wf-connector.done {
  background: var(--color-success-600);
}
.page-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.exec-brief {
  border-left: 4px solid var(--accent);
  margin-bottom: 16px;
  overflow: hidden;
}
.exec-brief-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 9px;
  border-bottom: 1px solid var(--border);
}
.section-eyebrow {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: var(--text-muted);
}
.exec-brief-grid {
  display: grid;
  grid-template-columns: 160px 180px 1fr 1fr 140px;
  gap: 0;
}
.exec-brief-grid > * {
  padding: 14px 16px;
  border-right: 1px solid var(--border);
}
.exec-brief-grid > *:last-child {
  border-right: none;
}
.brief-rec {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.brief-rec-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: var(--text-muted);
}
.brief-rec-value {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}
.brief-score {
  font-size: 30px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  margin-top: 4px;
}
.brief-meters {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.meter-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.meter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meter-label {
  font-size: 11.5px;
  color: var(--text-muted);
}
.meter-val {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.meter-track {
  height: 6px;
  border-radius: 999px;
  background: var(--bg);
  border: 1px solid var(--border);
  overflow: hidden;
}
.meter-fill {
  height: 100%;
  border-radius: 999px;
  transition: width .4s ease;
}
.brief-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.brief-col-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.brief-item {
  display: flex;
  gap: 6px;
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--text);
}
.exec-brief-footer {
  padding: 8px 16px;
  border-top: 1px solid var(--border);
  font-size: 12.5px;
  background: var(--caution-bg);
}
.summary-tab {
  display: flex;
  flex-direction: column;
}
.detail-cols {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 16px;
  margin-bottom: 16px;
  align-items: start;
}
.proposal-card {
  overflow: hidden;
}
.proposal-section-label {
  padding: 7px 16px 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.proposal-row-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 16px;
  border-bottom: 1px solid var(--border);
  gap: 8px;
}
.pkey {
  font-size: 12.5px;
  color: var(--text-muted);
}
.pval {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.ltv-section {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
}
.ltv-donut-wrap {
  flex-shrink: 0;
  position: relative;
  width: 90px;
  height: 90px;
}
.ltv-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
.ltv-pct {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.ltv-sub {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 2px;
}
.ltv-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ltv-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
}
.lk {
  color: var(--text-muted);
}
.lv {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.dscr-section {
  padding: 12px 16px 14px;
  border-bottom: 1px solid var(--border);
}
.dscr-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.dscr-label {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
}
.dscr-value {
  font-size: 14px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.dscr-track {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: var(--bg);
  border: 1px solid var(--border);
  overflow: visible;
}
.dscr-fill {
  height: 100%;
  border-radius: 999px;
}
.dscr-threshold {
  position: absolute;
  top: -3px;
  bottom: -3px;
  width: 2px;
  background: var(--oppose);
  border-radius: 2px;
  transform: translateX(-50%);
}
.dscr-note {
  font-size: 10.5px;
  color: var(--text-muted);
  margin-top: 5px;
}
.hard-gates-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 16px;
}
.gate-chip {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: var(--radius);
  font-size: 10.5px;
  font-weight: 700;
  font-family: var(--font-mono);
}
.gate-chip.pass {
  background: var(--support-bg);
  color: var(--support);
}
.gate-chip.review {
  background: var(--caution-bg);
  color: var(--caution);
}
.gate-chip.fail {
  background: var(--oppose-bg);
  color: var(--oppose);
}
.risk-panel {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: border-color var(--duration-fast) var(--ease-standard),
              box-shadow var(--duration-fast) var(--ease-standard);
}
.risk-panel:hover {
  border-color: var(--color-orange-600);
  box-shadow: var(--shadow-md);
}
.risk-panel-header {
  padding: 12px 14px 10px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}
.risk-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  border-left: 3px solid transparent;
  transition: background .12s;
}
.risk-item:last-child {
  border-bottom: none;
}
.risk-item:hover {
  background: var(--bg);
}
.risk-item.ok {
  border-left-color: var(--support);
}
.risk-item.warn {
  border-left-color: var(--caution);
}
.risk-item.bad {
  border-left-color: var(--oppose);
}
.risk-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.risk-icon.ok {
  background: var(--support-bg);
}
.risk-icon.warn {
  background: var(--caution-bg);
}
.risk-icon.bad {
  background: var(--oppose-bg);
}
.risk-body {
  flex: 1;
  min-width: 0;
}
.risk-name {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 3px;
}
.risk-finding {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.45;
}
.agent-matrix-card {
  overflow: hidden;
  margin-bottom: 16px;
}
.agent-matrix-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 10px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}
.agent-table {
  width: 100%;
  border-collapse: collapse;
}
.agent-table thead th {
  text-align: left;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--bg);
  border-bottom: 2px solid var(--border);
}
.agent-row {
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  transition: background .1s;
}
.agent-row:hover {
  background: var(--bg);
}
.agent-row td {
  padding: 10px 12px;
  vertical-align: middle;
}
.agent-name-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}
.agent-dot {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.agent-dot.ok {
  background: var(--support-bg);
}
.agent-dot.warn {
  background: var(--caution-bg);
}
.agent-dot.bad {
  background: var(--oppose-bg);
}
.agent-dot.pending {
  background: var(--need-data-bg);
}
.agent-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}
.agent-id {
  font-size: 10.5px;
  color: var(--text-muted);
  font-family: var(--font-mono);
}
.conf-cell {
  min-width: 110px;
}
.conf-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.conf-num {
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  min-width: 34px;
}
.conf-bar {
  flex: 1;
  height: 5px;
  border-radius: 999px;
  background: var(--bg);
  border: 1px solid var(--border);
  overflow: hidden;
}
.conf-fill {
  height: 100%;
  border-radius: 999px;
  transition: width .3s ease;
}
.conf-fill.ok {
  background: var(--support);
}
.conf-fill.warn {
  background: var(--caution);
}
.conf-fill.bad {
  background: var(--oppose);
}
.conf-fill.pending {
  background: var(--text-muted);
}
.agent-finding {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.4;
  max-width: 320px;
}
.expand-btn {
  appearance: none;
  background: none;
  border: none;
  font-size: 11px;
  color: var(--text-muted);
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  transition: background .1s, color .1s;
}
.expand-btn:hover {
  background: var(--bg);
  color: var(--text);
}
.agent-detail-row td {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.agent-detail-inner {
  padding: 12px 16px 14px 52px;
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.6;
}
.detail-section {
  margin-bottom: 8px;
}
.detail-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 3px;
}
.citation-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  background: var(--need-data-bg);
  border: 1px solid var(--border-strong);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  font-family: var(--font-mono);
  cursor: help;
}
.decision-support {
  border: 2px solid var(--border-strong);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 16px;
}
.decision-support-hd {
  background: var(--color-navy-800);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.decision-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .9px;
  text-transform: uppercase;
  color: var(--color-navy-300);
  margin-bottom: 4px;
}
.decision-rec-text {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.3px;
  line-height: 1.2;
}
.decision-score {
  text-align: right;
  flex-shrink: 0;
}
.decision-score-num {
  font-size: 30px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.decision-score-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--color-navy-300);
  margin-top: 2px;
}
.decision-body-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 200px;
  gap: 0;
}
.decision-body-cols > * {
  padding: 16px 18px;
  border-right: 1px solid var(--border);
}
.decision-body-cols > *:last-child {
  border-right: none;
}
.decision-col-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.evidence-item {
  display: flex;
  gap: 7px;
  font-size: 12.5px;
  color: var(--text);
  margin-bottom: 7px;
  line-height: 1.4;
  cursor: pointer;
}
.evidence-item:hover {
  color: var(--accent);
}
.condition-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 12.5px;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.4;
}
.cond-num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--caution-bg);
  color: var(--caution);
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.decision-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .exec-brief-grid {
    grid-template-columns: 160px 1fr 1fr;
  }
  .exec-brief-grid > *:nth-child(4),
  .exec-brief-grid > *:nth-child(5) {
    border-top: 1px solid var(--border);
  }
}
@media (max-width: 900px) {
  .detail-cols {
    grid-template-columns: 1fr;
  }
  .decision-body-cols {
    grid-template-columns: 1fr;
  }
  .decision-body-cols > * {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .exec-brief-grid {
    grid-template-columns: 1fr 1fr;
  }
  .exec-brief-grid > * {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
}
@media (max-width: 600px) {
  .exec-brief-grid {
    grid-template-columns: 1fr;
  }
  .wf-label {
    display: none;
  }
  .agent-table {
    font-size: 12px;
  }
}
.shb-two-tone-heading {
  font-family: var(--font-display);
  font-weight: var(--weight-extrabold);
  line-height: var(--leading-snug);
  display: flex;
  flex-direction: column;
}
.shb-two-tone-heading > span:first-child {
  color: var(--color-navy-700);
}
.shb-two-tone-heading > span:last-child {
  color: var(--color-orange-600);
}
.shb-card-title {
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  color: var(--color-orange-600);
  line-height: var(--leading-snug);
}
.shb-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shb-bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: var(--text-sm);
  color: var(--text-primary);
  line-height: var(--leading-normal);
}
.shb-bullet-list li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-orange-600);
  margin-top: 5px;
  flex-shrink: 0;
}
.shb-eyebrow {
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  color: var(--text-secondary);
}
.lms-input {
  width: 100%;
  padding: 7px 10px;
  font-size: 13px;
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--border);
}
.lms-input:focus {
  outline: none;
  border-color: var(--accent);
}
.lms-input:disabled {
  background: var(--bg);
  color: var(--text-muted);
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-space-y-reverse: 0;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-divide-y-reverse: 0;
      --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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

