
  

  
  @property --color--bg {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --radius--lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --color--info {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--text {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --input-width {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --label-width {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --shadow--std {
  syntax: "*";
  inherits: true;
  initial-value: ;
}
@property --color--brand {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--border {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--danger {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --shadow--small {
  syntax: "*";
  inherits: true;
  initial-value: ;
}
@property --color--success {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--surface {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--warning {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --doc--table--bg {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --spacer--height {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --color--on-brand {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-size--body {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --radius--regular {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --font-size--small {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --color--focus-ring {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--text-muted {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-size--xsmall {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --status--ready--bg {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--brand-hover {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --doc--table--border {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --doc--table--header {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --status--action--bg {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--brand-subtle {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --status--ready--text {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--surface-muted {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --status--action--text {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-size--page-title {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --status--approving--bg {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --status--published--bg {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --status--ready--border {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-size--list-header {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --status--action--border {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--control-disabled {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --doc--table--motion-zone {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --status--approving--text {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --status--in-progress--bg {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --status--published--text {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-size--section-title {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --status--approving--border {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --status--in-progress--text {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --status--published--border {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-size--subsection-title {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --status--in-progress--border {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}

  :host, :root {
  --color--bg: #F8FAFC;
  --radius--lg: .875rem;
  --color--info: #0284C7;
  --color--text: #0F172A;
  --input-width: 100%;
  --label-width: 6rem;
  --shadow--std: 0 10px 25px rgba(15,23,42,.18);
  --color--brand: #2563EB;
  --color--border: #E2E8F0;
  --color--danger: #DC2626;
  --shadow--small: 0 5px 13px rgba(15,23,42,.18);
  --color--success: #16A34A;
  --color--surface: #FFFFFF;
  --color--warning: #D97706;
  --doc--table--bg: #FFFFFF;
  --spacer--height: .75rem;
  --color--on-brand: #FFFFFF;
  --font-size--body: 1rem;
  --radius--regular: .5rem;
  --font-size--small: .875rem;
  --color--focus-ring: rgba(37,99,235,.35);
  --color--text-muted: #64748B;
  --font-size--xsmall: .75rem;
  --status--ready--bg: #E1F5EE;
  --color--brand-hover: #1D4ED8;
  --doc--table--border: #CBD5E1;
  --doc--table--header: #E2E8F0;
  --status--action--bg: #FAEEDA;
  --color--brand-subtle: #DBEAFE;
  --status--ready--text: #04342C;
  --color--surface-muted: #F1F5F9;
  --status--action--text: #412402;
  --font-size--page-title: 2rem;
  --status--approving--bg: #EEEDFE;
  --status--published--bg: #EAF3DE;
  --status--ready--border: #5DCAA5;
  --font-size--list-header: 0.75rem;
  --status--action--border: #EF9F27;
  --color--control-disabled: #64748B;
  --doc--table--motion-zone: #DBEAFE;
  --status--approving--text: #26215C;
  --status--in-progress--bg: #E6F1FB;
  --status--published--text: #173404;
  --font-size--section-title: 1.25rem;
  --status--approving--border: #AFA9EC;
  --status--in-progress--text: #042C53;
  --status--published--border: #97C459;
  --font-size--subsection-title: 1.25rem;
  --status--in-progress--border: #85B7EB;
}
  @media (prefers-color-scheme: dark) {
      :host, :root {
  --color--bg: #0B1220;
  --color--info: #0284C7;
  --color--text: #E5E7EB;
  --shadow--std: 0 12px 30px rgba(0,0,0,.45);
  --color--brand: #2563EB;
  --color--border: rgba(226,232,240,.14);
  --color--danger: #DC2626;
  --shadow--small: 0 6px 15px rgba(0,0,0,.45);
  --color--success: #16A34A;
  --color--surface: #101b32;
  --color--warning: #D97706;
  --doc--table--bg: #101b32;
  --color--focus-ring: rgba(147,197,253,.28);
  --color--text-muted: #94A3B8;
  --color--brand-hover: #1D4ED8;
  --doc--table--border: rgba(226,232,240,.20);
  --doc--table--header: #1E293B;
  --color--brand-subtle: rgba(37,99,235,.18);
  --color--surface-muted: #0a111f;
  --color--control-disabled: #94A3B8;
  --doc--table--motion-zone: rgba(37,99,235,.18);
}
    }
  @media (prefers-color-scheme: light) {
      :host, :root {
  --color--bg: #F8FAFC;
  --radius--lg: .875rem;
  --color--info: #0284C7;
  --color--text: #0F172A;
  --input-width: 100%;
  --label-width: 6rem;
  --shadow--std: 0 10px 25px rgba(15,23,42,.18);
  --color--brand: #2563EB;
  --color--border: #E2E8F0;
  --color--danger: #DC2626;
  --shadow--small: 0 5px 13px rgba(15,23,42,.18);
  --color--success: #16A34A;
  --color--surface: #FFFFFF;
  --color--warning: #D97706;
  --doc--table--bg: #FFFFFF;
  --spacer--height: .75rem;
  --color--on-brand: #FFFFFF;
  --font-size--body: 1rem;
  --radius--regular: .5rem;
  --font-size--small: .875rem;
  --color--focus-ring: rgba(37,99,235,.35);
  --color--text-muted: #64748B;
  --font-size--xsmall: .75rem;
  --status--ready--bg: #E1F5EE;
  --color--brand-hover: #1D4ED8;
  --doc--table--border: #CBD5E1;
  --doc--table--header: #E2E8F0;
  --status--action--bg: #FAEEDA;
  --color--brand-subtle: #DBEAFE;
  --status--ready--text: #04342C;
  --color--surface-muted: #F1F5F9;
  --status--action--text: #412402;
  --font-size--page-title: 2rem;
  --status--approving--bg: #EEEDFE;
  --status--published--bg: #EAF3DE;
  --status--ready--border: #5DCAA5;
  --font-size--list-header: 0.75rem;
  --status--action--border: #EF9F27;
  --color--control-disabled: #64748B;
  --doc--table--motion-zone: #DBEAFE;
  --status--approving--text: #26215C;
  --status--in-progress--bg: #E6F1FB;
  --status--published--text: #173404;
  --font-size--section-title: 1.25rem;
  --status--approving--border: #AFA9EC;
  --status--in-progress--text: #042C53;
  --status--published--border: #97C459;
  --font-size--subsection-title: 1.25rem;
  --status--in-progress--border: #85B7EB;
}
    }
  [data-nc-theme~="nc-dark"] {
  --color--bg: #0B1220;
  --color--info: #0284C7;
  --color--text: #E5E7EB;
  --shadow--std: 0 12px 30px rgba(0,0,0,.45);
  --color--brand: #2563EB;
  --color--border: rgba(226,232,240,.14);
  --color--danger: #DC2626;
  --shadow--small: 0 6px 15px rgba(0,0,0,.45);
  --color--success: #16A34A;
  --color--surface: #101b32;
  --color--warning: #D97706;
  --doc--table--bg: #101b32;
  --color--focus-ring: rgba(147,197,253,.28);
  --color--text-muted: #94A3B8;
  --color--brand-hover: #1D4ED8;
  --doc--table--border: rgba(226,232,240,.20);
  --doc--table--header: #1E293B;
  --color--brand-subtle: rgba(37,99,235,.18);
  --color--surface-muted: #0a111f;
  --color--control-disabled: #94A3B8;
  --doc--table--motion-zone: rgba(37,99,235,.18);
}
[data-nc-theme~="nc-light"] {
  --color--bg: #F8FAFC;
  --radius--lg: .875rem;
  --color--info: #0284C7;
  --color--text: #0F172A;
  --input-width: 100%;
  --label-width: 6rem;
  --shadow--std: 0 10px 25px rgba(15,23,42,.18);
  --color--brand: #2563EB;
  --color--border: #E2E8F0;
  --color--danger: #DC2626;
  --shadow--small: 0 5px 13px rgba(15,23,42,.18);
  --color--success: #16A34A;
  --color--surface: #FFFFFF;
  --color--warning: #D97706;
  --doc--table--bg: #FFFFFF;
  --spacer--height: .75rem;
  --color--on-brand: #FFFFFF;
  --font-size--body: 1rem;
  --radius--regular: .5rem;
  --font-size--small: .875rem;
  --color--focus-ring: rgba(37,99,235,.35);
  --color--text-muted: #64748B;
  --font-size--xsmall: .75rem;
  --status--ready--bg: #E1F5EE;
  --color--brand-hover: #1D4ED8;
  --doc--table--border: #CBD5E1;
  --doc--table--header: #E2E8F0;
  --status--action--bg: #FAEEDA;
  --color--brand-subtle: #DBEAFE;
  --status--ready--text: #04342C;
  --color--surface-muted: #F1F5F9;
  --status--action--text: #412402;
  --font-size--page-title: 2rem;
  --status--approving--bg: #EEEDFE;
  --status--published--bg: #EAF3DE;
  --status--ready--border: #5DCAA5;
  --font-size--list-header: 0.75rem;
  --status--action--border: #EF9F27;
  --color--control-disabled: #64748B;
  --doc--table--motion-zone: #DBEAFE;
  --status--approving--text: #26215C;
  --status--in-progress--bg: #E6F1FB;
  --status--published--text: #173404;
  --font-size--section-title: 1.25rem;
  --status--approving--border: #AFA9EC;
  --status--in-progress--text: #042C53;
  --status--published--border: #97C459;
  --font-size--subsection-title: 1.25rem;
  --status--in-progress--border: #85B7EB;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .eAZiOL {
      flex:1;
      row-gap:2rem;
      column-gap:2rem;
    }

    .OCjUJ {
      color:var(--color--text);
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dyhrPG {
      color:var(--color--text-muted);
      width:var(--label-width);
      display:inline;
      font-size:var(--font-size--small);
      font-family:inherit;
      font-weight:inherit;
      padding-top:.125rem;
    }

    .dyhrPG.right-aligned {
      text-align:right;
    }

    .CdfHx {
      flex:1;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .CdfHx.overdue {
      color:var(--color--danger);
    }

    .dEJGwn {
      color:var(--color--brand);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .dQOZlF {
      row-gap:1rem;
      column-gap:1rem;
    }

    .fnYXpN {
      width:100%;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:center;
      padding-top:0.5rem;
      padding-left:0.5rem;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:flex-start;
      border-bottom-color:var(--color--border);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .fnYXpN:hover {
      background:var(--color--surface-muted);
    }

    .fnYXpN.is_header {
      color:var(--color--text-muted);
      font-size:.75rem;
      font-weight:600;
      border-bottom-color:var(--color--border);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .fnYXpN.is_header:hover {
      background:inherit;
    }

    .dYzoSh {
      width:8rem;
      min-width:0px;
      align-items:flex-start;
      justify-content:center;
    }

    .dXsFzc {
      color:var(--color--brand);
      width:1rem;
      font-size:var(--font-size--small);
      text-align:center;
      align-items:center;
      justify-content:center;
    }

    .fxXEIz {
      width:3rem;
      min-width:0px;
    }

    .bVpXwp {
      flex:1;
      overflow:hidden;
      min-width:0px;
      align-items:flex-start;
      white-space:nowrap;
      text-overflow:ellipsis;
      justify-content:center;
    }

    .cdrVtg {
      width:12rem;
      min-width:0px;
      align-items:flex-start;
      justify-content:center;
    }

    .sguqc {
      width:100%;
      display:flex;
      background:var(--color--surface);
      box-shadow:var(--shadow--std);
      padding-top:1rem;
      border-color:var(--color--border);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      border-top-left-radius:var(--radius--lg);
      border-top-right-radius:var(--radius--lg);
      border-bottom-left-radius:var(--radius--lg);
      border-bottom-right-radius:var(--radius--lg);
    }

    .jhGTZ {
      width:2rem;
      align-items:flex-end;
      justify-content:center;
    }

    .jhGTZ:hover {
      cursor:pointer;
    }

    .ffNgsa {
      flex:1;
      color:var(--color--brand);
      font-size:var(--font-size--section-title);
      font-weight:600;
    }

    .dspZcA {
      display:flex;
    }

    .fjeFPb {
      width:100%;
      flex-direction:row;
      padding-bottom:1.5rem;
    }

    .publish-info\:g38HyVbC6a7MI3TccC0_o {
      row-gap:1px;
      column-gap:1px;
    }

    .chAOKJ {
      width:100%;
    }

    .buBZVR {
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-start;
      padding-top:.5rem;
      padding-left:.5rem;
      padding-right:.5rem;
      flex-direction:row;
      padding-bottom:.5rem;
      border-collapse:collapse;
      justify-content:flex-start;
      border-top-color:var(--color--border);
      border-top-style:solid;
      border-top-width:1px;
    }

    .buBZVR:hover {
      background:var(--color--surface-muted);
    }

    .dWGvZi {
      display:block;
    }

    .cdkzos {
      flex:1;
      display:block;
      text-wrap:wrap;
    }

    .ernkIi {
      flex-grow:1;
      min-width:0px;
      flex-basis:0px;
      flex-shrink:1;
    }

    .chRArq {
      flex:1;
      display:block;
    }

    .dpfqgP {
      width:fit-content;
      font-size:var(--font-size--xsmall);
      align-items:center;
      justify-content:center;
    }

    .dsHLcA {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .cqunvW {
      color:var(--status--action--text);
      width:fit-content;
      row-gap:.5rem;
      background:var(--status--action--bg);
      column-gap:.5rem;
      align-items:center;
      padding-top:0.25rem;
      border-color:var(--status--action--border);
      border-style:solid;
      border-width:1px;
      padding-left:0.5rem;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.25rem;
      justify-content:center;
      border-top-left-radius:999px;
      border-top-right-radius:999px;
      border-bottom-left-radius:999px;
      border-bottom-right-radius:999px;
    }

    .dfeGEn {
      color:var(--status--published--text);
      width:fit-content;
      display:-;
      row-gap:0.3rem;
      background:var(--status--published--bg);
      column-gap:0.3rem;
      align-items:center;
      padding-top:0.25rem;
      border-color:var(--status--published--border);
      border-style:solid;
      border-width:1px;
      padding-left:0.5rem;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.25rem;
      justify-content:center;
      border-top-left-radius:999px;
      border-top-right-radius:999px;
      border-bottom-left-radius:999px;
      border-bottom-right-radius:999px;
    }

    .dcoRVV {
      color:var(--status--in-progress--text);
      width:fit-content;
      row-gap:0.3rem;
      background:var(--status--in-progress--bg);
      column-gap:0.3rem;
      align-items:center;
      padding-top:0.25rem;
      border-color:var(--status--in-progress--border);
      border-style:solid;
      border-width:1px;
      padding-left:0.5rem;
      border-radius:999px;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.25rem;
      justify-content:center;
    }

    .gEHeK {
      color:var(--status--in-progress--text);
      width:fit-content;
      row-gap:.5rem;
      background:var(--status--in-progress--bg);
      column-gap:.5rem;
      align-items:center;
      padding-top:0.25rem;
      border-color:var(--status--action--border);
      border-style:solid;
      border-width:1px;
      padding-left:0.5rem;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.25rem;
      justify-content:center;
      border-top-left-radius:999px;
      border-top-right-radius:999px;
      border-bottom-left-radius:999px;
      border-bottom-right-radius:999px;
    }

    .dwDPjR {
      color:var(--color--text-muted);
      width:19rem;
      row-gap:0.5rem;
      font-size:var(--font-size--small);
      column-gap:0.5rem;
      align-items:flex-start;
      justify-content:center;
    }

    .dwDPjR:hover {
      background:var(--color--surface-muted);
    }

    .dwDPjR.is_header {
      color:var(--color--text-muted);
      font-size:.75rem;
      font-weight:600;
    }

    .dwDPjR.is_header:hover {
      cursor:default;
      background:#ffffff00;
    }

    .dJQUaR {
      row-gap:.5rem;
      column-gap:.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .etKULX {
      width:100%;
      row-gap:0.8rem;
      font-size:.875rem;
      column-gap:0.8rem;
      align-items:center;
      padding-top:.5rem;
      padding-left:.25rem;
      padding-right:.25rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:flex-start;
      border-bottom-color:var(--color--border);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .etKULX:hover {
      cursor:default;
      background:var(--color--surface-muted);
    }

    .etKULX.is_header {
      color:var(--color--text-muted);
      font-size:.75rem;
      font-weight:600;
    }

    .etKULX.is_header:hover {
      cursor:default;
      background:#ffffff00;
    }

    .NEslF {
      width:12rem;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .bFSqrf {
      width:10rem;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .dtYQMQ {
      flex:1;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .bspzsO {
      width:8rem;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .fnEHVL {
      color:var(--color--text);
      background:;
      line-height:1.4;
    }

    .eFBevE {
      font-size:var(--font-size--page-title);
      background:;
      font-weight:700;
    }

    .eoVlXt {
      width:100%;
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      flex-direction:row;
    }

    .dsEVIH {
      flex:1;
    }

    .dYaRQq {
      color:var(--color--text);
      height:100dvh;
      display:flex;
      background:var(--color--bg);
      flex-direction:row;
    }

    .cRKvQu {
      color:var(--color--text-muted);
      font-size:var(--font-size--small);
      text-align:center;
      font-weight:600;
      line-height:1.4;
    }

    .beAGWs {
      color:var(--color--text-muted);
      display:none;
      font-size:var(--font-size--small);
      text-align:center;
      font-weight:600;
      line-height:1.4;
    }

    .clhlIm {
      color:var(--color--text);
      width:100vw;
      height:100dvh;
      z-index:99999;
      position:fixed;
      background:var(--color--surface-muted);
      margin-top:auto;
      align-items:center;
      margin-left:auto;
      margin-right:auto;
      margin-bottom:auto;
      justify-content:center;
    }

    .buFWGd {
      width:5rem;
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      align-items:center;
      justify-content:center;
    }

    .dUrnZD {
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cLUoXs {
      color:var(--color--text-muted);
      width:100%;
      font-size:var(--font-size--small);
      align-items:center;
      padding-top:.5rem;
      padding-left:.75rem;
      padding-right:.75rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:space-between;
      border-top-left-radius:var(--radius--regular);
      border-top-right-radius:var(--radius--regular);
      border-bottom-left-radius:var(--radius--regular);
      border-bottom-right-radius:var(--radius--regular);
    }

    .cLUoXs:hover {
      color:var(--color--text);
      cursor:pointer;
      background:var(--color--surface-muted);
    }

    .czhybc {
      color:var(--color--on-brand);
      display:inline-flex;
      font-size:var(--font-size--xsmall);
      min-width:1.125rem;
      background:var(--color--brand);
      align-items:center;
      line-height:1.4;
      padding-top:.125rem;
      padding-left:0.8rem;
      padding-right:0.8rem;
      padding-bottom:.125rem;
      justify-content:center;
      border-top-left-radius:9999px;
      border-top-right-radius:9999px;
      border-bottom-left-radius:9999px;
      border-bottom-right-radius:9999px;
    }

    .fBJlzp {
      display:inline-flex;
      font-size:inherit;
      overflow-x:hidden;
      font-family:inherit;
      font-weight:inherit;
      white-space:pre;
      text-overflow:ellipsis;
    }

    .cxmabK {
      width:2px;
      height:60%;
      background:#ffffff00;
      align-items:flex-start;
      justify-content:center;
    }

    .cxmabK.is_active {
      background:var(--color--brand);
      border-top-left-radius:1px;
      border-top-right-radius:1px;
      border-bottom-left-radius:1px;
      border-bottom-right-radius:1px;
    }

    .egfbOt {
      flex:1;
      display:flex;
      overflow-x:visible;
      overflow-y:scroll;
      align-items:center;
      justify-content:flex-start;
    }

    .psHOS {
      display:inline;
      font-size:var(--font-size--xsmall);
      font-family:inherit;
      font-weight:600;
    }

    .evUawv {
      flex:0 0 auto;
      display:flex;
      row-gap:.25rem;
      column-gap:.25rem;
      align-items:center;
      padding-bottom:1rem;
      justify-content:flex-start;
    }

    .fkJayy {
      width:100%;
      row-gap:.25rem;
      column-gap:.25rem;
      margin-top:.5rem;
      padding-top:1rem;
      border-top-color:var(--color--border);
      border-top-style:solid;
      border-top-width:1px;
    }

    .bBfQnX {
      color:var(--color--text-muted);
      display:inline;
      font-size:var(--font-size--xsmall);
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:.5rem;
    }

    .bdDeVe {
      width:min-content;
      height:min-content;
    }

    .dzZNlK {
      font-size:var(--font-size--small);
      padding-bottom:0.5rem;
    }

    .ICqsI {
      width:fit-content;
      align-items:center;
      justify-content:center;
    }

    .prKoX {
      row-gap:0.4rem;
      column-gap:0.4rem;
      padding-top:.5rem;
      padding-left:.5rem;
      padding-right:.5rem;
      flex-direction:row;
      padding-bottom:.5rem;
    }

    .prKoX:hover {
      cursor:pointer;
      background:var(--color--surface-muted);
    }

    .bhEij {
      height:0px;
      row-gap:.25rem;
      overflow:hidden;
      column-gap:.25rem;
      transition:height 300ms ease;
      padding-left:1.9rem;
      padding-right:0.5rem;
    }

    .bhEij.is_open {
      height:auto;
    }

    .dEEZpB {
      cursor:pointer;
      line-height:1.4;
      padding-top:.5rem;
      padding-left:.5rem;
      padding-right:.5rem;
      padding-bottom:.5rem;
    }

    .dEEZpB:hover {
      background:var(--color--surface-muted);
    }

    .compound-doc-nav\:tNSSEM-nvGcLVqc89BeNq {
      width:1rem;
    }

    .cchRi {
      display:inline-block;
      font-size:inherit;
      font-family:inherit;
      font-weight:600;
      padding-top:1rem;
      padding-left:.5rem;
      padding-right:.5rem;
    }

    .bkibTU {
      flex:1;
      row-gap:0.7rem;
      column-gap:0.7rem;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .bQRLJb {
      flex:1 1 auto;
      row-gap:0.5rem;
      column-gap:0.5rem;
      min-height:0px;
      overflow-x:hidden;
      overflow-y:auto;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .ejzYCU {
      flex:1;
      width:100%;
      display:flex;
      max-width:1560px;
      background:var(--color--bg);
      padding-top:2rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:2rem;
    }

    .fxJfKR {
      color:var(--color--brand);
      display:inline;
      font-size:var(--font-size--small);
      font-family:inherit;
      font-weight:600;
      padding-bottom:.5rem;
      text-transform:uppercase;
    }

    .cDefgT {
      flex:0 0 auto;
      position:absolute;
      background:red;
      padding-top:.25rem;
      padding-left:.25rem;
      padding-right:.25rem;
      padding-bottom:.25rem;
    }

    .dBdczt {
      display:flex;
      row-gap:.25rem;
      column-gap:.25rem;
      margin-top:.5rem;
      padding-top:.5rem;
      padding-bottom:0.5rem;
      border-top-color:var(--color--border);
      border-top-style:solid;
      border-top-width:1px;
    }

    .bxuxJj {
      width:300px;
      height:100dvh;
      display:flex;
      overflow:hidden;
      background:var(--color--surface);
      padding-top:2rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:1rem;
      border-right-color:var(--color--border);
      border-right-style:solid;
      border-right-width:1px;
    }

    .eeASmf {
      row-gap:2rem;
      column-gap:2rem;
    }

    .MduAn {
      color:var(--color--on-brand);
      width:fit-content;
      font-size:var(--font-size--small);
      background:var(--color--brand);
      box-shadow:var(--shadow--small);
      font-weight:600;
      padding-top:.75rem;
      padding-left:1.6rem;
      padding-right:1.6rem;
      padding-bottom:.75rem;
      border-top-left-radius:.875rem;
      border-top-right-radius:.875rem;
      border-bottom-left-radius:.875rem;
      border-bottom-right-radius:.875rem;
    }

    .MduAn:hover {
      cursor:pointer;
      background:var(--color--brand-hover);
    }

    .MduAn.disabled {
      color:var(--color--text-muted);
      cursor:not-allowed;
      background:var(--color--surface-muted);
      box-shadow:0px 0px 0px 0px #00000020;
      font-weight:400;
    }

    .MduAn.secondary {
      color:var(--color--brand);
      background:#ffffff00;
      border-color:var(--color--brand);
      border-style:solid;
      border-width:1.5px;
    }

    .MduAn.secondary:hover {
      background:var(--color--brand-subtle);
    }

    .MduAn.quiet {
      color:var(--color--text-muted);
      background:#ffffff00;
    }

    .MduAn.quiet:hover {
      background:var(--color--brand-subtle);
    }

    .dxBIGr {
      width:100%;
      row-gap:1rem;
      column-gap:1rem;
    }

    .cIWtYH {
      font-size:var(--font-size--section-title);
      background:;
      font-weight:600;
    }

    .dMVhNu {
      display:flex;
      column-gap:.5rem;
      align-items:center;
      flex-direction:row;
    }

    .bRKGYi {
      width:1rem;
      height:1rem;
    }

    .kjRTy {
      width:100%;
      height:var(--spacer--height);
      display:block;
    }

    .publish-action\:7vHq-ToXTZpoQ1afy-6rb {
      padding-bottom:2rem;
    }

    .dUjQQq {
      color:var(--color--text-muted);
      display:inline;
      font-size:var(--font-size--small);
      font-family:inherit;
      font-weight:inherit;
    }

    .cbPXGL {
      row-gap:.5rem;
      column-gap:.5rem;
    }

    .dYlcwL {
      color:var(--color--text);
      resize:vertical;
      font-size:var(--font-size--body);
      background:var(--color--surface);
      min-height:3lh;
      padding-top:.5rem;
      border-color:var(--color--border);
      border-style:solid;
      border-width:1px;
      field-sizing:content;
      padding-left:.5rem;
      padding-right:.5rem;
      padding-bottom:.5rem;
      border-top-left-radius:var(--radius--regular);
      border-top-right-radius:var(--radius--regular);
      border-bottom-left-radius:var(--radius--regular);
      border-bottom-right-radius:var(--radius--regular);
    }

    .dYlcwL:focus-visible {
      border-color:var(--color--brand);
      border-style:solid;
      border-width:1px;
    }

    .jpkgM {
      row-gap:1rem;
      max-width:17rem;
      column-gap:1rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .enjtQx {
      width:100%;
      row-gap:.5rem;
      column-gap:.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dWEUpM {
      color:var(--color--text-muted);
      width:var(--label-width);
      font-size:var(--font-size--small);
    }

    .dcImCK {
      flex:1;
      color:var(--color--text);
      font-size:var(--font-size--body);
      background:var(--color--surface);
      padding-top:.5rem;
      border-color:var(--color--border);
      border-style:solid;
      border-width:1px;
      padding-left:.5rem;
      padding-right:.5rem;
      padding-bottom:.5rem;
      border-top-left-radius:var(--radius--regular);
      border-top-right-radius:var(--radius--regular);
      border-bottom-left-radius:var(--radius--regular);
      border-bottom-right-radius:var(--radius--regular);
    }

    .dcImCK:focus-visible {
      border-color:var(--color--brand);
      border-style:solid;
      border-width:1px;
    }

    .dcImCK.disabled:hover {
      cursor:not-allowed;
    }

    .bPDBbQ {
      row-gap:1rem;
      column-gap:1rem;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .esjfHv {
      padding-bottom:0.1rem;
    }