@media (prefers-color-scheme: dark) {
  .wmde-markdown,
  .wmde-markdown-var {
    color-scheme: dark;
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #7ee787;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #aff5b4;
    --color-prettylights-syntax-markup-inserted-bg: #033a16;
    --color-prettylights-syntax-markup-changed-text: #ffdfb6;
    --color-prettylights-syntax-markup-changed-bg: #5a1e02;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #484f58;
    --color-canvas-default: #0d1117;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-neutral-muted: rgba(110, 118, 129, 0.4);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-attention-subtle: rgba(187, 128, 9, 0.15);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-success-fg: #3fb950;
    --color-success-emphasis: #238636;
    --color-copied-active-bg: #2e9b33;
  }
}
@media (prefers-color-scheme: light) {
  .wmde-markdown,
  .wmde-markdown-var {
    color-scheme: light;
    --color-prettylights-syntax-comment: #6e7781;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #8250df;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #116329;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #116329;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #116329;
    --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
    --color-prettylights-syntax-markup-changed-text: #953800;
    --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-canvas-default: #ffffff;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsl(210, 18%, 87%);
    --color-neutral-muted: rgba(175, 184, 193, 0.2);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-attention-subtle: #fff8c5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #cf222e;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-success-fg: #1a7f37;
    --color-success-emphasis: #1f883d;
    --color-copied-active-bg: #2e9b33;
  }
}
[data-color-mode*='dark'] .wmde-markdown,
[data-color-mode*='dark'] .wmde-markdown-var,
.wmde-markdown-var[data-color-mode*='dark'],
.wmde-markdown[data-color-mode*='dark'],
body[data-color-mode*='dark'] {
  color-scheme: dark;
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #7ee787;
  --color-prettylights-syntax-keyword: #ff7b72;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #ffa657;
  --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #b62324;
  --color-prettylights-syntax-string-regexp: #7ee787;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
  --color-prettylights-syntax-markup-deleted-bg: #67060c;
  --color-prettylights-syntax-markup-inserted-text: #aff5b4;
  --color-prettylights-syntax-markup-inserted-bg: #033a16;
  --color-prettylights-syntax-markup-changed-text: #ffdfb6;
  --color-prettylights-syntax-markup-changed-bg: #5a1e02;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #484f58;
  --color-canvas-default: #0d1117;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-neutral-muted: rgba(110, 118, 129, 0.4);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-attention-subtle: rgba(187, 128, 9, 0.15);
  --color-danger-fg: #f85149;
}
[data-color-mode*='light'] .wmde-markdown,
[data-color-mode*='light'] .wmde-markdown-var,
.wmde-markdown-var[data-color-mode*='light'],
.wmde-markdown[data-color-mode*='light'],
body[data-color-mode*='light'] {
  color-scheme: light;
  --color-prettylights-syntax-comment: #6e7781;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #8250df;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #116329;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #116329;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #116329;
  --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
  --color-prettylights-syntax-markup-changed-text: #953800;
  --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-canvas-default: #ffffff;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsl(210, 18%, 87%);
  --color-neutral-muted: rgba(175, 184, 193, 0.2);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-attention-subtle: #fff8c5;
  --color-danger-fg: #cf222e;
}
.wmde-markdown {
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  color: var(--color-fg-default);
  background-color: var(--color-canvas-default);
}
.wmde-markdown details,
.wmde-markdown figcaption,
.wmde-markdown figure {
  display: block;
}
.wmde-markdown summary {
  display: list-item;
}
.wmde-markdown [hidden] {
  display: none !important;
}
.wmde-markdown a {
  background-color: transparent;
  color: var(--color-accent-fg);
  text-decoration: none;
}
.wmde-markdown a:active,
.wmde-markdown a:hover {
  outline-width: 0;
}
.wmde-markdown abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.wmde-markdown b,
.wmde-markdown strong {
  font-weight: 600;
}
.wmde-markdown dfn {
  font-style: italic;
}
.wmde-markdown h1 {
  margin: 0.67em 0;
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid var(--color-border-muted);
}
.wmde-markdown mark {
  background-color: var(--color-attention-subtle);
  color: var(--color-text-primary);
}
.wmde-markdown small {
  font-size: 90%;
}
.wmde-markdown sub,
.wmde-markdown sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.wmde-markdown sub {
  bottom: -0.25em;
}
.wmde-markdown sup {
  top: -0.5em;
}
.wmde-markdown img {
  display: inline-block;
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
  background-color: var(--color-canvas-default);
}
.wmde-markdown code,
.wmde-markdown kbd,
.wmde-markdown pre,
.wmde-markdown samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.wmde-markdown figure {
  margin: 1em 40px;
}
.wmde-markdown hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--color-border-muted);
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: var(--color-border-default);
}
.wmde-markdown input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.wmde-markdown [type='button'],
.wmde-markdown [type='reset'],
.wmde-markdown [type='submit'] {
  -webkit-appearance: button;
}
.wmde-markdown [type='button']::-moz-focus-inner,
.wmde-markdown [type='reset']::-moz-focus-inner,
.wmde-markdown [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.wmde-markdown [type='button']:-moz-focusring,
.wmde-markdown [type='reset']:-moz-focusring,
.wmde-markdown [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.wmde-markdown [type='checkbox'],
.wmde-markdown [type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
.wmde-markdown [type='number']::-webkit-inner-spin-button,
.wmde-markdown [type='number']::-webkit-outer-spin-button {
  height: auto;
}
.wmde-markdown [type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.wmde-markdown [type='search']::-webkit-search-cancel-button,
.wmde-markdown [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.wmde-markdown ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
.wmde-markdown ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.wmde-markdown a:hover {
  text-decoration: underline;
}
.wmde-markdown hr::before {
  display: table;
  content: '';
}
.wmde-markdown hr::after {
  display: table;
  clear: both;
  content: '';
}
.wmde-markdown table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.wmde-markdown td,
.wmde-markdown th {
  padding: 0;
}
.wmde-markdown details summary {
  cursor: pointer;
}
.wmde-markdown details:not([open]) > *:not(summary) {
  display: none !important;
}
.wmde-markdown kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: var(--color-fg-default);
  vertical-align: middle;
  background-color: var(--color-canvas-subtle);
  border: solid 1px var(--color-neutral-muted);
  border-bottom-color: var(--color-neutral-muted);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
}
.wmde-markdown h1,
.wmde-markdown h2,
.wmde-markdown h3,
.wmde-markdown h4,
.wmde-markdown h5,
.wmde-markdown h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.wmde-markdown td,
.wmde-markdown th {
  padding: 0;
}
.wmde-markdown details summary {
  cursor: pointer;
}
.wmde-markdown details:not([open]) > *:not(summary) {
  display: none !important;
}
.wmde-markdown kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: var(--color-fg-default);
  vertical-align: middle;
  background-color: var(--color-canvas-subtle);
  border: solid 1px var(--color-neutral-muted);
  border-bottom-color: var(--color-neutral-muted);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
}
.wmde-markdown h1,
.wmde-markdown h2,
.wmde-markdown h3,
.wmde-markdown h4,
.wmde-markdown h5,
.wmde-markdown h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.wmde-markdown h2 {
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid var(--color-border-muted);
}
.wmde-markdown h3 {
  font-weight: 600;
  font-size: 1.25em;
}
.wmde-markdown h4 {
  font-weight: 600;
  font-size: 1em;
}
.wmde-markdown h5 {
  font-weight: 600;
  font-size: 0.875em;
}
.wmde-markdown h6 {
  font-weight: 600;
  font-size: 0.85em;
  color: var(--color-fg-muted);
}
.wmde-markdown p {
  margin-top: 0;
  margin-bottom: 10px;
}
.wmde-markdown blockquote {
  margin: 0;
  padding: 0 1em;
  color: var(--color-fg-muted);
  border-left: 0.25em solid var(--color-border-default);
}
.wmde-markdown ul,
.wmde-markdown ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}
.wmde-markdown ol ol,
.wmde-markdown ul ol {
  list-style-type: lower-roman;
}
.wmde-markdown ul ul ol,
.wmde-markdown ul ol ol,
.wmde-markdown ol ul ol,
.wmde-markdown ol ol ol {
  list-style-type: lower-alpha;
}
.wmde-markdown dd {
  margin-left: 0;
}
.wmde-markdown tt,
.wmde-markdown code {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}
.wmde-markdown pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}
.wmde-markdown .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}
.wmde-markdown ::-moz-placeholder {
  color: var(--color-fg-subtle);
  opacity: 1;
}
.wmde-markdown ::placeholder {
  color: var(--color-fg-subtle);
  opacity: 1;
}
.wmde-markdown input::-webkit-outer-spin-button,
.wmde-markdown input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.wmde-markdown [data-catalyst] {
  display: block;
}
.wmde-markdown::before {
  display: table;
  content: '';
}
.wmde-markdown::after {
  display: table;
  clear: both;
  content: '';
}
.wmde-markdown > *:first-child {
  margin-top: 0 !important;
}
.wmde-markdown > *:last-child {
  margin-bottom: 0 !important;
}
.wmde-markdown a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.wmde-markdown .absent {
  color: var(--color-danger-fg);
}
.wmde-markdown a.anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}
.wmde-markdown .anchor:focus {
  outline: none;
}
.wmde-markdown p,
.wmde-markdown blockquote,
.wmde-markdown ul,
.wmde-markdown ol,
.wmde-markdown dl,
.wmde-markdown table,
.wmde-markdown pre,
.wmde-markdown details {
  margin-top: 0;
  margin-bottom: 16px;
}
.wmde-markdown blockquote > :first-child {
  margin-top: 0;
}
.wmde-markdown blockquote > :last-child {
  margin-bottom: 0;
}
.wmde-markdown sup > a::before {
  content: '[';
}
.wmde-markdown sup > a::after {
  content: ']';
}
.wmde-markdown h1 .octicon-link,
.wmde-markdown h2 .octicon-link,
.wmde-markdown h3 .octicon-link,
.wmde-markdown h4 .octicon-link,
.wmde-markdown h5 .octicon-link,
.wmde-markdown h6 .octicon-link {
  color: var(--color-fg-default);
  vertical-align: middle;
  visibility: hidden;
}
.wmde-markdown h1:hover .anchor,
.wmde-markdown h2:hover .anchor,
.wmde-markdown h3:hover .anchor,
.wmde-markdown h4:hover .anchor,
.wmde-markdown h5:hover .anchor,
.wmde-markdown h6:hover .anchor {
  text-decoration: none;
}
.wmde-markdown h1:hover .anchor .octicon-link,
.wmde-markdown h2:hover .anchor .octicon-link,
.wmde-markdown h3:hover .anchor .octicon-link,
.wmde-markdown h4:hover .anchor .octicon-link,
.wmde-markdown h5:hover .anchor .octicon-link,
.wmde-markdown h6:hover .anchor .octicon-link {
  visibility: visible;
}
.wmde-markdown h1 tt,
.wmde-markdown h1 code,
.wmde-markdown h2 tt,
.wmde-markdown h2 code,
.wmde-markdown h3 tt,
.wmde-markdown h3 code,
.wmde-markdown h4 tt,
.wmde-markdown h4 code,
.wmde-markdown h5 tt,
.wmde-markdown h5 code,
.wmde-markdown h6 tt,
.wmde-markdown h6 code {
  padding: 0 0.2em;
  font-size: inherit;
}
.wmde-markdown ul.no-list,
.wmde-markdown ol.no-list {
  padding: 0;
  list-style-type: none;
}
.wmde-markdown ol[type='1'] {
  list-style-type: decimal;
}
.wmde-markdown ol[type='a'] {
  list-style-type: lower-alpha;
}
.wmde-markdown ol[type='i'] {
  list-style-type: lower-roman;
}
.wmde-markdown div > ol:not([type]) {
  list-style-type: decimal;
}
.wmde-markdown ul ul,
.wmde-markdown ul ol,
.wmde-markdown ol ol,
.wmde-markdown ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.wmde-markdown li > p {
  margin-top: 16px;
}
.wmde-markdown li + li {
  margin-top: 0.25em;
}
.wmde-markdown dl {
  padding: 0;
}
.wmde-markdown dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}
.wmde-markdown dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}
.wmde-markdown table th {
  font-weight: 600;
}
.wmde-markdown table th,
.wmde-markdown table td {
  padding: 6px 13px;
  border: 1px solid var(--color-border-default);
}
.wmde-markdown table tr {
  background-color: var(--color-canvas-default);
  border-top: 1px solid var(--color-border-muted);
}
.wmde-markdown table tr:nth-child(2n) {
  background-color: var(--color-canvas-subtle);
}
.wmde-markdown table img {
  background-color: transparent;
}
.wmde-markdown img[align='right'] {
  padding-left: 20px;
}
.wmde-markdown img[align='left'] {
  padding-right: 20px;
}
.wmde-markdown .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}
.wmde-markdown span.frame {
  display: block;
  overflow: hidden;
}
.wmde-markdown span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid var(--color-border-default);
}
.wmde-markdown span.frame span img {
  display: block;
  float: left;
}
.wmde-markdown span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: var(--color-fg-default);
}
.wmde-markdown span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}
.wmde-markdown span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}
.wmde-markdown span.align-center span img {
  margin: 0 auto;
  text-align: center;
}
.wmde-markdown span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}
.wmde-markdown span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}
.wmde-markdown span.align-right span img {
  margin: 0;
  text-align: right;
}
.wmde-markdown span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}
.wmde-markdown span.float-left span {
  margin: 13px 0 0;
}
.wmde-markdown span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}
.wmde-markdown span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}
.wmde-markdown code,
.wmde-markdown tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: var(--color-neutral-muted);
  border-radius: 6px;
}
.wmde-markdown code br,
.wmde-markdown tt br {
  display: none;
}
.wmde-markdown del code {
  text-decoration: inherit;
}
.wmde-markdown pre code {
  font-size: 100%;
}
.wmde-markdown pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}
.wmde-markdown pre {
  font-size: 85%;
  line-height: 1.45;
  background-color: var(--color-canvas-subtle);
  border-radius: 6px;
}
.wmde-markdown pre code,
.wmde-markdown pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}
.wmde-markdown pre > code {
  padding: 16px;
  overflow: auto;
  display: block;
}
.wmde-markdown pre > code::-webkit-scrollbar {
  background: transparent;
  width: 8px;
  height: 8px;
}
.wmde-markdown pre > code::-webkit-scrollbar-thumb {
  background: var(--color-fg-muted);
  border-radius: 10px;
}
.wmde-markdown .csv-data td,
.wmde-markdown .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}
.wmde-markdown .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: var(--color-canvas-default);
  border: 0;
}
.wmde-markdown .csv-data tr {
  border-top: 0;
}
.wmde-markdown .csv-data th {
  font-weight: 600;
  background: var(--color-canvas-subtle);
  border-top: 0;
}
.wmde-markdown .footnotes {
  font-size: 12px;
  color: var(--color-fg-muted);
  border-top: 1px solid var(--color-border-default);
}
.wmde-markdown .footnotes ol {
  padding-left: 16px;
}
.wmde-markdown .footnotes li {
  position: relative;
}
.wmde-markdown .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: '';
  border: 2px solid var(--color-accent-emphasis);
  border-radius: 6px;
}
.wmde-markdown .footnotes li:target {
  color: var(--color-fg-default);
}
.wmde-markdown .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}
.wmde-markdown .task-list-item {
  list-style-type: none;
}
.wmde-markdown .task-list-item label {
  font-weight: 400;
}
.wmde-markdown .task-list-item.enabled label {
  cursor: pointer;
}
.wmde-markdown .task-list-item + .wmde-markdown .task-list-item {
  margin-top: 3px;
}
.wmde-markdown .task-list-item .handle {
  display: none;
}
.wmde-markdown .task-list-item-checkbox,
.wmde-markdown .contains-task-list input[type='checkbox'] {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}
.wmde-markdown .contains-task-list:dir(rtl) .task-list-item-checkbox,
.wmde-markdown .contains-task-list:dir(rtl) input[type='checkbox'] {
  margin: 0 -1.6em 0.25em 0.2em;
}
.wmde-markdown ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}
.wmde-markdown pre {
  position: relative;
}
.wmde-markdown pre .copied {
  visibility: hidden;
  display: flex;
  position: absolute;
  cursor: pointer;
  color: var(--color-fg-default);
  top: 6px;
  right: 6px;
  border-radius: 5px;
  background: var(--color-border-default);
  padding: 6px;
  font-size: 12px;
  transition: all 0.3s;
}
.wmde-markdown pre .copied .octicon-copy {
  display: block;
}
.wmde-markdown pre .copied .octicon-check {
  display: none;
}
.wmde-markdown pre:hover .copied {
  visibility: visible;
}
.wmde-markdown pre:hover .copied:hover {
  background: var(--color-prettylights-syntax-entity-tag);
  color: var(--color-canvas-default);
}
.wmde-markdown pre:hover .copied:active,
.wmde-markdown pre .copied.active {
  background: var(--color-copied-active-bg);
  color: var(--color-canvas-default);
}
.wmde-markdown pre .active .octicon-copy {
  display: none;
}
.wmde-markdown pre .active .octicon-check {
  display: block;
}
.wmde-markdown .markdown-alert {
  padding: 0.5rem 1em;
  color: inherit;
  margin-bottom: 16px;
  border-left: 0.25em solid var(--borderColor-default, var(--color-border-default));
}
.wmde-markdown .markdown-alert > :last-child {
  margin-bottom: 0 !important;
}
.wmde-markdown .markdown-alert .markdown-alert-title {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
}
.wmde-markdown .markdown-alert .markdown-alert-title svg.octicon {
  margin-right: var(--base-size-8, 8px) !important;
}
.wmde-markdown .markdown-alert.markdown-alert-note {
  border-left-color: var(--borderColor-accent-emphasis, var(--color-accent-emphasis));
}
.wmde-markdown .markdown-alert.markdown-alert-note .markdown-alert-title {
  color: var(--fgColor-accent, var(--color-accent-fg));
}
.wmde-markdown .markdown-alert.markdown-alert-tip {
  border-left-color: var(--borderColor-success-emphasis, var(--color-success-emphasis));
}
.wmde-markdown .markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: var(--fgColor-success, var(--color-success-fg));
}
.wmde-markdown .markdown-alert.markdown-alert-important {
  border-left-color: var(--borderColor-done-emphasis, var(--color-done-emphasis));
}
.wmde-markdown .markdown-alert.markdown-alert-important .markdown-alert-title {
  color: var(--fgColor-done, var(--color-done-fg));
}
.wmde-markdown .markdown-alert.markdown-alert-warning {
  border-left-color: var(--borderColor-attention-emphasis, var(--color-attention-emphasis));
}
.wmde-markdown .markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: var(--fgColor-attention, var(--color-attention-fg));
}
.wmde-markdown .markdown-alert.markdown-alert-caution {
  border-left-color: var(--borderColor-danger-emphasis, var(--color-danger-emphasis));
}
.wmde-markdown .markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: var(--fgColor-danger, var(--color-danger-fg));
}
.wmde-markdown .highlight-line {
  background-color: var(--color-neutral-muted);
}
.wmde-markdown .code-line.line-number::before {
  display: inline-block;
  width: 1rem;
  text-align: right;
  margin-right: 16px;
  color: var(--color-fg-subtle);
  content: attr(line);
  white-space: nowrap;
}
.wmde-markdown .token.comment,
.wmde-markdown .token.prolog,
.wmde-markdown .token.doctype,
.wmde-markdown .token.cdata {
  color: var(--color-prettylights-syntax-comment);
}
.wmde-markdown .token.namespace {
  opacity: 0.7;
}
.wmde-markdown .token.property,
.wmde-markdown .token.tag,
.wmde-markdown .token.selector,
.wmde-markdown .token.constant,
.wmde-markdown .token.symbol,
.wmde-markdown .token.deleted {
  color: var(--color-prettylights-syntax-entity-tag);
}
.wmde-markdown .token.maybe-class-name {
  color: var(--color-prettylights-syntax-variable);
}
.wmde-markdown .token.property-access,
.wmde-markdown .token.operator,
.wmde-markdown .token.boolean,
.wmde-markdown .token.number,
.wmde-markdown .token.selector .token.class,
.wmde-markdown .token.attr-name,
.wmde-markdown .token.string,
.wmde-markdown .token.char,
.wmde-markdown .token.builtin {
  color: var(--color-prettylights-syntax-constant);
}
.wmde-markdown .token.deleted {
  color: var(--color-prettylights-syntax-markup-deleted-text);
}
.wmde-markdown .code-line .token.deleted {
  background-color: var(--color-prettylights-syntax-markup-deleted-bg);
}
.wmde-markdown .token.inserted {
  color: var(--color-prettylights-syntax-markup-inserted-text);
}
.wmde-markdown .code-line .token.inserted {
  background-color: var(--color-prettylights-syntax-markup-inserted-bg);
}
.wmde-markdown .token.variable {
  color: var(--color-prettylights-syntax-constant);
}
.wmde-markdown .token.entity,
.wmde-markdown .token.url,
.wmde-markdown .language-css .token.string,
.wmde-markdown .style .token.string {
  color: var(--color-prettylights-syntax-string);
}
.wmde-markdown .token.color,
.wmde-markdown .token.atrule,
.wmde-markdown .token.attr-value,
.wmde-markdown .token.function,
.wmde-markdown .token.class-name {
  color: var(--color-prettylights-syntax-string);
}
.wmde-markdown .token.rule,
.wmde-markdown .token.regex,
.wmde-markdown .token.important,
.wmde-markdown .token.keyword {
  color: var(--color-prettylights-syntax-keyword);
}
.wmde-markdown .token.coord {
  color: var(--color-prettylights-syntax-meta-diff-range);
}
.wmde-markdown .token.important,
.wmde-markdown .token.bold {
  font-weight: bold;
}
.wmde-markdown .token.italic {
  font-style: italic;
}
.wmde-markdown .token.entity {
  cursor: help;
}
/* Markdown Preview Styles */
.wmde-markdown {
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-canvas-default: transparent;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210, 18%, 87%, 1);
  --color-neutral-muted: rgba(175, 184, 193, 0.2);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-attention-subtle: #fff8c5;
  --color-danger-fg: #cf222e;
  --color-success-fg: #1a7f37;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  color: var(--color-fg-default);
  background-color: var(--color-canvas-default);
}

.wmde-markdown h1,
.wmde-markdown h2,
.wmde-markdown h3,
.wmde-markdown h4,
.wmde-markdown h5,
.wmde-markdown h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
  scroll-margin-top: 90px;
}

.wmde-markdown h1 {
  font-size: 2em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid var(--color-border-muted);
}

.wmde-markdown h2 {
  font-size: 1.5em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid var(--color-border-muted);
}

.wmde-markdown h3 {
  font-size: 1.25em;
}

.wmde-markdown h4 {
  font-size: 1em;
}

.wmde-markdown p {
  margin-top: 0;
  margin-bottom: 16px;
}

.wmde-markdown a {
  color: var(--color-accent-fg);
  text-decoration: none;
}

.wmde-markdown a:hover {
  text-decoration: underline;
}

.wmde-markdown code {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: var(--color-neutral-muted);
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;
}

.wmde-markdown pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  color: var(--color-fg-default);
  background-color: var(--color-canvas-subtle);
  border-radius: 6px;
  margin-bottom: 16px;
}

.wmde-markdown pre code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  white-space: pre;
  background: transparent;
  border: 0;
}

.wmde-markdown.ds-docs-markdown {
  --ds-docs-code-bg: #0b0f17;
  --ds-docs-code-fg: #edf2f7;
  --ds-docs-code-border: rgba(8, 11, 15, 0.96);
}

.wmde-markdown.ds-docs-markdown pre {
  background: var(--ds-docs-code-bg) !important;
  color: var(--ds-docs-code-fg) !important;
  border: 1px solid var(--ds-docs-code-border) !important;
  box-shadow: none;
}

.wmde-markdown.ds-docs-markdown pre > code,
.wmde-markdown.ds-docs-markdown pre code,
.wmde-markdown.ds-docs-markdown pre tt,
.wmde-markdown.ds-docs-markdown pre > code *,
.wmde-markdown.ds-docs-markdown pre code *,
.wmde-markdown.ds-docs-markdown pre tt * {
  background: transparent !important;
  color: inherit !important;
}

.wmde-markdown.ds-docs-markdown :not(pre) > code {
  background: var(--ds-docs-code-bg) !important;
  color: var(--ds-docs-code-fg) !important;
  border: 1px solid rgba(8, 11, 15, 0.72);
}

.wmde-markdown blockquote {
  padding: 0 1em;
  color: var(--color-fg-muted);
  border-left: 0.25em solid var(--color-border-default);
  margin: 0 0 16px 0;
}

.wmde-markdown ul,
.wmde-markdown ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 2em;
}

.wmde-markdown li + li {
  margin-top: 0.25em;
}

.wmde-markdown table {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: auto;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.wmde-markdown table th,
.wmde-markdown table td {
  padding: 6px 13px;
  border: 1px solid var(--color-border-default);
}

.wmde-markdown table th {
  font-weight: 600;
  background-color: var(--color-canvas-subtle);
}

.wmde-markdown table tr:nth-child(2n) {
  background-color: var(--color-canvas-subtle);
}

.wmde-markdown hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: var(--color-border-default);
  border: 0;
}

.wmde-markdown img {
  max-width: 100%;
  box-sizing: content-box;
  background-color: var(--color-canvas-default);
  border-radius: 6px;
}

/* Task list styles */
.wmde-markdown .contains-task-list {
  list-style-type: none;
  padding-left: 1.5em;
}

.wmde-markdown .task-list-item {
  position: relative;
}

.wmde-markdown .task-list-item input[type="checkbox"] {
  margin-right: 0.5em;
}

/* Syntax highlighting placeholder */
.wmde-markdown .code-highlight {
  background-color: var(--color-canvas-subtle);
}

/* Dark mode support */
[data-color-mode="dark"] .wmde-markdown {
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #6e7681;
  --color-canvas-default: transparent;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-neutral-muted: rgba(110, 118, 129, 0.4);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-attention-subtle: rgba(187, 128, 9, 0.15);
  --color-danger-fg: #f85149;
  --color-success-fg: #3fb950;
}

[data-color-mode="dark"] .wmde-markdown code {
  background-color: rgba(255, 255, 255, 0.12);
  color: #e6edf3;
}

[data-color-mode="dark"] .wmde-markdown pre {
  border: 1px solid var(--color-border-muted);
  background-color: #0f131a;
}

[data-color-mode="dark"] .wmde-markdown pre code {
  color: #e6edf3;
}

/* Legal-page readability refinements */
.wmde-markdown.legal-markdown {
  line-height: 1.72;
}

.wmde-markdown.legal-markdown h2,
.wmde-markdown.legal-markdown h3,
.wmde-markdown.legal-markdown h4 {
  scroll-margin-top: 96px;
}

.wmde-markdown.legal-markdown h2 {
  margin-top: 28px;
}

.wmde-markdown.legal-markdown p,
.wmde-markdown.legal-markdown ul,
.wmde-markdown.legal-markdown ol,
.wmde-markdown.legal-markdown table,
.wmde-markdown.legal-markdown pre,
.wmde-markdown.legal-markdown blockquote {
  margin-bottom: 14px;
}

.wmde-markdown.legal-markdown table {
  border-radius: 10px;
  border: 1px solid var(--color-border-default);
}

.wmde-markdown.legal-markdown table th,
.wmde-markdown.legal-markdown table td {
  padding: 8px 12px;
}

@media (max-width: 768px) {
  .wmde-markdown.legal-markdown {
    font-size: 15px;
    line-height: 1.74;
  }

  .wmde-markdown.legal-markdown h1,
  .wmde-markdown.legal-markdown h2,
  .wmde-markdown.legal-markdown h3,
  .wmde-markdown.legal-markdown h4 {
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .wmde-markdown.legal-markdown h1 {
    font-size: 1.7em;
  }

  .wmde-markdown.legal-markdown h2 {
    font-size: 1.3em;
    padding-bottom: 0.22em;
  }

  .wmde-markdown.legal-markdown h3 {
    font-size: 1.1em;
  }

  .wmde-markdown.legal-markdown ul,
  .wmde-markdown.legal-markdown ol {
    padding-left: 1.3em;
  }

  .wmde-markdown.legal-markdown pre {
    padding: 12px;
    font-size: 82%;
  }

  .wmde-markdown.legal-markdown table th,
  .wmde-markdown.legal-markdown table td {
    padding: 8px 10px;
    font-size: 13px;
    white-space: nowrap;
  }

  .wmde-markdown.legal-markdown blockquote {
    padding-left: 0.85em;
  }
}
.scroll-stack-scroller {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 8px 0;
  scroll-behavior: smooth;
}

.scroll-stack-scroller.scroll-stack-progress {
  overflow: hidden;
}

.scroll-stack-scroller.scroll-stack-sequence {
  overflow: hidden;
  padding: 0;
}

.scroll-stack-inner {
  position: relative;
  min-height: 100%;
  padding: 40px 0 180px;
}

.scroll-stack-sequence .scroll-stack-inner {
  height: 100%;
  min-height: 100%;
  padding: 0;
}

.scroll-stack-card {
  width: min(520px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid var(--af-stack-border, var(--af-border-primary));
  background: var(--af-stack-bg, var(--af-bg-elevated));
  box-shadow: var(--af-stack-shadow, var(--af-shadow-md));
  color: var(--af-text-primary);
  transform-origin: top center;
}

.scroll-stack-sequence .scroll-stack-card {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
}

.scroll-stack-sequence .scroll-stack-end {
  display: none;
}

.scroll-stack-end {
  height: 60vh;
}
.shimmer-container {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.shimmer-effect {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    var(--shimmer-angle, 45deg),
    transparent 0%,
    transparent calc(50% - var(--shimmer-width, 30%) / 2),
    var(--shimmer-color, rgba(255, 255, 255, 0.3)) 50%,
    transparent calc(50% + var(--shimmer-width, 30%) / 2),
    transparent 100%
  );
  animation: shimmer-sweep var(--shimmer-duration, 3s) infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes shimmer-sweep {
  0% {
    transform: translateX(-100%) translateY(-100%);
  }
  100% {
    transform: translateX(100%) translateY(100%);
  }
}

/* 让子元素显示在shimmer之上 */
.shimmer-container > *:not(.shimmer-effect) {
  position: relative;
  z-index: 2;
}
.star-border-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: var(--star-border-thickness, 1px);
  isolation: isolate;
}

.star-border-container .inner-content {
  position: relative;
  z-index: 2;
}

.star-border-container .border-gradient-top,
.star-border-container .border-gradient-bottom {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--star-border-thickness, 1px);
  background: conic-gradient(
    from 0deg,
    transparent,
    color-mix(in srgb, var(--star-border-color, #d2c07a) 80%, transparent),
    color-mix(in srgb, var(--star-border-color, #d2c07a) 35%, transparent),
    transparent 42%,
    color-mix(in srgb, var(--star-border-color, #d2c07a) 70%, transparent),
    transparent 85%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.65;
  pointer-events: none;
  animation: star-border-spin var(--star-border-speed, 7s) linear infinite;
}

.star-border-container .border-gradient-top {
  filter: blur(0.4px);
}

.star-border-container .border-gradient-bottom {
  inset: calc(var(--star-border-spread, 6px) * -1);
  opacity: 0.35;
  filter: blur(8px);
  animation-direction: reverse;
}

.star-border-container[data-reduced-motion='true'] .border-gradient-top,
.star-border-container[data-reduced-motion='true'] .border-gradient-bottom {
  animation: none;
}

@keyframes star-border-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.text-rotate {
  display: flex;
  flex-wrap: wrap;
  white-space: pre-wrap;
  position: relative;
}

.text-rotate-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-rotate-word {
  display: inline-flex;
}

.text-rotate-lines {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.text-rotate-element {
  display: inline-block;
}

.text-rotate-space {
  white-space: pre;
}
.text-type {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

.text-type__cursor {
  margin-left: 0.25rem;
  display: inline-block;
  opacity: 1;
  animation: textTypeBlink 0.6s steps(2, start) infinite;
}

.text-type__cursor--hidden {
  display: none;
}

@keyframes textTypeBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */

/**
 *  Default styles for xterm.js
 */

.xterm {
    cursor: text;
    position: relative;
    -moz-user-select: none;
         user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.xterm.focus,
.xterm:focus {
    outline: none;
}

.xterm .xterm-helpers {
    position: absolute;
    top: 0;
    /**
     * The z-index of the helpers must be higher than the canvases in order for
     * IMEs to appear on top.
     */
    z-index: 5;
}

.xterm .xterm-helper-textarea {
    padding: 0;
    border: 0;
    margin: 0;
    /* Move textarea out of the screen to the far left, so that the cursor is not visible */
    position: absolute;
    opacity: 0;
    left: -9999em;
    top: 0;
    width: 0;
    height: 0;
    z-index: -5;
    /** Prevent wrapping so the IME appears against the textarea at the correct position */
    white-space: nowrap;
    overflow: hidden;
    resize: none;
}

.xterm .composition-view {
    /* TODO: Composition position got messed up somewhere */
    background: #000;
    color: #FFF;
    display: none;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

.xterm .composition-view.active {
    display: block;
}

.xterm .xterm-viewport {
    /* On OS X this is required in order for the scroll bar to appear fully opaque */
    background-color: #000;
    overflow-y: scroll;
    cursor: default;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.xterm .xterm-screen {
    position: relative;
}

.xterm .xterm-screen canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.xterm-char-measure-element {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999em;
    line-height: normal;
}

.xterm.enable-mouse-events {
    /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
    cursor: default;
}

.xterm.xterm-cursor-pointer,
.xterm .xterm-cursor-pointer {
    cursor: pointer;
}

.xterm.column-select.focus {
    /* Column selection mode */
    cursor: crosshair;
}

.xterm .xterm-accessibility:not(.debug),
.xterm .xterm-message {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    color: transparent;
    pointer-events: none;
}

.xterm .xterm-accessibility-tree:not(.debug) *::-moz-selection {
  color: transparent;
}

.xterm .xterm-accessibility-tree:not(.debug) *::selection {
  color: transparent;
}

.xterm .xterm-accessibility-tree {
  font-family: monospace;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  white-space: pre;
}

.xterm .xterm-accessibility-tree > div {
  transform-origin: left;
  width: -moz-fit-content;
  width: fit-content;
}

.xterm .live-region {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.xterm-dim {
    /* Dim should not apply to background, so the opacity of the foreground color is applied
     * explicitly in the generated class and reset to 1 here */
    opacity: 1 !important;
}

.xterm-underline-1 { text-decoration: underline; }

.xterm-underline-2 { -webkit-text-decoration: double underline; text-decoration: double underline; }

.xterm-underline-3 { -webkit-text-decoration: wavy underline; text-decoration: wavy underline; }

.xterm-underline-4 { -webkit-text-decoration: dotted underline; text-decoration: dotted underline; }

.xterm-underline-5 { -webkit-text-decoration: dashed underline; text-decoration: dashed underline; }

.xterm-overline {
    text-decoration: overline;
}

.xterm-overline.xterm-underline-1 { text-decoration: overline underline; }

.xterm-overline.xterm-underline-2 { -webkit-text-decoration: overline double underline; text-decoration: overline double underline; }

.xterm-overline.xterm-underline-3 { -webkit-text-decoration: overline wavy underline; text-decoration: overline wavy underline; }

.xterm-overline.xterm-underline-4 { -webkit-text-decoration: overline dotted underline; text-decoration: overline dotted underline; }

.xterm-overline.xterm-underline-5 { -webkit-text-decoration: overline dashed underline; text-decoration: overline dashed underline; }

.xterm-strikethrough {
    text-decoration: line-through;
}

.xterm-screen .xterm-decoration-container .xterm-decoration {
	z-index: 6;
	position: absolute;
}

.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer {
	z-index: 7;
}

.xterm-decoration-overview-ruler {
    z-index: 8;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.xterm-decoration-top {
    z-index: 2;
    position: relative;
}

/* Derived from vs/base/browser/ui/scrollbar/media/scrollbar.css */

/* xterm.js customization: Override xterm's cursor style */

.xterm .xterm-scrollable-element > .scrollbar {
    cursor: default;
}

/* Arrows */

.xterm .xterm-scrollable-element > .scrollbar > .scra {
	cursor: pointer;
	font-size: 11px !important;
}

.xterm .xterm-scrollable-element > .visible {
	opacity: 1;

	/* Background rule added for IE9 - to allow clicks on dom node */
	background:rgba(0,0,0,0);

	transition: opacity 100ms linear;
	/* In front of peek view */
	z-index: 11;
}

.xterm .xterm-scrollable-element > .invisible {
	opacity: 0;
	pointer-events: none;
}

.xterm .xterm-scrollable-element > .invisible.fade {
	transition: opacity 800ms linear;
}

/* Scrollable Content Inset Shadow */

.xterm .xterm-scrollable-element > .shadow {
	position: absolute;
	display: none;
}

.xterm .xterm-scrollable-element > .shadow.top {
	display: block;
	top: 0;
	left: 3px;
	height: 3px;
	width: 100%;
	box-shadow: var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset;
}

.xterm .xterm-scrollable-element > .shadow.left {
	display: block;
	top: 3px;
	left: 0;
	height: 100%;
	width: 3px;
	box-shadow: var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset;
}

.xterm .xterm-scrollable-element > .shadow.top-left-corner {
	display: block;
	top: 0;
	left: 0;
	height: 3px;
	width: 3px;
}

.xterm .xterm-scrollable-element > .shadow.top.left {
	box-shadow: var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset;
}

.cli-root {
  --cli-bg-0: #f3f2ee;
  --cli-bg-1: #ece9e2;
  --cli-bg-2: #e3dfd6;
  --cli-ink-0: #1e1e1e;
  --cli-ink-1: #2c2c2c;
  --cli-ink-2: #4a4a4a;
  --cli-muted-0: #6b6b6b;
  --cli-muted-1: #8a8a8a;
  --cli-muted-2: #a5a5a5;
  --cli-accent-emerald: #9ab7a0;
  --cli-accent-rose: #c49a9a;
  --cli-accent-sand: #d4c4a0;
  --cli-accent-steel: #8fa3b8;
  --cli-accent-amber: #c9b084;
  --cli-accent-olive: #a8b29f;
  --cli-status-online: #9ab7a0;
  --cli-status-offline: #c49a9a;
  --cli-status-idle: #d4c4a0;
  --cli-status-busy: #8fa3b8;
  --cli-status-error: #b28d8d;
  --cli-status-warning: #c9b084;
  --cli-card-bg: rgba(255, 255, 255, 0.78);
  --cli-card-border: rgba(255, 255, 255, 0.45);
  --cli-card-shadow: 0 8px 30px rgba(32, 32, 32, 0.08);
  --cli-card-shadow-hover: 0 12px 24px rgba(20, 20, 20, 0.12);
  --cli-glass-bg: rgba(255, 255, 255, 0.18);
  --cli-glass-border: rgba(255, 255, 255, 0.35);
  --cli-glass-shadow: 0 10px 40px rgba(20, 20, 20, 0.16);
  --cli-terminal-bg: #1f1f1f;
  --cli-terminal-border: rgba(255, 255, 255, 0.06);
  --cli-terminal-scrollbar-thumb: rgba(255, 255, 255, 0.18);
  --cli-terminal-scrollbar-track: transparent;
  --cli-terminal-selection: rgba(201, 176, 132, 0.78);
  --cli-font-body: "Söhne", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --cli-font-mono: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
  --cli-type-h1-size: 24px;
  --cli-type-h1-line: 32px;
  --cli-type-h1-weight: 600;
  --cli-type-h2-size: 20px;
  --cli-type-h2-line: 28px;
  --cli-type-h2-weight: 600;
  --cli-type-h3-size: 16px;
  --cli-type-h3-line: 24px;
  --cli-type-h3-weight: 600;
  --cli-type-body-size: 14px;
  --cli-type-body-line: 22px;
  --cli-type-body-weight: 400;
  --cli-type-caption-size: 12px;
  --cli-type-caption-line: 18px;
  --cli-type-caption-weight: 400;
  --cli-type-micro-size: 11px;
  --cli-type-micro-line: 16px;
  --cli-type-micro-weight: 400;
  --cli-motion-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --cli-motion-sm: 120ms;
  --cli-motion-md: 180ms;
  --cli-motion-lg: 240ms;
  font-family: var(--cli-font-body);
  font-size: var(--cli-type-body-size);
  line-height: var(--cli-type-body-line);
}

:is(.dark, [data-theme="dark"]) .cli-root {
  --cli-bg-0: #101217;
  --cli-bg-1: #16191f;
  --cli-bg-2: #1f232a;
  --cli-ink-0: #f4efe6;
  --cli-ink-1: #e6dfd5;
  --cli-ink-2: #c8c1b6;
  --cli-muted-0: #a49e94;
  --cli-muted-1: #8b857c;
  --cli-muted-2: #6f6a62;
  --cli-card-bg: rgba(18, 20, 25, 0.78);
  --cli-card-border: rgba(255, 255, 255, 0.1);
  --cli-card-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  --cli-card-shadow-hover: 0 16px 32px rgba(0, 0, 0, 0.55);
  --cli-glass-bg: rgba(18, 20, 25, 0.35);
  --cli-glass-border: rgba(255, 255, 255, 0.14);
  --cli-glass-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  --cli-terminal-bg: #1f1f1f;
  --cli-terminal-border: rgba(255, 255, 255, 0.08);
  --cli-terminal-scrollbar-thumb: rgba(255, 255, 255, 0.22);
  --cli-terminal-scrollbar-track: transparent;
  --cli-terminal-selection: rgba(201, 176, 132, 0.4);
  --cli-surface-90: rgba(18, 20, 25, 0.92);
  --cli-surface-80: rgba(18, 20, 25, 0.82);
  --cli-surface-70: rgba(18, 20, 25, 0.72);
  --cli-surface-60: rgba(18, 20, 25, 0.62);
  --cli-surface-50: rgba(18, 20, 25, 0.52);
  --cli-surface-40: rgba(18, 20, 25, 0.42);
  --cli-border-70: rgba(255, 255, 255, 0.2);
  --cli-border-60: rgba(255, 255, 255, 0.18);
  --cli-border-50: rgba(255, 255, 255, 0.16);
  --cli-border-40: rgba(255, 255, 255, 0.12);
  --cli-border-30: rgba(255, 255, 255, 0.1);
  --cli-border-20: rgba(255, 255, 255, 0.08);
}

.cli-h1 {
  font-size: var(--cli-type-h1-size);
  line-height: var(--cli-type-h1-line);
  font-weight: var(--cli-type-h1-weight);
}

.cli-h2 {
  font-size: var(--cli-type-h2-size);
  line-height: var(--cli-type-h2-line);
  font-weight: var(--cli-type-h2-weight);
}

.cli-h3 {
  font-size: var(--cli-type-h3-size);
  line-height: var(--cli-type-h3-line);
  font-weight: var(--cli-type-h3-weight);
}

.cli-caption {
  font-size: var(--cli-type-caption-size);
  line-height: var(--cli-type-caption-line);
  font-weight: var(--cli-type-caption-weight);
}

.cli-micro {
  font-size: var(--cli-type-micro-size);
  line-height: var(--cli-type-micro-line);
  font-weight: var(--cli-type-micro-weight);
}

.cli-card {
  transition:
    transform var(--cli-motion-md) var(--cli-motion-ease),
    box-shadow var(--cli-motion-md) var(--cli-motion-ease),
    border-color var(--cli-motion-sm) var(--cli-motion-ease),
    background-color var(--cli-motion-sm) var(--cli-motion-ease);
}

.cli-card-hover:hover {
  transform: translateY(-2px);
  box-shadow: var(--cli-card-shadow-hover);
}

.cli-console-row {
  transition: box-shadow var(--cli-motion-sm) var(--cli-motion-ease),
    background-color var(--cli-motion-sm) var(--cli-motion-ease),
    border-color var(--cli-motion-sm) var(--cli-motion-ease);
}

.cli-focus-ring:focus-visible {
  outline: 2px solid var(--cli-accent-olive);
  outline-offset: 2px;
}

.cli-tab-enter {
  animation: cli-tab-enter var(--cli-motion-md) var(--cli-motion-ease);
}

@keyframes cli-tab-enter {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cli-card,
  .cli-card-hover,
  .cli-tab-enter {
    transition: none;
    animation: none;
  }
}

.cli-terminal {
  background: var(--cli-terminal-bg);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px var(--cli-terminal-border);
  height: 100%;
  min-height: 0;
  width: 100%;
}

.cli-terminal .xterm {
  height: 100%;
}

.cli-terminal .xterm-viewport {
  scrollbar-color: var(--cli-terminal-scrollbar-thumb) var(--cli-terminal-scrollbar-track);
}

.cli-terminal .xterm-viewport::-webkit-scrollbar {
  width: 8px;
}

.cli-terminal .xterm-viewport::-webkit-scrollbar-thumb {
  background: var(--cli-terminal-scrollbar-thumb);
  border-radius: 8px;
}

.cli-terminal .xterm-viewport::-webkit-scrollbar-track {
  background: var(--cli-terminal-scrollbar-track);
}

.cli-terminal .xterm-selection div,
.cli-terminal .xterm-selection {
  background-color: var(--cli-terminal-selection) !important;
}

.cli-inline-terminal {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, rgba(28, 28, 28, 0.96), rgba(18, 18, 18, 0.98));
  box-shadow: 0 16px 30px -24px rgba(0, 0, 0, 0.55);
  padding: 10px 12px 12px;
}

.cli-inline-terminal-bare {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.cli-inline-terminal-running {
  animation: cliInlineBreath 2.6s ease-in-out infinite;
}

@keyframes cliInlineBreath {
  0%,
  100% {
    box-shadow: 0 16px 30px -24px rgba(0, 0, 0, 0.55);
  }
  50% {
    box-shadow: 0 22px 36px -20px rgba(201, 176, 132, 0.35);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cli-inline-terminal-running {
    animation: none;
  }
}

.cli-inline-terminal-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 4px 6px;
  font-size: 10px;
  color: rgba(231, 226, 215, 0.7);
}

.cli-inline-terminal-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cli-inline-terminal-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.cli-inline-terminal-dot-red {
  background: #d9515d;
}

.cli-inline-terminal-dot-amber {
  background: #f4c025;
}

.cli-inline-terminal-dot-green {
  background: #3ec930;
}

.cli-inline-terminal-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(231, 226, 215, 0.6);
}

.cli-inline-terminal-meta {
  margin-left: auto;
  font-size: 10px;
  color: rgba(231, 226, 215, 0.6);
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cli-inline-terminal-stop {
  margin-left: 8px;
  height: 24px;
  padding: 0 8px;
  font-size: 10px;
  border-radius: 999px;
}

.cli-inline-terminal-body {
  height: 120px;
  max-height: 120px;
}

.cli-inline-terminal-bare .cli-inline-terminal-body {
  height: 148px;
  max-height: 148px;
  width: 100%;
}

.cli-inline-terminal .cli-terminal {
  border-radius: 12px;
}

.cli-inline-terminal-read,
.cli-inline-terminal-note {
  height: 120px;
  max-height: 120px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 18, 0.9);
  color: rgba(231, 226, 215, 0.82);
  padding: 12px;
  overflow: auto;
  font-family: var(--cli-font-mono);
  font-size: 12px;
  line-height: 1.4;
}

.cli-inline-terminal-bare .cli-inline-terminal-read,
.cli-inline-terminal-bare .cli-inline-terminal-note {
  height: 148px;
  max-height: 148px;
  width: 100%;
}

.cli-inline-terminal-log {
  white-space: pre-wrap;
}

.cli-inline-terminal-note {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cli-inline-terminal-note-title {
  font-weight: 600;
}

.cli-inline-terminal-note-body {
  color: rgba(231, 226, 215, 0.65);
}

.cli-progress {
  --cli-progress-track: rgba(255, 255, 255, 0.08);
  --cli-progress-bar: linear-gradient(90deg, rgba(201, 176, 132, 0.9), rgba(154, 183, 160, 0.95));
  --cli-progress-text: rgba(231, 226, 215, 0.6);
  --cli-progress-text-strong: rgba(231, 226, 215, 0.82);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cli-progress-inline {
  padding: 2px 4px 0;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.cli-inline-terminal-bare .cli-progress-inline {
  padding: 0 0 2px;
}

.cli-progress-panel {
  margin-top: 2px;
}

.cli-progress-light {
  --cli-progress-track: rgba(0, 0, 0, 0.08);
  --cli-progress-bar: linear-gradient(90deg, rgba(201, 176, 132, 0.75), rgba(124, 149, 135, 0.9));
  --cli-progress-text: rgba(0, 0, 0, 0.55);
  --cli-progress-text-strong: rgba(0, 0, 0, 0.72);
}

.cli-progress-track {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: var(--cli-progress-track);
  overflow: hidden;
}

.cli-progress-inline .cli-progress-track {
  flex: 1 1 auto;
  min-width: 0;
}

.cli-progress-track-pulse {
  animation: cliProgressPulse 2.4s ease-in-out infinite;
}

.cli-progress-bar {
  height: 100%;
  border-radius: inherit;
  background: var(--cli-progress-bar);
  transition: width var(--cli-motion-md) var(--cli-motion-ease);
}

.cli-progress-bar-indeterminate {
  position: absolute;
  left: -40%;
  top: 0;
  height: 100%;
  animation: cliProgressIndeterminate 1.6s ease-in-out infinite;
}

.cli-progress-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: var(--cli-progress-text);
}

.cli-progress-inline .cli-progress-meta {
  min-width: 0;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.cli-progress-label {
  font-weight: 600;
  color: var(--cli-progress-text-strong);
}

.cli-progress-inline .cli-progress-label,
.cli-progress-inline .cli-progress-percent,
.cli-progress-inline .cli-progress-extra {
  white-space: nowrap;
}

.cli-progress-inline .cli-progress-extra {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cli-progress-percent {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 9px;
}

.cli-progress-extra {
  opacity: 0.75;
}

.ds-studio-bash-shell .cli-inline-terminal-body {
  width: 100%;
  min-width: 0;
}

.ds-studio-bash-shell .cli-terminal,
.ds-studio-bash-shell .cli-inline-terminal-read,
.ds-studio-bash-shell .cli-inline-terminal-note {
  border-radius: 0;
}

.ds-studio-bash-shell .cli-terminal {
  box-shadow: inset 0 0 0 1px var(--cli-terminal-border);
}

.ds-studio-bash-shell .cli-terminal .xterm,
.ds-studio-bash-shell .cli-terminal .xterm-screen,
.ds-studio-bash-shell .cli-terminal .xterm-helpers {
  width: 100%;
}

@keyframes cliProgressIndeterminate {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(240%);
  }
}

@keyframes cliProgressPulse {
  0%,
  100% {
    background: var(--cli-progress-track);
  }
  50% {
    background: rgba(201, 176, 132, 0.18);
  }
}

:is(.dark, [data-theme="dark"]) .cli-root .bg-white\/90 {
  background-color: var(--cli-surface-90) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .bg-white\/80 {
  background-color: var(--cli-surface-80) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .bg-white\/70 {
  background-color: var(--cli-surface-70) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .bg-white\/60 {
  background-color: var(--cli-surface-60) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .bg-white\/50 {
  background-color: var(--cli-surface-50) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .bg-white\/40 {
  background-color: var(--cli-surface-40) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .hover\:bg-white\/80:hover {
  background-color: var(--cli-surface-80) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .hover\:bg-white\/70:hover {
  background-color: var(--cli-surface-70) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .hover\:bg-white\/60:hover {
  background-color: var(--cli-surface-60) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .border-white\/70 {
  border-color: var(--cli-border-70) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .border-white\/60 {
  border-color: var(--cli-border-60) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .border-white\/50 {
  border-color: var(--cli-border-50) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .border-white\/40 {
  border-color: var(--cli-border-40) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .border-white\/30 {
  border-color: var(--cli-border-30) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .border-black\/5 {
  border-color: var(--cli-border-20) !important;
}

:is(.dark, [data-theme="dark"]) .cli-root .hover\:border-white\/60:hover {
  border-color: var(--cli-border-60) !important;
}
/* this gets exported as style.css and can be used for the default theming */
/* these are the necessary styles for React/Svelte Flow, they get used by base.css and style.css */
.react-flow {
  direction: ltr;

  --xy-edge-stroke-default: #b1b1b7;
  --xy-edge-stroke-width-default: 1;
  --xy-edge-stroke-selected-default: #555;

  --xy-connectionline-stroke-default: #b1b1b7;
  --xy-connectionline-stroke-width-default: 1;

  --xy-attribution-background-color-default: rgba(255, 255, 255, 0.5);

  --xy-minimap-background-color-default: #fff;
  --xy-minimap-mask-background-color-default: rgba(240, 240, 240, 0.6);
  --xy-minimap-mask-stroke-color-default: transparent;
  --xy-minimap-mask-stroke-width-default: 1;
  --xy-minimap-node-background-color-default: #e2e2e2;
  --xy-minimap-node-stroke-color-default: transparent;
  --xy-minimap-node-stroke-width-default: 2;

  --xy-background-color-default: transparent;
  --xy-background-pattern-dots-color-default: #91919a;
  --xy-background-pattern-lines-color-default: #eee;
  --xy-background-pattern-cross-color-default: #e2e2e2;
  background-color: var(--xy-background-color, var(--xy-background-color-default));
  --xy-node-color-default: inherit;
  --xy-node-border-default: 1px solid #1a192b;
  --xy-node-background-color-default: #fff;
  --xy-node-group-background-color-default: rgba(240, 240, 240, 0.25);
  --xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
  --xy-node-boxshadow-selected-default: 0 0 0 0.5px #1a192b;
  --xy-node-border-radius-default: 3px;

  --xy-handle-background-color-default: #1a192b;
  --xy-handle-border-color-default: #fff;

  --xy-selection-background-color-default: rgba(0, 89, 220, 0.08);
  --xy-selection-border-default: 1px dotted rgba(0, 89, 220, 0.8);

  --xy-controls-button-background-color-default: #fefefe;
  --xy-controls-button-background-color-hover-default: #f4f4f4;
  --xy-controls-button-color-default: inherit;
  --xy-controls-button-color-hover-default: inherit;
  --xy-controls-button-border-color-default: #eee;
  --xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, 0.08);

  --xy-edge-label-background-color-default: #ffffff;
  --xy-edge-label-color-default: inherit;
  --xy-resize-background-color-default: #3367d9;
}
.react-flow.dark {
  --xy-edge-stroke-default: #3e3e3e;
  --xy-edge-stroke-width-default: 1;
  --xy-edge-stroke-selected-default: #727272;

  --xy-connectionline-stroke-default: #b1b1b7;
  --xy-connectionline-stroke-width-default: 1;

  --xy-attribution-background-color-default: rgba(150, 150, 150, 0.25);

  --xy-minimap-background-color-default: #141414;
  --xy-minimap-mask-background-color-default: rgba(60, 60, 60, 0.6);
  --xy-minimap-mask-stroke-color-default: transparent;
  --xy-minimap-mask-stroke-width-default: 1;
  --xy-minimap-node-background-color-default: #2b2b2b;
  --xy-minimap-node-stroke-color-default: transparent;
  --xy-minimap-node-stroke-width-default: 2;

  --xy-background-color-default: #141414;
  --xy-background-pattern-dots-color-default: #777;
  --xy-background-pattern-lines-color-default: #777;
  --xy-background-pattern-cross-color-default: #777;
  --xy-node-color-default: #f8f8f8;
  --xy-node-border-default: 1px solid #3c3c3c;
  --xy-node-background-color-default: #1e1e1e;
  --xy-node-group-background-color-default: rgba(240, 240, 240, 0.25);
  --xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, 0.08);
  --xy-node-boxshadow-selected-default: 0 0 0 0.5px #999;

  --xy-handle-background-color-default: #bebebe;
  --xy-handle-border-color-default: #1e1e1e;

  --xy-selection-background-color-default: rgba(200, 200, 220, 0.08);
  --xy-selection-border-default: 1px dotted rgba(200, 200, 220, 0.8);

  --xy-controls-button-background-color-default: #2b2b2b;
  --xy-controls-button-background-color-hover-default: #3e3e3e;
  --xy-controls-button-color-default: #f8f8f8;
  --xy-controls-button-color-hover-default: #fff;
  --xy-controls-button-border-color-default: #5b5b5b;
  --xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, 0.08);

  --xy-edge-label-background-color-default: #141414;
  --xy-edge-label-color-default: #f8f8f8;
}
.react-flow__background {
  background-color: var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));
  pointer-events: none;
  z-index: -1;
}
.react-flow__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.react-flow__pane {
  z-index: 1;
}
.react-flow__pane.draggable {
    cursor: grab;
  }
.react-flow__pane.dragging {
    cursor: grabbing;
  }
.react-flow__pane.selection {
    cursor: pointer;
  }
.react-flow__viewport {
  transform-origin: 0 0;
  z-index: 2;
  pointer-events: none;
}
.react-flow__renderer {
  z-index: 4;
}
.react-flow__selection {
  z-index: 6;
}
.react-flow__nodesselection-rect:focus,
.react-flow__nodesselection-rect:focus-visible {
  outline: none;
}
.react-flow__edge-path {
  stroke: var(--xy-edge-stroke, var(--xy-edge-stroke-default));
  stroke-width: var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));
  fill: none;
}
.react-flow__connection-path {
  stroke: var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));
  stroke-width: var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));
  fill: none;
}
.react-flow .react-flow__edges {
  position: absolute;
}
.react-flow .react-flow__edges svg {
    overflow: visible;
    position: absolute;
    pointer-events: none;
  }
.react-flow__edge {
  pointer-events: visibleStroke;
}
.react-flow__edge.selectable {
    cursor: pointer;
  }
.react-flow__edge.animated path {
    stroke-dasharray: 5;
    animation: dashdraw 0.5s linear infinite;
  }
.react-flow__edge.animated path.react-flow__edge-interaction {
    stroke-dasharray: none;
    animation: none;
  }
.react-flow__edge.inactive {
    pointer-events: none;
  }
.react-flow__edge.selected,
  .react-flow__edge:focus,
  .react-flow__edge:focus-visible {
    outline: none;
  }
.react-flow__edge.selected .react-flow__edge-path,
  .react-flow__edge.selectable:focus .react-flow__edge-path,
  .react-flow__edge.selectable:focus-visible .react-flow__edge-path {
    stroke: var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default));
  }
.react-flow__edge-textwrapper {
    pointer-events: all;
  }
.react-flow__edge .react-flow__edge-text {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
/* Arrowhead marker styles - use CSS custom properties as default */
.react-flow__arrowhead polyline {
  stroke: var(--xy-edge-stroke, var(--xy-edge-stroke-default));
}
.react-flow__arrowhead polyline.arrowclosed {
  fill: var(--xy-edge-stroke, var(--xy-edge-stroke-default));
}
.react-flow__connection {
  pointer-events: none;
}
.react-flow__connection .animated {
    stroke-dasharray: 5;
    animation: dashdraw 0.5s linear infinite;
  }
svg.react-flow__connectionline {
  z-index: 1001;
  overflow: visible;
  position: absolute;
}
.react-flow__nodes {
  pointer-events: none;
  transform-origin: 0 0;
}
.react-flow__node {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  transform-origin: 0 0;
  box-sizing: border-box;
  cursor: default;
}
.react-flow__node.selectable {
    cursor: pointer;
  }
.react-flow__node.draggable {
    cursor: grab;
    pointer-events: all;
  }
.react-flow__node.draggable.dragging {
      cursor: grabbing;
    }
.react-flow__nodesselection {
  z-index: 3;
  transform-origin: left top;
  pointer-events: none;
}
.react-flow__nodesselection-rect {
    position: absolute;
    pointer-events: all;
    cursor: grab;
  }
.react-flow__handle {
  position: absolute;
  pointer-events: none;
  min-width: 5px;
  min-height: 5px;
  width: 6px;
  height: 6px;
  background-color: var(--xy-handle-background-color, var(--xy-handle-background-color-default));
  border: 1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));
  border-radius: 100%;
}
.react-flow__handle.connectingfrom {
    pointer-events: all;
  }
.react-flow__handle.connectionindicator {
    pointer-events: all;
    cursor: crosshair;
  }
.react-flow__handle-bottom {
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
.react-flow__handle-top {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.react-flow__handle-left {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
.react-flow__handle-right {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
.react-flow__edgeupdater {
  cursor: move;
  pointer-events: all;
}
.react-flow__pane.selection .react-flow__panel {
  pointer-events: none;
}
.react-flow__panel {
  position: absolute;
  z-index: 5;
  margin: 15px;
}
.react-flow__panel.top {
    top: 0;
  }
.react-flow__panel.bottom {
    bottom: 0;
  }
.react-flow__panel.top.center, .react-flow__panel.bottom.center {
      left: 50%;
      transform: translateX(-15px) translateX(-50%);
    }
.react-flow__panel.left {
    left: 0;
  }
.react-flow__panel.right {
    right: 0;
  }
.react-flow__panel.left.center, .react-flow__panel.right.center {
      top: 50%;
      transform: translateY(-15px) translateY(-50%);
    }
.react-flow__attribution {
  font-size: 10px;
  background: var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));
  padding: 2px 3px;
  margin: 0;
}
.react-flow__attribution a {
    text-decoration: none;
    color: #999;
  }
@keyframes dashdraw {
  from {
    stroke-dashoffset: 10;
  }
}
.react-flow__edgelabel-renderer {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  left: 0;
  top: 0;
}
.react-flow__viewport-portal {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.react-flow__minimap {
  background: var(
    --xy-minimap-background-color-props,
    var(--xy-minimap-background-color, var(--xy-minimap-background-color-default))
  );
}
.react-flow__minimap-svg {
    display: block;
  }
.react-flow__minimap-mask {
    fill: var(
      --xy-minimap-mask-background-color-props,
      var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default))
    );
    stroke: var(
      --xy-minimap-mask-stroke-color-props,
      var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default))
    );
    stroke-width: var(
      --xy-minimap-mask-stroke-width-props,
      var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default))
    );
  }
.react-flow__minimap-node {
    fill: var(
      --xy-minimap-node-background-color-props,
      var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default))
    );
    stroke: var(
      --xy-minimap-node-stroke-color-props,
      var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default))
    );
    stroke-width: var(
      --xy-minimap-node-stroke-width-props,
      var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default))
    );
  }
.react-flow__background-pattern.dots {
    fill: var(
      --xy-background-pattern-color-props,
      var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default))
    );
  }
.react-flow__background-pattern.lines {
    stroke: var(
      --xy-background-pattern-color-props,
      var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default))
    );
  }
.react-flow__background-pattern.cross {
    stroke: var(
      --xy-background-pattern-color-props,
      var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default))
    );
  }
.react-flow__controls {
  display: flex;
  flex-direction: column;
  box-shadow: var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default));
}
.react-flow__controls.horizontal {
    flex-direction: row;
  }
.react-flow__controls-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 26px;
    padding: 4px;
    border: none;
    background: var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));
    border-bottom: 1px solid
      var(
        --xy-controls-button-border-color-props,
        var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default))
      );
    color: var(
      --xy-controls-button-color-props,
      var(--xy-controls-button-color, var(--xy-controls-button-color-default))
    );
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.react-flow__controls-button svg {
      width: 100%;
      max-width: 12px;
      max-height: 12px;
      fill: currentColor;
    }
.react-flow__edge.updating .react-flow__edge-path {
      stroke: #777;
    }
.react-flow__edge-text {
    font-size: 10px;
  }
.react-flow__node.selectable:focus,
  .react-flow__node.selectable:focus-visible {
    outline: none;
  }
.react-flow__node-input,
.react-flow__node-default,
.react-flow__node-output,
.react-flow__node-group {
  padding: 10px;
  border-radius: var(--xy-node-border-radius, var(--xy-node-border-radius-default));
  width: 150px;
  font-size: 12px;
  color: var(--xy-node-color, var(--xy-node-color-default));
  text-align: center;
  border: var(--xy-node-border, var(--xy-node-border-default));
  background-color: var(--xy-node-background-color, var(--xy-node-background-color-default));
}
.react-flow__node-input.selectable:hover, .react-flow__node-default.selectable:hover, .react-flow__node-output.selectable:hover, .react-flow__node-group.selectable:hover {
      box-shadow: var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default));
    }
.react-flow__node-input.selectable.selected,
    .react-flow__node-input.selectable:focus,
    .react-flow__node-input.selectable:focus-visible,
    .react-flow__node-default.selectable.selected,
    .react-flow__node-default.selectable:focus,
    .react-flow__node-default.selectable:focus-visible,
    .react-flow__node-output.selectable.selected,
    .react-flow__node-output.selectable:focus,
    .react-flow__node-output.selectable:focus-visible,
    .react-flow__node-group.selectable.selected,
    .react-flow__node-group.selectable:focus,
    .react-flow__node-group.selectable:focus-visible {
      box-shadow: var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default));
    }
.react-flow__node-group {
  background-color: var(--xy-node-group-background-color, var(--xy-node-group-background-color-default));
}
.react-flow__nodesselection-rect,
.react-flow__selection {
  background: var(--xy-selection-background-color, var(--xy-selection-background-color-default));
  border: var(--xy-selection-border, var(--xy-selection-border-default));
}
.react-flow__nodesselection-rect:focus,
  .react-flow__nodesselection-rect:focus-visible,
  .react-flow__selection:focus,
  .react-flow__selection:focus-visible {
    outline: none;
  }
.react-flow__controls-button:hover {
      background: var(
        --xy-controls-button-background-color-hover-props,
        var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default))
      );
      color: var(
        --xy-controls-button-color-hover-props,
        var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default))
      );
    }
.react-flow__controls-button:disabled {
      pointer-events: none;
    }
.react-flow__controls-button:disabled svg {
        fill-opacity: 0.4;
      }
.react-flow__controls-button:last-child {
    border-bottom: none;
  }
.react-flow__controls.horizontal .react-flow__controls-button {
    border-bottom: none;
    border-right: 1px solid
      var(
        --xy-controls-button-border-color-props,
        var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default))
      );
  }
.react-flow__controls.horizontal .react-flow__controls-button:last-child {
    border-right: none;
  }
.react-flow__resize-control {
  position: absolute;
}
.react-flow__resize-control.left,
.react-flow__resize-control.right {
  cursor: ew-resize;
}
.react-flow__resize-control.top,
.react-flow__resize-control.bottom {
  cursor: ns-resize;
}
.react-flow__resize-control.top.left,
.react-flow__resize-control.bottom.right {
  cursor: nwse-resize;
}
.react-flow__resize-control.bottom.left,
.react-flow__resize-control.top.right {
  cursor: nesw-resize;
}
/* handle styles */
.react-flow__resize-control.handle {
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: var(--xy-resize-background-color, var(--xy-resize-background-color-default));
  translate: -50% -50%;
}
.react-flow__resize-control.handle.left {
  left: 0;
  top: 50%;
}
.react-flow__resize-control.handle.right {
  left: 100%;
  top: 50%;
}
.react-flow__resize-control.handle.top {
  left: 50%;
  top: 0;
}
.react-flow__resize-control.handle.bottom {
  left: 50%;
  top: 100%;
}
.react-flow__resize-control.handle.top.left {
  left: 0;
}
.react-flow__resize-control.handle.bottom.left {
  left: 0;
}
.react-flow__resize-control.handle.top.right {
  left: 100%;
}
.react-flow__resize-control.handle.bottom.right {
  left: 100%;
}
/* line styles */
.react-flow__resize-control.line {
  border-color: var(--xy-resize-background-color, var(--xy-resize-background-color-default));
  border-width: 0;
  border-style: solid;
}
.react-flow__resize-control.line.left,
.react-flow__resize-control.line.right {
  width: 1px;
  transform: translate(-50%, 0);
  top: 0;
  height: 100%;
}
.react-flow__resize-control.line.left {
  left: 0;
  border-left-width: 1px;
}
.react-flow__resize-control.line.right {
  left: 100%;
  border-right-width: 1px;
}
.react-flow__resize-control.line.top,
.react-flow__resize-control.line.bottom {
  height: 1px;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.react-flow__resize-control.line.top {
  top: 0;
  border-top-width: 1px;
}
.react-flow__resize-control.line.bottom {
  border-bottom-width: 1px;
  top: 100%;
}
.react-flow__edge-textbg {
  fill: var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default));
}
.react-flow__edge-text {
  fill: var(--xy-edge-label-color, var(--xy-edge-label-color-default));
}
.lab-root {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  --lab-bg: #f6f6f6;
  --lab-surface: #ffffff;
  --lab-surface-muted: #f0f0f0;
  --lab-surface-strong: #e9e9e9;
  --lab-background: var(--lab-surface-muted);
  --lab-border: #e2e2e2;
  --lab-border-strong: #cfcfcf;
  --lab-text-primary: #111111;
  --lab-text-secondary: #4f4f4f;
  --lab-text-muted: #8a8a8a;
  --lab-accent: #c4a066;
  --lab-accent-strong: #b48d4f;
  --lab-danger: #b42318;
  --lab-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 12px 26px rgba(0, 0, 0, 0.06);
  --lab-dark: rgba(32, 33, 38, 0.78);
  --lab-radius: 14px;
  --lab-spacing-xs: 4px;
  --lab-spacing-sm: 8px;
  --lab-spacing-md: 12px;
  --lab-spacing-lg: 16px;
  --lab-spacing-xl: 24px;
  --lab-text-xs: 10px;
  --lab-text-sm: 12px;
  --lab-text-base: 14px;
  --lab-text-lg: 16px;
  --lab-duration-fast: 150ms;
  --lab-duration-normal: 250ms;
  --lab-duration-slow: 400ms;
  --lab-z-dropdown: 100;
  --lab-z-modal: 200;
  --lab-z-toast: 300;
  --lab-avatar-palette: #c7c7c7, #b6b6b6, #a5a5a5, #949494, #838383, #727272, #616161, #505050, #3f3f3f;
}

:is(.dark, [data-theme="dark"]) .lab-root {
  background: transparent;
  --lab-bg: #141518;
  --lab-surface: #1c1d22;
  --lab-surface-muted: #17181c;
  --lab-surface-strong: #23252b;
  --lab-background: var(--lab-surface-muted);
  --lab-border: rgba(255, 255, 255, 0.08);
  --lab-border-strong: rgba(255, 255, 255, 0.16);
  --lab-text-primary: #f1e9de;
  --lab-text-secondary: #c5bdb2;
  --lab-text-muted: #9a9389;
  --lab-accent: #d2b077;
  --lab-accent-strong: #e0bf88;
  --lab-danger: #f08c84;
  --lab-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 18px 36px rgba(0, 0, 0, 0.45);
  --lab-dark: rgba(12, 13, 16, 0.85);
  --lab-avatar-palette: #504b45, #5a5450, #65605c, #706a66, #7b746f, #87807b, #928a85, #9d958f, #a89f99;
}

:is(.dark, [data-theme="dark"]) .lab-card-hover:hover {
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
}

:is(.dark, [data-theme="dark"]) .lab-status-dot {
  background: #6a6d73;
}

:is(.dark, [data-theme="dark"]) .lab-status-dot-idle, :is(.dark, [data-theme="dark"]) .lab-status-dot-running {
  background: #82bca0;
}

:is(.dark, [data-theme="dark"]) .lab-status-dot-busy {
  background: #d2b077;
}

#workspace-root[data-lab-onboarding='true']::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 12, 0.38);
  z-index: 70;
  pointer-events: auto;
}

#workspace-root[data-lab-onboarding='true'] {
  position: relative;
}

#workspace-root[data-lab-onboarding='true'] .ds-copilot-dock .ds-copilot-glass {
  border-color: rgba(212, 175, 55, 0.7);
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.5),
    0 18px 42px rgba(34, 28, 12, 0.35);
}

#workspace-root[data-lab-onboarding='true'] .ds-copilot-dock {
  filter: drop-shadow(0 20px 48px rgba(212, 175, 55, 0.2));
  position: relative;
  z-index: 80;
  pointer-events: auto;
}

.lab-onboarding-exit {
  margin-left: auto;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  padding: 4px 10px;
  font-size: 11px;
  color: rgba(68, 52, 20, 0.85);
  background: rgba(212, 175, 55, 0.12);
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.lab-onboarding-exit:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: rgba(212, 175, 55, 0.7);
  color: rgba(48, 36, 10, 0.95);
}

.lab-pi-onboarding-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 16px 0 16px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(255, 247, 232, 0.7);
  color: var(--lab-text-primary);
  font-size: 12px;
}

.lab-pi-onboarding-banner button {
  border-radius: 8px;
  border: 1px solid rgba(30, 20, 8, 0.2);
  padding: 4px 10px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(38, 26, 10, 0.9);
  transition: background 150ms ease, border-color 150ms ease;
}

.lab-pi-onboarding-banner button:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(30, 20, 8, 0.35);
}

.lab-pi-onboarding-title {
  font-weight: 600;
  font-size: 12px;
}

.lab-pi-onboarding-subtitle {
  margin-top: 2px;
  color: var(--lab-text-secondary);
  font-size: 11px;
}

.lab-card {
  border-radius: 14px;
  border: 1px solid var(--lab-border);
  background: var(--lab-surface);
  box-shadow: var(--lab-shadow);
}

.lab-panel {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  border-radius: 14px;
  border: 1px solid var(--lab-border);
  background: var(--lab-surface);
  box-shadow: var(--lab-shadow);
}

.lab-card-hover {
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.lab-root button {
  transition: transform var(--lab-duration-fast) ease;
}

.lab-root button:active {
  transform: scale(0.97);
}

[data-motion='off'] .lab-root button:active {
  transform: none;
}

.lab-card-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(51, 48, 40, 0.18);
}

@keyframes labEnterScale {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

[data-motion='off'] .lab-card-hover {
  transition: none;
}

[data-motion='off'] .lab-card-hover:hover {
  transform: none;
  box-shadow: var(--lab-shadow);
}

.lab-card-hover:focus-visible {
  outline: 2px solid var(--lab-accent);
  outline-offset: 2px;
}

@keyframes labTerminalProgressIndeterminate {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(240%);
  }
}

@keyframes labTerminalProgressPulse {
  0%,
  100% {
    background: var(--lab-border);
  }
  50% {
    background: color-mix(in srgb, var(--lab-accent) 30%, var(--lab-border));
  }
}

.lab-avatar {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--lab-surface-muted);
  border: 1px solid var(--lab-border);
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.lab-avatar::before {
  display: none;
}

.lab-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  opacity: 1;
  position: relative;
  z-index: 1;
}

.lab-avatar-ring {
  position: absolute;
  inset: -4px;
  border-radius: 18px;
  border: 2px solid transparent;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}

.lab-avatar-sm {
  width: 32px;
  height: 32px;
  border-radius: 12px;
}

.lab-avatar-sm img {
  width: 100%;
  height: 100%;
}

.lab-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #b6b6b6;
}

.lab-status-dot-idle, .lab-status-dot-running {
  background: #7a7a7a;
}

.lab-status-dot-busy {
  background: #8a8a8a;
}

.lab-status-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid var(--lab-border);
  background: var(--lab-surface-muted);
  color: var(--lab-text-secondary);
  flex-shrink: 0;
}

.lab-status-indicator-working {
  border-color: transparent;
  background: transparent;
}

.lab-status-indicator-waiting {
  border-color: rgba(173, 134, 82, 0.35);
  background: rgba(173, 134, 82, 0.14);
  color: #7c5a2e;
}

.lab-status-orbit {
  gap: 0;
  line-height: 0;
}

@keyframes labStatusSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.lab-status-waiting .lab-avatar-ring {
  animation: labWaitingPulse 2.8s ease-in-out infinite;
}

[data-motion='off'] .lab-status-waiting .lab-avatar-ring {
  animation: none;
}


.lab-section-tabs {
  display: flex;
  align-items: center;
  gap: 18px;
}

.lab-section-tab {
  position: relative;
  padding: 8px 2px 12px;
  font-size: 15px;
  color: var(--lab-text-secondary);
  transition: color 160ms ease;
}

.lab-section-tab:hover {
  color: var(--lab-text-primary);
}

.lab-section-tab-active {
  color: var(--lab-text-primary);
  font-weight: 600;
}

.lab-section-tab-indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  border-radius: 999px;
  background: var(--lab-accent);
}

.lab-copilot-header {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
  flex-wrap: wrap;
  container-type: inline-size;
  container-name: lab-copilot-header;
}

.lab-copilot-tabs {
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: wrap;
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 6px;
}

.lab-copilot-agent {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  margin-left: auto;
}

.lab-copilot-agent-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.lab-copilot-agent-name {
  max-width: 220px;
  font-size: 13px;
  font-weight: 600;
  color: var(--lab-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lab-copilot-agent-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 500;
  color: var(--lab-text-secondary);
  white-space: nowrap;
}

@container lab-copilot-header (max-width: 440px) {
  .lab-copilot-agent-name {
    display: none;
  }
}

.lab-copilot-menu {
  width: min(420px, 92vw);
  border-radius: 16px;
  border: 1px solid var(--lab-border-strong);
  background: var(--lab-surface);
  background: color-mix(in srgb, var(--lab-surface) 86%, transparent);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--lab-shadow);
  padding: 14px;
}

.lab-copilot-menu-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lab-copilot-menu-section + .lab-copilot-menu-section {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--lab-border);
}

.lab-copilot-menu-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lab-text-muted);
}

.lab-copilot-menu-muted {
  font-size: 12px;
  color: var(--lab-text-muted);
}

.lab-copilot-entity-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lab-copilot-entity {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 160px;
  padding: 4px 8px 4px 4px;
  border-radius: 999px;
  border: 1px solid var(--lab-border);
  background: var(--lab-surface-muted);
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.lab-copilot-entity.is-manageable {
  cursor: context-menu;
}

.lab-copilot-entity.is-manageable:hover {
  border-color: var(--lab-border-strong);
  background: var(--lab-surface-strong);
}

.lab-copilot-entity-name {
  max-width: 110px;
  font-size: 11px;
  color: var(--lab-text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lab-copilot-entity-add {
  width: 34px;
  height: 34px;
  padding: 0;
  justify-content: center;
  border-style: dashed;
  color: var(--lab-text-muted);
  cursor: pointer;
}

.lab-copilot-entity-add:hover:not(:disabled) {
  color: var(--lab-text-primary);
}

.lab-copilot-entity-add:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.lab-copilot-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 12px;
  border: 1px solid var(--lab-border);
  background: var(--lab-surface-muted);
  color: var(--lab-text-muted);
}

.lab-copilot-search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 12px;
  color: var(--lab-text-primary);
}

.lab-copilot-search-input:focus {
  outline: none;
}

.lab-copilot-search-results {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 220px;
  overflow-y: auto;
}

.lab-copilot-search-result {
  text-align: left;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 8px 10px;
  background: var(--lab-surface);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.lab-copilot-search-result:hover {
  border-color: var(--lab-border-strong);
  background: var(--lab-surface-strong);
}

.lab-copilot-search-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--lab-text-primary);
}

.lab-copilot-search-excerpt {
  margin-top: 2px;
  font-size: 11px;
  color: var(--lab-text-secondary);
}

.lab-copilot-menu-select {
  min-height: 38px;
  width: 100%;
  font-size: 12px;
}

.lab-copilot-overflow-trigger {
  border-color: var(--lab-border);
}

.lab-copilot-context-menu {
  position: fixed;
  z-index: 10020;
  min-width: 160px;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--lab-border, #cfcfcf) 80%, #c8c8c8);
  background: color-mix(in srgb, var(--lab-surface, #ffffff) 90%, #f2f2f2);
  box-shadow: var(--lab-shadow);
}

.lab-copilot-context-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
  text-align: left;
  color: var(--lab-text-primary);
}

.lab-copilot-context-menu button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
  text-align: left;
  color: var(--lab-text-primary);
}

.lab-copilot-context-menu button:hover:not(:disabled) {
  background: var(--lab-surface-strong);
}

.lab-copilot-context-menu button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.lab-copilot-add-dialog {
  max-width: 520px;
  width: min(520px, 92vw);
}

.lab-copilot-add-title {
  font-size: 16px;
  color: var(--lab-text-primary);
}

.lab-copilot-add-subtitle {
  margin-top: 4px;
  font-size: 12px;
  color: var(--lab-text-secondary);
}

.lab-copilot-add-list {
  margin-top: 12px;
  display: grid;
  gap: 8px;
  max-height: 320px;
  overflow-y: auto;
}

.lab-copilot-add-row {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid var(--lab-border);
  padding: 8px 12px;
  background: var(--lab-surface);
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.lab-copilot-add-row:hover {
  border-color: var(--lab-border-strong);
  background: var(--lab-surface-strong);
}

.lab-copilot-add-row.is-selected {
  border-color: var(--lab-accent);
  background: rgba(196, 160, 102, 0.12);
}

.lab-copilot-add-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid var(--lab-border);
  color: var(--lab-text-secondary);
}

.lab-copilot-add-row.is-selected .lab-copilot-add-check {
  border-color: var(--lab-accent);
  color: var(--lab-accent);
}

.lab-copilot-add-name {
  flex: 1;
  font-size: 12px;
  color: var(--lab-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lab-copilot-add-empty {
  margin-top: 12px;
  font-size: 12px;
  color: var(--lab-text-muted);
}

.lab-copilot-add-footer {
  margin-top: 8px;
  gap: 8px;
}

[data-motion='off'] .magicui-border-beam,
[data-motion='off'] .magicui-grid-pattern,
[data-motion='off'] .aceternity-moving-border {
  animation: none;
}

.lab-moment-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 8px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: transparent;
  align-items: flex-start;
}

.lab-moment-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.lab-moment-card:last-child {
  border-bottom-color: transparent;
}

.lab-moment-avatar {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.lab-moment-avatar img {
  border-radius: inherit;
}

.lab-moment-avatar span {
  font-size: 12px;
  font-weight: 600;
  color: var(--lab-text-secondary);
  position: relative;
  z-index: 1;
}

.lab-moment-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--lab-text-secondary);
}

.lab-moment-timestamp {
  font-size: 10px;
  color: var(--lab-text-muted);
}

.lab-message-timestamp {
  margin-top: 6px;
  font-size: 10px;
  color: var(--lab-text-muted);
}

.lab-moment-content {
  font-size: var(--lab-text-base);
  color: var(--lab-text-primary);
  line-height: 1.7;
}

.lab-moment-content :is(p, ul, ol) {
  margin: 0 0 6px;
}

.lab-moment-content :is(ul, ol) {
  padding-left: var(--lab-spacing-lg);
}

.lab-moment-media {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: var(--lab-spacing-sm);
}

.lab-moment-media-item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--lab-border);
  background: var(--lab-surface-muted);
  aspect-ratio: 1 / 1;
}

.lab-moment-media-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lab-moment-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 4px;
}

.lab-moment-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.lab-moment-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 999px;
  padding: 2px 8px;
  border: 1px solid transparent;
  color: var(--lab-text-secondary);
  background: transparent;
  transition: background-color var(--lab-duration-fast) ease, border-color var(--lab-duration-fast) ease, color var(--lab-duration-fast) ease;
}

.lab-moment-action:hover:not(:disabled) {
  background: var(--lab-surface-muted);
  border-color: var(--lab-border-strong);
  color: var(--lab-text-primary);
}

.lab-moment-action.is-active {
  border-color: var(--lab-accent);
  color: var(--lab-text-primary);
}

.lab-moment-action:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.lab-moment-reactions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--lab-surface-muted);
  border: 1px solid var(--lab-border);
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 11px;
  color: var(--lab-text-secondary);
}

.lab-moment-like-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--lab-text-secondary);
  flex-wrap: wrap;
}

.lab-moment-like-names {
  color: var(--lab-text-primary);
}

.lab-moment-comment-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  line-height: 1.4;
}

.lab-moment-comment-name {
  font-weight: 600;
  color: var(--lab-text-primary);
}

.lab-moment-comment-sep {
  color: var(--lab-text-muted);
}

.lab-moment-comment-text {
  color: var(--lab-text-secondary);
}

.lab-moment-comment {
  display: flex;
  flex-direction: column;
  gap: var(--lab-spacing-xs);
  margin-top: 8px;
}

.lab-friends-list {
  display: flex;
  flex-direction: column;
}

.lab-moment-comment-input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--lab-border);
  background: var(--lab-surface-muted);
  padding: 8px 10px;
  font-size: 12px;
  color: var(--lab-text-primary);
  resize: vertical;
  min-height: 64px;
}

.lab-moment-comment-input:focus {
  outline: 2px solid color-mix(in srgb, var(--lab-accent) 50%, transparent);
  outline-offset: 2px;
}

.lab-moment-comment-actions {
  display: flex;
  gap: var(--lab-spacing-xs);
  justify-content: flex-end;
}

.lab-moment-action-secondary {
  background: transparent;
  border-color: var(--lab-border);
}

.lab-moment-action-primary {
  background: var(--lab-accent);
  border-color: transparent;
  color: #111111;
}

.lab-moment-action-primary:hover:not(:disabled) {
  background: var(--lab-accent-strong);
  color: #111111;
}

.lab-message-highlight {
  animation: labMessageFlash 1.2s ease;
  box-shadow: 0 0 0 1px rgba(196, 160, 102, 0.3), 0 0 12px rgba(196, 160, 102, 0.35);
}

[data-motion='off'] .lab-message-highlight {
  animation: none;
}

@keyframes labLinkFlow {
  0% {
    transform: translateX(-60%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(60%);
    opacity: 0;
  }
}

@keyframes labNodePulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.08);
  }
}

@keyframes labNodeBlocked {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.12);
  }
}

@keyframes labTopProgress {
  0% {
    transform: translateX(-60%);
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(260%);
    opacity: 0.3;
  }
}

@keyframes labSkeletonShimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes labMessageFlash {
  0% {
    background-color: rgba(196, 160, 102, 0.15);
  }
  100% {
    background-color: transparent;
  }
}

@keyframes labCheckPop {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}

@keyframes labNodeComplete {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(196, 160, 102, 0.2);
  }
  100% {
    box-shadow: 0 0 0 1px rgba(196, 160, 102, 0.2);
  }
}

@keyframes labGradientShift {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 80% 40%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes labIdlePulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  }
}

@keyframes labWorkingPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.12);
  }
}

@keyframes labWaitingPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(160, 120, 70, 0.0);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(160, 120, 70, 0.2);
  }
}

@keyframes labTerminalBreath {
  0%, 100% {
    box-shadow: 0 6px 16px -14px rgba(0, 0, 0, 0.35);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 12px 24px -18px rgba(0, 0, 0, 0.45);
    transform: translateY(-1px);
  }
}

@keyframes labTerminalDot {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(196, 160, 102, 0.0);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(196, 160, 102, 0.25);
  }
}

.lab-decision-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.lab-decision-filter__chip {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid var(--lab-border);
  background: transparent;
  color: var(--lab-text-secondary);
  cursor: pointer;
}

.lab-decision-filter__chip.is-active {
  background: rgba(17, 17, 17, 0.9);
  color: #ffffff;
  border-color: rgba(17, 17, 17, 0.9);
}

@keyframes labDecisionPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(196, 160, 102, 0.2);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(196, 160, 102, 0);
  }
}

@keyframes labDecisionEmblemFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-2px) rotate(-2deg);
  }
}

@keyframes labOrbDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(18px, -12px, 0) scale(1.02);
  }
}

@keyframes labCardMorph {
  0%,
  100% {
    transform: translateY(0) scale(1);
    border-radius: 18px;
  }
  50% {
    transform: translateY(-3px) scale(1.01);
    border-radius: 24px;
  }
}

@keyframes labDecisionCardMorph {
  0%,
  100% {
    transform: translateY(0) scale(1);
    border-radius: 10px;
  }
  50% {
    transform: translateY(-2px) scale(1.01);
    border-radius: 14px;
  }
}

@keyframes labHistoryReveal {
  0% {
    opacity: 0;
    transform: translateY(6px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes labBlockedPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.14);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lab-status-waiting .lab-avatar-ring {
    animation: none;
  }
  .lab-card-hover {
    transition: none;
  }
  .lab-root .animated-gradient-text .text-content {
    animation: none;
  }
  .lab-root .magicui-border-beam, .lab-root .magicui-grid-pattern, .lab-root .aceternity-moving-border {
    animation: none;
  }
  .lab-message-highlight {
    animation: none;
  }
}

/* Quest Canvas + Details */

.lab-quest-canvas {
  position: relative;
  padding: 0;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(83, 176, 174, 0.08), transparent 34%),
    var(--lab-surface-muted);
}

.lab-quest-canvas--minimal {
  background: var(--lab-surface-muted);
}

.lab-overview-canvas {
  position: relative;
  padding: 0;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: var(--lab-surface-muted);
}

.lab-overview-canvas--ops .lab-quest-graph-shell {
  filter: saturate(0.75) opacity(0.9);
}

:is(.dark, [data-theme="dark"]) .lab-overview-canvas--ops .lab-quest-graph-shell {
  filter: saturate(0.7) opacity(0.92);
}

.lab-quest-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.lab-quest-panel__subtitle {
  font-size: 12px;
  color: var(--lab-text-secondary);
}

.lab-quest-panel__toggle {
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  color: var(--lab-text-secondary);
}

:is(.dark, [data-theme="dark"]) .lab-quest-panel__toggle {
  background: rgba(24, 26, 32, 0.6);
}

.lab-quest-search {
  margin-bottom: 10px;
  font-size: 12px;
}

.lab-quest-buckets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 10px;
}

.lab-quest-bucket-item {
  border: 1px solid var(--lab-border);
  border-radius: 10px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  color: var(--lab-text-secondary);
}

.lab-quest-bucket-item strong {
  color: var(--lab-text-primary);
  font-size: 12px;
}

:is(.dark, [data-theme="dark"]) .lab-quest-bucket-item {
  background: rgba(24, 26, 32, 0.58);
}

.lab-quest-process-rail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 16px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(248, 250, 252, 0.58));
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.lab-quest-process-rail__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.lab-quest-process-rail__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lab-text-muted);
}

.lab-quest-process-rail__subtitle {
  margin-top: 2px;
  font-size: 11px;
  color: var(--lab-text-secondary);
}

.lab-quest-process-rail__stage {
  flex-shrink: 0;
  max-width: 130px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(196, 160, 102, 0.45);
  background: rgba(196, 160, 102, 0.12);
  color: var(--lab-text-primary);
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lab-quest-process-rail__steps {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(116px, 1fr);
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.lab-quest-process-rail__step {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 10px;
  border: 1px solid var(--lab-border);
  background: rgba(255, 255, 255, 0.72);
  padding: 7px;
  min-height: 94px;
}

.lab-quest-process-rail__step-head {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.lab-quest-process-rail__step-index {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid var(--lab-border-strong);
  font-size: 10px;
  font-weight: 700;
  color: var(--lab-text-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.lab-quest-process-rail__step-title {
  min-width: 0;
  font-size: 11px;
  font-weight: 600;
  color: var(--lab-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lab-quest-process-rail__step-desc {
  font-size: 10px;
  line-height: 1.35;
  color: var(--lab-text-secondary);
  flex: 1;
}

.lab-quest-process-rail__step-status {
  align-self: flex-start;
  padding: 1px 7px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lab-text-secondary);
  border: 1px solid var(--lab-border);
  background: rgba(255, 255, 255, 0.75);
}

.lab-quest-process-rail__step.is-done {
  border-color: rgba(83, 176, 174, 0.45);
  background: linear-gradient(160deg, rgba(213, 243, 239, 0.6), rgba(243, 251, 250, 0.6));
}

.lab-quest-process-rail__step.is-done .lab-quest-process-rail__step-index {
  border-color: rgba(83, 176, 174, 0.68);
  background: rgba(83, 176, 174, 0.2);
}

.lab-quest-process-rail__step.is-done .lab-quest-process-rail__step-status {
  color: #2d6e67;
  border-color: rgba(83, 176, 174, 0.45);
  background: rgba(83, 176, 174, 0.14);
}

.lab-quest-process-rail__step.is-active {
  border-color: rgba(98, 136, 214, 0.46);
  background: linear-gradient(160deg, rgba(215, 228, 250, 0.65), rgba(248, 251, 255, 0.62));
  box-shadow: 0 0 0 1px rgba(98, 136, 214, 0.16);
}

.lab-quest-process-rail__step.is-active .lab-quest-process-rail__step-index {
  border-color: rgba(98, 136, 214, 0.7);
  background: rgba(98, 136, 214, 0.18);
}

.lab-quest-process-rail__step.is-active .lab-quest-process-rail__step-status {
  color: #36548f;
  border-color: rgba(98, 136, 214, 0.45);
  background: rgba(98, 136, 214, 0.14);
}

.lab-quest-process-rail__recommended {
  display: grid;
  gap: 6px;
  border-top: 1px dashed var(--lab-border);
  padding-top: 7px;
}

.lab-quest-process-rail__recommended-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.lab-quest-process-rail__recommended-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lab-text-muted);
}

.lab-quest-process-rail__recommended-trail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.lab-quest-process-rail__recommended-chip {
  border: 1px solid var(--lab-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--lab-text-secondary);
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
}

.lab-quest-process-rail__recommended-chip.is-active {
  border-color: rgba(98, 136, 214, 0.46);
  background: rgba(98, 136, 214, 0.12);
  color: #36548f;
}

.lab-quest-process-rail__recommended-arrow {
  font-size: 10px;
  color: var(--lab-text-muted);
}

:is(.dark, [data-theme="dark"]) .lab-quest-process-rail {
  background: linear-gradient(150deg, rgba(24, 26, 32, 0.82), rgba(17, 19, 25, 0.72));
}

:is(.dark, [data-theme="dark"]) .lab-quest-process-rail__stage {
  border-color: rgba(196, 160, 102, 0.58);
  background: rgba(196, 160, 102, 0.18);
}

:is(.dark, [data-theme="dark"]) .lab-quest-process-rail__step {
  background: rgba(24, 26, 32, 0.8);
}

:is(.dark, [data-theme="dark"]) .lab-quest-process-rail__step-status {
  background: rgba(24, 26, 32, 0.84);
}

:is(.dark, [data-theme="dark"]) .lab-quest-process-rail__step.is-done {
  background: linear-gradient(160deg, rgba(23, 58, 56, 0.64), rgba(20, 34, 35, 0.72));
}

:is(.dark, [data-theme="dark"]) .lab-quest-process-rail__step.is-done .lab-quest-process-rail__step-status {
  color: #99d5ce;
}

:is(.dark, [data-theme="dark"]) .lab-quest-process-rail__step.is-active {
  background: linear-gradient(160deg, rgba(30, 45, 73, 0.7), rgba(23, 31, 50, 0.78));
}

:is(.dark, [data-theme="dark"]) .lab-quest-process-rail__step.is-active .lab-quest-process-rail__step-status {
  color: #b8cbf2;
}

:is(.dark, [data-theme="dark"]) .lab-quest-process-rail__recommended-chip {
  background: rgba(24, 26, 32, 0.84);
}

.lab-quest-branch-list,
.lab-quest-event-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lab-quest-branch-item {
  text-align: left;
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid rgba(47, 52, 55, 0.08);
  transition: background 150ms ease, color 150ms ease;
}

.lab-quest-branch-item.is-active {
  background: rgba(47, 52, 55, 0.035);
}

:is(.dark, [data-theme="dark"]) .lab-quest-branch-item {
  border-top-color: rgba(255, 255, 255, 0.08);
}

:is(.dark, [data-theme="dark"]) .lab-quest-branch-item.is-active {
  background: rgba(255, 255, 255, 0.04);
}

.lab-quest-branch-item__title {
  font-size: 13px;
  font-weight: 600;
  color: var(--lab-text-primary);
  line-height: 1.45;
}

.lab-quest-branch-item__meta {
  font-size: 11px;
  color: var(--lab-text-secondary);
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  text-transform: lowercase;
}

.lab-quest-branch-item__line {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 6px;
  font-size: 11px;
  color: var(--lab-text-secondary);
  align-items: start;
}

.lab-quest-branch-item__line--meta {
  grid-template-columns: 1fr;
  justify-items: end;
  color: var(--lab-text-muted);
}

.lab-quest-branch-item__label {
  font-weight: 600;
  color: var(--lab-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lab-quest-graph-shell {
  position: relative;
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: var(--lab-surface-muted);
  overflow: hidden;
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-shell {
  background: var(--lab-surface-muted);
}

.lab-quest-graph-shell--full {
  position: absolute;
  inset: 0;
}

.lab-quest-graph-shell--minimal .react-flow__attribution {
  display: none;
}

.lab-quest-graph-shell .react-flow__edge-path,
.lab-quest-graph-shell .react-flow__connection-path {
  fill: none;
  stroke-opacity: 0.98;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.lab-quest-graph-shell .react-flow__edge .react-flow__edge-path {
  filter: drop-shadow(0 1px 1px rgba(30, 22, 14, 0.08));
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-shell .react-flow__edge .react-flow__edge-path {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.28));
}

.lab-floating-panel {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  width: 320px;
  max-width: calc(100% - 24px);
  height: 520px;
  max-height: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid var(--lab-border);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

:is(.dark, [data-theme="dark"]) .lab-floating-panel {
  background: rgba(24, 26, 32, 0.82);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.35);
}

.lab-floating-panel--events {
  width: 340px;
  height: 460px;
}

.lab-floating-panel--papers {
  width: 320px;
  height: 420px;
}

.lab-overview-panel--action {
  width: 420px;
  height: 600px;
}

.lab-overview-panel--overview {
  width: 420px;
  height: 520px;
}

.lab-floating-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 10px 8px;
  border-bottom: 1px solid var(--lab-border);
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--lab-text-primary);
}

.lab-floating-panel__header:active {
  cursor: grabbing;
}

.lab-floating-panel__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
}

.lab-floating-panel__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid var(--lab-border);
  background: rgba(255, 255, 255, 0.55);
}

:is(.dark, [data-theme="dark"]) .lab-floating-panel__icon {
  background: rgba(24, 26, 32, 0.7);
}

.lab-floating-panel__collapse {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid var(--lab-border);
  background: rgba(255, 255, 255, 0.55);
  color: var(--lab-text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 150ms ease, color 150ms ease;
}

.lab-floating-panel__collapse:hover {
  background: rgba(255, 255, 255, 0.78);
  color: var(--lab-text-primary);
}

:is(.dark, [data-theme="dark"]) .lab-floating-panel__collapse {
  background: rgba(24, 26, 32, 0.7);
}

.lab-floating-panel__content {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  padding: 10px 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lab-floating-panel__footer {
  border-top: 1px solid var(--lab-border);
  padding-top: 10px;
}

.lab-floating-orb {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--lab-border);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lab-text-primary);
  cursor: grab;
}

.lab-floating-orb:active {
  cursor: grabbing;
}

:is(.dark, [data-theme="dark"]) .lab-floating-orb {
  background: rgba(24, 26, 32, 0.82);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.35);
}

.lab-quest-graph-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.lab-quest-graph-overlay-card {
  width: min(440px, calc(100% - 48px));
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lab-quest-graph-overlay-card.is-error {
  border-color: rgba(239, 68, 68, 0.2);
}

.lab-quest-graph-overlay-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--lab-text-primary);
}

.lab-quest-graph-overlay-body {
  font-size: 12px;
  line-height: 1.55;
  color: var(--lab-text-secondary);
}

.lab-quest-graph-overlay-skeletons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-overlay-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(24, 26, 32, 0.88);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.34);
}

.lab-quest-graph-toolbar {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 12;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.lab-quest-graph-toolbar__group {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid var(--lab-border);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-toolbar__group {
  background: rgba(24, 26, 32, 0.84);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
}

.lab-quest-graph-toolbar__segmented,
.lab-quest-graph-toolbar__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lab-quest-graph-toolbar__caption {
  font-size: 11px;
  font-weight: 600;
  color: var(--lab-text-secondary);
  white-space: nowrap;
}

.lab-quest-graph-controls {
  display: flex;
  gap: 6px;
}

.lab-quest-time-filter {
  border: 1px solid var(--lab-border);
  background: var(--lab-surface);
  color: var(--lab-text-primary);
  border-radius: 8px;
  font-size: 11px;
  padding: 4px 8px;
}

.lab-quest-time-filter:focus {
  outline: 2px solid rgba(83, 176, 174, 0.5);
  outline-offset: 2px;
}

.lab-quest-graph-node {
  min-width: 176px;
  max-width: 228px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.84));
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.09);
  color: var(--lab-text-primary);
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.lab-quest-graph-node:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.12);
}

.lab-quest-graph-node__eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}

.lab-quest-graph-node__kind {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 600;
  color: var(--lab-text-secondary);
}

.lab-quest-agent-node {
  min-width: 140px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.76);
  color: var(--lab-text-primary);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.lab-quest-agent-node__title {
  font-size: 12px;
  font-weight: 600;
  color: var(--lab-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lab-quest-agent-node__meta {
  margin-top: 4px;
  font-size: 11px;
  color: var(--lab-text-secondary);
}

.lab-quest-agent-node__status {
  margin-top: 4px;
  font-size: 10px;
  color: var(--lab-text-secondary);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lab-overview-quest-node {
  min-width: 210px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--lab-border);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  color: var(--lab-text-primary);
}

:is(.dark, [data-theme="dark"]) .lab-overview-quest-node {
  background: rgba(24, 26, 32, 0.82);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.35);
}

.lab-overview-quest-node.is-active {
  box-shadow: 0 0 0 1px rgba(196, 160, 102, 0.22), 0 14px 34px rgba(0, 0, 0, 0.12);
}

.lab-overview-quest-node__title {
  font-size: 13px;
  font-weight: 600;
  color: var(--lab-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lab-overview-quest-node__meta {
  margin-top: 6px;
  font-size: 11px;
  color: var(--lab-text-secondary);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lab-overview-quest-node__chips {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.lab-overview-quest-chip {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid var(--lab-border);
  background: var(--lab-surface-muted);
  color: var(--lab-text-secondary);
  font-size: 10px;
  line-height: 1;
}

.lab-overview-quest-chip--attention {
  border-color: rgba(196, 160, 102, 0.48);
  color: var(--lab-text-primary);
  background: rgba(196, 160, 102, 0.12);
}

:is(.dark, [data-theme="dark"]) .lab-overview-quest-chip--attention {
  border-color: rgba(196, 160, 102, 0.62);
  background: rgba(196, 160, 102, 0.16);
}

.lab-overview-agent-node {
  min-width: 200px;
  max-width: 240px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--lab-border);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  color: var(--lab-text-primary);
  display: flex;
  align-items: center;
  gap: 10px;
}

:is(.dark, [data-theme="dark"]) .lab-overview-agent-node {
  background: rgba(24, 26, 32, 0.88);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.35);
}

.lab-overview-agent-node__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lab-overview-agent-node__name {
  font-size: 12px;
  font-weight: 600;
  color: var(--lab-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lab-overview-agent-node__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: var(--lab-text-secondary);
}

.lab-overview-agent-node__status-label {
  white-space: nowrap;
}

.lab-flow-handle {
  opacity: 0;
  width: 1px;
  height: 1px;
  border: 0;
  background: transparent;
  pointer-events: none;
}

.lab-overview-quest-node__title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lab-overview-quest-node__title-row .lab-overview-quest-node__title {
  flex: 1 1 auto;
  min-width: 0;
}

.lab-overview-pi-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 26px;
  padding: 0 10px 0 6px;
  border-radius: 999px;
  border: 1px solid rgba(196, 160, 102, 0.5);
  background: rgba(255, 255, 255, 0.62);
  color: var(--lab-text-secondary);
  max-width: 180px;
}

:is(.dark, [data-theme="dark"]) .lab-overview-pi-chip {
  background: rgba(20, 22, 28, 0.7);
}

.lab-overview-pi-avatar {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid var(--lab-accent);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.62);
  flex: 0 0 auto;
}

:is(.dark, [data-theme="dark"]) .lab-overview-pi-avatar {
  background: rgba(24, 26, 32, 0.7);
}

.lab-overview-pi-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lab-overview-pi-avatar__fallback {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--lab-text-secondary);
}

.lab-overview-pi-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
  color: var(--lab-text-primary);
}

.lab-overview-pending-node {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1px solid var(--lab-border);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--lab-text-primary);
}

:is(.dark, [data-theme="dark"]) .lab-overview-pending-node {
  background: rgba(24, 26, 32, 0.86);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.35);
}

.lab-overview-pending-node__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--lab-border);
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.lab-overview-pending-node__header:active {
  cursor: grabbing;
}

.lab-overview-pending-node__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lab-text-secondary);
}

.lab-overview-pending-node__subtitle {
  font-size: 12px;
  color: var(--lab-text-secondary);
}

.lab-overview-pending-node__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid var(--lab-border-strong);
  background: rgba(196, 160, 102, 0.16);
  color: var(--lab-text-primary);
  font-size: 12px;
  font-weight: 700;
}

.lab-overview-pending-node__content {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 8px 10px 12px;
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node {
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, rgba(27, 29, 34, 0.92), rgba(18, 20, 25, 0.88));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node__kind {
  background: rgba(24, 26, 32, 0.72);
  border-color: rgba(255, 255, 255, 0.08);
}

:is(.dark, [data-theme="dark"]) .lab-quest-agent-node {
  background: rgba(24, 26, 32, 0.7);
  border-color: rgba(255, 255, 255, 0.18);
}

.lab-quest-graph-node.is-head {
  box-shadow: 0 0 0 1px rgba(196, 160, 102, 0.22), 0 12px 26px rgba(0, 0, 0, 0.12);
}

.lab-quest-graph-node.is-current-path {
  border-color: rgba(83, 176, 174, 0.34);
  background: linear-gradient(180deg, rgba(249, 255, 254, 0.96), rgba(238, 248, 247, 0.9));
}

.lab-quest-graph-node.is-current-workspace {
  outline: 2px solid rgba(83, 176, 174, 0.62);
  box-shadow: 0 0 0 6px rgba(83, 176, 174, 0.14), 0 22px 40px rgba(15, 23, 42, 0.14);
}

.lab-quest-graph-node.is-positive {
  box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.2), 0 14px 30px rgba(22, 101, 52, 0.12);
}

.lab-quest-graph-node.is-root {
  min-width: 200px;
  padding: 14px 16px;
  z-index: 2;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.lab-quest-graph-node.is-root .lab-quest-graph-node__title {
  font-size: 13px;
}

.lab-quest-graph-node.is-placeholder {
  border-style: dashed;
  border-color: rgba(155, 131, 82, 0.46);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(246, 240, 232, 0.88));
  box-shadow: 0 12px 28px rgba(155, 131, 82, 0.12);
}

.lab-quest-graph-node.is-waived {
  border-color: rgba(148, 163, 184, 0.3);
  background: linear-gradient(180deg, rgba(246, 248, 250, 0.92), rgba(237, 242, 247, 0.88));
}

.lab-quest-graph-node.is-selected {
  outline: 2px solid rgba(83, 176, 174, 0.45);
  box-shadow: 0 0 0 4px rgba(83, 176, 174, 0.12), 0 20px 38px rgba(15, 23, 42, 0.12);
}

.lab-quest-graph-node.is-event {
  background: linear-gradient(140deg, rgba(244, 246, 247, 0.92), rgba(232, 236, 240, 0.86));
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node.is-event {
  background: linear-gradient(140deg, rgba(34, 36, 42, 0.92), rgba(24, 26, 32, 0.9));
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node.is-current-path {
  border-color: rgba(115, 212, 202, 0.34);
  background: linear-gradient(160deg, rgba(22, 35, 37, 0.94), rgba(17, 28, 31, 0.9));
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node.is-current-workspace {
  outline-color: rgba(115, 212, 202, 0.72);
  box-shadow: 0 0 0 6px rgba(83, 176, 174, 0.16), 0 24px 44px rgba(0, 0, 0, 0.34);
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node.is-placeholder {
  border-color: rgba(196, 160, 102, 0.45);
  background: linear-gradient(160deg, rgba(45, 40, 32, 0.92), rgba(28, 24, 20, 0.88));
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node.is-waived {
  background: linear-gradient(160deg, rgba(30, 33, 38, 0.92), rgba(22, 24, 29, 0.9));
}

.lab-quest-graph-node.is-decision {
  border-style: solid;
  padding: 12px 14px;
  text-align: left;
}

.lab-quest-graph-node.is-decision .lab-quest-graph-node__title {
  justify-content: flex-start;
}

.lab-quest-graph-node.is-decision .lab-quest-graph-node__meta {
  justify-content: flex-start;
}

.lab-quest-graph-node__decision-target {
  font-size: 10px;
  color: var(--lab-text-muted);
  margin-top: 4px;
}

.lab-quest-graph-node.decision-explore {
  background: linear-gradient(140deg, rgba(187, 221, 228, 0.95), rgba(168, 204, 216, 0.9));
}

.lab-quest-graph-node.decision-evolve {
  background: linear-gradient(140deg, rgba(191, 214, 241, 0.95), rgba(167, 195, 228, 0.9));
}

.lab-quest-graph-node.decision-pivot {
  background: linear-gradient(140deg, rgba(246, 205, 190, 0.95), rgba(231, 181, 165, 0.9));
}

.lab-quest-graph-node.decision-validate,
.lab-quest-graph-node.decision-go {
  background: linear-gradient(140deg, rgba(192, 229, 207, 0.95), rgba(174, 214, 191, 0.9));
}

.lab-quest-graph-node.decision-hold {
  background: linear-gradient(140deg, rgba(237, 230, 197, 0.95), rgba(223, 213, 175, 0.9));
}

.lab-quest-graph-node.decision-drop {
  background: linear-gradient(140deg, rgba(232, 198, 198, 0.95), rgba(217, 175, 175, 0.9));
}

.lab-quest-graph-node__title {
  font-size: 13px;
  font-weight: 600;
  display: block;
  line-height: 1.35;
}

.lab-quest-graph-node__subtitle {
  font-size: 11px;
  color: var(--lab-text-secondary);
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lab-quest-graph-node__meta {
  font-size: 10px;
  color: var(--lab-text-muted);
  margin-top: 6px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}

.lab-quest-graph-node__summary {
  font-size: 11px;
  color: var(--lab-text-secondary);
  margin-top: 6px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lab-quest-graph-node__metric-block {
  margin-top: 8px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 250, 252, 0.72));
  padding: 9px 10px;
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node__metric-block {
  background: linear-gradient(180deg, rgba(43, 47, 56, 0.9), rgba(29, 31, 37, 0.86));
  border-color: rgba(255, 255, 255, 0.08);
}

.lab-quest-graph-node__metric-block.is-good {
  border-color: rgba(34, 197, 94, 0.28);
  background: linear-gradient(180deg, rgba(240, 253, 244, 0.92), rgba(220, 252, 231, 0.8));
}

.lab-quest-graph-node__metric-block.is-bad {
  border-color: rgba(239, 68, 68, 0.24);
  background: linear-gradient(180deg, rgba(254, 242, 242, 0.92), rgba(254, 226, 226, 0.8));
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node__metric-block.is-good {
  background: linear-gradient(180deg, rgba(20, 48, 34, 0.92), rgba(15, 34, 25, 0.88));
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node__metric-block.is-bad {
  background: linear-gradient(180deg, rgba(61, 24, 24, 0.92), rgba(43, 18, 18, 0.88));
}

.lab-quest-graph-node__metric-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lab-text-muted);
}

.lab-quest-graph-node__metric-value {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--lab-text-primary);
}

.lab-quest-graph-node__metric-delta {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.35;
  color: var(--lab-text-secondary);
}

.lab-quest-graph-node__memory {
  margin-top: 8px;
  border-radius: 12px;
  border: 1px solid rgba(83, 176, 174, 0.18);
  background: linear-gradient(180deg, rgba(83, 176, 174, 0.12), rgba(83, 176, 174, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  padding: 8px 9px;
}

.lab-quest-graph-node__memory-header {
  display: flex;
  align-items: center;
  gap: 6px;
}

.lab-quest-graph-node__memory-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(83, 176, 174, 1), rgba(38, 139, 136, 0.92));
  box-shadow: 0 0 0 3px rgba(83, 176, 174, 0.12);
}

.lab-quest-graph-node__memory-label {
  min-width: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  color: #0f766e;
}

.lab-quest-graph-node__memory-summary {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.45;
  color: var(--lab-text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lab-quest-graph-node__signal {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.lab-quest-graph-node__delta {
  font-weight: 600;
  color: var(--lab-accent-strong);
}

.lab-quest-sparkline {
  margin-top: 6px;
}

.lab-quest-hover-card {
  position: absolute;
  z-index: 35;
  width: min(320px, calc(100% - 32px));
  pointer-events: none;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  padding: 12px 14px;
}

.lab-quest-hover-card.is-positive {
  border-color: rgba(34, 197, 94, 0.25);
}

.lab-quest-hover-card.is-overlay {
  border-color: rgba(83, 176, 174, 0.32);
}

.lab-quest-hover-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.lab-quest-hover-card__title {
  font-size: 12px;
  font-weight: 700;
  color: var(--lab-text-primary);
  line-height: 1.35;
}

.lab-quest-hover-card__badge {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(83, 176, 174, 0.1);
  color: var(--lab-text-primary);
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

.lab-quest-hover-card__subtitle {
  margin-top: 6px;
  font-size: 11px;
  color: var(--lab-text-secondary);
  line-height: 1.45;
}

.lab-quest-hover-card__lines {
  margin-top: 10px;
  display: grid;
  gap: 7px;
}

.lab-quest-hover-card__line {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 8px;
  font-size: 10px;
  line-height: 1.4;
  color: var(--lab-text-secondary);
}

.lab-quest-hover-card__line span:first-child {
  color: var(--lab-text-primary);
  font-weight: 600;
}

.lab-quest-hover-card__footer {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dashed rgba(148, 163, 184, 0.24);
  font-size: 10px;
  color: var(--lab-text-muted);
}

:is(.dark, [data-theme="dark"]) .lab-quest-hover-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(22, 24, 29, 0.9);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.38);
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node__memory {
  border-color: rgba(94, 234, 212, 0.18);
  background: linear-gradient(180deg, rgba(45, 212, 191, 0.14), rgba(45, 212, 191, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node__memory-dot {
  box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.12);
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node__memory-label {
  color: #8be4db;
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node__signal {
  background: rgba(34, 197, 94, 0.18);
  color: #86efac;
}

.lab-quest-curve {
  position: relative;
  width: 100%;
  height: 42px;
  border-radius: 8px;
  border: 1px solid rgba(102, 198, 189, 0.25);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(246, 250, 255, 0.28));
  overflow: hidden;
}

.lab-quest-curve.is-expanded {
  height: 96px;
  border-radius: 10px;
}

.lab-quest-curve__svg {
  width: 100%;
  height: 100%;
  display: block;
}

.lab-quest-curve__guide {
  stroke: rgba(0, 0, 0, 0.07);
  stroke-width: 1;
  stroke-dasharray: 2 4;
}

.lab-quest-curve__area {
  opacity: 0.95;
}

.lab-quest-curve__line {
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 6px rgba(78, 135, 210, 0.24));
}

.lab-quest-curve__dot {
  fill: #e6fbf8;
  stroke: #54bbb1;
  stroke-width: 1.4;
}

:is(.dark, [data-theme="dark"]) .lab-quest-curve {
  border-color: rgba(102, 198, 189, 0.3);
  background: linear-gradient(180deg, rgba(24, 26, 32, 0.82), rgba(19, 21, 28, 0.7));
}

:is(.dark, [data-theme="dark"]) .lab-quest-curve__guide {
  stroke: rgba(255, 255, 255, 0.12);
}

:is(.dark, [data-theme="dark"]) .lab-quest-curve__line {
  filter: drop-shadow(0 2px 7px rgba(44, 119, 210, 0.32));
}

:is(.dark, [data-theme="dark"]) .lab-quest-curve__dot {
  fill: #1a2629;
  stroke: #73d4ca;
}

.lab-quest-graph-node__verdict {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 999px;
  text-transform: uppercase;
}

.lab-quest-graph-node__location {
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.lab-quest-graph-node__location.is-current {
  background: rgba(83, 176, 174, 0.18);
  color: #0f766e;
}

.lab-quest-graph-node__verdict.is-good {
  background: rgba(130, 188, 160, 0.2);
  color: #3e6b55;
}

.lab-quest-graph-node__verdict.is-bad {
  background: rgba(201, 122, 122, 0.2);
  color: #7b4242;
}

.lab-quest-graph-node__verdict.is-neutral {
  background: rgba(196, 160, 102, 0.18);
  color: #7d5b2e;
}

:is(.dark, [data-theme="dark"]) .lab-quest-graph-node__location.is-current {
  background: rgba(115, 212, 202, 0.16);
  color: #9ce5dc;
}

.lab-quest-event-item {
  text-align: left;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

:is(.dark, [data-theme="dark"]) .lab-quest-event-item {
  background: rgba(24, 26, 32, 0.7);
}

.lab-quest-minimap {
  border-radius: 10px;
  border: 0;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

:is(.dark, [data-theme="dark"]) .lab-quest-minimap {
  background: rgba(20, 22, 28, 0.8);
}

.lab-quest-event-item__title {
  font-size: 12px;
  font-weight: 600;
  color: var(--lab-text-primary);
}

.lab-quest-event-item__meta {
  font-size: 11px;
  color: var(--lab-text-secondary);
  display: flex;
  gap: 8px;
}

.lab-quest-event-item__summary {
  font-size: 11px;
  color: var(--lab-text-secondary);
}

.lab-quest-section {
  border-top: 1px dashed var(--lab-border);
  padding-top: 8px;
}

.lab-quest-section__title {
  font-size: 11px;
  font-weight: 600;
  color: var(--lab-text-secondary);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lab-quest-empty {
  font-size: 12px;
  color: var(--lab-text-secondary);
  text-align: center;
  padding: 12px;
}

/* Branch page */

.lab-quest-artifact {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 16px;
  padding: 12px;
  background: var(--lab-surface);
}

/* Snapshot */
.lab-quest-snapshot {
  padding: 20px;
  height: 100%;
  overflow: auto;
  color: var(--lab-text-primary);
}

/* Memory */

@media (max-width: 640px) {
  .lab-floating-panel {
    width: calc(100% - 24px);
  }
  .lab-floating-panel--events {
    width: calc(100% - 24px);
  }
  .lab-floating-panel--papers {
    width: calc(100% - 24px);
  }
}
@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/ui/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/ui/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/ui/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/ui/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/ui/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/ui/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/ui/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/ui/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/ui/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/ui/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/ui/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/ui/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/ui/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/ui/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/ui/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/ui/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/ui/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/ui/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/ui/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/ui/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/ui/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/ui/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/ui/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/ui/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/ui/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/ui/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/ui/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/ui/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/ui/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/ui/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/ui/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/ui/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/ui/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(/ui/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/ui/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/ui/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(/ui/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/ui/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/ui/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(/ui/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/ui/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/ui/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/ui/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/ui/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/ui/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/ui/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/ui/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/ui/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/ui/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/ui/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/ui/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/ui/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/ui/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/ui/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/ui/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/ui/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/ui/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/ui/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/ui/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.38"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}:root{--diff-background-color:initial;--diff-text-color:initial;--diff-font-family:Consolas,Courier,monospace;--diff-selection-background-color:#b3d7ff;--diff-selection-text-color:var(--diff-text-color);--diff-gutter-insert-background-color:#d6fedb;--diff-gutter-insert-text-color:var(--diff-text-color);--diff-gutter-delete-background-color:#fadde0;--diff-gutter-delete-text-color:var(--diff-text-color);--diff-gutter-selected-background-color:#fffce0;--diff-gutter-selected-text-color:var(--diff-text-color);--diff-code-insert-background-color:#eaffee;--diff-code-insert-text-color:var(--diff-text-color);--diff-code-delete-background-color:#fdeff0;--diff-code-delete-text-color:var(--diff-text-color);--diff-code-insert-edit-background-color:#c0dc91;--diff-code-insert-edit-text-color:var(--diff-text-color);--diff-code-delete-edit-background-color:#f39ea2;--diff-code-delete-edit-text-color:var(--diff-text-color);--diff-code-selected-background-color:#fffce0;--diff-code-selected-text-color:var(--diff-text-color);--diff-omit-gutter-line-color:#cb2a1d;}.diff{background-color:var(--diff-background-color);border-collapse:collapse;color:var(--diff-text-color);table-layout:fixed;width:100%;}.diff::-moz-selection{background-color:#b3d7ff;background-color:var(--diff-selection-background-color);color:var(--diff-text-color);color:var(--diff-selection-text-color);}.diff::selection{background-color:#b3d7ff;background-color:var(--diff-selection-background-color);color:var(--diff-text-color);color:var(--diff-selection-text-color);}.diff td{padding-bottom:0;padding-top:0;vertical-align:top;}.diff-line{font-family:Consolas,Courier,monospace;font-family:var(--diff-font-family);line-height:1.5;}.diff-gutter>a{color:inherit;display:block;}.diff-gutter{cursor:pointer;padding:0 1ch;text-align:right;-webkit-user-select:none;-moz-user-select:none;user-select:none;}.diff-gutter-insert{background-color:#d6fedb;background-color:var(--diff-gutter-insert-background-color);color:var(--diff-text-color);color:var(--diff-gutter-insert-text-color);}.diff-gutter-delete{background-color:#fadde0;background-color:var(--diff-gutter-delete-background-color);color:var(--diff-text-color);color:var(--diff-gutter-delete-text-color);}.diff-gutter-omit{cursor:default;}.diff-gutter-selected{background-color:#fffce0;background-color:var(--diff-gutter-selected-background-color);color:var(--diff-text-color);color:var(--diff-gutter-selected-text-color);}.diff-code{word-wrap:break-word;padding:0 0 0 .5em;white-space:pre-wrap;word-break:break-all;}.diff-code-edit{color:inherit;}.diff-code-insert{background-color:#eaffee;background-color:var(--diff-code-insert-background-color);color:var(--diff-text-color);color:var(--diff-code-insert-text-color);}.diff-code-insert .diff-code-edit{background-color:#c0dc91;background-color:var(--diff-code-insert-edit-background-color);color:var(--diff-text-color);color:var(--diff-code-insert-edit-text-color);}.diff-code-delete{background-color:#fdeff0;background-color:var(--diff-code-delete-background-color);color:var(--diff-text-color);color:var(--diff-code-delete-text-color);}.diff-code-delete .diff-code-edit{background-color:#f39ea2;background-color:var(--diff-code-delete-edit-background-color);color:var(--diff-text-color);color:var(--diff-code-delete-edit-text-color);}.diff-code-selected{background-color:#fffce0;background-color:var(--diff-code-selected-background-color);color:var(--diff-text-color);color:var(--diff-code-selected-text-color);}.diff-widget-content{vertical-align:top;}.diff-gutter-col{width:7ch;}.diff-gutter-omit{height:0;}.diff-gutter-omit:before{background-color:#cb2a1d;background-color:var(--diff-omit-gutter-line-color);content:" ";display:block;height:100%;margin-left:4.6ch;overflow:hidden;white-space:pre;width:2px;}.diff-decoration{line-height:1.5;-webkit-user-select:none;-moz-user-select:none;user-select:none;}.diff-decoration-content{font-family:Consolas,Courier,monospace;font-family:var(--diff-font-family);padding:0;}/**
 * CSS Animation Easing Functions
 *
 * Predefined easing functions following the "Flow Ink" design philosophy.
 * These can be used with CSS transitions and animations.
 *
 * Usage:
 *   transition: transform 0.3s var(--ease-smooth);
 */:root {
  /* ========== Standard Easing Functions ========== */

  /* Ease Out - Use for enter animations */
  --ease-out: cubic-bezier(0, 0, 0.2, 1);

  /* Ease In - Use for exit animations */
  --ease-in: cubic-bezier(0.4, 0, 1, 1);

  /* Ease In-Out - Use for state changes */
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);

  /* ========== Soft UI Easing Functions ========== */

  /* Ease Soft - Button hovers, card floats (subtle bounce) */
  --ease-soft: cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Ease Bounce - Success states, attention grabbing (more pronounced bounce) */
  --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);

  /* Ease Smooth - Page transitions, deliberate movements */
  --ease-smooth: cubic-bezier(0.25, 0.1, 0.25, 1);

  /* Ease Snappy - Quick micro-interactions */
  --ease-snappy: cubic-bezier(0.2, 0, 0, 1);

  /* ========== Duration Variables ========== */

  --duration-instant: 100ms;
  --duration-fast: 150ms;
  --duration-normal: 200ms;
  --duration-slow: 300ms;
  --duration-slower: 400ms;
  --duration-page: 500ms;
}/* ========== Utility Classes ========== *//* Transition utilities */.transition-soft {
  transition: all var(--duration-slow) var(--ease-soft);
}.transition-smooth {
  transition: all var(--duration-normal) var(--ease-smooth);
}.transition-quick {
  transition: all var(--duration-fast) var(--ease-out);
}.transition-bounce {
  transition: all var(--duration-slow) var(--ease-bounce);
}/* ========== Keyframe Animations ========== *//* Fade in */@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/* Fade out */@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}/* Scale in */@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}/* Slide up */@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* Slide down */@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* Slide right */@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}/* Slide left */@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}/* Subtle pulse (for loading states) */@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}/* Gentle bounce (for success states) */@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}/* Shake (for error states) */@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-4px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(4px);
  }
}/* Spin (for loading spinners) */@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/* Shimmer effect (for loading states and highlights) */@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}/* Subtle paper grain drift (for Morandi texture) */@keyframes dsNoiseShift {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 24px -18px;
  }
  40% {
    background-position: -18px 14px;
  }
  60% {
    background-position: 18px 22px;
  }
  80% {
    background-position: -14px -10px;
  }
  100% {
    background-position: 0 0;
  }
}.ds-noise-animate {
  animation: dsNoiseShift 1.6s steps(2) infinite;
}@media (prefers-reduced-motion: reduce) {
  .ds-noise-animate {
    animation: none;
  }
}/* Gradient flow animation (for text and borders) */@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/* Glow pulse (for accent highlights) */@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 0 5px rgba(59, 130, 246, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.6);
  }
}/* Float animation (for card hover effects) */@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}/* Draw checkmark (for success states) */@keyframes drawCheck {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}/* Particle fade (for particle effects) */@keyframes particleFade {
  0% {
    opacity: 0;
    transform: scale(0) translateY(0);
  }
  50% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: scale(0.5) translateY(-40px);
  }
}/* ========== Animation Utility Classes ========== */.animate-fade-in {
  animation: fadeIn var(--duration-normal) var(--ease-out) forwards;
}.animate-fade-out {
  animation: fadeOut var(--duration-normal) var(--ease-in) forwards;
}.animate-scale-in {
  animation: scaleIn var(--duration-normal) var(--ease-soft) forwards;
}.animate-slide-up {
  animation: slideUp var(--duration-slow) var(--ease-soft) forwards;
}.animate-slide-down {
  animation: slideDown var(--duration-slow) var(--ease-soft) forwards;
}.animate-slide-right {
  animation: slideRight var(--duration-slow) var(--ease-soft) forwards;
}.animate-slide-left {
  animation: slideLeft var(--duration-slow) var(--ease-soft) forwards;
}.animate-pulse {
  animation: pulse 2s var(--ease-in-out) infinite;
}.animate-bounce {
  animation: bounce 0.6s var(--ease-bounce);
}.animate-shake {
  animation: shake 0.5s var(--ease-smooth);
}.animate-spin {
  animation: spin 1s linear infinite;
}.animate-shimmer {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  background-size: 200% 100%;
  animation: shimmer 2s linear infinite;
}.animate-gradient-flow {
  background-size: 200% auto;
  animation: gradientFlow 3s linear infinite;
}.animate-glow-pulse {
  animation: glowPulse 2s var(--ease-in-out) infinite;
}.animate-float {
  animation: float 3s var(--ease-in-out) infinite;
}.animate-particle-fade {
  animation: particleFade 1s var(--ease-out) forwards;
}/* Shimmer input class for login forms */.shimmer-input {
  position: relative;
  overflow: hidden;
}.shimmer-input::after {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  animation: shimmer 3s linear infinite;
  pointer-events: none;
}/* ========== Reduced Motion ========== */@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}.ai-manus-root {
  --text-primary: #34322d;
  --text-secondary: #535350;
  --text-tertiary: #858481;
  --text-disable: #b9b9b7;
  --text-brand: #0081f2;
  --text-mention: #0b3b60;
  --text-onblack: #fff;
  --text-white: #fff;
  --text-white-tsp: #ffffff99;
  --theme-text-primary: #262626;
  --logo-color: #34322d;
  --background-gray-main: #f8f8f7;
  --background-white-main: #fff;
  --background-menu-white: #fff;
  --background-tsp-menu-white: #ffffff14;
  --background-tsp-card-gray: #37352f0a;
  --background-nav: rgba(236, 233, 226, 0.92);
  --background-card: #fff;
  --background-surface: rgba(248, 248, 247, 0.74);
  --background-surface-strong: rgba(248, 248, 247, 0.9);
  --background-mask: #000000a6;
  --border-main: #0000000f;
  --border-white: #ffffff0a;
  --border-btn-main: #0000001f;
  --border-input-active: #0081f280;
  --border-input-gold: #d2b077;
  --border-light: #0000000a;
  --border-dark: #0000001f;
  --icon-primary: #34322d;
  --icon-secondary: #535350;
  --icon-tertiary: #858481;
  --icon-disable: #b9b9b7;
  --icon-brand: #0081f2;
  --icon-onblack: #fff;
  --icon-white: #fff;
  --icon-white-tsp: #ffffff99;
  --function-error: #f25a5a;
  --function-success: #25ba3b;
  --function-warning: #efa201;
  --function-error-tsp: #f25a5a14;
  --function-warning-tsp: #efa2011f;
  --function-success-tsp: color-mix(in srgb, var(--function-success) 14%, transparent);
  --fill-blue: #0081f214;
  --fill-tsp-white-main: #37352f0f;
  --fill-tsp-white-dark: #37352f14;
  --fill-tsp-white-light: #37352f0a;
  --fill-tsp-white: var(--fill-tsp-white-main);
  --fill-tsp-gray-dark: #37352f14;
  --fill-tsp-gray-main: #37352f0a;
  --fill-tsp-gray-mid: color-mix(in srgb, var(--fill-tsp-gray-dark) 60%, var(--fill-tsp-gray-main));
  --fill-input-chat: #fbfaf7;
  --ai-manus-input-runtime-bg: linear-gradient(135deg, #f2e7db 0%, #eadccf 48%, #e2d1c3 100%);
  --fill-white: #fff;
  --fill-black: #28282973;
  --Button-primary-black: #1a1a19;
  --Button-primary-white: #fff;
  --Button-primary-brand: #0081f2;
  --Button-secondary-brand: #0081f21a;
  --Button-secondary-error-border: #f25a5a80;
  --Button-secondary-error-fill: #fff;
  --Button-secondary-main: #fff;
  --Button-secondary-gray: #37352f0f;
  --tab-fill: rgba(0, 0, 0, 0.004);
  --tab-active-black: #1a1a19;
  --shadow-L: #0000003d;
  --shadow-M: #0000001f;
  --shadow-S: #00000014;
  --shadow-XS: #0000000f;
  --Tooltips-main: #000000e6;
  --gradual-white-0: #ffffff00;
  --gradual-gray-100: #ffffff00;
  --gradual-gray-0: #ffffff00;
  --gradual-dark-20: #00000033;
  --background-main: var(--background-white-main);
  --background-gray-subtle: var(--background-tsp-card-gray);
  --accent-primary: var(--text-brand);
  --status-error: var(--function-error);
  --text-quaternary: var(--text-disable);

  background-color: var(--background-gray-main);
  color: var(--text-primary);
}.ai-manus-root.ai-manus-welcome {
  background-color: var(--background-gray-main);
  background-image: none;
}.ai-manus-orbit-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--orbit-size);
  height: var(--orbit-size);
}.ai-manus-orbit-canvas {
  display: block;
  width: 100%;
  height: 100%;
}.ai-manus-welcome-stage {
  display: flex;
  height: 100%;
  width: 100%;
  gap: 12px;
  padding: 12px;
}.ai-manus-welcome-session-list {
  display: flex;
  min-height: 0;
}.ai-manus-welcome-toolpanel {
  display: flex;
  flex: 1;
  min-height: 0;
  min-width: 0;
}.ai-manus-tool-portal {
  display: flex;
  flex: 1;
  min-height: 0;
  min-width: 0;
}.ai-manus-session-portal {
  display: flex;
  height: 100%;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
}.ai-manus-attachment-drawer {
  position: relative;
  flex-shrink: 0;
  min-height: 0;
  overflow: hidden;
  width: clamp(160px, 32%, 240px);
  opacity: 1;
  transform: translateX(0);
  transition: width 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}.ai-manus-attachment-drawer.is-closed {
  width: 0;
  opacity: 0;
  transform: translateX(-10px);
  pointer-events: none;
}.ai-manus-attachment-drawer-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 160px;
  border-radius: 12px;
  border: 1px solid var(--border-light);
  background: var(--background-surface);
  box-shadow:
    0 18px 40px -30px var(--shadow-M),
    0 1px 0 rgba(255, 255, 255, 0.45) inset;
}.ai-manus-session-glass {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border-dark);
  background-color: var(--background-surface-strong);
  background-image:
    radial-gradient(560px 280px at 12% 0%, rgba(214, 175, 92, 0.64), transparent 62%),
    radial-gradient(520px 260px at 90% 8%, rgba(170, 132, 72, 0.5), transparent 62%),
    radial-gradient(520px 300px at 46% 112%, rgba(122, 132, 92, 0.24), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 58%);
  box-shadow:
    0 44px 120px -68px var(--shadow-L),
    0 22px 52px -32px var(--shadow-M),
    0 1px 0 rgba(255, 255, 255, 0.35) inset;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  transform: translateZ(0);
  isolation: isolate;
}.ai-manus-session-glass::before {
  content: '';
  position: absolute;
  inset: -35%;
  pointer-events: none;
  opacity: 0.65;
  mix-blend-mode: soft-light;
  filter: blur(26px) saturate(1.05);
  background:
    radial-gradient(circle at 18% 16%, rgba(238, 206, 126, 0.42), transparent 60%),
    radial-gradient(circle at 86% 20%, rgba(186, 148, 84, 0.28), transparent 62%),
    radial-gradient(circle at 44% 88%, rgba(126, 136, 96, 0.22), transparent 66%),
    radial-gradient(circle at 70% 70%, rgba(152, 126, 166, 0.16), transparent 68%);
}/* Lab Direct tool cards */@keyframes ds-lab-card-enter {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes ds-lab-card-highlight {
  0% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
  }
  100% {
    box-shadow: var(--shadow-sm);
  }
}@keyframes ds-lab-pulse {
  0% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.35;
  }
}.ds-lab-tool-card {
  border-radius: 12px;
  border: 1px solid var(--border-light);
  background: var(--fill-tsp-white-light);
  box-shadow: none;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  animation: ds-lab-card-enter 160ms ease-out;
  transition: background-color 140ms ease, border-color 140ms ease;
}.ds-lab-tool-card:hover {
  background: var(--fill-tsp-gray-dark);
}.ds-lab-tool-card.is-updated {
  animation: ds-lab-card-highlight 180ms ease-out;
}.ds-lab-tool-card--compact {
  padding: 8px 10px;
  gap: 4px;
}.ds-lab-tool-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}.ds-lab-tool-card__title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}.ds-lab-tool-card__icon {
  width: 14px;
  height: 14px;
  color: var(--text-tertiary);
}.ds-lab-tool-card__label {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-secondary);
  white-space: nowrap;
}.ds-lab-tool-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: var(--text-tertiary);
}.ds-lab-tool-card__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}.ds-lab-tool-card__dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}.ds-lab-tool-card__dot.is-pulse-fast {
  animation: ds-lab-pulse 1s ease-in-out infinite;
}.ds-lab-tool-card__dot.is-pulse-slow {
  animation: ds-lab-pulse 1.6s ease-in-out infinite;
}.ds-lab-tool-card__summary {
  font-size: 13px;
  color: var(--text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.ds-lab-terminal-line {
  font-family: ui-monospace, SFMono-Regular, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: var(--text-secondary);
  letter-spacing: 0.02em;
}.ds-lab-terminal-cursor {
  display: inline-block;
  margin-left: 6px;
  width: 8px;
  height: 12px;
  background: currentColor;
  opacity: 0.7;
  animation: ds-lab-cursor 1s step-end infinite;
}@keyframes ds-lab-cursor {
  0%,
  50% {
    opacity: 0;
  }
  51%,
  100% {
    opacity: 0.8;
  }
}.ds-lab-qa {
  display: flex;
  flex-direction: column;
  gap: 4px;
}.ds-lab-qa__row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}.ds-lab-qa__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  width: 14px;
  flex-shrink: 0;
}.ds-lab-qa__label--q {
  color: var(--text-tertiary);
}.ds-lab-qa__label--a {
  color: var(--soft-info);
}.ds-lab-qa__text {
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.4;
  white-space: normal;
}.ds-lab-tool-card__skeleton {
  display: flex;
  flex-direction: column;
  gap: 6px;
}.ds-lab-tool-card__skeleton-line {
  height: 10px;
  border-radius: 999px;
  background: var(--fill-tsp-gray-main);
  opacity: 0.8;
}.ds-lab-tool-card__skeleton-line.is-short {
  width: 60%;
}.ds-lab-tool-card__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}.ds-lab-tool-card__action {
  font-size: 11px;
  color: var(--text-tertiary);
  transition: color 120ms ease;
}.ds-lab-tool-card__action:hover {
  color: var(--text-secondary);
}.ds-lab-tool-card__details {
  border-top: 1px solid var(--border-light);
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}.ds-lab-tool-card__details-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--text-tertiary);
}.ds-lab-tool-card__chevron {
  width: 10px;
  height: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 120ms ease;
}.ds-lab-tool-card__chevron.is-open {
  transform: rotate(-135deg);
}.ds-lab-tool-card__details-body {
  display: grid;
  gap: 4px;
}.ds-lab-tool-card__detail-row {
  display: flex;
  gap: 8px;
  font-size: 11px;
  color: var(--text-tertiary);
}.ds-lab-tool-card__detail-label {
  min-width: 68px;
  color: var(--text-tertiary);
}.ds-lab-tool-card__detail-value {
  color: var(--text-secondary);
  word-break: break-word;
}.ds-lab-tool-card__detail-value--multiline {
  white-space: pre-wrap;
  line-height: 1.45;
}.ds-lab-status-running {
  color: var(--soft-info);
}.ds-lab-status-waiting {
  color: var(--soft-warning);
}.ds-lab-status-done {
  color: var(--soft-success);
}.ds-lab-status-error {
  color: var(--soft-danger);
}@media (prefers-reduced-motion: reduce) {
  .ds-lab-tool-card,
  .ds-lab-tool-card__dot.is-pulse-fast,
  .ds-lab-tool-card__dot.is-pulse-slow {
    animation: none;
  }
}:is(.dark, [data-theme="dark"]) .ai-manus-session-glass {
  background-color: var(--background-surface-strong);
  background-image:
    radial-gradient(560px 280px at 12% 0%, rgba(116, 142, 150, 0.24), transparent 62%),
    radial-gradient(520px 260px at 90% 8%, rgba(176, 136, 92, 0.18), transparent 62%),
    radial-gradient(520px 300px at 46% 112%, rgba(116, 128, 100, 0.16), transparent 66%),
    linear-gradient(180deg, rgba(14, 16, 20, 0.7), transparent 58%);
  box-shadow:
    0 40px 110px -66px var(--shadow-L),
    0 20px 46px -30px var(--shadow-M),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
}:is(.dark, [data-theme="dark"]) .ai-manus-session-glass::before {
  background:
    radial-gradient(circle at 18% 16%, rgba(128, 148, 160, 0.24), transparent 60%),
    radial-gradient(circle at 86% 20%, rgba(182, 142, 96, 0.18), transparent 62%),
    radial-gradient(circle at 44% 88%, rgba(122, 134, 106, 0.16), transparent 66%),
    radial-gradient(circle at 70% 70%, rgba(120, 114, 148, 0.12), transparent 68%);
}:is(.dark, [data-theme="dark"]) .ai-manus-root {
  --text-primary: #dadada;
  --text-secondary: #acacac;
  --text-tertiary: #9a9a9a;
  --text-disable: #5f5f5f;
  --text-brand: #1a93fe;
  --text-mention: #4aa5c8;
  --text-onblack: #000000e6;
  --text-white: #fff;
  --text-white-tsp: #ffffff99;
  --theme-text-primary: #dbdbdb;
  --logo-color: #dadada;
  --background-gray-main: #272728;
  --background-white-main: #161618;
  --background-menu-white: #383739;
  --background-tsp-menu-white: #ffffff0f;
  --background-tsp-card-gray: #ffffff0f;
  --background-nav: #212122;
  --background-card: #444345;
  --background-surface: rgba(34, 35, 36, 0.78);
  --background-surface-strong: rgba(28, 28, 30, 0.92);
  --background-mask: #000000a6;
  --border-main: #ffffff14;
  --border-white: #ffffff0a;
  --border-btn-main: #ffffff1a;
  --border-input-active: #1a93fe80;
  --border-input-gold: #d2b077;
  --border-light: #ffffff1a;
  --border-dark: #ffffff29;
  --icon-primary: #dadada;
  --icon-secondary: #acacac;
  --icon-tertiary: #7f7f7f;
  --icon-disable: #5f5f5f;
  --icon-brand: #1a93fe;
  --icon-onblack: #000000d9;
  --icon-white: #fff;
  --icon-white-tsp: #ffffff99;
  --function-error: #eb4d4d;
  --function-success: #5eb92d;
  --function-warning: #ffbf36;
  --function-error-tsp: #eb4d4d14;
  --function-warning-tsp: #ffbf361f;
  --fill-blue: #1a93fe1f;
  --fill-tsp-white-main: #ffffff1a;
  --fill-tsp-white-dark: #ffffff1f;
  --fill-tsp-white-light: #ffffff12;
  --fill-tsp-gray-dark: #00000066;
  --fill-tsp-gray-main: #0000004d;
  --fill-input-chat: #2f3035;
  --ai-manus-input-runtime-bg: linear-gradient(135deg, rgba(38, 42, 48, 0.98) 0%, rgba(30, 32, 36, 0.96) 48%, rgba(22, 24, 28, 0.96) 100%);
  --fill-white: #3e3d3e;
  --fill-black: #28282973;
  --Button-primary-black: #fff;
  --Button-primary-white: #ffffff14;
  --Button-primary-brand: #1a93fe;
  --Button-secondary-brand: #1a93fe1f;
  --Button-secondary-error-border: #eb4d4d29;
  --Button-secondary-error-fill: #eb4d4d1f;
  --Button-secondary-main: #ffffff1f;
  --Button-secondary-gray: #ffffff0f;
  --tab-fill: hsla(0, 0%, 100%, 0.006);
  --tab-active-black: #fff;
  --shadow-L: #00000066;
  --shadow-M: #0000003d;
  --shadow-S: #00000029;
  --shadow-XS: #0000001f;
  --Tooltips-main: #000000e6;
  --gradual-white-0: #27272800;
  --gradual-gray-100: #444345;
  --gradual-gray-0: #44434500;
  --gradual-dark-20: #ffffff33;
}.ai-manus-mention {
  color: var(--text-mention);
}.ai-manus-mention-label {
  color: var(--text-mention);
}.ai-manus-mention-popover {
  width: min(320px, 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 40px -28px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}.ai-manus-mention-option {
  color: var(--text-secondary);
  transition: background 0.15s ease, color 0.15s ease;
}.ai-manus-mention-option:hover,
.ai-manus-mention-option-active {
  color: var(--text-primary);
  background: rgba(0, 0, 0, 0.05);
}.ds-citation {
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
  border-radius: 999px;
  border: 1px solid var(--border-light, rgba(0, 0, 0, 0.12));
  background: var(--fill-tsp-white-light, rgba(0, 0, 0, 0.04));
  color: var(--text-secondary, #54524d);
  font-size: 0.78em;
  line-height: 1.5;
  letter-spacing: 0.01em;
  white-space: nowrap;
  vertical-align: baseline;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease,
    box-shadow 0.15s ease;
}.ds-citation[data-cite-resolved="true"] {
  cursor: pointer;
}.ds-citation[data-cite-resolved="true"]:hover {
  border-color: var(--border-dark, rgba(0, 0, 0, 0.25));
  background: var(--fill-tsp-white-dark, rgba(0, 0, 0, 0.08));
  color: var(--text-primary, #2d2a26);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}.ds-citation[data-cite-resolved="false"] {
  opacity: 0.5;
}:is(.dark, [data-theme="dark"]) .ai-manus-mention-popover {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(24, 24, 26, 0.7);
  box-shadow: 0 16px 40px -28px rgba(0, 0, 0, 0.6);
}:is(.dark, [data-theme="dark"]) .ai-manus-mention-option:hover,
:is(.dark, [data-theme="dark"]) .ai-manus-mention-option-active {
  background: rgba(255, 255, 255, 0.08);
}:is(.dark, [data-theme="dark"]) .ai-manus-root.ai-manus-welcome {
  background-color: var(--background-gray-main);
  background-image: none;
}.ai-manus-root.ai-manus-copilot {
  --text-primary: #2d2a26;
  --text-secondary: #5d5a55;
  --text-tertiary: #7e8b97;
  --text-disable: #b5ada3;
  --text-brand: #7e8b97;
  --theme-text-primary: #2d2a26;
  --logo-color: #2d2a26;
  --background-gray-main: rgba(246, 241, 234, 0.86);
  --background-white-main: rgba(251, 250, 247, 0.95);
  --background-menu-white: rgba(251, 250, 247, 0.96);
  --background-tsp-menu-white: rgba(255, 255, 255, 0.5);
  --background-tsp-card-gray: rgba(45, 42, 38, 0.05);
  --background-nav: rgba(239, 232, 221, 0.9);
  --background-card: rgba(255, 255, 255, 0.9);
  --border-main: rgba(45, 42, 38, 0.12);
  --border-white: rgba(255, 255, 255, 0.45);
  --border-btn-main: rgba(45, 42, 38, 0.14);
  --border-input-gold: #c7ad96;
  --border-light: rgba(45, 42, 38, 0.08);
  --border-dark: rgba(45, 42, 38, 0.2);
  --icon-primary: #2d2a26;
  --icon-secondary: #5d5a55;
  --icon-tertiary: #7e8b97;
  --icon-disable: #b5ada3;
  --icon-brand: #7e8b97;
  --icon-onblack: #fdfcf9;
  --fill-blue: rgba(159, 177, 194, 0.25);
  --fill-tsp-white-main: rgba(45, 42, 38, 0.06);
  --fill-tsp-white-dark: rgba(45, 42, 38, 0.1);
  --fill-tsp-white-light: rgba(45, 42, 38, 0.04);
  --fill-tsp-gray-dark: rgba(45, 42, 38, 0.12);
  --fill-tsp-gray-main: rgba(45, 42, 38, 0.06);
  --fill-input-chat: #fbfaf7;
  --ai-manus-input-runtime-bg: linear-gradient(135deg, rgba(242, 231, 219, 0.96) 0%, rgba(234, 220, 207, 0.96) 48%, rgba(226, 209, 195, 0.96) 100%);
  --fill-white: rgba(255, 255, 255, 0.92);
  --Button-primary-black: #2d2a26;
  --Button-primary-brand: #c7ad96;
  --Button-secondary-brand: rgba(199, 173, 150, 0.2);
  --Button-secondary-main: rgba(251, 250, 247, 0.9);
  --Button-secondary-gray: rgba(45, 42, 38, 0.06);
  --tab-fill: rgba(45, 42, 38, 0.02);
  --tab-active-black: #2d2a26;
  --shadow-L: rgba(45, 42, 38, 0.2);
  --shadow-M: rgba(45, 42, 38, 0.14);
  --shadow-S: rgba(45, 42, 38, 0.1);
  --shadow-XS: rgba(45, 42, 38, 0.08);
  --Tooltips-main: rgba(45, 42, 38, 0.92);
  --gradual-white-0: rgba(251, 250, 247, 0);
  --gradual-gray-100: rgba(239, 232, 221, 0.9);
  --gradual-gray-0: rgba(239, 232, 221, 0);
  --gradual-dark-20: rgba(45, 42, 38, 0.18);
  background-color: rgba(251, 250, 247, 0.88);
  background-image:
    radial-gradient(520px 280px at 5% 0%, rgba(159, 177, 194, 0.2), transparent 60%),
    radial-gradient(520px 280px at 95% 5%, rgba(219, 206, 190, 0.2), transparent 60%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.88), rgba(243, 238, 231, 0.74));
  border: none;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  overflow: hidden;
}:is(.dark, [data-theme="dark"]) .ai-manus-root.ai-manus-copilot {
  --text-primary: #f0e8dd;
  --text-secondary: #c8c0b5;
  --text-tertiary: #a7a098;
  --text-disable: #6a635b;
  --text-brand: #d2b58a;
  --theme-text-primary: #f0e8dd;
  --logo-color: #f0e8dd;
  --background-gray-main: rgba(20, 22, 26, 0.88);
  --background-white-main: rgba(24, 26, 30, 0.96);
  --background-menu-white: rgba(28, 30, 34, 0.96);
  --background-tsp-menu-white: rgba(255, 255, 255, 0.08);
  --background-tsp-card-gray: rgba(255, 255, 255, 0.08);
  --background-nav: rgba(22, 24, 28, 0.9);
  --background-card: rgba(30, 32, 36, 0.92);
  --border-main: rgba(255, 255, 255, 0.12);
  --border-white: rgba(255, 255, 255, 0.08);
  --border-btn-main: rgba(255, 255, 255, 0.12);
  --border-light: rgba(255, 255, 255, 0.08);
  --border-dark: rgba(255, 255, 255, 0.2);
  --border-input-gold: #d9b57b;
  --icon-primary: #f0e8dd;
  --icon-secondary: #c8c0b5;
  --icon-tertiary: #a7a098;
  --icon-disable: #6a635b;
  --icon-brand: #d2b58a;
  --icon-onblack: #121215;
  --fill-blue: rgba(110, 142, 164, 0.26);
  --fill-tsp-white-main: rgba(255, 255, 255, 0.07);
  --fill-tsp-white-dark: rgba(255, 255, 255, 0.12);
  --fill-tsp-white-light: rgba(255, 255, 255, 0.05);
  --fill-tsp-gray-dark: rgba(0, 0, 0, 0.38);
  --fill-tsp-gray-main: rgba(0, 0, 0, 0.24);
  --border-input-active: rgba(210, 181, 138, 0.45);
  --fill-input-chat: rgba(30, 32, 36, 0.92);
  --ai-manus-input-runtime-bg: linear-gradient(135deg, rgba(44, 38, 32, 0.98) 0%, rgba(36, 32, 28, 0.96) 48%, rgba(30, 28, 26, 0.96) 100%);
  --fill-white: rgba(36, 38, 44, 0.95);
  --Button-primary-black: #f4ede2;
  --Button-primary-brand: #d9b57b;
  --Button-secondary-brand: rgba(217, 181, 123, 0.22);
  --Button-secondary-main: rgba(30, 32, 36, 0.92);
  --Button-secondary-gray: rgba(255, 255, 255, 0.08);
  --tab-fill: rgba(255, 255, 255, 0.04);
  --tab-active-black: #f4ede2;
  --shadow-L: rgba(0, 0, 0, 0.62);
  --shadow-M: rgba(0, 0, 0, 0.48);
  --shadow-S: rgba(0, 0, 0, 0.32);
  --shadow-XS: rgba(0, 0, 0, 0.24);
  --Tooltips-main: rgba(12, 12, 14, 0.92);
  --gradual-white-0: rgba(28, 30, 34, 0);
  --gradual-gray-100: rgba(26, 28, 32, 0.92);
  --gradual-gray-0: rgba(26, 28, 32, 0);
  --gradual-dark-20: rgba(255, 255, 255, 0.2);
  background-color: rgba(20, 22, 26, 0.9);
  background-image:
    radial-gradient(520px 280px at 8% 0%, rgba(110, 142, 164, 0.18), transparent 60%),
    radial-gradient(520px 280px at 92% 5%, rgba(191, 151, 96, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(20, 22, 26, 0.92), rgba(16, 18, 22, 0.86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}.ai-manus-root.ai-manus-copilot .ai-manus-tool-detail-body {
  font-size: 10px;
}.ai-manus-root.ai-manus-copilot .ai-manus-question-prompt {
  --text-primary: #2f2b27;
  --text-secondary: #5f5a54;
  --text-tertiary: #8a918e;
  --text-brand: #6f7c80;
  --text-onblack: #f6f1ea;
  --background-white-main: rgba(250, 248, 244, 0.96);
  --border-light: rgba(55, 50, 46, 0.12);
  --border-dark: rgba(55, 50, 46, 0.26);
  --border-input-active: rgba(111, 124, 128, 0.38);
  --fill-blue: rgba(143, 156, 166, 0.22);
  --fill-tsp-white-light: rgba(55, 50, 46, 0.05);
  --fill-tsp-gray-dark: rgba(55, 50, 46, 0.12);
  --Button-primary-black: #3b352f;
}:is(.dark, [data-theme="dark"]) .ai-manus-root.ai-manus-copilot .ai-manus-question-prompt {
  --text-primary: #efe7dd;
  --text-secondary: #c0b9ae;
  --text-tertiary: #9c968f;
  --text-brand: #d2b58a;
  --text-onblack: #121215;
  --background-white-main: rgba(26, 28, 32, 0.96);
  --border-light: rgba(255, 255, 255, 0.14);
  --border-dark: rgba(255, 255, 255, 0.24);
  --border-input-active: rgba(210, 181, 138, 0.4);
  --fill-blue: rgba(120, 150, 170, 0.22);
  --fill-tsp-white-light: rgba(255, 255, 255, 0.06);
  --fill-tsp-gray-dark: rgba(0, 0, 0, 0.36);
  --Button-primary-black: #f4ede2;
}.ai-manus-root.ai-manus-copilot .ai-manus-question-prompt__card {
  background-image:
    radial-gradient(120% 120% at 0% 0%, rgba(138, 150, 162, 0.12), transparent 60%),
    radial-gradient(100% 100% at 100% 12%, rgba(212, 199, 184, 0.2), transparent 62%);
}:is(.dark, [data-theme="dark"]) .ai-manus-root.ai-manus-copilot .ai-manus-question-prompt__card {
  background-image:
    radial-gradient(120% 120% at 0% 0%, rgba(110, 142, 164, 0.18), transparent 60%),
    radial-gradient(100% 100% at 100% 12%, rgba(191, 151, 96, 0.2), transparent 62%);
}.ai-manus-root.ai-manus-copilot .ai-manus-copilot-feed,
.ai-manus-root.ai-manus-copilot .ai-manus-copilot-feed__inner,
.ai-manus-root.ai-manus-copilot .ai-manus-tool-panel,
.ai-manus-root.ai-manus-copilot .ai-manus-tool-view,
.ai-manus-root.ai-manus-copilot .cli-inline-terminal,
.ai-manus-root.ai-manus-copilot .cli-inline-terminal-read,
.ai-manus-root.ai-manus-copilot .cli-inline-terminal-note,
.ai-manus-root.ai-manus-copilot .wmde-markdown,
.ai-manus-root.ai-manus-copilot .prose,
.ai-manus-root.ai-manus-copilot .ai-manus-plan-panel,
.ai-manus-root.ai-manus-copilot .ai-manus-question-prompt,
.ai-manus-root.ai-manus-copilot .ai-manus-tool-footer,
.ai-manus-root.ai-manus-copilot .ai-manus-tool-meta,
.ai-manus-root.ai-manus-copilot .ai-manus-tool-header {
  min-width: 0;
  max-width: 100%;
}.ai-manus-root.ai-manus-copilot .wmde-markdown,
.ai-manus-root.ai-manus-copilot .wmde-markdown p,
.ai-manus-root.ai-manus-copilot .wmde-markdown li,
.ai-manus-root.ai-manus-copilot .wmde-markdown blockquote,
.ai-manus-root.ai-manus-copilot .wmde-markdown td,
.ai-manus-root.ai-manus-copilot .wmde-markdown th,
.ai-manus-root.ai-manus-copilot .prose,
.ai-manus-root.ai-manus-copilot .prose p,
.ai-manus-root.ai-manus-copilot .prose li,
.ai-manus-root.ai-manus-copilot .prose blockquote,
.ai-manus-root.ai-manus-copilot .ai-manus-tool-detail-body,
.ai-manus-root.ai-manus-copilot .ai-manus-tool-footer,
.ai-manus-root.ai-manus-copilot .ai-manus-tool-meta,
.ai-manus-root.ai-manus-copilot .cli-inline-terminal-log,
.ai-manus-root.ai-manus-copilot .cli-inline-terminal-note-body {
  word-break: break-word;
  overflow-wrap: anywhere;
}.ai-manus-root.ai-manus-copilot .ai-manus-tool-detail-body,
.ai-manus-root.ai-manus-copilot .cli-inline-terminal-read,
.ai-manus-root.ai-manus-copilot .cli-inline-terminal-note {
  overflow-x: hidden;
}.ai-manus-root.ai-manus-copilot .prose pre,
.ai-manus-root.ai-manus-copilot .ai-manus-codeblock pre {
  max-width: 100%;
  overflow-x: hidden;
}.ai-manus-root.ai-manus-copilot .prose pre code,
.ai-manus-root.ai-manus-copilot .ai-manus-codeblock pre code {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
}.ai-manus-root.ai-manus-copilot .cli-inline-terminal-header {
  min-width: 0;
  flex-wrap: wrap;
}.ai-manus-root.ai-manus-copilot .cli-inline-terminal-meta {
  min-width: 0;
  flex: 1 1 140px;
}.ai-manus-root.ai-manus-copilot .wmde-markdown pre {
  max-width: 100%;
  overflow: hidden;
}.ai-manus-root.ai-manus-copilot .wmde-markdown pre code {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
}.ai-manus-root.ai-manus-copilot .wmde-markdown table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}.ai-manus-root.ai-manus-copilot .wmde-markdown table th,
.ai-manus-root.ai-manus-copilot .wmde-markdown table td {
  word-break: break-word;
  overflow-wrap: anywhere;
}.ai-manus-plan-panel {
  --plan-text-primary: #3f2f2b;
  --plan-text-muted: #6f5a50;
  --plan-text-label: #9a8176;
  --plan-text-note: #8a7266;
  --plan-text-sub: #6b5b52;
  --plan-accent: #b08a7a;
  --plan-accent-mid: #c7a493;
  --plan-accent-light: #d9bda8;
  --plan-accent-ring: rgba(176, 138, 122, 0.5);
  --plan-line: rgba(217, 196, 181, 0.7);
  --plan-surface: rgba(248, 242, 236, 0.78);
  --plan-surface-alt: rgba(248, 242, 236, 0.75);
  --plan-body: rgba(255, 255, 255, 0.6);
  --plan-card: rgba(255, 255, 255, 0.7);
  --plan-icon-hover: rgba(255, 255, 255, 0.5);
  --plan-dot-shadow: 0 2px 6px rgba(93, 69, 52, 0.2);
  --plan-frame-shadow: 0px 0px 1px 0px rgba(114, 86, 70, 0.3), 0px 12px 36px 0px rgba(114, 86, 70, 0.2);
  --plan-frame-shadow-collapsed: 0px 0px 1px 0px rgba(114, 86, 70, 0.3), 0px 8px 24px 0px rgba(114, 86, 70, 0.18);
  --plan-status-completed-border: rgba(136, 169, 145, 0.4);
  --plan-status-completed-bg: rgba(136, 169, 145, 0.2);
  --plan-status-completed-text: #4a6b57;
  --plan-status-running-border: rgba(196, 154, 116, 0.4);
  --plan-status-running-bg: rgba(196, 154, 116, 0.2);
  --plan-status-running-text: #7a5a34;
  --plan-status-pending-border: rgba(199, 182, 170, 0.4);
  --plan-status-pending-bg: rgba(199, 182, 170, 0.2);
  --plan-status-pending-text: #6b5b52;
  --plan-status-blocked-border: rgba(192, 143, 134, 0.4);
  --plan-status-blocked-bg: rgba(192, 143, 134, 0.2);
  --plan-status-blocked-text: #7a4d49;
  --plan-status-paused-border: rgba(184, 170, 156, 0.4);
  --plan-status-paused-bg: rgba(184, 170, 156, 0.2);
  --plan-status-paused-text: #6b5b52;
  --plan-status-failed-border: rgba(194, 138, 130, 0.4);
  --plan-status-failed-bg: rgba(194, 138, 130, 0.2);
  --plan-status-failed-text: #7a4d49;
}.ai-manus-root {
  --ds-morandi-red: #8b5a57;
  --ds-morandi-red-strong: #9b4e4a;
}:is(.dark, [data-theme="dark"]) .ai-manus-root {
  --ds-morandi-red: #b97a74;
  --ds-morandi-red-strong: #c88b84;
}.ai-manus-plan-frame {
  background: linear-gradient(90deg, var(--plan-accent), var(--plan-accent-mid), var(--plan-accent-light));
  box-shadow: var(--plan-frame-shadow);
}.ai-manus-plan-frame.ai-manus-plan-frame--collapsed {
  box-shadow: var(--plan-frame-shadow-collapsed);
}.ai-manus-plan-surface {
  background: var(--plan-surface);
}.ai-manus-plan-summary {
  background: var(--plan-surface-alt);
}.ai-manus-plan-body {
  background: var(--plan-body);
}.ai-manus-plan-card {
  background: var(--plan-card);
}.ai-manus-plan-task {
  transform-origin: left top;
}.ai-manus-plan-task-title {
  padding: 2px 2px;
  border-radius: 8px;
  cursor: pointer;
  background: transparent;
}.ai-manus-plan-task-details {
  border-radius: 10px;
  background: var(--plan-card);
  padding: 8px 10px;
}.ai-manus-plan-title {
  color: var(--plan-text-primary);
}.ai-manus-plan-muted {
  color: var(--plan-text-muted);
}.ai-manus-plan-label {
  color: var(--plan-text-label);
}.ai-manus-plan-note {
  color: var(--plan-text-note);
}.ai-manus-plan-subtext {
  color: var(--plan-text-sub);
}.ai-manus-plan-bullet {
  color: var(--plan-accent);
}.ai-manus-plan-icon-btn:hover {
  background: var(--plan-icon-hover);
}.ai-manus-plan-timeline-line {
  background: var(--plan-line);
}.ai-manus-plan-timeline-progress {
  background: linear-gradient(90deg, var(--plan-accent), var(--plan-accent-mid), var(--plan-accent-light));
}.ai-manus-plan-dot {
  background: var(--plan-accent);
  box-shadow: var(--plan-dot-shadow);
}.ai-manus-plan-dot-ring {
  border-color: var(--plan-accent-ring);
}.ai-manus-plan-badge--completed {
  border-color: var(--plan-status-completed-border);
  background: var(--plan-status-completed-bg);
  color: var(--plan-status-completed-text);
}.ai-manus-plan-badge--running {
  border-color: var(--plan-status-running-border);
  background: var(--plan-status-running-bg);
  color: var(--plan-status-running-text);
}.ai-manus-plan-badge--pending {
  border-color: var(--plan-status-pending-border);
  background: var(--plan-status-pending-bg);
  color: var(--plan-status-pending-text);
}.ai-manus-plan-badge--blocked {
  border-color: var(--plan-status-blocked-border);
  background: var(--plan-status-blocked-bg);
  color: var(--plan-status-blocked-text);
}.ai-manus-plan-badge--paused {
  border-color: var(--plan-status-paused-border);
  background: var(--plan-status-paused-bg);
  color: var(--plan-status-paused-text);
}.ai-manus-plan-badge--failed {
  border-color: var(--plan-status-failed-border);
  background: var(--plan-status-failed-bg);
  color: var(--plan-status-failed-text);
}.ai-manus-plan-status-icon--completed {
  color: var(--plan-status-completed-text);
}.ai-manus-plan-status-icon--running {
  color: var(--plan-status-running-text);
}.ai-manus-plan-status-icon--pending {
  color: var(--plan-status-pending-text);
}.ai-manus-plan-status-icon--blocked {
  color: var(--plan-status-blocked-text);
}.ai-manus-plan-status-icon--paused {
  color: var(--plan-status-paused-text);
}.ai-manus-plan-status-icon--failed {
  color: var(--plan-status-failed-text);
}:is(.dark, [data-theme="dark"]) .ai-manus-plan-panel {
  --plan-text-primary: #f0e8dd;
  --plan-text-muted: #c4bbb0;
  --plan-text-label: #a9968a;
  --plan-text-note: #b0a299;
  --plan-text-sub: #c2b9af;
  --plan-accent: #d2b077;
  --plan-accent-mid: #c2986a;
  --plan-accent-light: #e0c29a;
  --plan-accent-ring: rgba(210, 176, 119, 0.45);
  --plan-line: rgba(210, 176, 119, 0.35);
  --plan-surface: rgba(20, 22, 26, 0.86);
  --plan-surface-alt: rgba(22, 24, 28, 0.88);
  --plan-body: rgba(26, 28, 32, 0.75);
  --plan-card: rgba(30, 32, 36, 0.85);
  --plan-icon-hover: rgba(255, 255, 255, 0.08);
  --plan-dot-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  --plan-frame-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6), 0px 12px 36px 0px rgba(0, 0, 0, 0.5);
  --plan-frame-shadow-collapsed: 0px 0px 1px 0px rgba(0, 0, 0, 0.5), 0px 8px 24px 0px rgba(0, 0, 0, 0.45);
  --plan-status-completed-border: rgba(126, 182, 144, 0.4);
  --plan-status-completed-bg: rgba(126, 182, 144, 0.2);
  --plan-status-completed-text: #9ed6b6;
  --plan-status-running-border: rgba(210, 176, 119, 0.5);
  --plan-status-running-bg: rgba(210, 176, 119, 0.2);
  --plan-status-running-text: #e6c79a;
  --plan-status-pending-border: rgba(178, 168, 158, 0.4);
  --plan-status-pending-bg: rgba(178, 168, 158, 0.2);
  --plan-status-pending-text: #cbbfb4;
  --plan-status-blocked-border: rgba(201, 122, 122, 0.4);
  --plan-status-blocked-bg: rgba(201, 122, 122, 0.2);
  --plan-status-blocked-text: #e0a1a1;
  --plan-status-paused-border: rgba(168, 160, 150, 0.4);
  --plan-status-paused-bg: rgba(168, 160, 150, 0.2);
  --plan-status-paused-text: #c2b7ad;
  --plan-status-failed-border: rgba(210, 120, 120, 0.45);
  --plan-status-failed-bg: rgba(210, 120, 120, 0.22);
  --plan-status-failed-text: #e4a2a2;
}.ai-manus-root.ai-manus-embedded {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}.ai-manus-scrollbar,
.ds-copilot-dock .ai-manus-root,
.workspace-home-surface .ai-manus-root {
  --ds-copilot-scrollbar-thumb: rgba(59, 74, 94, 0.55);
  --ds-copilot-scrollbar-thumb-hover: rgba(59, 74, 94, 0.78);
  overflow-anchor: none;
  scrollbar-width: thin;
  scrollbar-color: var(--ds-copilot-scrollbar-thumb) transparent;
}:is(.dark, [data-theme="dark"]) .ai-manus-scrollbar,
:is(.dark, [data-theme="dark"]) .ds-copilot-dock .ai-manus-root,
:is(.dark, [data-theme="dark"]) .workspace-home-surface .ai-manus-root {
  --ds-copilot-scrollbar-thumb: rgba(236, 224, 210, 0.26);
  --ds-copilot-scrollbar-thumb-hover: rgba(236, 224, 210, 0.42);
}.ai-manus-scrollbar::-webkit-scrollbar,
.ds-copilot-dock .ai-manus-root ::-webkit-scrollbar,
.workspace-home-surface .ai-manus-root ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}.ai-manus-scrollbar::-webkit-scrollbar-track,
.ds-copilot-dock .ai-manus-root ::-webkit-scrollbar-track,
.workspace-home-surface .ai-manus-root ::-webkit-scrollbar-track {
  background: transparent;
}.ai-manus-scrollbar::-webkit-scrollbar-thumb,
.ds-copilot-dock .ai-manus-root ::-webkit-scrollbar-thumb,
.workspace-home-surface .ai-manus-root ::-webkit-scrollbar-thumb {
  background: var(--ds-copilot-scrollbar-thumb);
  border-radius: 999px;
}.ai-manus-scrollbar::-webkit-scrollbar-thumb:hover,
.ds-copilot-dock .ai-manus-root ::-webkit-scrollbar-thumb:hover,
.workspace-home-surface .ai-manus-root ::-webkit-scrollbar-thumb:hover {
  background: var(--ds-copilot-scrollbar-thumb-hover);
}.ai-manus-surface {
  background-color: var(--background-surface);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}.ai-manus-surface-strong {
  background-color: var(--background-surface-strong);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}.ai-manus-tool-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--border-light);
  background: var(--background-white-main);
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.16s var(--ease-out), color 0.16s var(--ease-out),
    border-color 0.16s var(--ease-out), transform 0.16s var(--ease-out);
  pointer-events: auto;
}.ai-manus-tool-btn:hover {
  background: var(--fill-tsp-white-light);
  border-color: var(--border-main);
  color: var(--text-primary);
  transform: translateY(-0.5px);
}.ai-manus-tool-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}.ai-manus-tool-btn.is-active {
  background: var(--fill-tsp-gray-main);
  border-color: var(--border-dark);
  color: var(--text-primary);
}.ai-manus-tool-dock {
  position: relative;
  background-color: transparent;
  background-image: none;
}.ai-manus-root.ai-manus-embedded .ai-manus-tool-dock {
  background-color: transparent;
  background-image: none;
}.ai-manus-tool-divider {
  flex: 0 0 auto;
  width: 1px;
  margin: 16px 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent,
    transparent 4px,
    var(--border-light) 4px,
    var(--border-light) 8px
  );
  transition: opacity 0.2s var(--ease-out), width 0.2s var(--ease-out),
    margin 0.2s var(--ease-out);
}.ai-manus-tool-divider.is-hidden {
  opacity: 0;
  width: 0;
  margin: 0;
}.ai-manus-tool-dock::after {
  content: none;
}.ai-manus-tool-dock > * {
  position: relative;
  z-index: 1;
}.ai-manus-tool-panel {
  background-color: var(--background-surface-strong);
  background-image:
    radial-gradient(420px 220px at 10% -10%, rgba(159, 177, 194, 0.14), transparent 60%),
    radial-gradient(320px 200px at 90% 0%, rgba(219, 206, 190, 0.16), transparent 60%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}.ai-manus-tool-header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.12));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}.ai-manus-tool-meta {
  background-color: var(--background-surface);
  border-bottom: 1px solid var(--border-light);
}.ai-manus-tool-info {
  border: 1px solid var(--border-light);
  background-color: var(--background-tsp-menu-white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}.ai-manus-tool-view {
  margin: 0 12px 10px;
  border: 1px solid var(--border-light);
  background-color: var(--background-white-main);
  box-shadow: 0px 10px 30px -28px var(--shadow-M);
}.ai-manus-tool-panel.is-terminal .ai-manus-tool-view {
  margin: 0;
  border: none;
  border-radius: 0 0 10px 10px;
  box-shadow: none;
}.ds-tool-about-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  min-width: 220px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--border-light);
  background-color: var(--background-tsp-menu-white);
  box-shadow:
    0 12px 26px -20px var(--shadow-M),
    0 2px 8px -6px var(--shadow-S);
  z-index: 20;
}.ds-tool-error-banner,
.ds-terminal-error-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: min(90%, 520px);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--function-error);
  background-color: var(--function-error-tsp);
  color: var(--function-error);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  pointer-events: none;
  z-index: 2;
}.ds-tool-error-icon,
.ds-terminal-error-icon {
  height: 14px;
  width: 14px;
  flex-shrink: 0;
}.ai-manus-tool-footer {
  background-color: var(--background-surface);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}.ai-manus-fade-in {
  opacity: 1;
  transform: translateY(0);
}.ai-manus-append .ai-manus-fade-in {
  animation: aiManusFadeIn 0.2s ease-out var(--ds-append-delay, 0ms) both;
  will-change: transform, opacity;
}@keyframes aiManusFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.ai-manus-spin {
  animation: aiManusSpin 4s linear infinite reverse;
}@keyframes aiManusSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}.ai-manus-slide-in {
  animation: aiManusSlideIn 0.3s ease-out;
}@keyframes aiManusSlideIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.ai-manus-root [data-tool-status="calling"] .ai-manus-tool-chip {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}.ai-manus-root [data-tool-status="calling"] .ai-manus-tool-chip::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(143, 163, 176, 0) 0%,
    rgba(143, 163, 176, 0.45) 45%,
    rgba(143, 163, 176, 0) 100%
  );
  transform: translateX(-120%);
  animation: aiManusToolSweep 1.6s ease-in-out infinite;
  pointer-events: none;
}@keyframes aiManusToolSweep {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}.ai-manus-root [data-content-streaming="true"] p,
.ai-manus-root [data-content-streaming="true"] li,
.ai-manus-root [data-content-streaming="true"] h1,
.ai-manus-root [data-content-streaming="true"] h2,
.ai-manus-root [data-content-streaming="true"] h3 {
  color: inherit;
}.ai-manus-root [data-stream-caret="true"] {
  position: relative;
  padding-right: 12px;
}.ai-manus-root [data-stream-caret="true"]::after {
  content: '';
  position: absolute;
  right: 4px;
  bottom: 2px;
  width: 6px;
  height: 1em;
  border-radius: 999px;
  background: currentColor;
  box-shadow: none;
  animation: aiManusCaretBlink 1s steps(2, start) infinite,
    aiManusCaretPulse 1.6s ease-in-out infinite;
  transform-origin: bottom;
  pointer-events: none;
}.ai-manus-root .ds-token {
  display: inline;
  opacity: 0;
  transform: translateY(2px);
  filter: blur(0.2px);
}.ai-manus-root [data-content-streaming="true"] .ds-token {
  background: none;
  color: inherit;
  animation: none;
}.ai-manus-root [data-content-streaming="true"] .ds-token.ds-token-code,
.ai-manus-root [data-content-streaming="true"] .ds-token.ds-token-table {
  background: none;
  color: var(--text-primary);
  animation: none;
}.ai-manus-root .ds-token.ds-token-reveal {
  animation: dsTokenIn var(--ds-token-duration, 180ms) ease-out forwards;
}.ai-manus-root .ds-token.ds-token-visible {
  opacity: 1;
  transform: translateY(0);
  filter: none;
  animation: none;
}.ai-manus-root .ds-token.ds-token-code {
  --ds-token-duration: 220ms;
}.ai-manus-root .ds-token.ds-token-table {
  --ds-token-duration: 200ms;
}.ai-manus-root [data-token-quality="1"] .ds-token {
  filter: none;
}.ai-manus-root [data-token-quality="2"] .ds-token {
  filter: none;
  transform: none;
}.ai-manus-root [data-token-quality="3"] .ds-token {
  opacity: 1;
  transform: none;
  filter: none;
  animation: none;
}.ai-manus-root [data-token-mode="status"] {
  --ds-token-duration: 140ms;
}.ai-manus-root [data-token-mode="reasoning"] {
  --ds-token-duration: 170ms;
}.ai-manus-root [data-token-mode="assistant"] {
  --ds-token-duration: 190ms;
}.ai-manus-root [data-token-mode="code"] {
  --ds-token-duration: 220ms;
}.ai-manus-root [data-token-mode="table"] {
  --ds-token-duration: 200ms;
}@keyframes dsTokenIn {
  from {
    opacity: 0;
    transform: translateY(2px);
    filter: blur(0.2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}@keyframes aiManusStreamWave {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}@keyframes aiManusCaretBlink {
  0%,
  45% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}@keyframes aiManusCaretPulse {
  0%,
  100% {
    transform: scaleY(0.9);
  }
  50% {
    transform: scaleY(1.05);
  }
}.ai-manus-root .animate-bounce-dot {
  display: inline-block;
  animation: aiManusDotBounce 1.5s infinite;
}@keyframes aiManusDotBounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-4px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}@media (prefers-reduced-motion: reduce) {
  .ai-manus-root [data-content-streaming="true"] p,
  .ai-manus-root [data-content-streaming="true"] li,
  .ai-manus-root [data-content-streaming="true"] h1,
  .ai-manus-root [data-content-streaming="true"] h2,
  .ai-manus-root [data-content-streaming="true"] h3 {
    animation: none;
  }

  .ai-manus-root [data-stream-caret="true"]::after {
    animation: none;
  }

  .ai-manus-append .ai-manus-fade-in {
    animation: none;
  }

  .ai-manus-root .animate-bounce-dot {
    animation: none;
  }

  .ai-manus-slide-in {
    animation: none;
  }

  .ai-manus-root [data-tool-status="calling"] .ai-manus-tool-chip::after {
    animation: none;
  }
}:is(.dark, [data-theme="dark"]) .ai-manus-tool-dock {
  background-image: none;
}:is(.dark, [data-theme="dark"]) .ai-manus-tool-panel {
  background-image:
    radial-gradient(420px 220px at 10% -10%, rgba(123, 136, 148, 0.16), transparent 60%),
    radial-gradient(320px 200px at 90% 0%, rgba(105, 99, 92, 0.18), transparent 60%);
}:is(.dark, [data-theme="dark"]) .ai-manus-tool-header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}:is(.dark, [data-theme="dark"]) .ai-manus-tool-meta {
  background-color: var(--background-surface);
}:is(.dark, [data-theme="dark"]) .ai-manus-tool-info {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}:is(.dark, [data-theme="dark"]) .ai-manus-tool-footer {
  background-color: var(--background-surface);
}:is(.dark, [data-theme="dark"]) .ai-manus-tool-chip {
  background-color: var(--background-surface);
  border-color: var(--border-light);
}:is(.dark, [data-theme="dark"]) .ai-manus-tool-details {
  background-color: var(--background-surface);
}:is(.dark, [data-theme="dark"]) .ai-manus-tool-detail-body {
  background-color: rgba(255, 255, 255, 0.06);
}.ai-manus-tool-chip {
  max-width: 100%;
}.ai-manus-tool-toggle {
  border: 1px solid transparent;
}.ai-manus-tool-error {
  max-width: 100%;
}.ai-manus-tool-details {
  max-width: 100%;
}.ai-manus-tool-detail + .ai-manus-tool-detail {
  margin-top: 8px;
}.ai-manus-tool-detail-body {
  margin: 4px 0 0;
  padding: 8px 10px;
  border-radius: 8px;
  background-color: var(--fill-tsp-gray-main);
  color: var(--text-primary);
  font-size: 11px;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-height: 220px;
  overflow: auto;
}.ai-manus-codeblock {
  border: 1px solid var(--border-light);
  border-radius: 12px;
  background-color: var(--background-white-main);
  overflow: hidden;
}.ai-manus-codeblock-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 10px;
  background-color: var(--fill-tsp-gray-main);
  border-bottom: 1px solid var(--border-light);
  font-size: 10px;
  color: var(--text-tertiary);
}.ai-manus-codeblock-bar .ai-manus-code-lang {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 9px;
  color: var(--text-secondary);
}.ai-manus-codeblock-bar .ai-manus-code-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}.ai-manus-codeblock-bar button {
  border: 1px solid var(--border-light);
  border-radius: 999px;
  padding: 2px 8px;
  background: transparent;
  color: var(--text-secondary);
  font-size: 9px;
  transition: background-color 0.15s ease;
}.ai-manus-codeblock-bar button:hover {
  background-color: var(--fill-tsp-gray-dark);
}.ai-manus-codeblock pre {
  margin: 0;
  padding: 12px;
  background: transparent;
  border: none;
  overflow: auto;
  max-width: 100%;
}.ai-manus-codeblock.is-collapsed pre {
  max-height: 220px;
  overflow: hidden;
  position: relative;
}.ai-manus-codeblock.is-collapsed pre::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--background-white-main));
  pointer-events: none;
}:is(.dark, [data-theme="dark"]) .ai-manus-codeblock {
  background-color: var(--background-surface);
}:is(.dark, [data-theme="dark"]) .ai-manus-codeblock-bar {
  background-color: rgba(255, 255, 255, 0.06);
}:is(.dark, [data-theme="dark"]) .ai-manus-codeblock-bar button:hover {
  background-color: rgba(255, 255, 255, 0.12);
}:is(.dark, [data-theme="dark"]) .ai-manus-codeblock.is-collapsed pre::after {
  background: linear-gradient(180deg, rgba(15, 15, 15, 0), var(--background-surface));
}.ai-manus-root .prose pre:not(.shiki) {
  border: 1px solid var(--border-light);
  background-color: var(--fill-tsp-white-light);
}:is(.dark, [data-theme="dark"]) .ai-manus-root .prose pre:not(.shiki) {
  background-color: var(--background-surface);
}.ai-manus-root .ai-manus-codeblock pre {
  border: none;
  background: transparent;
}.ai-manus-root .prose code {
  border-radius: 6px;
  padding: 0.15em 0.35em;
  background-color: var(--fill-tsp-gray-main);
}.ai-manus-root .prose pre code {
  padding: 0;
  background: transparent;
}.ai-manus-thinking {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: min(100%, 520px);
  min-width: 0;
  overflow: hidden;
}.ai-manus-thinking .text-type {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 18px);
  white-space: nowrap;
  overflow: hidden;
}.ai-manus-thinking .ai-manus-thinking-text {
  min-width: 0;
  max-width: calc(100% - 18px);
  flex: 1 1 auto;
  overflow: hidden;
}.ai-manus-thinking .text-type__content {
  display: inline-block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}.ai-manus-thinking-dots {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  line-height: 1;
}.ai-manus-thinking-dot {
  display: inline-block;
  animation: aiManusThinkingWave 0.72s ease-in-out infinite;
}.ai-manus-thinking-dot:nth-child(2) {
  animation-delay: 0.12s;
}.ai-manus-thinking-dot:nth-child(3) {
  animation-delay: 0.24s;
}@keyframes aiManusThinkingWave {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.65;
  }
  40% {
    transform: translateY(-3px);
    opacity: 1;
  }
}@media (max-width: 720px) {
  .ai-manus-tool-chip {
    flex-wrap: wrap;
    gap: 6px;
  }

  .ai-manus-tool-chip .truncate {
    white-space: normal;
    text-overflow: clip;
    overflow: hidden;
    overflow-wrap: anywhere;
  }

  .ai-manus-tool-chip code {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .ai-manus-codeblock-bar {
    flex-wrap: wrap;
    row-gap: 6px;
  }
}/* Markdown Preview Styles */.wmde-markdown {
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-canvas-default: transparent;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210, 18%, 87%, 1);
  --color-neutral-muted: rgba(175, 184, 193, 0.2);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-attention-subtle: #fff8c5;
  --color-danger-fg: #cf222e;
  --color-success-fg: #1a7f37;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  color: var(--color-fg-default);
  background-color: var(--color-canvas-default);
}.wmde-markdown h1,
.wmde-markdown h2,
.wmde-markdown h3,
.wmde-markdown h4,
.wmde-markdown h5,
.wmde-markdown h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
  scroll-margin-top: 90px;
}.wmde-markdown h1 {
  font-size: 2em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid var(--color-border-muted);
}.wmde-markdown h2 {
  font-size: 1.5em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid var(--color-border-muted);
}.wmde-markdown h3 {
  font-size: 1.25em;
}.wmde-markdown h4 {
  font-size: 1em;
}.wmde-markdown p {
  margin-top: 0;
  margin-bottom: 16px;
}.wmde-markdown a {
  color: var(--color-accent-fg);
  text-decoration: none;
}.wmde-markdown a:hover {
  text-decoration: underline;
}.wmde-markdown code {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: var(--color-neutral-muted);
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;
}.wmde-markdown pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  color: var(--color-fg-default);
  background-color: var(--color-canvas-subtle);
  border-radius: 6px;
  margin-bottom: 16px;
}.wmde-markdown pre code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  white-space: pre;
  background: transparent;
  border: 0;
}.wmde-markdown.ds-docs-markdown {
  --ds-docs-code-bg: #0b0f17;
  --ds-docs-code-fg: #edf2f7;
  --ds-docs-code-border: rgba(8, 11, 15, 0.96);
}.wmde-markdown.ds-docs-markdown pre {
  background: var(--ds-docs-code-bg) !important;
  color: var(--ds-docs-code-fg) !important;
  border: 1px solid var(--ds-docs-code-border) !important;
  box-shadow: none;
}.wmde-markdown.ds-docs-markdown pre > code,
.wmde-markdown.ds-docs-markdown pre code,
.wmde-markdown.ds-docs-markdown pre tt,
.wmde-markdown.ds-docs-markdown pre > code *,
.wmde-markdown.ds-docs-markdown pre code *,
.wmde-markdown.ds-docs-markdown pre tt * {
  background: transparent !important;
  color: inherit !important;
}.wmde-markdown.ds-docs-markdown :not(pre) > code {
  background: var(--ds-docs-code-bg) !important;
  color: var(--ds-docs-code-fg) !important;
  border: 1px solid rgba(8, 11, 15, 0.72);
}.wmde-markdown blockquote {
  padding: 0 1em;
  color: var(--color-fg-muted);
  border-left: 0.25em solid var(--color-border-default);
  margin: 0 0 16px 0;
}.wmde-markdown ul,
.wmde-markdown ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 2em;
}.wmde-markdown li + li {
  margin-top: 0.25em;
}.wmde-markdown table {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: auto;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 16px;
}.wmde-markdown table th,
.wmde-markdown table td {
  padding: 6px 13px;
  border: 1px solid var(--color-border-default);
}.wmde-markdown table th {
  font-weight: 600;
  background-color: var(--color-canvas-subtle);
}.wmde-markdown table tr:nth-child(2n) {
  background-color: var(--color-canvas-subtle);
}.wmde-markdown hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: var(--color-border-default);
  border: 0;
}.wmde-markdown img {
  max-width: 100%;
  box-sizing: content-box;
  background-color: var(--color-canvas-default);
  border-radius: 6px;
}/* Task list styles */.wmde-markdown .contains-task-list {
  list-style-type: none;
  padding-left: 1.5em;
}.wmde-markdown .task-list-item {
  position: relative;
}.wmde-markdown .task-list-item input[type="checkbox"] {
  margin-right: 0.5em;
}/* Syntax highlighting placeholder */.wmde-markdown .code-highlight {
  background-color: var(--color-canvas-subtle);
}/* Dark mode support */[data-color-mode="dark"] .wmde-markdown {
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #6e7681;
  --color-canvas-default: transparent;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-neutral-muted: rgba(110, 118, 129, 0.4);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-attention-subtle: rgba(187, 128, 9, 0.15);
  --color-danger-fg: #f85149;
  --color-success-fg: #3fb950;
}[data-color-mode="dark"] .wmde-markdown code {
  background-color: rgba(255, 255, 255, 0.12);
  color: #e6edf3;
}[data-color-mode="dark"] .wmde-markdown pre {
  border: 1px solid var(--color-border-muted);
  background-color: #0f131a;
}[data-color-mode="dark"] .wmde-markdown pre code {
  color: #e6edf3;
}/* Legal-page readability refinements */.wmde-markdown.legal-markdown {
  line-height: 1.72;
}.wmde-markdown.legal-markdown h2,
.wmde-markdown.legal-markdown h3,
.wmde-markdown.legal-markdown h4 {
  scroll-margin-top: 96px;
}.wmde-markdown.legal-markdown h2 {
  margin-top: 28px;
}.wmde-markdown.legal-markdown p,
.wmde-markdown.legal-markdown ul,
.wmde-markdown.legal-markdown ol,
.wmde-markdown.legal-markdown table,
.wmde-markdown.legal-markdown pre,
.wmde-markdown.legal-markdown blockquote {
  margin-bottom: 14px;
}.wmde-markdown.legal-markdown table {
  border-radius: 10px;
  border: 1px solid var(--color-border-default);
}.wmde-markdown.legal-markdown table th,
.wmde-markdown.legal-markdown table td {
  padding: 8px 12px;
}@media (max-width: 768px) {
  .wmde-markdown.legal-markdown {
    font-size: 15px;
    line-height: 1.74;
  }

  .wmde-markdown.legal-markdown h1,
  .wmde-markdown.legal-markdown h2,
  .wmde-markdown.legal-markdown h3,
  .wmde-markdown.legal-markdown h4 {
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .wmde-markdown.legal-markdown h1 {
    font-size: 1.7em;
  }

  .wmde-markdown.legal-markdown h2 {
    font-size: 1.3em;
    padding-bottom: 0.22em;
  }

  .wmde-markdown.legal-markdown h3 {
    font-size: 1.1em;
  }

  .wmde-markdown.legal-markdown ul,
  .wmde-markdown.legal-markdown ol {
    padding-left: 1.3em;
  }

  .wmde-markdown.legal-markdown pre {
    padding: 12px;
    font-size: 82%;
  }

  .wmde-markdown.legal-markdown table th,
  .wmde-markdown.legal-markdown table td {
    padding: 8px 10px;
    font-size: 13px;
    white-space: nowrap;
  }

  .wmde-markdown.legal-markdown blockquote {
    padding-left: 0.85em;
  }
}/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.messageBar{
  --closing-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.85822%208.84922L4.85322%2011.8542C4.75891%2011.9453%204.63261%2011.9957%204.50151%2011.9946C4.37042%2011.9934%204.24501%2011.9408%204.15231%2011.8481C4.0596%2011.7554%204.00702%2011.63%204.00588%2011.4989C4.00474%2011.3678%204.05514%2011.2415%204.14622%2011.1472L7.15122%208.14222V7.85922L4.14622%204.85322C4.05514%204.75891%204.00474%204.63261%204.00588%204.50151C4.00702%204.37042%204.0596%204.24501%204.15231%204.15231C4.24501%204.0596%204.37042%204.00702%204.50151%204.00588C4.63261%204.00474%204.75891%204.05514%204.85322%204.14622L7.85822%207.15122H8.14122L11.1462%204.14622C11.2405%204.05514%2011.3668%204.00474%2011.4979%204.00588C11.629%204.00702%2011.7544%204.0596%2011.8471%204.15231C11.9398%204.24501%2011.9924%204.37042%2011.9936%204.50151C11.9947%204.63261%2011.9443%204.75891%2011.8532%204.85322L8.84822%207.85922V8.14222L11.8532%2011.1472C11.9443%2011.2415%2011.9947%2011.3678%2011.9936%2011.4989C11.9924%2011.63%2011.9398%2011.7554%2011.8471%2011.8481C11.7544%2011.9408%2011.629%2011.9934%2011.4979%2011.9946C11.3668%2011.9957%2011.2405%2011.9453%2011.1462%2011.8542L8.14122%208.84922L8.14222%208.85022L7.85822%208.84922Z'%20fill='black'/%3e%3c/svg%3e");
  --message-bar-close-button-color:var(--text-primary-color);
  --message-bar-close-button-color-hover:var(--text-primary-color);
  --message-bar-close-button-border-radius:4px;
  --message-bar-close-button-border:none;
  --message-bar-close-button-hover-bg-color:rgb(21 20 26 / 0.14);
  --message-bar-close-button-active-bg-color:rgb(21 20 26 / 0.21);
  --message-bar-close-button-focus-bg-color:rgb(21 20 26 / 0.07);
}@media (prefers-color-scheme: dark){

.messageBar{
    --message-bar-close-button-hover-bg-color:rgb(251 251 254 / 0.14);
    --message-bar-close-button-active-bg-color:rgb(251 251 254 / 0.21);
    --message-bar-close-button-focus-bg-color:rgb(251 251 254 / 0.07);
}
  }@media screen and (forced-colors: active){

.messageBar{
    --message-bar-close-button-color:ButtonText;
    --message-bar-close-button-border:1px solid ButtonText;
    --message-bar-close-button-hover-bg-color:ButtonText;
    --message-bar-close-button-active-bg-color:ButtonText;
    --message-bar-close-button-focus-bg-color:ButtonText;
    --message-bar-close-button-color-hover:HighlightText;
}
  }.messageBar{

  display:flex;
  position:relative;
  padding:8px 8px 8px 16px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:8px;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;

  border-radius:4px;

  border:1px solid var(--message-bar-border-color);
  background:var(--message-bar-bg-color);
  color:var(--message-bar-fg-color);
}.messageBar  > div{
    display:flex;
    align-items:flex-start;
    gap:8px;
    align-self:stretch;
  }:is(.messageBar > div)::before{
      content:"";
      display:inline-block;
      width:16px;
      height:16px;
      -webkit-mask-image:var(--message-bar-icon);
              mask-image:var(--message-bar-icon);
      -webkit-mask-size:cover;
              mask-size:cover;
      background-color:var(--message-bar-icon-color);
      flex-shrink:0;
    }.messageBar button{
    cursor:pointer;
  }:is(.messageBar button):focus-visible{
      outline:var(--focus-ring-outline);
      outline-offset:2px;
    }.messageBar .closeButton{
    width:32px;
    height:32px;
    background:none;
    border-radius:var(--message-bar-close-button-border-radius);
    border:var(--message-bar-close-button-border);

    display:flex;
    align-items:center;
    justify-content:center;
  }:is(.messageBar .closeButton)::before{
      content:"";
      display:inline-block;
      width:16px;
      height:16px;
      -webkit-mask-image:var(--closing-button-icon);
              mask-image:var(--closing-button-icon);
      -webkit-mask-size:cover;
              mask-size:cover;
      background-color:var(--message-bar-close-button-color);
    }:is(.messageBar .closeButton):is(:hover,:active,:focus)::before{
      background-color:var(--message-bar-close-button-color-hover);
    }:is(.messageBar .closeButton):hover{
      background-color:var(--message-bar-close-button-hover-bg-color);
    }:is(.messageBar .closeButton):active{
      background-color:var(--message-bar-close-button-active-bg-color);
    }:is(.messageBar .closeButton):focus{
      background-color:var(--message-bar-close-button-focus-bg-color);
    }:is(.messageBar .closeButton)  > span{
      display:inline-block;
      width:0;
      height:0;
      overflow:hidden;
    }#editorUndoBar{
  --text-primary-color:#15141a;

  --message-bar-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%201.5C4.41015%201.5%201.5%204.41015%201.5%208C1.5%2011.5899%204.41015%2014.5%208%2014.5C11.5899%2014.5%2014.5%2011.5899%2014.5%208C14.5%204.41015%2011.5899%201.5%208%201.5ZM0%208C0%203.58172%203.58172%200%208%200C12.4183%200%2016%203.58172%2016%208C16%2012.4183%2012.4183%2016%208%2016C3.58172%2016%200%2012.4183%200%208ZM8.75%204V5.5H7.25V4H8.75ZM8.75%2012V7H7.25V12H8.75Z'%20fill='black'/%3e%3c/svg%3e");
  --message-bar-icon-color:#0060df;
  --message-bar-bg-color:#deeafc;
  --message-bar-fg-color:var(--text-primary-color);
  --message-bar-border-color:rgb(0 0 0 / 0.08);

  --undo-button-bg-color:rgb(21 20 26 / 0.07);
  --undo-button-bg-color-hover:rgb(21 20 26 / 0.14);
  --undo-button-bg-color-active:rgb(21 20 26 / 0.21);

  --undo-button-fg-color:var(--message-bar-fg-color);
  --undo-button-fg-color-hover:var(--undo-button-fg-color);
  --undo-button-fg-color-active:var(--undo-button-fg-color);

  --focus-ring-color:#0060df;
  --focus-ring-outline:2px solid var(--focus-ring-color);
}@media (prefers-color-scheme: dark){

#editorUndoBar{
    --text-primary-color:#fbfbfe;

    --message-bar-icon-color:#73a7f3;
    --message-bar-bg-color:#003070;
    --message-bar-border-color:rgb(255 255 255 / 0.08);

    --undo-button-bg-color:rgb(255 255 255 / 0.08);
    --undo-button-bg-color-hover:rgb(255 255 255 / 0.14);
    --undo-button-bg-color-active:rgb(255 255 255 / 0.21);
}
  }@media screen and (forced-colors: active){

#editorUndoBar{
    --text-primary-color:CanvasText;

    --message-bar-icon-color:CanvasText;
    --message-bar-bg-color:Canvas;
    --message-bar-border-color:CanvasText;

    --undo-button-bg-color:ButtonText;
    --undo-button-bg-color-hover:SelectedItem;
    --undo-button-bg-color-active:SelectedItem;

    --undo-button-fg-color:ButtonFace;
    --undo-button-fg-color-hover:SelectedItemText;
    --undo-button-fg-color-active:SelectedItemText;

    --focus-ring-color:CanvasText;
}
  }#editorUndoBar{

  position:fixed;
  top:50px;
  left:50%;
  transform:translateX(-50%);
  z-index:10;

  padding-block:8px;
  padding-inline:16px 8px;

  font:menu;
  font-size:15px;

  cursor:default;
}#editorUndoBar button{
    cursor:pointer;
  }#editorUndoBar #editorUndoBarUndoButton{
    border-radius:4px;
    font-weight:590;
    line-height:19.5px;
    color:var(--undo-button-fg-color);
    border:none;
    padding:4px 16px;
    margin-inline-start:8px;
    height:32px;

    background-color:var(--undo-button-bg-color);
  }:is(#editorUndoBar #editorUndoBarUndoButton):hover{
      background-color:var(--undo-button-bg-color-hover);
      color:var(--undo-button-fg-color-hover);
    }:is(#editorUndoBar #editorUndoBarUndoButton):active{
      background-color:var(--undo-button-bg-color-active);
      color:var(--undo-button-fg-color-active);
    }#editorUndoBar  > div{
    align-items:center;
  }.dialog{
  --dialog-bg-color:white;
  --dialog-border-color:white;
  --dialog-shadow:0 2px 14px 0 rgb(58 57 68 / 0.2);
  --text-primary-color:#15141a;
  --text-secondary-color:#5b5b66;
  --hover-filter:brightness(0.9);
  --focus-ring-color:#0060df;
  --focus-ring-outline:2px solid var(--focus-ring-color);
  --link-fg-color:#0060df;
  --link-hover-fg-color:#0250bb;
  --separator-color:#f0f0f4;

  --textarea-border-color:#8f8f9d;
  --textarea-bg-color:white;
  --textarea-fg-color:var(--text-secondary-color);

  --radio-bg-color:#f0f0f4;
  --radio-checked-bg-color:#fbfbfe;
  --radio-border-color:#8f8f9d;
  --radio-checked-border-color:#0060df;

  --button-secondary-bg-color:#f0f0f4;
  --button-secondary-fg-color:var(--text-primary-color);
  --button-secondary-border-color:var(--button-secondary-bg-color);
  --button-secondary-hover-bg-color:var(--button-secondary-bg-color);
  --button-secondary-hover-fg-color:var(--button-secondary-fg-color);
  --button-secondary-hover-border-color:var(--button-secondary-hover-bg-color);

  --button-primary-bg-color:#0060df;
  --button-primary-fg-color:#fbfbfe;
  --button-primary-border-color:var(--button-primary-bg-color);
  --button-primary-hover-bg-color:var(--button-primary-bg-color);
  --button-primary-hover-fg-color:var(--button-primary-fg-color);
  --button-primary-hover-border-color:var(--button-primary-hover-bg-color);
}@media (prefers-color-scheme: dark){

.dialog{
    --dialog-bg-color:#1c1b22;
    --dialog-border-color:#1c1b22;
    --dialog-shadow:0 2px 14px 0 #15141a;
    --text-primary-color:#fbfbfe;
    --text-secondary-color:#cfcfd8;
    --focus-ring-color:#0df;
    --hover-filter:brightness(1.4);
    --link-fg-color:#0df;
    --link-hover-fg-color:#80ebff;
    --separator-color:#52525e;

    --textarea-bg-color:#42414d;

    --radio-bg-color:#2b2a33;
    --radio-checked-bg-color:#15141a;
    --radio-checked-border-color:#0df;

    --button-secondary-bg-color:#2b2a33;
    --button-primary-bg-color:#0df;
    --button-primary-fg-color:#15141a;
}
  }@media screen and (forced-colors: active){

.dialog{
    --dialog-bg-color:Canvas;
    --dialog-border-color:CanvasText;
    --dialog-shadow:none;
    --text-primary-color:CanvasText;
    --text-secondary-color:CanvasText;
    --hover-filter:none;
    --focus-ring-color:ButtonBorder;
    --link-fg-color:LinkText;
    --link-hover-fg-color:LinkText;
    --separator-color:CanvasText;

    --textarea-border-color:ButtonBorder;
    --textarea-bg-color:Field;
    --textarea-fg-color:ButtonText;

    --radio-bg-color:ButtonFace;
    --radio-checked-bg-color:ButtonFace;
    --radio-border-color:ButtonText;
    --radio-checked-border-color:ButtonText;

    --button-secondary-bg-color:ButtonFace;
    --button-secondary-fg-color:ButtonText;
    --button-secondary-border-color:ButtonText;
    --button-secondary-hover-bg-color:AccentColor;
    --button-secondary-hover-fg-color:AccentColorText;

    --button-primary-bg-color:ButtonText;
    --button-primary-fg-color:ButtonFace;
    --button-primary-hover-bg-color:AccentColor;
    --button-primary-hover-fg-color:AccentColorText;
}
  }.dialog{

  font:message-box;
  font-size:13px;
  font-weight:400;
  line-height:150%;
  border-radius:4px;
  padding:12px 16px;
  border:1px solid var(--dialog-border-color);
  background:var(--dialog-bg-color);
  color:var(--text-primary-color);
  box-shadow:var(--dialog-shadow);
}:is(.dialog .mainContainer) *:focus-visible{
      outline:var(--focus-ring-outline);
      outline-offset:2px;
    }:is(.dialog .mainContainer) .title{
      display:flex;
      width:auto;
      flex-direction:column;
      justify-content:flex-end;
      align-items:flex-start;
      gap:12px;
    }:is(:is(.dialog .mainContainer) .title)  > span{
        font-size:13px;
        font-style:normal;
        font-weight:590;
        line-height:150%;
      }:is(.dialog .mainContainer) .dialogSeparator{
      width:100%;
      height:0;
      margin-block:4px;
      border-top:1px solid var(--separator-color);
      border-bottom:none;
    }:is(.dialog .mainContainer) .dialogButtonsGroup{
      display:flex;
      gap:12px;
      align-self:flex-end;
    }:is(.dialog .mainContainer) .radio{
      display:flex;
      flex-direction:column;
      align-items:flex-start;
      gap:4px;
    }:is(:is(.dialog .mainContainer) .radio)  > .radioButton{
        display:flex;
        gap:8px;
        align-self:stretch;
        align-items:center;
      }:is(:is(:is(.dialog .mainContainer) .radio) > .radioButton) input{
          -webkit-appearance:none;
             -moz-appearance:none;
                  appearance:none;
          box-sizing:border-box;
          width:16px;
          height:16px;
          border-radius:50%;
          background-color:var(--radio-bg-color);
          border:1px solid var(--radio-border-color);
        }:is(:is(:is(:is(.dialog .mainContainer) .radio) > .radioButton) input):hover{
            filter:var(--hover-filter);
          }:is(:is(:is(:is(.dialog .mainContainer) .radio) > .radioButton) input):checked{
            background-color:var(--radio-checked-bg-color);
            border:4px solid var(--radio-checked-border-color);
          }:is(:is(.dialog .mainContainer) .radio)  > .radioLabel{
        display:flex;
        padding-inline-start:24px;
        align-items:flex-start;
        gap:10px;
        align-self:stretch;
      }:is(:is(:is(.dialog .mainContainer) .radio) > .radioLabel)  > span{
          flex:1 0 0;
          font-size:11px;
          color:var(--text-secondary-color);
        }:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton)){
      border-radius:4px;
      border:1px solid;
      font:menu;
      font-weight:600;
      padding:4px 16px;
      width:auto;
      height:32px;
    }:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton))):hover{
        cursor:pointer;
        filter:var(--hover-filter);
      }.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton))){
        color:var(--button-secondary-fg-color);
        background-color:var(--button-secondary-bg-color);
        border-color:var(--button-secondary-border-color);
      }.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton))):hover{
          color:var(--button-secondary-hover-fg-color);
          background-color:var(--button-secondary-hover-bg-color);
          border-color:var(--button-secondary-hover-border-color);
        }.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton))){
        color:var(--button-primary-fg-color);
        background-color:var(--button-primary-bg-color);
        border-color:var(--button-primary-border-color);
        opacity:1;
      }.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton))):hover{
          color:var(--button-primary-hover-fg-color);
          background-color:var(--button-primary-hover-bg-color);
          border-color:var(--button-primary-hover-border-color);
        }:is(.dialog .mainContainer) a{
      color:var(--link-fg-color);
    }:is(:is(.dialog .mainContainer) a):hover{
        color:var(--link-hover-fg-color);
      }:is(.dialog .mainContainer) textarea{
      font:inherit;
      padding:8px;
      resize:none;
      margin:0;
      box-sizing:border-box;
      border-radius:4px;
      border:1px solid var(--textarea-border-color);
      background:var(--textarea-bg-color);
      color:var(--textarea-fg-color);
    }:is(:is(.dialog .mainContainer) textarea):focus{
        outline-offset:0;
        border-color:transparent;
      }:is(:is(.dialog .mainContainer) textarea):disabled{
        pointer-events:none;
        opacity:0.4;
      }:is(.dialog .mainContainer) .messageBar{
      --message-bar-bg-color:#ffebcd;
      --message-bar-fg-color:#15141a;
      --message-bar-border-color:rgb(0 0 0 / 0.08);
      --message-bar-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.8748%2012.037L9.37782%202.037C8.99682%201.346%208.31082%201%207.62482%201C6.93882%201%206.25282%201.346%205.87282%202.037L0.375823%2012.037C-0.358177%2013.37%200.606823%2015%202.12782%2015H13.1228C14.6428%2015%2015.6078%2013.37%2014.8748%2012.037ZM8.24982%2011.75L7.99982%2012H7.24982L6.99982%2011.75V11L7.24982%2010.75H7.99982L8.24982%2011V11.75ZM8.24982%209.062C8.24982%209.22776%208.18398%209.38673%208.06677%209.50394C7.94955%209.62115%207.79058%209.687%207.62482%209.687C7.45906%209.687%207.30009%209.62115%207.18288%209.50394C7.06567%209.38673%206.99982%209.22776%206.99982%209.062V5.625C6.99982%205.45924%207.06567%205.30027%207.18288%205.18306C7.30009%205.06585%207.45906%205%207.62482%205C7.79058%205%207.94955%205.06585%208.06677%205.18306C8.18398%205.30027%208.24982%205.45924%208.24982%205.625V9.062Z'%20fill='black'/%3e%3c/svg%3e");
      --message-bar-icon-color:#cd411e;
    }@media (prefers-color-scheme: dark){

:is(.dialog .mainContainer) .messageBar{
        --message-bar-bg-color:#5a3100;
        --message-bar-fg-color:#fbfbfe;
        --message-bar-border-color:rgb(255 255 255 / 0.08);
        --message-bar-icon-color:#e49c49;
    }
      }@media screen and (forced-colors: active){

:is(.dialog .mainContainer) .messageBar{
        --message-bar-bg-color:HighlightText;
        --message-bar-fg-color:CanvasText;
        --message-bar-border-color:CanvasText;
        --message-bar-icon-color:CanvasText;
    }
      }:is(.dialog .mainContainer) .messageBar{

      align-self:stretch;
    }:is(:is(:is(.dialog .mainContainer) .messageBar) > div)::before,:is(:is(:is(.dialog .mainContainer) .messageBar) > div)  > div{
          margin-block:4px;
        }:is(:is(:is(.dialog .mainContainer) .messageBar) > div)  > div{
          display:flex;
          flex-direction:column;
          align-items:flex-start;
          gap:8px;
          flex:1 0 0;
        }:is(:is(:is(:is(.dialog .mainContainer) .messageBar) > div) > div) .title{
            font-size:13px;
            font-weight:590;
          }:is(:is(:is(:is(.dialog .mainContainer) .messageBar) > div) > div) .description{
            font-size:13px;
          }:is(.dialog .mainContainer) .toggler{
      display:flex;
      align-items:center;
      gap:8px;
      align-self:stretch;
    }:is(:is(.dialog .mainContainer) .toggler)  > .togglerLabel{
        -webkit-user-select:none;
           -moz-user-select:none;
                user-select:none;
      }.textLayer{
  position:absolute;
  text-align:initial;
  inset:0;
  overflow:clip;
  opacity:1;
  line-height:1;
  -webkit-text-size-adjust:none;
     -moz-text-size-adjust:none;
          text-size-adjust:none;
  forced-color-adjust:none;
  transform-origin:0 0;
  caret-color:CanvasText;
  z-index:0;
}.textLayer.highlighting{
    touch-action:none;
  }.textLayer :is(span,br){
    color:transparent;
    position:absolute;
    white-space:pre;
    cursor:text;
    transform-origin:0% 0%;
  }.textLayer  > :not(.markedContent),.textLayer .markedContent span:not(.markedContent){
    z-index:1;
  }.textLayer span.markedContent{
    top:0;
    height:0;
  }.textLayer span[role="img"]{
    -webkit-user-select:none;
       -moz-user-select:none;
            user-select:none;
    cursor:default;
  }.textLayer .highlight{
    --highlight-bg-color:rgb(180 0 170 / 0.25);
    --highlight-selected-bg-color:rgb(0 100 0 / 0.25);
    --highlight-backdrop-filter:none;
    --highlight-selected-backdrop-filter:none;
  }@media screen and (forced-colors: active){

.textLayer .highlight{
      --highlight-bg-color:transparent;
      --highlight-selected-bg-color:transparent;
      --highlight-backdrop-filter:var(--hcm-highlight-filter);
      --highlight-selected-backdrop-filter:var(
        --hcm-highlight-selected-filter
      );
  }
    }.textLayer .highlight{

    margin:-1px;
    padding:1px;
    background-color:var(--highlight-bg-color);
    backdrop-filter:var(--highlight-backdrop-filter);
    border-radius:4px;
  }.appended:is(.textLayer .highlight){
      position:initial;
    }.begin:is(.textLayer .highlight){
      border-radius:4px 0 0 4px;
    }.end:is(.textLayer .highlight){
      border-radius:0 4px 4px 0;
    }.middle:is(.textLayer .highlight){
      border-radius:0;
    }.selected:is(.textLayer .highlight){
      background-color:var(--highlight-selected-bg-color);
      backdrop-filter:var(--highlight-selected-backdrop-filter);
    }.textLayer ::-moz-selection{
    background:rgba(0 0 255 / 0.25);
    background:color-mix(in srgb, AccentColor, transparent 75%);
  }.textLayer ::selection{
    background:rgba(0 0 255 / 0.25);
    background:color-mix(in srgb, AccentColor, transparent 75%);
  }.textLayer br::-moz-selection{
    background:transparent;
  }.textLayer br::selection{
    background:transparent;
  }.textLayer .endOfContent{
    display:block;
    position:absolute;
    inset:100% 0 0;
    z-index:0;
    cursor:default;
    -webkit-user-select:none;
       -moz-user-select:none;
            user-select:none;
  }.textLayer.selecting .endOfContent{
    top:0;
  }.annotationLayer{
  --annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --input-focus-border-color:Highlight;
  --input-focus-outline:1px solid Canvas;
  --input-unfocused-border-color:transparent;
  --input-disabled-border-color:transparent;
  --input-hover-border-color:black;
  --link-outline:none;
}@media screen and (forced-colors: active){

.annotationLayer{
    --input-focus-border-color:CanvasText;
    --input-unfocused-border-color:ActiveText;
    --input-disabled-border-color:GrayText;
    --input-hover-border-color:Highlight;
    --link-outline:1.5px solid LinkText;
}

    .annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{
      outline:1.5px solid selectedItem;
    }

    .annotationLayer .linkAnnotation{
      outline:var(--link-outline);
    }

      :is(.annotationLayer .linkAnnotation):hover{
        backdrop-filter:var(--hcm-highlight-filter);
      }

      :is(.annotationLayer .linkAnnotation) > a:hover{
        opacity:0 !important;
        background:none !important;
        box-shadow:none;
      }

    .annotationLayer .popupAnnotation .popup{
      outline:calc(1.5px * var(--scale-factor)) solid CanvasText !important;
      background-color:ButtonFace !important;
      color:ButtonText !important;
    }

    .annotationLayer .highlightArea:hover::after{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      backdrop-filter:var(--hcm-highlight-filter);
      content:"";
      pointer-events:none;
    }

    .annotationLayer .popupAnnotation.focused .popup{
      outline:calc(3px * var(--scale-factor)) solid Highlight !important;
    }
  }.annotationLayer{

  position:absolute;
  top:0;
  left:0;
  pointer-events:none;
  transform-origin:0 0;
}.annotationLayer[data-main-rotation="90"] .norotate{
    transform:rotate(270deg) translateX(-100%);
  }.annotationLayer[data-main-rotation="180"] .norotate{
    transform:rotate(180deg) translate(-100%, -100%);
  }.annotationLayer[data-main-rotation="270"] .norotate{
    transform:rotate(90deg) translateY(-100%);
  }.annotationLayer.disabled section,.annotationLayer.disabled .popup{
      pointer-events:none;
    }.annotationLayer .annotationContent{
    position:absolute;
    width:100%;
    height:100%;
    pointer-events:none;
  }.freetext:is(.annotationLayer .annotationContent){
      background:transparent;
      border:none;
      inset:0;
      overflow:visible;
      white-space:nowrap;
      font:10px sans-serif;
      line-height:1.35;
      -webkit-user-select:none;
         -moz-user-select:none;
              user-select:none;
    }.annotationLayer section{
    position:absolute;
    text-align:initial;
    pointer-events:auto;
    box-sizing:border-box;
    transform-origin:0 0;
  }:is(.annotationLayer section):has(div.annotationContent) canvas.annotationContent{
        display:none;
      }.textLayer.selecting ~ .annotationLayer section{
    pointer-events:none;
  }.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton) > a{
    position:absolute;
    font-size:1em;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton):not(.hasBorder) > a:hover{
    opacity:0.2;
    background-color:rgb(255 255 0);
    box-shadow:0 2px 10px rgb(255 255 0);
  }.annotationLayer .linkAnnotation.hasBorder:hover{
    background-color:rgb(255 255 0 / 0.2);
  }.annotationLayer .hasBorder{
    background-size:100% 100%;
  }.annotationLayer .textAnnotation img{
    position:absolute;
    cursor:pointer;
    width:100%;
    height:100%;
    top:0;
    left:0;
  }.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{
    background-image:var(--annotation-unfocused-field-background);
    border:2px solid var(--input-unfocused-border-color);
    box-sizing:border-box;
    font:calc(9px * var(--scale-factor)) sans-serif;
    height:100%;
    margin:0;
    vertical-align:top;
    width:100%;
  }.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{
    outline:1.5px solid red;
  }.annotationLayer .choiceWidgetAnnotation select option{
    padding:0;
  }.annotationLayer .buttonWidgetAnnotation.radioButton input{
    border-radius:50%;
  }.annotationLayer .textWidgetAnnotation textarea{
    resize:none;
  }.annotationLayer .textWidgetAnnotation [disabled]:is(input,textarea),.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{
    background:none;
    border:2px solid var(--input-disabled-border-color);
    cursor:not-allowed;
  }.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{
    border:2px solid var(--input-hover-border-color);
  }.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{
    border-radius:2px;
  }.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{
    background:none;
    border:2px solid var(--input-focus-border-color);
    border-radius:2px;
    outline:var(--input-focus-outline);
  }.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{
    background-image:none;
    background-color:transparent;
  }.annotationLayer .buttonWidgetAnnotation.checkBox :focus{
    border:2px solid var(--input-focus-border-color);
    border-radius:2px;
    outline:var(--input-focus-outline);
  }.annotationLayer .buttonWidgetAnnotation.radioButton :focus{
    border:2px solid var(--input-focus-border-color);
    outline:var(--input-focus-outline);
  }.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before{
    background-color:CanvasText;
    content:"";
    display:block;
    position:absolute;
  }.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after{
    height:80%;
    left:45%;
    width:1px;
  }.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before{
    transform:rotate(45deg);
  }.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after{
    transform:rotate(-45deg);
  }.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before{
    border-radius:50%;
    height:50%;
    left:25%;
    top:25%;
    width:50%;
  }.annotationLayer .textWidgetAnnotation input.comb{
    font-family:monospace;
    padding-left:2px;
    padding-right:0;
  }.annotationLayer .textWidgetAnnotation input.comb:focus{
    width:103%;
  }.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
  }.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{
    height:100%;
    width:100%;
  }.annotationLayer .popupAnnotation{
    position:absolute;
    font-size:calc(9px * var(--scale-factor));
    pointer-events:none;
    width:-moz-max-content;
    width:max-content;
    max-width:45%;
    height:auto;
  }.annotationLayer .popup{
    background-color:rgb(255 255 153);
    box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) rgb(136 136 136);
    border-radius:calc(2px * var(--scale-factor));
    outline:1.5px solid rgb(255 255 74);
    padding:calc(6px * var(--scale-factor));
    cursor:pointer;
    font:message-box;
    white-space:normal;
    word-wrap:break-word;
    pointer-events:auto;
  }.annotationLayer .popupAnnotation.focused .popup{
    outline-width:3px;
  }.annotationLayer .popup *{
    font-size:calc(9px * var(--scale-factor));
  }.annotationLayer .popup > .header{
    display:inline-block;
  }.annotationLayer .popup > .header h1{
    display:inline;
  }.annotationLayer .popup > .header .popupDate{
    display:inline-block;
    margin-left:calc(5px * var(--scale-factor));
    width:-moz-fit-content;
    width:fit-content;
  }.annotationLayer .popupContent{
    border-top:1px solid rgb(51 51 51);
    margin-top:calc(2px * var(--scale-factor));
    padding-top:calc(2px * var(--scale-factor));
  }.annotationLayer .richText > *{
    white-space:pre-wrap;
    font-size:calc(9px * var(--scale-factor));
  }.annotationLayer .popupTriggerArea{
    cursor:pointer;
  }.annotationLayer section svg{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
  }.annotationLayer .annotationTextContent{
    position:absolute;
    width:100%;
    height:100%;
    opacity:0;
    color:transparent;
    -webkit-user-select:none;
       -moz-user-select:none;
            user-select:none;
    pointer-events:none;
  }:is(.annotationLayer .annotationTextContent) span{
      width:100%;
      display:inline-block;
    }.annotationLayer svg.quadrilateralsContainer{
    contain:strict;
    width:0;
    height:0;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
  }:root{
  --xfa-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --xfa-focus-outline:auto;
}@media screen and (forced-colors: active){
  :root{
    --xfa-focus-outline:2px solid CanvasText;
  }
  .xfaLayer *:required{
    outline:1.5px solid selectedItem;
  }
}.xfaLayer{
  background-color:transparent;
}.xfaLayer .highlight{
  margin:-1px;
  padding:1px;
  background-color:rgb(239 203 237);
  border-radius:4px;
}.xfaLayer .highlight.appended{
  position:initial;
}.xfaLayer .highlight.begin{
  border-radius:4px 0 0 4px;
}.xfaLayer .highlight.end{
  border-radius:0 4px 4px 0;
}.xfaLayer .highlight.middle{
  border-radius:0;
}.xfaLayer .highlight.selected{
  background-color:rgb(203 223 203);
}.xfaPage{
  overflow:hidden;
  position:relative;
}.xfaContentarea{
  position:absolute;
}.xfaPrintOnly{
  display:none;
}.xfaLayer{
  position:absolute;
  text-align:initial;
  top:0;
  left:0;
  transform-origin:0 0;
  line-height:1.2;
}.xfaLayer *{
  color:inherit;
  font:inherit;
  font-style:inherit;
  font-weight:inherit;
  font-kerning:inherit;
  letter-spacing:-0.01px;
  text-align:inherit;
  text-decoration:inherit;
  box-sizing:border-box;
  background-color:transparent;
  padding:0;
  margin:0;
  pointer-events:auto;
  line-height:inherit;
}.xfaLayer *:required{
  outline:1.5px solid red;
}.xfaLayer div,
.xfaLayer svg,
.xfaLayer svg *{
  pointer-events:none;
}.xfaLayer a{
  color:blue;
}.xfaRich li{
  margin-left:3em;
}.xfaFont{
  color:black;
  font-weight:normal;
  font-kerning:none;
  font-size:10px;
  font-style:normal;
  letter-spacing:0;
  text-decoration:none;
  vertical-align:0;
}.xfaCaption{
  overflow:hidden;
  flex:0 0 auto;
}.xfaCaptionForCheckButton{
  overflow:hidden;
  flex:1 1 auto;
}.xfaLabel{
  height:100%;
  width:100%;
}.xfaLeft{
  display:flex;
  flex-direction:row;
  align-items:center;
}.xfaRight{
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
}:is(.xfaLeft, .xfaRight) > :is(.xfaCaption, .xfaCaptionForCheckButton){
  max-height:100%;
}.xfaTop{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}.xfaBottom{
  display:flex;
  flex-direction:column-reverse;
  align-items:flex-start;
}:is(.xfaTop, .xfaBottom) > :is(.xfaCaption, .xfaCaptionForCheckButton){
  width:100%;
}.xfaBorder{
  background-color:transparent;
  position:absolute;
  pointer-events:none;
}.xfaWrapped{
  width:100%;
  height:100%;
}:is(.xfaTextfield, .xfaSelect):focus{
  background-image:none;
  background-color:transparent;
  outline:var(--xfa-focus-outline);
  outline-offset:-1px;
}:is(.xfaCheckbox, .xfaRadio):focus{
  outline:var(--xfa-focus-outline);
}.xfaTextfield,
.xfaSelect{
  height:100%;
  width:100%;
  flex:1 1 auto;
  border:none;
  resize:none;
  background-image:var(--xfa-unfocused-field-background);
}.xfaSelect{
  padding-inline:2px;
}:is(.xfaTop, .xfaBottom) > :is(.xfaTextfield, .xfaSelect){
  flex:0 1 auto;
}.xfaButton{
  cursor:pointer;
  width:100%;
  height:100%;
  border:none;
  text-align:center;
}.xfaLink{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}.xfaCheckbox,
.xfaRadio{
  width:100%;
  height:100%;
  flex:0 0 auto;
  border:none;
}.xfaRich{
  white-space:pre-wrap;
  width:100%;
  height:100%;
}.xfaImage{
  -o-object-position:left top;
     object-position:left top;
  -o-object-fit:contain;
     object-fit:contain;
  width:100%;
  height:100%;
}.xfaLrTb,
.xfaRlTb,
.xfaTb{
  display:flex;
  flex-direction:column;
  align-items:stretch;
}.xfaLr{
  display:flex;
  flex-direction:row;
  align-items:stretch;
}.xfaRl{
  display:flex;
  flex-direction:row-reverse;
  align-items:stretch;
}.xfaTb > div{
  justify-content:left;
}.xfaPosition{
  position:relative;
}.xfaArea{
  position:relative;
}.xfaValignMiddle{
  display:flex;
  align-items:center;
}.xfaTable{
  display:flex;
  flex-direction:column;
  align-items:stretch;
}.xfaTable .xfaRow{
  display:flex;
  flex-direction:row;
  align-items:stretch;
}.xfaTable .xfaRlRow{
  display:flex;
  flex-direction:row-reverse;
  align-items:stretch;
  flex:1;
}.xfaTable .xfaRlRow > div{
  flex:1;
}:is(.xfaNonInteractive, .xfaDisabled, .xfaReadOnly) :is(input, textarea){
  background:initial;
}@media print{
  .xfaTextfield,
  .xfaSelect{
    background:transparent;
  }

  .xfaSelect{
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    text-indent:1px;
    text-overflow:"";
  }
}.canvasWrapper svg{
    transform:none;
  }.moving:is(.canvasWrapper svg){
      z-index:100000;
    }[data-main-rotation="90"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) mask,[data-main-rotation="90"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) use:not(.clip,.mask){
          transform:matrix(0, 1, -1, 0, 1, 0);
        }[data-main-rotation="180"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) mask,[data-main-rotation="180"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) use:not(.clip,.mask){
          transform:matrix(-1, 0, 0, -1, 1, 1);
        }[data-main-rotation="270"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) mask,[data-main-rotation="270"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) use:not(.clip,.mask){
          transform:matrix(0, -1, 1, 0, 0, 1);
        }.draw:is(.canvasWrapper svg){
      position:absolute;
      mix-blend-mode:normal;
    }.draw[data-draw-rotation="90"]:is(.canvasWrapper svg){
        transform:rotate(90deg);
      }.draw[data-draw-rotation="180"]:is(.canvasWrapper svg){
        transform:rotate(180deg);
      }.draw[data-draw-rotation="270"]:is(.canvasWrapper svg){
        transform:rotate(270deg);
      }.highlight:is(.canvasWrapper svg){
      --blend-mode:multiply;
    }@media screen and (forced-colors: active){

.highlight:is(.canvasWrapper svg){
        --blend-mode:difference;
    }
      }.highlight:is(.canvasWrapper svg){

      position:absolute;
      mix-blend-mode:var(--blend-mode);
    }.highlight:is(.canvasWrapper svg):not(.free){
        fill-rule:evenodd;
      }.highlightOutline:is(.canvasWrapper svg){
      position:absolute;
      mix-blend-mode:normal;
      fill-rule:evenodd;
      fill:none;
    }.highlightOutline.hovered:is(.canvasWrapper svg):not(.free):not(.selected){
          stroke:var(--hover-outline-color);
          stroke-width:var(--outline-width);
        }.highlightOutline.selected:is(.canvasWrapper svg):not(.free) .mainOutline{
            stroke:var(--outline-around-color);
            stroke-width:calc(
              var(--outline-width) + 2 * var(--outline-around-width)
            );
          }.highlightOutline.selected:is(.canvasWrapper svg):not(.free) .secondaryOutline{
            stroke:var(--outline-color);
            stroke-width:var(--outline-width);
          }.highlightOutline.free.hovered:is(.canvasWrapper svg):not(.selected){
          stroke:var(--hover-outline-color);
          stroke-width:calc(2 * var(--outline-width));
        }.highlightOutline.free.selected:is(.canvasWrapper svg) .mainOutline{
            stroke:var(--outline-around-color);
            stroke-width:calc(
              2 * (var(--outline-width) + var(--outline-around-width))
            );
          }.highlightOutline.free.selected:is(.canvasWrapper svg) .secondaryOutline{
            stroke:var(--outline-color);
            stroke-width:calc(2 * var(--outline-width));
          }.toggle-button{
  --button-background-color:#f0f0f4;
  --button-background-color-hover:#e0e0e6;
  --button-background-color-active:#cfcfd8;
  --color-accent-primary:#0060df;
  --color-accent-primary-hover:#0250bb;
  --color-accent-primary-active:#054096;
  --border-interactive-color:#8f8f9d;
  --border-radius-circle:9999px;
  --border-width:1px;
  --size-item-small:16px;
  --size-item-large:32px;
  --color-canvas:white;
}@media (prefers-color-scheme: dark){

.toggle-button{
    --button-background-color:color-mix(in srgb, currentColor 7%, transparent);
    --button-background-color-hover:color-mix(
      in srgb,
      currentColor 14%,
      transparent
    );
    --button-background-color-active:color-mix(
      in srgb,
      currentColor 21%,
      transparent
    );
    --color-accent-primary:#0df;
    --color-accent-primary-hover:#80ebff;
    --color-accent-primary-active:#aaf2ff;
    --border-interactive-color:#bfbfc9;
    --color-canvas:#1c1b22;
}
  }@media (forced-colors: active){

.toggle-button{
    --color-accent-primary:ButtonText;
    --color-accent-primary-hover:SelectedItem;
    --color-accent-primary-active:SelectedItem;
    --border-interactive-color:ButtonText;
    --button-background-color:ButtonFace;
    --border-interactive-color-hover:SelectedItem;
    --border-interactive-color-active:SelectedItem;
    --border-interactive-color-disabled:GrayText;
    --color-canvas:ButtonText;
}
  }.toggle-button{

  --toggle-background-color:var(--button-background-color);
  --toggle-background-color-hover:var(--button-background-color-hover);
  --toggle-background-color-active:var(--button-background-color-active);
  --toggle-background-color-pressed:var(--color-accent-primary);
  --toggle-background-color-pressed-hover:var(--color-accent-primary-hover);
  --toggle-background-color-pressed-active:var(--color-accent-primary-active);
  --toggle-border-color:var(--border-interactive-color);
  --toggle-border-color-hover:var(--toggle-border-color);
  --toggle-border-color-active:var(--toggle-border-color);
  --toggle-border-radius:var(--border-radius-circle);
  --toggle-border-width:var(--border-width);
  --toggle-height:var(--size-item-small);
  --toggle-width:var(--size-item-large);
  --toggle-dot-background-color:var(--toggle-border-color);
  --toggle-dot-background-color-hover:var(--toggle-dot-background-color);
  --toggle-dot-background-color-active:var(--toggle-dot-background-color);
  --toggle-dot-background-color-on-pressed:var(--color-canvas);
  --toggle-dot-margin:1px;
  --toggle-dot-height:calc(
    var(--toggle-height) - 2 * var(--toggle-dot-margin) - 2 *
      var(--toggle-border-width)
  );
  --toggle-dot-width:var(--toggle-dot-height);
  --toggle-dot-transform-x:calc(
    var(--toggle-width) - 4 * var(--toggle-dot-margin) - var(--toggle-dot-width)
  );

  -webkit-appearance:none;

     -moz-appearance:none;

          appearance:none;
  padding:0;
  margin:0;
  border:var(--toggle-border-width) solid var(--toggle-border-color);
  height:var(--toggle-height);
  width:var(--toggle-width);
  border-radius:var(--toggle-border-radius);
  background:var(--toggle-background-color);
  box-sizing:border-box;
  flex-shrink:0;
}.toggle-button:focus-visible{
    outline:var(--focus-outline);
    outline-offset:var(--focus-outline-offset);
  }.toggle-button:enabled:hover{
    background:var(--toggle-background-color-hover);
    border-color:var(--toggle-border-color);
  }.toggle-button:enabled:active{
    background:var(--toggle-background-color-active);
    border-color:var(--toggle-border-color);
  }.toggle-button[aria-pressed="true"]{
    background:var(--toggle-background-color-pressed);
    border-color:transparent;
  }.toggle-button[aria-pressed="true"]:enabled:hover{
    background:var(--toggle-background-color-pressed-hover);
    border-color:transparent;
  }.toggle-button[aria-pressed="true"]:enabled:active{
    background:var(--toggle-background-color-pressed-active);
    border-color:transparent;
  }.toggle-button::before{
    display:block;
    content:"";
    background-color:var(--toggle-dot-background-color);
    height:var(--toggle-dot-height);
    width:var(--toggle-dot-width);
    margin:var(--toggle-dot-margin);
    border-radius:var(--toggle-border-radius);
    translate:0;
  }.toggle-button[aria-pressed="true"]::before{
    translate:var(--toggle-dot-transform-x);
    background-color:var(--toggle-dot-background-color-on-pressed);
  }.toggle-button[aria-pressed="true"]:enabled:hover::before,.toggle-button[aria-pressed="true"]:enabled:active::before{
    background-color:var(--toggle-dot-background-color-on-pressed);
  }[dir="rtl"] .toggle-button[aria-pressed="true"]::before{
    translate:calc(-1 * var(--toggle-dot-transform-x));
  }@media (prefers-reduced-motion: no-preference){
    .toggle-button::before{
      transition:translate 100ms;
    }
  }@media (prefers-contrast){
    .toggle-button:enabled:hover{
      border-color:var(--toggle-border-color-hover);
    }

    .toggle-button:enabled:active{
      border-color:var(--toggle-border-color-active);
    }

    .toggle-button[aria-pressed="true"]:enabled{
      border-color:var(--toggle-border-color);
      position:relative;
    }

    .toggle-button[aria-pressed="true"]:enabled:hover,.toggle-button[aria-pressed="true"]:enabled:hover:active{
      border-color:var(--toggle-border-color-hover);
    }

    .toggle-button[aria-pressed="true"]:enabled:active{
      background-color:var(--toggle-dot-background-color-active);
      border-color:var(--toggle-dot-background-color-hover);
    }

    .toggle-button:hover::before,.toggle-button:active::before{
      background-color:var(--toggle-dot-background-color-hover);
    }
  }@media (forced-colors){

.toggle-button{
    --toggle-dot-background-color:var(--color-accent-primary);
    --toggle-dot-background-color-hover:var(--color-accent-primary-hover);
    --toggle-dot-background-color-active:var(--color-accent-primary-active);
    --toggle-dot-background-color-on-pressed:var(--button-background-color);
    --toggle-background-color-disabled:var(--button-background-color-disabled);
    --toggle-border-color-hover:var(--border-interactive-color-hover);
    --toggle-border-color-active:var(--border-interactive-color-active);
    --toggle-border-color-disabled:var(--border-interactive-color-disabled);
}

    .toggle-button[aria-pressed="true"]:enabled::after{
      border:1px solid var(--button-background-color);
      content:"";
      position:absolute;
      height:var(--toggle-height);
      width:var(--toggle-width);
      display:block;
      border-radius:var(--toggle-border-radius);
      inset:-2px;
    }

    .toggle-button[aria-pressed="true"]:enabled:active::after{
      border-color:var(--toggle-border-color-active);
    }
  }:root{
  --outline-width:2px;
  --outline-color:#0060df;
  --outline-around-width:1px;
  --outline-around-color:#f0f0f4;
  --hover-outline-around-color:var(--outline-around-color);
  --focus-outline:solid var(--outline-width) var(--outline-color);
  --unfocus-outline:solid var(--outline-width) transparent;
  --focus-outline-around:solid var(--outline-around-width) var(--outline-around-color);
  --hover-outline-color:#8f8f9d;
  --hover-outline:solid var(--outline-width) var(--hover-outline-color);
  --hover-outline-around:solid var(--outline-around-width) var(--hover-outline-around-color);
  --freetext-line-height:1.35;
  --freetext-padding:2px;
  --resizer-bg-color:var(--outline-color);
  --resizer-size:6px;
  --resizer-shift:calc(
    0px - (var(--outline-width) + var(--resizer-size)) / 2 -
      var(--outline-around-width)
  );
  --editorFreeText-editing-cursor:text;
  --editorInk-editing-cursor:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645Z'%20fill='white'/%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645ZM12.472%205.1965L13.632%204.0365L13.631%203.1885L11.811%201.3675L10.963%201.3685L9.80299%202.5285L12.472%205.1965ZM4.31099%2013.1585C4.47099%2013.1285%204.61799%2013.0515%204.73399%2012.9345L11.587%206.0815L8.91899%203.4135L2.06599%2010.2655C1.94899%2010.3835%201.87199%2010.5305%201.84099%2010.6915L1.36699%2013.2485L1.75199%2013.6335L4.31099%2013.1585Z'%20fill='black'/%3e%3c/svg%3e") 0 16, pointer;
  --editorHighlight-editing-cursor:url(/ui/assets/cursor-editorTextHighlight-kG3uUOwL.svg) 24 24, text;
  --editorFreeHighlight-editing-cursor:url("data:image/svg+xml,%3csvg%20width='18'%20height='19'%20viewBox='0%200%2018%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.2%203.09C12.28%203.01%2012.43%203%2012.43%203C12.48%203%2012.58%203.02%2012.66%203.1L14.45%204.89C14.58%205.02%2014.58%205.22%2014.45%205.35L11.7713%208.02872L9.51628%205.77372L12.2%203.09ZM13.2658%205.12L11.7713%206.6145L10.9305%205.77372L12.425%204.27921L13.2658%205.12Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.98%209.32L8.23%2011.57L10.7106%209.08938L8.45562%206.83438L5.98%209.31V9.32ZM8.23%2010.1558L9.29641%209.08938L8.45562%208.24859L7.38921%209.315L8.23%2010.1558Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.1526%2013.1816L16.2125%207.1217C16.7576%206.58919%2017.05%205.8707%2017.05%205.12C17.05%204.36931%2016.7576%203.65084%2016.2126%203.11834L14.4317%201.33747C13.8992%200.79242%2013.1807%200.5%2012.43%200.5C11.6643%200.5%2010.9529%200.812929%2010.4329%201.33289L3.68289%208.08289C3.04127%208.72452%203.00459%209.75075%203.57288%2010.4363L1.29187%2012.7239C1.09186%2012.9245%200.990263%2013.1957%201.0007%2013.4685L1%2014.5C0.447715%2014.5%200%2014.9477%200%2015.5V17.5C0%2018.0523%200.447715%2018.5%201%2018.5H16C16.5523%2018.5%2017%2018.0523%2017%2017.5V15.5C17%2014.9477%2016.5523%2014.5%2016%2014.5H10.2325C9.83594%2014.5%209.39953%2013.9347%2010.1526%2013.1816ZM4.39%209.85L4.9807%2010.4407L2.39762%2013.0312H6.63877L7.10501%2012.565L7.57125%2013.0312H8.88875L15.51%206.41C15.86%206.07%2016.05%205.61%2016.05%205.12C16.05%204.63%2015.86%204.17%2015.51%203.83L13.72%202.04C13.38%201.69%2012.92%201.5%2012.43%201.5C11.94%201.5%2011.48%201.7%2011.14%202.04L4.39%208.79C4.1%209.08%204.1%209.56%204.39%209.85ZM16%2017.5V15.5H1V17.5H16Z'%20fill='%23FBFBFE'/%3e%3cpath%20d='M15.1616%206.05136L15.1616%206.05132L15.1564%206.05645L8.40645%2012.8064C8.35915%2012.8537%208.29589%2012.88%208.23%2012.88C8.16411%2012.88%208.10085%2012.8537%208.05355%2012.8064L7.45857%2012.2115L7.10501%2011.8579L6.75146%2012.2115L6.03289%2012.93H3.20465L5.33477%2010.7937L5.6873%2010.4402L5.33426%2010.0871L4.74355%209.49645C4.64882%209.40171%204.64882%209.23829%204.74355%209.14355L11.4936%202.39355C11.7436%202.14354%2012.0779%202%2012.43%202C12.7883%202%2013.1179%202.13776%2013.3614%202.38839L13.3613%202.38843L13.3664%202.39355L15.1564%204.18355L15.1564%204.18359L15.1616%204.18864C15.4122%204.43211%2015.55%204.76166%2015.55%205.12C15.55%205.47834%2015.4122%205.80789%2015.1616%206.05136ZM7.87645%2011.9236L8.23%2012.2771L8.58355%2011.9236L11.0642%209.44293L11.4177%209.08938L11.0642%208.73582L8.80918%206.48082L8.45562%206.12727L8.10207%206.48082L5.62645%208.95645L5.48%209.10289V9.31V9.32V9.52711L5.62645%209.67355L7.87645%2011.9236ZM11.4177%208.38227L11.7713%208.73582L12.1248%208.38227L14.8036%205.70355C15.1288%205.37829%2015.1288%204.86171%2014.8036%204.53645L13.0136%202.74645C12.8186%202.55146%2012.5792%202.5%2012.43%202.5H12.4134L12.3967%202.50111L12.43%203C12.3967%202.50111%2012.3966%202.50112%2012.3965%202.50112L12.3963%202.50114L12.3957%202.50117L12.3947%202.50125L12.3924%202.50142L12.387%202.50184L12.3732%202.50311C12.3628%202.50416%2012.3498%202.50567%2012.3346%202.50784C12.3049%202.51208%2012.2642%202.51925%2012.2178%202.53146C12.1396%202.55202%2011.9797%202.60317%2011.8464%202.73645L9.16273%205.42016L8.80918%205.77372L9.16273%206.12727L11.4177%208.38227ZM1.5%2016H15.5V17H1.5V16Z'%20stroke='%2315141A'/%3e%3c/svg%3e") 1 18, pointer;

  --new-alt-text-warning-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.78182%202.63903C8.58882%202.28803%208.25782%202.25003%208.12482%202.25003C7.99019%202.24847%207.85771%202.28393%207.74185%202.35253C7.62599%202.42113%207.5312%202.52023%207.46782%202.63903L1.97082%2012.639C1.90673%2012.7528%201.87406%2012.8816%201.87617%2013.0122C1.87828%2013.1427%201.91509%2013.2704%201.98282%2013.382C2.04798%2013.4951%202.14207%2013.5888%202.25543%2013.6535C2.36879%2013.7182%202.49732%2013.7515%202.62782%2013.75H13.6218C13.7523%2013.7515%2013.8809%2013.7182%2013.9942%2013.6535C14.1076%2013.5888%2014.2017%2013.4951%2014.2668%2013.382C14.3346%2013.2704%2014.3714%2013.1427%2014.3735%2013.0122C14.3756%2012.8816%2014.3429%2012.7528%2014.2788%2012.639L8.78182%202.63903ZM6.37282%202.03703C6.75182%201.34603%207.43882%201.00003%208.12482%201.00003C8.48341%200.997985%208.83583%201.09326%209.14454%201.2757C9.45325%201.45814%209.70668%201.72092%209.87782%202.03603L15.3748%2012.036C16.1078%2013.369%2015.1438%2015%2013.6228%2015H2.62782C1.10682%2015%200.141823%2013.37%200.875823%2012.037L6.37282%202.03703ZM8.74982%209.06203C8.74982%209.22779%208.68397%209.38676%208.56676%209.50397C8.44955%209.62118%208.29058%209.68703%208.12482%209.68703C7.95906%209.68703%207.80009%209.62118%207.68288%209.50397C7.56566%209.38676%207.49982%209.22779%207.49982%209.06203V5.62503C7.49982%205.45927%207.56566%205.3003%207.68288%205.18309C7.80009%205.06588%207.95906%205.00003%208.12482%205.00003C8.29058%205.00003%208.44955%205.06588%208.56676%205.18309C8.68397%205.3003%208.74982%205.45927%208.74982%205.62503V9.06203ZM7.74982%2012L7.49982%2011.75V11L7.74982%2010.75H8.49982L8.74982%2011V11.75L8.49982%2012H7.74982Z'%20fill='black'/%3e%3c/svg%3e");
}.visuallyHidden{
  position:absolute;
  top:0;
  left:0;
  border:0;
  margin:0;
  padding:0;
  width:0;
  height:0;
  overflow:hidden;
  white-space:nowrap;
  font-size:0;
}.textLayer.highlighting{
    cursor:var(--editorFreeHighlight-editing-cursor);
  }.textLayer.highlighting:not(.free) span{
      cursor:var(--editorHighlight-editing-cursor);
    }[role="img"]:is(.textLayer.highlighting:not(.free) span){
        cursor:var(--editorFreeHighlight-editing-cursor);
      }.textLayer.highlighting.free span{
      cursor:var(--editorFreeHighlight-editing-cursor);
    }:is(#viewerContainer.pdfPresentationMode:fullscreen,.annotationEditorLayer.disabled) .noAltTextBadge{
    display:none !important;
  }@media (min-resolution: 1.1dppx){
  :root{
    --editorFreeText-editing-cursor:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202.75H12.5V2.25V1V0.5H12H10.358C9.91165%200.5%209.47731%200.625661%209.09989%200.860442L9.09886%200.861087L8%201.54837L6.89997%200.860979L6.89911%200.860443C6.5218%200.625734%206.08748%200.5%205.642%200.5H4H3.5V1V2.25V2.75H4H5.642C5.66478%202.75%205.6885%202.75641%205.71008%202.76968C5.71023%202.76977%205.71038%202.76986%205.71053%202.76995L6.817%203.461C6.81704%203.46103%206.81709%203.46105%206.81713%203.46108C6.81713%203.46108%206.81713%203.46108%206.81714%203.46109C6.8552%203.48494%206.876%203.52285%206.876%203.567V8V12.433C6.876%2012.4771%206.85523%2012.515%206.81722%2012.5389C6.81715%2012.5389%206.81707%2012.539%206.817%2012.539L5.70953%2013.23C5.70941%2013.2301%205.70929%2013.2302%205.70917%2013.2303C5.68723%2013.2438%205.6644%2013.25%205.641%2013.25H4H3.5V13.75V15V15.5H4H5.642C6.08835%2015.5%206.52269%2015.3743%206.90011%2015.1396L6.90086%2015.1391L8%2014.4526L9.10003%2015.14L9.10089%2015.1406C9.47831%2015.3753%209.91265%2015.501%2010.359%2015.501H12H12.5V15.001V13.751V13.251H12H10.358C10.3352%2013.251%2010.3115%2013.2446%2010.2899%2013.2313C10.2897%2013.2312%2010.2896%2013.2311%2010.2895%2013.231L9.183%2012.54C9.18298%2012.54%209.18295%2012.54%209.18293%2012.54C9.18291%2012.5399%209.18288%2012.5399%209.18286%2012.5399C9.14615%2012.5169%209.125%2012.4797%209.125%2012.434V8V3.567C9.125%203.52266%209.14603%203.48441%209.18364%203.4606C9.18377%203.46052%209.1839%203.46043%209.18404%203.46035L10.2895%202.76995C10.2896%202.76985%2010.2898%202.76975%2010.2899%202.76966C10.3119%202.75619%2010.3346%202.75%2010.358%202.75H12Z'%20fill='black'%20stroke='white'/%3e%3c/svg%3e") 0 16, text;
  }
}@media screen and (forced-colors: active){
  :root{
    --outline-color:CanvasText;
    --outline-around-color:ButtonFace;
    --resizer-bg-color:ButtonText;
    --hover-outline-color:Highlight;
    --hover-outline-around-color:SelectedItemText;
  }
}[data-editor-rotation="90"]{
  transform:rotate(90deg);
}[data-editor-rotation="180"]{
  transform:rotate(180deg);
}[data-editor-rotation="270"]{
  transform:rotate(270deg);
}.annotationEditorLayer{
  background:transparent;
  position:absolute;
  inset:0;
  font-size:calc(100px * var(--scale-factor));
  transform-origin:0 0;
  cursor:auto;
}.annotationEditorLayer .selectedEditor{
    z-index:100000 !important;
  }.annotationEditorLayer.drawing *{
    pointer-events:none !important;
  }.annotationEditorLayer.waiting{
  content:"";
  cursor:wait;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}.annotationEditorLayer.disabled{
  pointer-events:none;
}.annotationEditorLayer.freetextEditing{
  cursor:var(--editorFreeText-editing-cursor);
}.annotationEditorLayer.inkEditing{
  cursor:var(--editorInk-editing-cursor);
}.annotationEditorLayer .draw{
  box-sizing:border-box;
}.annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor){
  position:absolute;
  background:transparent;
  z-index:1;
  transform-origin:0 0;
  cursor:auto;
  max-width:100%;
  max-height:100%;
  border:var(--unfocus-outline);
}.draggable.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)){
    cursor:move;
  }.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)){
    border:var(--focus-outline);
    outline:var(--focus-outline-around);
  }.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor))::before{
      content:"";
      position:absolute;
      inset:0;
      border:var(--focus-outline-around);
      pointer-events:none;
    }:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)):hover:not(.selectedEditor){
    border:var(--hover-outline);
    outline:var(--hover-outline-around);
  }:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)):hover:not(.selectedEditor)::before{
      content:"";
      position:absolute;
      inset:0;
      border:var(--focus-outline-around);
    }:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{
    --editor-toolbar-delete-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%203H13.6C14%203%2014.3%203.3%2014.3%203.6C14.3%203.9%2014%204.2%2013.7%204.2H13.3V14C13.3%2015.1%2012.4%2016%2011.3%2016H4.80005C3.70005%2016%202.80005%2015.1%202.80005%2014V4.2H2.40005C2.00005%204.2%201.80005%204%201.80005%203.6C1.80005%203.2%202.00005%203%202.40005%203H5.00005V2C5.00005%200.9%205.90005%200%207.00005%200H9.00005C10.1%200%2011%200.9%2011%202V3ZM6.90005%201.2L6.30005%201.8V3H9.80005V1.8L9.20005%201.2H6.90005ZM11.4%2014.7L12%2014.1V4.2H4.00005V14.1L4.60005%2014.7H11.4ZM7.00005%2012.4C7.00005%2012.7%206.70005%2013%206.40005%2013C6.10005%2013%205.80005%2012.7%205.80005%2012.4V7.6C5.70005%207.3%206.00005%207%206.40005%207C6.80005%207%207.00005%207.3%207.00005%207.6V12.4ZM10.2001%2012.4C10.2001%2012.7%209.90006%2013%209.60006%2013C9.30006%2013%209.00006%2012.7%209.00006%2012.4V7.6C9.00006%207.3%209.30006%207%209.60006%207C9.90006%207%2010.2001%207.3%2010.2001%207.6V12.4Z'%20fill='black'%20/%3e%3c/svg%3e");
    --editor-toolbar-bg-color:#f0f0f4;
    --editor-toolbar-highlight-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.10918%2011.66C7.24918%2011.8%207.43918%2011.88%207.63918%2011.88C7.83918%2011.88%208.02918%2011.8%208.16918%2011.66L14.9192%204.91C15.2692%204.57%2015.4592%204.11%2015.4592%203.62C15.4592%203.13%2015.2692%202.67%2014.9192%202.33L13.1292%200.54C12.7892%200.19%2012.3292%200%2011.8392%200C11.3492%200%2010.8892%200.2%2010.5492%200.54L3.79918%207.29C3.50918%207.58%203.50918%208.06%203.79918%208.35L4.38988%208.9407L1.40918%2011.93H5.64918L6.51419%2011.065L7.10918%2011.66ZM7.63918%2010.07L5.38918%207.82V7.81L7.8648%205.33438L10.1198%207.58938L7.63918%2010.07ZM11.1805%206.52872L13.8592%203.85C13.9892%203.72%2013.9892%203.52%2013.8592%203.39L12.0692%201.6C11.9892%201.52%2011.8892%201.5%2011.8392%201.5C11.8392%201.5%2011.6892%201.51%2011.6092%201.59L8.92546%204.27372L11.1805%206.52872Z'%20fill='%23000'/%3e%3cpath%20d='M0.40918%2014H15.4092V16H0.40918V14Z'%20fill='%23000'/%3e%3c/g%3e%3c/svg%3e");
    --editor-toolbar-fg-color:#2e2e56;
    --editor-toolbar-border-color:#8f8f9d;
    --editor-toolbar-hover-border-color:var(--editor-toolbar-border-color);
    --editor-toolbar-hover-bg-color:#e0e0e6;
    --editor-toolbar-hover-fg-color:var(--editor-toolbar-fg-color);
    --editor-toolbar-hover-outline:none;
    --editor-toolbar-focus-outline-color:#0060df;
    --editor-toolbar-shadow:0 2px 6px 0 rgb(58 57 68 / 0.2);
    --editor-toolbar-vert-offset:6px;
    --editor-toolbar-height:28px;
    --editor-toolbar-padding:2px;
    --alt-text-done-color:#2ac3a2;
    --alt-text-warning-color:#0090ed;
    --alt-text-hover-done-color:var(--alt-text-done-color);
    --alt-text-hover-warning-color:var(--alt-text-warning-color);
  }@media (prefers-color-scheme: dark){

:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{
      --editor-toolbar-bg-color:#2b2a33;
      --editor-toolbar-fg-color:#fbfbfe;
      --editor-toolbar-hover-bg-color:#52525e;
      --editor-toolbar-focus-outline-color:#0df;
      --alt-text-done-color:#54ffbd;
      --alt-text-warning-color:#80ebff;
  }
    }@media screen and (forced-colors: active){

:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{
      --editor-toolbar-bg-color:ButtonFace;
      --editor-toolbar-fg-color:ButtonText;
      --editor-toolbar-border-color:ButtonText;
      --editor-toolbar-hover-border-color:AccentColor;
      --editor-toolbar-hover-bg-color:ButtonFace;
      --editor-toolbar-hover-fg-color:AccentColor;
      --editor-toolbar-hover-outline:2px solid var(--editor-toolbar-hover-border-color);
      --editor-toolbar-focus-outline-color:ButtonBorder;
      --editor-toolbar-shadow:none;
      --alt-text-done-color:var(--editor-toolbar-fg-color);
      --alt-text-warning-color:var(--editor-toolbar-fg-color);
      --alt-text-hover-done-color:var(--editor-toolbar-hover-fg-color);
      --alt-text-hover-warning-color:var(--editor-toolbar-hover-fg-color);
  }
    }:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{

    display:flex;
    width:-moz-fit-content;
    width:fit-content;
    height:var(--editor-toolbar-height);
    flex-direction:column;
    justify-content:center;
    align-items:center;
    cursor:default;
    pointer-events:auto;
    box-sizing:content-box;
    padding:var(--editor-toolbar-padding);

    position:absolute;
    inset-inline-end:0;
    inset-block-start:calc(100% + var(--editor-toolbar-vert-offset));

    border-radius:6px;
    background-color:var(--editor-toolbar-bg-color);
    border:1px solid var(--editor-toolbar-border-color);
    box-shadow:var(--editor-toolbar-shadow);
  }.hidden:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar){
      display:none;
    }:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar):has(:focus-visible){
      border-color:transparent;
    }[dir="ltr"] :is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar){
      transform-origin:100% 0;
    }[dir="rtl"] :is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar){
      transform-origin:0 0;
    }:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons{
      display:flex;
      justify-content:center;
      align-items:center;
      gap:0;
      height:100%;
    }:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) button{
        padding:0;
      }:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .divider{
        width:0;
        height:calc(
          2 * var(--editor-toolbar-padding) + var(--editor-toolbar-height)
        );
        border-left:1px solid var(--editor-toolbar-border-color);
        border-right:none;
        display:inline-block;
        margin-inline:2px;
      }:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .highlightButton{
        width:var(--editor-toolbar-height);
      }:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .highlightButton)::before{
          content:"";
          -webkit-mask-image:var(--editor-toolbar-highlight-image);
                  mask-image:var(--editor-toolbar-highlight-image);
          -webkit-mask-repeat:no-repeat;
                  mask-repeat:no-repeat;
          -webkit-mask-position:center;
                  mask-position:center;
          display:inline-block;
          background-color:var(--editor-toolbar-fg-color);
          width:100%;
          height:100%;
        }:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .highlightButton):hover::before{
          background-color:var(--editor-toolbar-hover-fg-color);
        }:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .delete{
        width:var(--editor-toolbar-height);
      }:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .delete)::before{
          content:"";
          -webkit-mask-image:var(--editor-toolbar-delete-image);
                  mask-image:var(--editor-toolbar-delete-image);
          -webkit-mask-repeat:no-repeat;
                  mask-repeat:no-repeat;
          -webkit-mask-position:center;
                  mask-position:center;
          display:inline-block;
          background-color:var(--editor-toolbar-fg-color);
          width:100%;
          height:100%;
        }:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .delete):hover::before{
          background-color:var(--editor-toolbar-hover-fg-color);
        }:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons)  > *{
        height:var(--editor-toolbar-height);
      }:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons)  > :not(.divider){
        border:none;
        background-color:transparent;
        cursor:pointer;
      }:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) > :not(.divider)):hover{
          border-radius:2px;
          background-color:var(--editor-toolbar-hover-bg-color);
          color:var(--editor-toolbar-hover-fg-color);
          outline:var(--editor-toolbar-hover-outline);
          outline-offset:1px;
        }:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) > :not(.divider)):hover:active{
            outline:none;
          }:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) > :not(.divider)):focus-visible{
          border-radius:2px;
          outline:2px solid var(--editor-toolbar-focus-outline-color);
        }:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText{
        --alt-text-add-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.375%207.625V11.875C5.375%2012.0408%205.44085%2012.1997%205.55806%2012.3169C5.67527%2012.4342%205.83424%2012.5%206%2012.5C6.16576%2012.5%206.32473%2012.4342%206.44194%2012.3169C6.55915%2012.1997%206.625%2012.0408%206.625%2011.875V7.625L7.125%207.125H11.375C11.5408%207.125%2011.6997%207.05915%2011.8169%206.94194C11.9342%206.82473%2012%206.66576%2012%206.5C12%206.33424%2011.9342%206.17527%2011.8169%206.05806C11.6997%205.94085%2011.5408%205.875%2011.375%205.875H7.125L6.625%205.375V1.125C6.625%200.95924%206.55915%200.800269%206.44194%200.683058C6.32473%200.565848%206.16576%200.5%206%200.5C5.83424%200.5%205.67527%200.565848%205.55806%200.683058C5.44085%200.800269%205.375%200.95924%205.375%201.125V5.375L4.875%205.875H0.625C0.45924%205.875%200.300269%205.94085%200.183058%206.05806C0.065848%206.17527%200%206.33424%200%206.5C0%206.66576%200.065848%206.82473%200.183058%206.94194C0.300269%207.05915%200.45924%207.125%200.625%207.125H4.762L5.375%207.625Z'%20fill='black'/%3e%3c/svg%3e");
        --alt-text-done-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%200.5C5.21207%200.5%204.43185%200.655195%203.7039%200.956723C2.97595%201.25825%202.31451%201.70021%201.75736%202.25736C1.20021%202.81451%200.758251%203.47595%200.456723%204.2039C0.155195%204.93185%200%205.71207%200%206.5C0%207.28793%200.155195%208.06815%200.456723%208.7961C0.758251%209.52405%201.20021%2010.1855%201.75736%2010.7426C2.31451%2011.2998%202.97595%2011.7417%203.7039%2012.0433C4.43185%2012.3448%205.21207%2012.5%206%2012.5C7.5913%2012.5%209.11742%2011.8679%2010.2426%2010.7426C11.3679%209.61742%2012%208.0913%2012%206.5C12%204.9087%2011.3679%203.38258%2010.2426%202.25736C9.11742%201.13214%207.5913%200.5%206%200.5ZM5.06%208.9L2.9464%206.7856C2.85273%206.69171%202.80018%206.56446%202.80033%206.43183C2.80048%206.29921%202.85331%206.17207%202.9472%206.0784C3.04109%205.98473%203.16834%205.93218%203.30097%205.93233C3.43359%205.93248%203.56073%205.98531%203.6544%206.0792L5.3112%207.7368L8.3464%204.7008C8.44109%204.6109%208.56715%204.56153%208.69771%204.56322C8.82827%204.56492%208.95301%204.61754%209.04534%204.70986C9.13766%204.80219%209.19028%204.92693%209.19198%205.05749C9.19367%205.18805%209.1443%205.31411%209.0544%205.4088L5.5624%208.9H5.06Z'%20fill='%23FBFBFE'/%3e%3c/svg%3e");

        display:flex;
        align-items:center;
        justify-content:center;
        width:-moz-max-content;
        width:max-content;
        padding-inline:8px;
        pointer-events:all;
        font:menu;
        font-weight:590;
        font-size:12px;
        color:var(--editor-toolbar-fg-color);
      }:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):disabled{
          pointer-events:none;
        }:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText)::before{
          content:"";
          -webkit-mask-image:var(--alt-text-add-image);
                  mask-image:var(--alt-text-add-image);
          -webkit-mask-repeat:no-repeat;
                  mask-repeat:no-repeat;
          -webkit-mask-position:center;
                  mask-position:center;
          display:inline-block;
          width:12px;
          height:13px;
          background-color:var(--editor-toolbar-fg-color);
          margin-inline-end:4px;
        }:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):hover::before{
          background-color:var(--editor-toolbar-hover-fg-color);
        }.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText)::before{
          -webkit-mask-image:var(--alt-text-done-image);
                  mask-image:var(--alt-text-done-image);
        }.new:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText)::before{
            width:16px;
            height:16px;
            -webkit-mask-image:var(--new-alt-text-warning-image);
                    mask-image:var(--new-alt-text-warning-image);
            background-color:var(--alt-text-warning-color);
            -webkit-mask-size:cover;
                    mask-size:cover;
          }.new:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):hover::before{
            background-color:var(--alt-text-hover-warning-color);
          }.new.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText)::before{
              -webkit-mask-image:var(--alt-text-done-image);
                      mask-image:var(--alt-text-done-image);
              background-color:var(--alt-text-done-color);
            }.new.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):hover::before{
              background-color:var(--alt-text-hover-done-color);
            }:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip{
          display:none;
          word-wrap:anywhere;
        }.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){
            --alt-text-tooltip-bg:#f0f0f4;
            --alt-text-tooltip-fg:#15141a;
            --alt-text-tooltip-border:#8f8f9d;
            --alt-text-tooltip-shadow:0px 2px 6px 0px rgb(58 57 68 / 0.2);
          }@media (prefers-color-scheme: dark){

.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){
              --alt-text-tooltip-bg:#1c1b22;
              --alt-text-tooltip-fg:#fbfbfe;
              --alt-text-tooltip-shadow:0px 2px 6px 0px #15141a;
          }
            }@media screen and (forced-colors: active){

.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){
              --alt-text-tooltip-bg:Canvas;
              --alt-text-tooltip-fg:CanvasText;
              --alt-text-tooltip-border:CanvasText;
              --alt-text-tooltip-shadow:none;
          }
            }.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){

            display:inline-flex;
            flex-direction:column;
            align-items:center;
            justify-content:center;
            position:absolute;
            top:calc(100% + 2px);
            inset-inline-start:0;
            padding-block:2px 3px;
            padding-inline:3px;
            max-width:300px;
            width:-moz-max-content;
            width:max-content;
            height:auto;
            font-size:12px;

            border:0.5px solid var(--alt-text-tooltip-border);
            background:var(--alt-text-tooltip-bg);
            box-shadow:var(--alt-text-tooltip-shadow);
            color:var(--alt-text-tooltip-fg);

            pointer-events:none;
          }.annotationEditorLayer .freeTextEditor{
  padding:calc(var(--freetext-padding) * var(--scale-factor));
  width:auto;
  height:auto;
  touch-action:none;
}.annotationEditorLayer .freeTextEditor .internal{
  background:transparent;
  border:none;
  inset:0;
  overflow:visible;
  white-space:nowrap;
  font:10px sans-serif;
  line-height:var(--freetext-line-height);
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}.annotationEditorLayer .freeTextEditor .overlay{
  position:absolute;
  display:none;
  background:transparent;
  inset:0;
  width:100%;
  height:100%;
}.annotationEditorLayer freeTextEditor .overlay.enabled{
  display:block;
}.annotationEditorLayer .freeTextEditor .internal:empty::before{
  content:attr(default-content);
  color:gray;
}.annotationEditorLayer .freeTextEditor .internal:focus{
  outline:none;
  -webkit-user-select:auto;
     -moz-user-select:auto;
          user-select:auto;
}.annotationEditorLayer .inkEditor{
  width:100%;
  height:100%;
}.annotationEditorLayer .inkEditor.editing{
  cursor:inherit;
}.annotationEditorLayer .inkEditor .inkEditorCanvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  touch-action:none;
}.annotationEditorLayer .stampEditor{
  width:auto;
  height:auto;
}:is(.annotationEditorLayer .stampEditor) canvas{
    position:absolute;
    width:100%;
    height:100%;
    margin:0;
    top:0;
    left:0;
  }:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{
    --no-alt-text-badge-border-color:#f0f0f4;
    --no-alt-text-badge-bg-color:#cfcfd8;
    --no-alt-text-badge-fg-color:#5b5b66;
  }@media (prefers-color-scheme: dark){

:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{
      --no-alt-text-badge-border-color:#52525e;
      --no-alt-text-badge-bg-color:#fbfbfe;
      --no-alt-text-badge-fg-color:#15141a;
  }
    }@media screen and (forced-colors: active){

:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{
      --no-alt-text-badge-border-color:ButtonText;
      --no-alt-text-badge-bg-color:ButtonFace;
      --no-alt-text-badge-fg-color:ButtonText;
  }
    }:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{

    position:absolute;
    inset-inline-end:5px;
    inset-block-end:5px;
    display:inline-flex;
    width:32px;
    height:32px;
    padding:3px;
    justify-content:center;
    align-items:center;
    pointer-events:none;
    z-index:1;

    border-radius:2px;
    border:1px solid var(--no-alt-text-badge-border-color);
    background:var(--no-alt-text-badge-bg-color);
  }:is(:is(.annotationEditorLayer .stampEditor) .noAltTextBadge)::before{
      content:"";
      display:inline-block;
      width:16px;
      height:16px;
      -webkit-mask-image:var(--new-alt-text-warning-image);
              mask-image:var(--new-alt-text-warning-image);
      -webkit-mask-size:cover;
              mask-size:cover;
      background-color:var(--no-alt-text-badge-fg-color);
    }:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers{
      position:absolute;
      inset:0;
    }.hidden:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers){
        display:none;
      }:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer{
        width:var(--resizer-size);
        height:var(--resizer-size);
        background:content-box var(--resizer-bg-color);
        border:var(--focus-outline-around);
        border-radius:2px;
        position:absolute;
      }.topLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
          top:var(--resizer-shift);
          left:var(--resizer-shift);
        }.topMiddle:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
          top:var(--resizer-shift);
          left:calc(50% + var(--resizer-shift));
        }.topRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
          top:var(--resizer-shift);
          right:var(--resizer-shift);
        }.middleRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
          top:calc(50% + var(--resizer-shift));
          right:var(--resizer-shift);
        }.bottomRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
          bottom:var(--resizer-shift);
          right:var(--resizer-shift);
        }.bottomMiddle:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
          bottom:var(--resizer-shift);
          left:calc(50% + var(--resizer-shift));
        }.bottomLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
          bottom:var(--resizer-shift);
          left:var(--resizer-shift);
        }.middleLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
          top:calc(50% + var(--resizer-shift));
          left:var(--resizer-shift);
        }.topLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])) > .resizers > .resizer),.bottomRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])) > .resizers > .resizer){
        cursor:nwse-resize;
      }.topMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])) > .resizers > .resizer),.bottomMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])) > .resizers > .resizer){
        cursor:ns-resize;
      }.topRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])) > .resizers > .resizer),.bottomLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])) > .resizers > .resizer){
        cursor:nesw-resize;
      }.middleRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])) > .resizers > .resizer),.middleLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])) > .resizers > .resizer){
        cursor:ew-resize;
      }.topLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])) > .resizers > .resizer),.bottomRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])) > .resizers > .resizer){
        cursor:nesw-resize;
      }.topMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])) > .resizers > .resizer),.bottomMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])) > .resizers > .resizer){
        cursor:ew-resize;
      }.topRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])) > .resizers > .resizer),.bottomLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])) > .resizers > .resizer){
        cursor:nwse-resize;
      }.middleRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])) > .resizers > .resizer),.middleLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])) > .resizers > .resizer){
        cursor:ns-resize;
      }:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"])) .editToolbar{
      rotate:270deg;
    }[dir="ltr"] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"])) .editToolbar){
        inset-inline-end:calc(0px - var(--editor-toolbar-vert-offset));
        inset-block-start:0;
      }[dir="rtl"] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"])) .editToolbar){
        inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset));
        inset-block-start:0;
      }:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="180"],[data-main-rotation="90"] [data-editor-rotation="90"],[data-main-rotation="180"] [data-editor-rotation="0"],[data-main-rotation="270"] [data-editor-rotation="270"])) .editToolbar{
      rotate:180deg;
      inset-inline-end:100%;
      inset-block-start:calc(0pc - var(--editor-toolbar-vert-offset));
    }:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"])) .editToolbar{
      rotate:90deg;
    }[dir="ltr"] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"])) .editToolbar){
        inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset));
        inset-block-start:100%;
      }[dir="rtl"] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"])) .editToolbar){
        inset-inline-start:calc(0px - var(--editor-toolbar-vert-offset));
        inset-block-start:0;
      }.dialog.altText::backdrop{
    -webkit-mask:url(#alttext-manager-mask);
            mask:url(#alttext-manager-mask);
  }.dialog.altText.positioned{
    margin:0;
  }.dialog.altText #altTextContainer{
    width:300px;
    height:-moz-fit-content;
    height:fit-content;
    display:inline-flex;
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }:is(.dialog.altText #altTextContainer) #overallDescription{
      display:flex;
      flex-direction:column;
      align-items:flex-start;
      gap:4px;
      align-self:stretch;
    }:is(:is(.dialog.altText #altTextContainer) #overallDescription) span{
        align-self:stretch;
      }:is(:is(.dialog.altText #altTextContainer) #overallDescription) .title{
        font-size:13px;
        font-style:normal;
        font-weight:590;
      }:is(.dialog.altText #altTextContainer) #addDescription{
      display:flex;
      flex-direction:column;
      align-items:stretch;
      gap:8px;
    }:is(:is(.dialog.altText #altTextContainer) #addDescription) .descriptionArea{
        flex:1;
        padding-inline:24px 10px;
      }:is(:is(:is(.dialog.altText #altTextContainer) #addDescription) .descriptionArea) textarea{
          width:100%;
          min-height:75px;
        }:is(.dialog.altText #altTextContainer) #buttons{
      display:flex;
      justify-content:flex-end;
      align-items:flex-start;
      gap:8px;
      align-self:stretch;
    }.dialog.newAltText{
  --new-alt-text-ai-disclaimer-icon:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.49073%201.3015L3.30873%202.1505C3.29349%202.22246%203.25769%202.28844%203.20568%202.34045C3.15368%202.39246%203.08769%202.42826%203.01573%202.4435L2.16673%202.6255C1.76473%202.7125%201.76473%203.2865%202.16673%203.3725L3.01573%203.5555C3.08769%203.57074%203.15368%203.60654%203.20568%203.65855C3.25769%203.71056%203.29349%203.77654%203.30873%203.8485L3.49073%204.6975C3.57773%205.0995%204.15173%205.0995%204.23773%204.6975L4.42073%203.8485C4.43598%203.77654%204.47177%203.71056%204.52378%203.65855C4.57579%203.60654%204.64178%203.57074%204.71373%203.5555L5.56173%203.3725C5.96373%203.2855%205.96373%202.7115%205.56173%202.6255L4.71273%202.4435C4.64083%202.42814%204.57491%202.3923%204.52292%202.34031C4.47093%202.28832%204.43509%202.2224%204.41973%202.1505L4.23773%201.3015C4.15073%200.8995%203.57673%200.8995%203.49073%201.3015ZM10.8647%2013.9995C10.4853%2014.0056%2010.1158%2013.8782%209.82067%2013.6397C9.52553%2013.4013%209.32347%2013.0667%209.24973%2012.6945L8.89273%2011.0275C8.83676%2010.7687%208.70738%2010.5316%208.52009%2010.3445C8.3328%2010.1574%208.09554%2010.0282%207.83673%209.9725L6.16973%209.6155C5.38873%209.4465%204.86473%208.7975%204.86473%207.9995C4.86473%207.2015%205.38873%206.5525%206.16973%206.3845L7.83673%206.0275C8.09551%205.97135%208.33267%205.84193%208.51992%205.65468C8.70716%205.46744%208.83658%205.23028%208.89273%204.9715L9.25073%203.3045C9.41773%202.5235%2010.0667%201.9995%2010.8647%201.9995C11.6627%201.9995%2012.3117%202.5235%2012.4797%203.3045L12.8367%204.9715C12.9507%205.4995%2013.3647%205.9135%2013.8927%206.0265L15.5597%206.3835C16.3407%206.5525%2016.8647%207.2015%2016.8647%207.9995C16.8647%208.7975%2016.3407%209.4465%2015.5597%209.6145L13.8927%209.9715C13.6337%2010.0275%2013.3963%2010.157%2013.209%2010.3445C13.0217%2010.5319%2012.8925%2010.7694%2012.8367%2011.0285L12.4787%2012.6945C12.4054%2013.0667%2012.2036%2013.4014%2011.9086%2013.6399C11.6135%2013.8784%2011.2441%2014.0057%2010.8647%2013.9995ZM10.8647%203.2495C10.7667%203.2495%2010.5337%203.2795%2010.4727%203.5655L10.1147%205.2335C10.0081%205.72777%209.76116%206.18082%209.40361%206.53837C9.04606%206.89593%208.59301%207.14283%208.09873%207.2495L6.43173%207.6065C6.14573%207.6685%206.11473%207.9015%206.11473%207.9995C6.11473%208.0975%206.14573%208.3305%206.43173%208.3925L8.09873%208.7495C8.59301%208.85617%209.04606%209.10307%209.40361%209.46062C9.76116%209.81817%2010.0081%2010.2712%2010.1147%2010.7655L10.4727%2012.4335C10.5337%2012.7195%2010.7667%2012.7495%2010.8647%2012.7495C10.9627%2012.7495%2011.1957%2012.7195%2011.2567%2012.4335L11.6147%2010.7665C11.7212%2010.272%2011.9681%209.81878%2012.3256%209.46103C12.6832%209.10329%2013.1363%208.85624%2013.6307%208.7495L15.2977%208.3925C15.5837%208.3305%2015.6147%208.0975%2015.6147%207.9995C15.6147%207.9015%2015.5837%207.6685%2015.2977%207.6065L13.6307%207.2495C13.1365%207.14283%2012.6834%206.89593%2012.3259%206.53837C11.9683%206.18082%2011.7214%205.72777%2011.6147%205.2335L11.2567%203.5655C11.1957%203.2795%2010.9627%203.2495%2010.8647%203.2495ZM3.30873%2012.1505L3.49073%2011.3015C3.57673%2010.8995%204.15073%2010.8995%204.23773%2011.3015L4.41973%2012.1505C4.43509%2012.2224%204.47093%2012.2883%204.52292%2012.3403C4.57491%2012.3923%204.64083%2012.4281%204.71273%2012.4435L5.56173%2012.6255C5.96373%2012.7115%205.96373%2013.2855%205.56173%2013.3725L4.71273%2013.5545C4.64083%2013.5699%204.57491%2013.6057%204.52292%2013.6577C4.47093%2013.7097%204.43509%2013.7756%204.41973%2013.8475L4.23773%2014.6965C4.15173%2015.0985%203.57773%2015.0985%203.49073%2014.6965L3.30873%2013.8475C3.29337%2013.7756%203.25754%2013.7097%203.20555%2013.6577C3.15356%2013.6057%203.08764%2013.5699%203.01573%2013.5545L2.16673%2013.3725C1.76473%2013.2865%201.76473%2012.7125%202.16673%2012.6255L3.01573%2012.4435C3.08769%2012.4283%203.15368%2012.3925%203.20568%2012.3405C3.25769%2012.2884%203.29349%2012.2225%203.30873%2012.1505Z'%20fill='black'/%3e%3c/svg%3e");
  --new-alt-text-spinner-icon:url("data:image/svg+xml,%3c!--%20This%20Source%20Code%20Form%20is%20subject%20to%20the%20terms%20of%20the%20Mozilla%20Public%20-%20License,%20v.%202.0.%20If%20a%20copy%20of%20the%20MPL%20was%20not%20distributed%20with%20this%20-%20file,%20You%20can%20obtain%20one%20at%20http://mozilla.org/MPL/2.0/.%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20width='16'%20height='16'%3e%3cstyle%3e%20@media%20not%20(prefers-reduced-motion)%20{%20@keyframes%20loadingRotate%20{%20from%20{%20rotate:%200;%20}%20to%20{%20rotate:%20360deg%20}%20}%20%23circle-arrows%20{%20animation:%20loadingRotate%201.8s%20linear%20infinite;%20transform-origin:%2050%25%2050%25;%20}%20%23hourglass%20{%20display:%20none;%20}%20}%20@media%20(prefers-reduced-motion)%20{%20%23circle-arrows%20{%20display:%20none;%20}%20}%20%3c/style%3e%3cpath%20id='circle-arrows'%20d='M9%205.528c0%20.42.508.63.804.333l2.528-2.528a.47.47%200%200%200%200-.666L9.805.14A.471.471%200%200%200%209%20.472v1.866A5.756%205.756%200%200%200%202.25%208c0%20.942.232%201.83.635%202.615l1.143-1.143A4.208%204.208%200%200%201%203.75%208%204.254%204.254%200%200%201%208%203.75c.345%200%20.68.042%201%20.122v1.656zM7%2010.472v1.656c.32.08.655.122%201%20.122A4.254%204.254%200%200%200%2012.25%208c0-.52-.107-1.013-.279-1.474l1.143-1.143c.404.786.636%201.674.636%202.617A5.756%205.756%200%200%201%207%2013.662v1.866a.47.47%200%200%201-.804.333l-2.528-2.528a.47.47%200%200%201%200-.666l2.528-2.528a.47.47%200%200%201%20.804.333z'/%3e%3cg%20id='hourglass'%3e%3cpath%20d='M13,1%20C13.5522847,1%2014,1.44771525%2014,2%20C14,2.55228475%2013.5522847,3%2013,3%20L12.9854217,2.99990801%20C12.9950817,3.16495885%2013,3.33173274%2013,3.5%20C13,5.24679885%2010.9877318,6.01090495%2010.9877318,8.0017538%20C10.9877318,9.99260264%2013,10.7536922%2013,12.5%20C13,12.6686079%2012.9950617,12.8357163%2012.985363,13.0010943%20L13,13%20C13.5522847,13%2014,13.4477153%2014,14%20C14,14.5522847%2013.5522847,15%2013,15%20L3,15%20C2.44771525,15%202,14.5522847%202,14%20C2,13.4477153%202.44771525,13%203,13%20L3.01463704,13.0010943%20C3.00493827,12.8357163%203,12.6686079%203,12.5%20C3,10.7536922%204.9877318,9.99260264%205,8.0017538%20C5.0122682,6.01090495%203,5.24679885%203,3.5%20C3,3.33173274%203.00491834,3.16495885%203.01457832,2.99990801%20L3,3%20C2.44771525,3%202,2.55228475%202,2%20C2,1.44771525%202.44771525,1%203,1%20L13,1%20Z%20M10.987,3%20L5.012,3%20L5.00308914,3.24815712%20C5.00103707,3.33163368%205,3.4155948%205,3.5%20C5,5.36125069%206.99153646,6.01774089%206.99153646,8.0017538%20C6.99153646,9.98576671%205,10.6393737%205,12.5%20L5.00307746,12.7513676%20L5.01222201,12.9998392%20L5.60191711,12.9988344%20L6.0425138,12.2959826%20C7.02362731,10.7653275%207.67612271,10%208,10%20C8.37014547,10%209.16950644,10.9996115%2010.3980829,12.9988344%20L10.987778,12.9998392%20C10.9958674,12.8352104%2011,12.66849%2011,12.5%20C11,10.6393737%208.98689779,10.0147381%208.98689779,8.0017538%20C8.98689779,5.98876953%2011,5.36125069%2011,3.5%20L10.9969109,3.24815712%20L10.987,3%20Z'/%3e%3cpath%20d='M6,4%20L10,4%20C8.95166016,6%208.28499349,7%208,7%20C7.71500651,7%207.04833984,6%206,4%20Z'/%3e%3c/g%3e%3c/svg%3e");
  --preview-image-bg-color:#f0f0f4;
  --preview-image-border:none;
}@media (prefers-color-scheme: dark){

.dialog.newAltText{
    --preview-image-bg-color:#2b2a33;
}
  }@media screen and (forced-colors: active){

.dialog.newAltText{
    --preview-image-bg-color:ButtonFace;
    --preview-image-border:1px solid ButtonText;
}
  }.dialog.newAltText{

  width:80%;
  max-width:570px;
  min-width:300px;
  padding:0;
}.dialog.newAltText.noAi #newAltTextDisclaimer,.dialog.newAltText.noAi #newAltTextCreateAutomatically{
      display:none !important;
    }.dialog.newAltText.aiInstalling #newAltTextCreateAutomatically{
      display:none !important;
    }.dialog.newAltText.aiInstalling #newAltTextDownloadModel{
      display:flex !important;
    }.dialog.newAltText.error #newAltTextNotNow{
      display:none !important;
    }.dialog.newAltText.error #newAltTextCancel{
      display:inline-block !important;
    }.dialog.newAltText:not(.error) #newAltTextError{
    display:none !important;
  }.dialog.newAltText #newAltTextContainer{
    display:flex;
    width:auto;
    padding:16px;
    flex-direction:column;
    justify-content:flex-end;
    align-items:flex-start;
    gap:12px;
    flex:0 1 auto;
    line-height:normal;
  }:is(.dialog.newAltText #newAltTextContainer) #mainContent{
      display:flex;
      justify-content:flex-end;
      align-items:flex-start;
      gap:12px;
      align-self:stretch;
      flex:1 1 auto;
    }:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionAndSettings{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:16px;
        flex:1 0 0;
        align-self:stretch;
      }:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:8px;
        align-self:stretch;
        flex:1 1 auto;
      }:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer{
          width:100%;
          height:70px;
          position:relative;
        }:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea{
            width:100%;
            height:100%;
            padding:8px;
          }:is(:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea)::-moz-placeholder{
              color:var(--text-secondary-color);
            }:is(:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea)::placeholder{
              color:var(--text-secondary-color);
            }:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) .altTextSpinner{
            display:none;
            position:absolute;
            width:16px;
            height:16px;
            inset-inline-start:8px;
            inset-block-start:8px;
            -webkit-mask-size:cover;
                    mask-size:cover;
            background-color:var(--text-secondary-color);
            pointer-events:none;
          }.loading:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea::-moz-placeholder{
              color:transparent;
            }.loading:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea::placeholder{
              color:transparent;
            }.loading:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) .altTextSpinner{
              display:inline-block;
              -webkit-mask-image:var(--new-alt-text-spinner-icon);
                      mask-image:var(--new-alt-text-spinner-icon);
            }:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescription{
          font-size:11px;
        }:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDisclaimer{
          display:flex;
          flex-direction:row;
          align-items:flex-start;
          gap:4px;
          font-size:11px;
        }:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDisclaimer)::before{
            content:"";
            display:inline-block;
            width:17px;
            height:16px;
            -webkit-mask-image:var(--new-alt-text-ai-disclaimer-icon);
                    mask-image:var(--new-alt-text-ai-disclaimer-icon);
            -webkit-mask-size:cover;
                    mask-size:cover;
            background-color:var(--text-secondary-color);
            flex:1 0 auto;
          }:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextDownloadModel{
        display:flex;
        align-items:center;
        gap:4px;
        align-self:stretch;
      }:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextDownloadModel)::before{
          content:"";
          display:inline-block;
          width:16px;
          height:16px;
          -webkit-mask-image:var(--new-alt-text-spinner-icon);
                  mask-image:var(--new-alt-text-spinner-icon);
          -webkit-mask-size:cover;
                  mask-size:cover;
          background-color:var(--text-secondary-color);
        }:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextImagePreview{
        width:180px;
        aspect-ratio:1;
        display:flex;
        justify-content:center;
        align-items:center;
        flex:0 0 auto;
        background-color:var(--preview-image-bg-color);
        border:var(--preview-image-border);
      }:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextImagePreview)  > canvas{
          max-width:100%;
          max-height:100%;
        }.colorPicker{
  --hover-outline-color:#0250bb;
  --selected-outline-color:#0060df;
  --swatch-border-color:#cfcfd8;
}@media (prefers-color-scheme: dark){

.colorPicker{
    --hover-outline-color:#80ebff;
    --selected-outline-color:#aaf2ff;
    --swatch-border-color:#52525e;
}
  }@media screen and (forced-colors: active){

.colorPicker{
    --hover-outline-color:Highlight;
    --selected-outline-color:var(--hover-outline-color);
    --swatch-border-color:ButtonText;
}
  }.colorPicker .swatch{
    width:16px;
    height:16px;
    border:1px solid var(--swatch-border-color);
    border-radius:100%;
    outline-offset:2px;
    box-sizing:border-box;
    forced-color-adjust:none;
  }.colorPicker button:is(:hover,.selected) > .swatch{
    border:none;
  }.annotationEditorLayer[data-main-rotation="0"] .highlightEditor:not(.free) > .editToolbar{
      rotate:0deg;
    }.annotationEditorLayer[data-main-rotation="90"] .highlightEditor:not(.free) > .editToolbar{
      rotate:270deg;
    }.annotationEditorLayer[data-main-rotation="180"] .highlightEditor:not(.free) > .editToolbar{
      rotate:180deg;
    }.annotationEditorLayer[data-main-rotation="270"] .highlightEditor:not(.free) > .editToolbar{
      rotate:90deg;
    }.annotationEditorLayer .highlightEditor{
    position:absolute;
    background:transparent;
    z-index:1;
    cursor:auto;
    max-width:100%;
    max-height:100%;
    border:none;
    outline:none;
    pointer-events:none;
    transform-origin:0 0;
  }:is(.annotationEditorLayer .highlightEditor):not(.free){
      transform:none;
    }:is(.annotationEditorLayer .highlightEditor) .internal{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      pointer-events:auto;
    }.disabled:is(.annotationEditorLayer .highlightEditor) .internal{
      pointer-events:none;
    }.selectedEditor:is(.annotationEditorLayer .highlightEditor) .internal{
        cursor:pointer;
      }:is(.annotationEditorLayer .highlightEditor) .editToolbar{
      --editor-toolbar-colorpicker-arrow-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.23336%2010.4664L11.8474%206.85339C11.894%206.8071%2011.931%206.75203%2011.9563%206.69136C11.9816%206.63069%2011.9946%206.56562%2011.9946%206.49989C11.9946%206.43417%2011.9816%206.3691%2011.9563%206.30843C11.931%206.24776%2011.894%206.19269%2011.8474%206.14639C11.7536%206.05266%2011.6264%206%2011.4939%206C11.3613%206%2011.2341%206.05266%2011.1404%206.14639L7.99236%209.29339L4.84736%206.14739C4.75305%206.05631%204.62675%206.00592%204.49566%206.00706C4.36456%206.0082%204.23915%206.06078%204.14645%206.15348C4.05374%206.24619%204.00116%206.37159%204.00002%206.50269C3.99888%206.63379%204.04928%206.76009%204.14036%206.85439L7.75236%2010.4674L8.23336%2010.4664Z'%20fill='black'/%3e%3c/svg%3e");

      transform-origin:center !important;
    }:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker{
          position:relative;
          width:auto;
          display:flex;
          justify-content:center;
          align-items:center;
          gap:4px;
          padding:4px;
        }:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker)::after{
            content:"";
            -webkit-mask-image:var(--editor-toolbar-colorpicker-arrow-image);
                    mask-image:var(--editor-toolbar-colorpicker-arrow-image);
            -webkit-mask-repeat:no-repeat;
                    mask-repeat:no-repeat;
            -webkit-mask-position:center;
                    mask-position:center;
            display:inline-block;
            background-color:var(--editor-toolbar-fg-color);
            width:12px;
            height:12px;
          }:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):hover::after{
            background-color:var(--editor-toolbar-hover-fg-color);
          }:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):has(.dropdown:not(.hidden)){
            background-color:var(--editor-toolbar-hover-bg-color);
          }:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):has(.dropdown:not(.hidden))::after{
              scale:-1;
            }:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown{
            position:absolute;
            display:flex;
            justify-content:center;
            align-items:center;
            flex-direction:column;
            gap:11px;
            padding-block:8px;
            border-radius:6px;
            background-color:var(--editor-toolbar-bg-color);
            border:1px solid var(--editor-toolbar-border-color);
            box-shadow:var(--editor-toolbar-shadow);
            inset-block-start:calc(100% + 4px);
            width:calc(100% + 2 * var(--editor-toolbar-padding));
          }:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button{
              width:100%;
              height:auto;
              border:none;
              cursor:pointer;
              display:flex;
              justify-content:center;
              align-items:center;
              background:none;
            }:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button):is(:active,:focus-visible){
                outline:none;
              }:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button)  > .swatch{
                outline-offset:2px;
              }[aria-selected="true"]:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button) > .swatch{
                outline:2px solid var(--selected-outline-color);
              }:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button):is(:hover,:active,:focus-visible) > .swatch{
                outline:2px solid var(--hover-outline-color);
              }.editorParamsToolbar:has(#highlightParamsToolbarContainer){
  padding:unset;
}#highlightParamsToolbarContainer{
  gap:16px;
  padding-inline:10px;
  padding-block-end:12px;
}#highlightParamsToolbarContainer .colorPicker{
    display:flex;
    flex-direction:column;
    gap:8px;
  }:is(#highlightParamsToolbarContainer .colorPicker) .dropdown{
      display:flex;
      justify-content:space-between;
      align-items:center;
      flex-direction:row;
      height:auto;
    }:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button{
        width:auto;
        height:auto;
        border:none;
        cursor:pointer;
        display:flex;
        justify-content:center;
        align-items:center;
        background:none;
        flex:0 0 auto;
        padding:0;
      }:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button) .swatch{
          width:24px;
          height:24px;
        }:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button):is(:active,:focus-visible){
          outline:none;
        }[aria-selected="true"]:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button) > .swatch{
          outline:2px solid var(--selected-outline-color);
        }:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button):is(:hover,:active,:focus-visible) > .swatch{
          outline:2px solid var(--hover-outline-color);
        }#highlightParamsToolbarContainer #editorHighlightThickness{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:4px;
    align-self:stretch;
  }:is(#highlightParamsToolbarContainer #editorHighlightThickness) .editorParamsLabel{
      height:auto;
      align-self:stretch;
    }:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker{
      display:flex;
      justify-content:space-between;
      align-items:center;
      align-self:stretch;

      --example-color:#bfbfc9;
    }@media (prefers-color-scheme: dark){

:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker{
        --example-color:#80808e;
    }
      }@media screen and (forced-colors: active){

:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker{
        --example-color:CanvasText;
    }
      }:is(:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker) > .editorParamsSlider[disabled]){
        opacity:0.4;
      }:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker)::before,:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker)::after{
        content:"";
        width:8px;
        aspect-ratio:1;
        display:block;
        border-radius:100%;
        background-color:var(--example-color);
      }:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker)::after{
        width:24px;
      }:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker) .editorParamsSlider{
        width:unset;
        height:14px;
      }#highlightParamsToolbarContainer #editorHighlightVisibility{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    align-self:stretch;
  }:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{
      --divider-color:#d7d7db;
    }@media (prefers-color-scheme: dark){

:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{
        --divider-color:#8f8f9d;
    }
      }@media screen and (forced-colors: active){

:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{
        --divider-color:CanvasText;
    }
      }:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{

      margin-block:4px;
      width:100%;
      height:1px;
      background-color:var(--divider-color);
    }:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .toggler{
      display:flex;
      justify-content:space-between;
      align-items:center;
      align-self:stretch;
    }#altTextSettingsDialog{
  padding:16px;
}#altTextSettingsDialog #altTextSettingsContainer{
    display:flex;
    width:573px;
    flex-direction:column;
    gap:16px;
  }:is(#altTextSettingsDialog #altTextSettingsContainer) .mainContainer{
      gap:16px;
    }:is(#altTextSettingsDialog #altTextSettingsContainer) .description{
      color:var(--text-secondary-color);
    }:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings{
      display:flex;
      flex-direction:column;
      gap:12px;
    }:is(:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings) button{
        width:-moz-fit-content;
        width:fit-content;
      }.download:is(:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings) #deleteModelButton{
          display:none;
        }:is(:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings):not(.download) #downloadModelButton{
          display:none;
        }:is(#altTextSettingsDialog #altTextSettingsContainer) #automaticAltText,:is(#altTextSettingsDialog #altTextSettingsContainer) #altTextEditor{
      display:flex;
      flex-direction:column;
      gap:8px;
    }:is(#altTextSettingsDialog #altTextSettingsContainer) #createModelDescription,:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings,:is(#altTextSettingsDialog #altTextSettingsContainer) #showAltTextDialogDescription{
      padding-inline-start:40px;
    }:is(#altTextSettingsDialog #altTextSettingsContainer) #automaticSettings{
      display:flex;
      flex-direction:column;
      gap:16px;
    }:root{
  --viewer-container-height:0;
  --pdfViewer-padding-bottom:0;
  --page-margin:1px auto -8px;
  --page-border:9px solid transparent;
  --spreadHorizontalWrapped-margin-LR:-3.5px;
  --loading-icon-delay:400ms;
}@media screen and (forced-colors: active){
  :root{
    --pdfViewer-padding-bottom:9px;
    --page-margin:8px auto -1px;
    --page-border:1px solid CanvasText;
    --spreadHorizontalWrapped-margin-LR:3.5px;
  }
}[data-main-rotation="90"]{
  transform:rotate(90deg) translateY(-100%);
}[data-main-rotation="180"]{
  transform:rotate(180deg) translate(-100%, -100%);
}[data-main-rotation="270"]{
  transform:rotate(270deg) translateX(-100%);
}#hiddenCopyElement,
.hiddenCanvasElement{
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:0;
  display:none;
}.pdfViewer{
  --scale-factor:1;
  --page-bg-color:unset;

  padding-bottom:var(--pdfViewer-padding-bottom);

  --hcm-highlight-filter:none;
  --hcm-highlight-selected-filter:none;
}@media screen and (forced-colors: active){

.pdfViewer{
    --hcm-highlight-filter:invert(100%);
}
  }.pdfViewer.copyAll{
    cursor:wait;
  }.pdfViewer .canvasWrapper{
    overflow:hidden;
    width:100%;
    height:100%;
  }:is(.pdfViewer .canvasWrapper) canvas{
      position:absolute;
      top:0;
      left:0;
      margin:0;
      display:block;
      width:100%;
      height:100%;
      contain:content;
    }:is(:is(.pdfViewer .canvasWrapper) canvas) .structTree{
        contain:strict;
      }.pdfViewer .page{
  --scale-round-x:1px;
  --scale-round-y:1px;

  direction:ltr;
  width:816px;
  height:1056px;
  margin:var(--page-margin);
  position:relative;
  overflow:visible;
  border:var(--page-border);
  background-clip:content-box;
  background-color:var(--page-bg-color, rgb(255 255 255));
}.pdfViewer .dummyPage{
  position:relative;
  width:0;
  height:var(--viewer-container-height);
}.pdfViewer.noUserSelect{
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}.pdfViewer.removePageBorders .page{
  margin:0 auto 10px;
  border:none;
}.pdfViewer.singlePageView{
  display:inline-block;
}.pdfViewer.singlePageView .page{
  margin:0;
  border:none;
}.pdfViewer:is(.scrollHorizontal, .scrollWrapped),
.spread{
  margin-inline:3.5px;
  text-align:center;
}.pdfViewer.scrollHorizontal,
.spread{
  white-space:nowrap;
}.pdfViewer.removePageBorders,
.pdfViewer:is(.scrollHorizontal, .scrollWrapped) .spread{
  margin-inline:0;
}.spread :is(.page, .dummyPage),
.pdfViewer:is(.scrollHorizontal, .scrollWrapped) :is(.page, .spread){
  display:inline-block;
  vertical-align:middle;
}.spread .page,
.pdfViewer:is(.scrollHorizontal, .scrollWrapped) .page{
  margin-inline:var(--spreadHorizontalWrapped-margin-LR);
}.pdfViewer.removePageBorders .spread .page,
.pdfViewer.removePageBorders:is(.scrollHorizontal, .scrollWrapped) .page{
  margin-inline:5px;
}.pdfViewer .page.loadingIcon::after{
  position:absolute;
  top:0;
  left:0;
  content:"";
  width:100%;
  height:100%;
  background:url("data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJBwAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQJBwAAACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAkHAAAALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQJBwAAACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkECQcAAAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkECQcAAAAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkECQcAAAAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAkHAAAALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==") center no-repeat;
  display:none;
  transition-property:display;
  transition-delay:var(--loading-icon-delay);
  z-index:5;
  contain:strict;
}.pdfViewer .page.loading::after{
  display:block;
}.pdfViewer .page:not(.loading)::after{
  transition-property:none;
  display:none;
}.pdfPresentationMode .pdfViewer{
  padding-bottom:0;
}.pdfPresentationMode .spread{
  margin:0;
}.pdfPresentationMode .pdfViewer .page{
  margin:0 auto;
  border:2px solid transparent;
}/* Overrides for PDF.js viewer styles (from react-pdf-highlighter) */.ds-pdf-ghost-guide .Highlight__part {
  box-shadow: 0 0 0 1px rgba(47, 74, 90, 0.35);
}.ds-pdf-ghost-annotate .Highlight__part {
  box-shadow: 0 0 0 1px rgba(47, 74, 90, 0.55);
}.textLayer {
  /* Keep the text layer above the canvas for selection, but do NOT change layout.
     Overriding layout/blend-mode can cause misaligned selection + “double text”. */
  z-index: 2;
  opacity: 1;
  mix-blend-mode: normal;
}.annotationLayer {
  position: absolute;
  top: 0;
  z-index: 3;
}html
  body
  .textLayer
  > div:not(.PdfHighlighter__highlight-layer):not(.Highlight):not(
    .Highlight__emoji
  ) {
  opacity: 1;
  mix-blend-mode: normal;
}.textLayer ::-moz-selection {
  /* Morandi-style light yellow selection */
  background: rgba(241, 233, 208, 0.6);
  /* Prevent browser from painting visible glyphs for selected text spans */
  color: transparent;
  text-shadow: none;
}.textLayer ::selection {
  /* Morandi-style light yellow selection */
  background: rgba(241, 233, 208, 0.6);
  /* Prevent browser from painting visible glyphs for selected text spans */
  color: transparent;
  text-shadow: none;
}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .textLayer {
    opacity: 0.5;
  }
}@supports (-ms-ime-align: auto) {
  .textLayer {
    opacity: 0.5;
  }
}/* Firefox selection */.textLayer ::-moz-selection {
  background: rgba(241, 233, 208, 0.6);
  color: transparent;
  text-shadow: none;
}.Highlight__popup {
  background: hsl(var(--popover));
  border: 1px solid hsl(var(--border));
  color: hsl(var(--popover-foreground));
  padding: 0.5rem 0.75rem;
  border-radius: 12px;
  max-width: 408px;
  max-height: 160px;
  overflow-y: auto;
  box-shadow: var(--shadow-float);
  white-space: normal;
}.Highlight__popup .ds-popup-text {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}/* Review page only: enlarge annotation popup box (~1.2x vs previous width) */.review-workspace-root .Highlight__popup {
  padding: 0.75rem 1rem;
  width: 734px;
  max-width: min(734px, 96vw);
  min-width: min(518px, 88vw);
  min-height: 180px;
  max-height: min(420px, 70vh);
  overflow: auto;
  resize: both;
}*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 *//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--font-sans), Inter, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: var(--font-mono), IBM Plex Mono, ui-monospace, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}:root {
    --font-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    --ds-font-family: var(--font-sans);
    --ds-font-code: var(--font-mono);
    --brand: #2f3437;
    --brand-foreground: #ffffff;
    --brand-subtle: rgba(47, 52, 55, 0.12);
    --brand-hover: #262a2c;
    --bg-app: #f6f7f9;
    --background: 0 0% 100%;
    --foreground: 240 10% 3.9%;
    --card: 0 0% 100%;
    --card-foreground: 240 10% 3.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 240 10% 3.9%;
    --primary: 203 8% 20%;
    --primary-foreground: 0 0% 100%;
    --secondary: 240 4.8% 95.9%;
    --secondary-foreground: 240 5.9% 10%;
    --muted: 240 4.8% 95.9%;
    --muted-foreground: 240 3.8% 46.1%;
    --accent: 240 4.8% 95.9%;
    --accent-foreground: 240 5.9% 10%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --success: 152 30% 42%;
    --success-foreground: 152 40% 22%;
    --warning: 34 55% 52%;
    --warning-foreground: 34 55% 24%;
    --info: 205 55% 42%;
    --info-foreground: 205 55% 26%;
    --border: 240 5.9% 90%;
    --input: 240 5.9% 90%;
    --ring: 203 8% 20%;
    --radius: 0.5rem;
    --soft-bg-base-hsl: 0 0% 98%;
    --soft-bg-surface-hsl: 0 0% 100%;
    --soft-bg-elevated-hsl: 0 0% 100%;
    --soft-bg-inset-hsl: 240 4.8% 95.9%;
    --soft-text-primary-hsl: 240 10% 3.9%;
    --soft-text-secondary-hsl: 240 3.8% 46.1%;
    --soft-text-tertiary-hsl: 240 5% 64.9%;
    --soft-accent-hsl: 203 8% 20%;
    --soft-accent-light-hsl: 203 8% 30%;
    --soft-border-hsl: 240 5.9% 90%;
    --soft-bg-base: hsl(var(--soft-bg-base-hsl));
    --soft-bg-surface: hsl(var(--soft-bg-surface-hsl));
    --soft-bg-elevated: hsl(var(--soft-bg-elevated-hsl));
    --soft-bg-inset: hsl(var(--soft-bg-inset-hsl));
    --soft-text-primary: hsl(var(--soft-text-primary-hsl));
    --soft-text-secondary: hsl(var(--soft-text-secondary-hsl));
    --soft-text-tertiary: hsl(var(--soft-text-tertiary-hsl));
    --soft-accent: hsl(var(--soft-accent-hsl));
    --soft-accent-light: hsl(var(--soft-accent-light-hsl));
    --soft-accent-bg: hsl(var(--soft-accent-hsl) / 0.1);
    --soft-success: #22c55e;
    --soft-warning: #f59e0b;
    --soft-danger: #ef4444;
    --soft-info: #3b82f6;
    --soft-border: hsl(var(--soft-border-hsl));
    --soft-shadow-light: transparent;
    --soft-shadow-dark: rgba(0, 0, 0, 0.05);
    --soft-shadow-raised: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --soft-shadow-raised-hover: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --soft-shadow-pressed: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --soft-shadow-inset: 0 0 0 0 transparent;
    --soft-shadow-card: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --soft-shadow-floating: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --ds-app-bg: #f7f3ee;
    --ds-brand: #2f3437;
    --ds-brand-hover: #262a2c;
    --ds-brand-subtle: rgba(47, 52, 55, 0.08);
    --ds-panel: rgba(255, 255, 255, 0.72);
    --ds-panel-elevated: rgba(255, 255, 255, 0.82);
    --ds-panel-soft: rgba(251, 247, 241, 0.76);
    --ds-warm-glow: rgba(215, 198, 174, 0.24);
    --ds-cool-glow: rgba(159, 177, 194, 0.22);
    --ds-shadow-md: 0 18px 50px -42px rgba(17, 24, 39, 0.24);
    --ds-shadow-float: 0 28px 90px -62px rgba(18, 24, 32, 0.28);
    --text-primary: #2d2a26;
    --text-secondary: #5d5a55;
    --text-tertiary: #7e8b97;
    --text-quaternary: #a49b90;
    --accent-primary: #7e8b97;
    --background-main: rgba(251, 250, 247, 0.95);
    --background-gray-subtle: rgba(45, 42, 38, 0.05);
    --status-error: #c56a63;
    --shadow-dark: 220 18% 82%;
    --shadow-light: 0 0% 100%;
    --ds-cardnav-bg: rgba(255, 255, 255, 0.82);
    --ds-cardnav-border: rgba(47, 52, 55, 0.12);
    --ds-cardnav-text: #2f3437;
    --ds-cardnav-card-1: rgba(244, 239, 233, 0.98);
    --ds-cardnav-card-2: rgba(232, 239, 244, 0.98);
    --ds-cardnav-card-3: rgba(238, 232, 223, 0.98);
    --ds-cardnav-cta-bg: #2f3437;
    --ds-cardnav-cta-text: #ffffff;
  }.dark {
    color-scheme: dark;
    --brand: #5e7486;
    --brand-foreground: #ffffff;
    --brand-hover: #4f6577;
    --brand-subtle: rgba(94, 116, 134, 0.18);
    --background: 223 18% 6%;
    --foreground: 210 20% 96%;
    --card: 223 16% 9%;
    --card-foreground: 210 20% 96%;
    --popover: 223 16% 8%;
    --popover-foreground: 210 20% 96%;
    --primary: 215 16% 86%;
    --primary-foreground: 223 18% 12%;
    --secondary: 223 12% 15%;
    --secondary-foreground: 210 20% 96%;
    --muted: 223 12% 15%;
    --muted-foreground: 215 10% 68%;
    --accent: 223 12% 15%;
    --accent-foreground: 210 20% 96%;
    --destructive: 0 62.8% 46%;
    --destructive-foreground: 0 0% 98%;
    --success: 152 22% 52%;
    --success-foreground: 152 24% 86%;
    --warning: 34 35% 56%;
    --warning-foreground: 34 40% 88%;
    --info: 205 25% 62%;
    --info-foreground: 205 25% 90%;
    --border: 223 10% 18%;
    --input: 223 10% 18%;
    --ring: 215 16% 70%;
    --soft-bg-base-hsl: var(--background);
    --soft-bg-surface-hsl: 223 16% 9%;
    --soft-bg-elevated-hsl: 223 14% 11%;
    --soft-bg-inset-hsl: 223 16% 7%;
    --soft-text-primary-hsl: var(--foreground);
    --soft-text-secondary-hsl: 215 10% 72%;
    --soft-text-tertiary-hsl: 215 8% 56%;
    --soft-accent-hsl: 220 14% 28%;
    --soft-accent-light-hsl: 220 14% 38%;
    --soft-border-hsl: var(--border);
    --soft-bg-base: hsl(var(--soft-bg-base-hsl));
    --soft-bg-surface: hsl(var(--soft-bg-surface-hsl));
    --soft-bg-elevated: hsl(var(--soft-bg-elevated-hsl));
    --soft-bg-inset: hsl(var(--soft-bg-inset-hsl));
    --soft-text-primary: hsl(var(--soft-text-primary-hsl));
    --soft-text-secondary: hsl(var(--soft-text-secondary-hsl));
    --soft-text-tertiary: hsl(var(--soft-text-tertiary-hsl));
    --soft-accent: hsl(var(--soft-accent-hsl));
    --soft-accent-light: hsl(var(--soft-accent-light-hsl));
    --soft-accent-bg: hsl(var(--soft-accent-hsl) / 0.18);
    --soft-success: #22c55e;
    --soft-warning: #eab308;
    --soft-danger: #ef4444;
    --soft-info: #06b6d4;
    --soft-border: hsl(var(--soft-border-hsl));
    --soft-shadow-light: rgba(255, 255, 255, 0.02);
    --soft-shadow-dark: rgba(0, 0, 0, 0.4);
    --soft-shadow-raised: 0 4px 12px rgba(0, 0, 0, 0.3);
    --soft-shadow-raised-hover: 0 8px 24px rgba(0, 0, 0, 0.4);
    --soft-shadow-pressed: inset 0 2px 4px rgba(0, 0, 0, 0.3);
    --soft-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    --soft-shadow-card: 0 4px 16px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    --soft-shadow-floating: 0 16px 48px rgba(0, 0, 0, 0.5);
    --soft-shadow-glow: 0 0 30px rgba(47, 52, 55, 0.22);
    --ds-app-bg: #16181d;
    --ds-brand: #e7dfd2;
    --ds-brand-hover: #f4ecdf;
    --ds-brand-subtle: rgba(255, 255, 255, 0.08);
    --ds-panel: rgba(28, 31, 37, 0.72);
    --ds-panel-elevated: rgba(34, 37, 43, 0.82);
    --ds-panel-soft: rgba(20, 23, 28, 0.84);
    --ds-warm-glow: rgba(183, 165, 154, 0.14);
    --ds-cool-glow: rgba(143, 163, 184, 0.14);
    --ds-shadow-md: 0 18px 50px -38px rgba(0, 0, 0, 0.48);
    --ds-shadow-float: 0 28px 90px -52px rgba(0, 0, 0, 0.56);
    --text-primary: #f0e8dd;
    --text-secondary: #c8c0b5;
    --text-tertiary: #a7a098;
    --text-quaternary: #8b847a;
    --accent-primary: #d2b58a;
    --background-main: rgba(24, 26, 30, 0.96);
    --background-gray-subtle: rgba(255, 255, 255, 0.08);
    --status-error: #e18c85;
    --shadow-dark: 220 24% 4%;
    --shadow-light: 220 10% 18%;
    --ds-cardnav-bg: rgba(24, 27, 32, 0.92);
    --ds-cardnav-border: rgba(255, 255, 255, 0.12);
    --ds-cardnav-text: #f0e8dd;
    --ds-cardnav-card-1: rgba(56, 63, 72, 0.92);
    --ds-cardnav-card-2: rgba(66, 55, 50, 0.92);
    --ds-cardnav-card-3: rgba(48, 46, 55, 0.92);
    --ds-cardnav-cta-bg: #f0e8dd;
    --ds-cardnav-cta-text: #1d1f23;
  }*{border-color:hsl(var(--border))}html,
  body,
  #root {
    height: 100%;
  }body{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
    font-family: var(--font-sans, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
    background-color: var(--ds-app-bg);
    position: relative;
    isolation: isolate;
    overflow: hidden}body::before,
  body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
  }body::before {
    z-index: -2;
    background:
      radial-gradient(60% 42% at 10% 0%, var(--ds-cool-glow), transparent 62%),
      radial-gradient(46% 38% at 90% 10%, rgba(47, 52, 55, 0.10), transparent 64%),
      radial-gradient(56% 36% at 52% 100%, var(--ds-warm-glow), transparent 68%),
      linear-gradient(180deg, rgba(252, 249, 244, 0.98), rgba(246, 241, 234, 0.98));
    background-repeat: no-repeat;
    background-size: cover;
  }body::after {
    z-index: -1;
    opacity: 0.9;
    background:
      repeating-linear-gradient(90deg, rgba(47, 52, 55, 0.018) 0, rgba(47, 52, 55, 0.018) 1px, transparent 1px, transparent 170px),
      repeating-linear-gradient(180deg, rgba(47, 52, 55, 0.012) 0, rgba(47, 52, 55, 0.012) 1px, transparent 1px, transparent 170px);
    background-repeat: repeat;
  }.dark body::before {
    background:
      radial-gradient(60% 42% at 10% 0%, rgba(92, 112, 124, 0.20), transparent 62%),
      radial-gradient(46% 38% at 90% 10%, rgba(158, 120, 82, 0.12), transparent 64%),
      radial-gradient(56% 36% at 52% 100%, rgba(183, 165, 154, 0.10), transparent 68%),
      linear-gradient(180deg, rgba(16, 18, 22, 0.98), rgba(11, 13, 17, 0.99));
    background-repeat: no-repeat;
    background-size: cover;
  }.dark body::after {
    background:
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0, rgba(255, 255, 255, 0.018) 1px, transparent 1px, transparent 170px),
      repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.012) 1px, transparent 1px, transparent 170px);
    background-repeat: repeat;
  }.\!container{width:100% !important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px !important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px !important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px !important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px !important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px !important}.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch;}.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-alpha}.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-alpha}.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-alpha}.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-alpha}.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-roman}.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-roman}.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-roman}.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:0.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{content:close-quote}.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:0.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:0.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:0.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);font-size:0.875em;border-radius:0.3125rem;padding-top:0.1875em;padding-inline-end:0.375em;padding-bottom:0.1875em;padding-inline-start:0.375em}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-code);font-weight:600;font-size:0.875em}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:"`"}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{content:"`"}.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;font-size:0.875em}.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;font-size:0.9em}.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:0.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:0.375rem;padding-top:0.8571429em;padding-inline-end:1.1428571em;padding-bottom:0.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:none}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{content:none}.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:0.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:0.5714286em;padding-bottom:0.5714286em;padding-inline-start:0.5714286em}.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){vertical-align:top}.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){text-align:start}.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-captions);font-size:0.875em;line-height:1.4285714;margin-top:0.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgb(17 24 39 / 10%);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255 / 10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.5em;margin-bottom:0.5em}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0.375em}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0.375em}.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.75em;margin-bottom:0.75em}.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em}.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.25em}.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em}.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.25em}.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.75em;margin-bottom:0.75em}.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.5em;padding-inline-start:1.625em}.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-top:0.5714286em;padding-inline-end:0.5714286em;padding-bottom:0.5714286em;padding-inline-start:0.5714286em}.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0}.prose-sm{font-size:0.875rem;line-height:1.7142857;}.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:0.8888889em;margin-bottom:0.8888889em}.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:2.1428571em;margin-top:0;margin-bottom:0.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:0.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:0.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.4285714em;margin-bottom:0.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8571429em;border-radius:0.3125rem;padding-top:0.1428571em;padding-inline-end:0.3571429em;padding-bottom:0.1428571em;padding-inline-start:0.3571429em}.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8571429em}.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.9em}.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8888889em}.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:0.25rem;padding-top:0.6666667em;padding-inline-end:1em;padding-bottom:0.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.2857143em;margin-bottom:0.2857143em}.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0.4285714em}.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0.4285714em}.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.5714286em;margin-bottom:0.5714286em}.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.5714286em;margin-bottom:0.5714286em}.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:1em;padding-bottom:0.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-top:0.6666667em;padding-inline-end:1em;padding-bottom:0.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8571429em;line-height:1.3333333;margin-top:0.6666667em}.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778;}.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:2.6666667em;margin-top:0;margin-bottom:0.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:0.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:0.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8888889em;border-radius:0.3125rem;padding-top:0.2222222em;padding-inline-end:0.4444444em;padding-bottom:0.2222222em;padding-inline-start:0.4444444em}.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8888889em}.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8666667em}.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.875em}.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:0.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.6666667em;margin-bottom:0.6666667em}.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0.4444444em}.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0.4444444em}.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.8888889em;margin-bottom:0.8888889em}.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.8888889em;margin-bottom:0.8888889em}.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0.75em;padding-bottom:0.75em;padding-inline-start:0.75em}.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-top:0.75em;padding-inline-end:0.75em;padding-bottom:0.75em;padding-inline-start:0.75em}.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0}.prose-neutral{--tw-prose-body:#404040;--tw-prose-headings:#171717;--tw-prose-lead:#525252;--tw-prose-links:#171717;--tw-prose-bold:#171717;--tw-prose-counters:#737373;--tw-prose-bullets:#d4d4d4;--tw-prose-hr:#e5e5e5;--tw-prose-quotes:#171717;--tw-prose-quote-borders:#e5e5e5;--tw-prose-captions:#737373;--tw-prose-kbd:#171717;--tw-prose-kbd-shadows:rgb(23 23 23 / 10%);--tw-prose-code:#171717;--tw-prose-pre-code:#e5e5e5;--tw-prose-pre-bg:#262626;--tw-prose-th-borders:#d4d4d4;--tw-prose-td-borders:#e5e5e5;--tw-prose-invert-body:#d4d4d4;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a3a3a3;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a3a3a3;--tw-prose-invert-bullets:#525252;--tw-prose-invert-hr:#404040;--tw-prose-invert-quotes:#f5f5f5;--tw-prose-invert-quote-borders:#404040;--tw-prose-invert-captions:#a3a3a3;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255 / 10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d4;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#525252;--tw-prose-invert-td-borders:#404040}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.shimmer-container {
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }.shimmer-effect {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
      var(--shimmer-angle, 45deg),
      transparent 0%,
      transparent calc(50% - var(--shimmer-width, 30%) / 2),
      var(--shimmer-color, rgba(255, 255, 255, 0.3)) 50%,
      transparent calc(50% + var(--shimmer-width, 30%) / 2),
      transparent 100%
    );
    animation: shimmer-sweep var(--shimmer-duration, 3s) infinite;
    pointer-events: none;
    z-index: 1;
  }.shimmer-container > *:not(.shimmer-effect) {
    position: relative;
    z-index: 2;
  }.shadow-soft-card {
    box-shadow: var(--soft-shadow-card);
  }.shadow-soft-inset {
    box-shadow: var(--soft-shadow-inset);
  }.shadow-soft-inset-error {
    box-shadow:
      var(--soft-shadow-inset),
      0 0 0 3px rgba(239, 68, 68, 0.2);
  }.rounded-soft-sm {
    border-radius: 10px;
  }.rounded-soft-md {
    border-radius: 12px;
  }.rounded-soft-lg {
    border-radius: 16px;
  }.rounded-soft-xl {
    border-radius: 20px;
  }.transition-soft {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }.morandi-surface{border-width:1px;border-color:rgb(0 0 0 / 0.1);--tw-backdrop-blur:blur(40px);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)}.morandi-surface:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.12)}.morandi-surface {
    background: linear-gradient(180deg, var(--ds-panel-elevated), var(--ds-panel));
    box-shadow:
      var(--ds-shadow-float),
      inset 0 1px 0 rgba(255, 255, 255, 0.42);
  }.morandi-panel{border-width:1px;border-color:rgb(0 0 0 / 0.1);--tw-backdrop-blur:blur(40px);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)}.morandi-panel:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.12)}.morandi-panel {
    background: linear-gradient(180deg, var(--ds-panel-elevated), var(--ds-panel));
    box-shadow:
      var(--ds-shadow-float),
      inset 0 1px 0 rgba(255, 255, 255, 0.42);
    border-radius:28px;
    position: relative;
    overflow: hidden;
  }.morandi-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(220px circle at 18% -8%, rgba(255, 255, 255, 0.42), transparent 52%),
      radial-gradient(240px circle at 110% 110%, rgba(143, 163, 184, 0.08), transparent 60%);
    pointer-events: none;
  }.view-panel {
    animation: fade-up 260ms cubic-bezier(0.22, 1, 0.36, 1);
  }.ds-spotlight {
    position: relative;
    overflow: hidden;
    --ds-spotlight-x: 50%;
    --ds-spotlight-y: 50%;
    --ds-spotlight-color: rgba(143, 163, 184, 0.18);
  }.ds-spotlight::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1);
    mix-blend-mode: soft-light;
    background: radial-gradient(
      circle 240px at var(--ds-spotlight-x) var(--ds-spotlight-y),
      var(--ds-spotlight-color) 0%,
      rgba(255, 255, 255, 0) 72%
    );
  }.ds-spotlight:hover::before,
  .ds-spotlight:focus-visible::before,
  .ds-spotlight:focus-within::before {
    opacity: 1;
  }.home-card{position:relative;overflow:hidden;border-radius:26px;border-width:1px;border-color:rgb(0 0 0 / 0.1);padding:1.25rem;text-align:left;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}.home-card:hover{--tw-translate-y:-0.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-color:rgb(0 0 0 / 0.14)}.home-card:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.12)}.home-card:hover:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.16)}.home-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), var(--ds-panel-soft));
    box-shadow: var(--ds-shadow-md);
  }.home-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(280px circle at 20% -12%, rgba(47, 52, 55, 0.05), transparent 58%),
      radial-gradient(240px circle at 112% 112%, rgba(183, 165, 154, 0.10), transparent 60%);
    pointer-events: none;
  }.feed-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(145, 153, 165, 0.45) transparent;
    scrollbar-gutter: stable;
  }.feed-scrollbar::-webkit-scrollbar {
    width: 10px;
  }.feed-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(145, 153, 165, 0.45);
    border-radius: 999px;
  }.markdown-body {
    line-height: 1.75;
    color: hsl(var(--foreground));
    font-family: var(--font-reading, var(--font-sans, Inter, ui-sans-serif, system-ui, sans-serif));
  }.markdown-body > * + * {
    margin-top: 0.95rem;
  }.markdown-body h1,
  .markdown-body h2,
  .markdown-body h3 {
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: var(--font-title, var(--font-reading, var(--font-sans)));
  }.markdown-body h1 {
    font-size: 1.75rem;
  }.markdown-body h2 {
    font-size: 1.35rem;
  }.markdown-body p,
  .markdown-body li {
    color: rgba(33, 39, 49, 0.9);
  }.dark .markdown-body p,
  .dark .markdown-body li {
    color: rgba(235, 232, 226, 0.9);
  }.markdown-body pre,
  .markdown-body code {
    font-family: "JetBrains Mono", "SFMono-Regular", ui-monospace, SFMono-Regular, Menlo, monospace;
  }.markdown-body pre {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
    border-radius: 18px;
    background: rgba(17, 20, 24, 0.92);
    color: rgba(240, 237, 231, 0.95);
    padding: 1rem;
  }.markdown-body :not(pre) > code {
    overflow-wrap: anywhere;
    word-break: break-word;
    border-radius: 999px;
    background: rgba(17, 20, 24, 0.08);
    padding: 0.1rem 0.45rem;
    font-size: 0.92em;
  }.dark .markdown-body :not(pre) > code {
    background: rgba(255, 255, 255, 0.08);
  }.ds-copilot-markdown,
  .ds-copilot-markdown :where(p, li, blockquote, td, th, a, span, code) {
    overflow-wrap: anywhere;
    word-break: break-word;
  }.ds-copilot-markdown pre,
  .ds-copilot-dock pre {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
  }.ds-copilot-markdown code,
  .ds-copilot-dock code {
    overflow-wrap: anywhere;
    word-break: break-word;
  }.ds-hero-fog {
    position: absolute;
    inset: -20% -10%;
    width: 140%;
    height: 140%;
    opacity: 0.22;
    filter: blur(6px);
    mix-blend-mode: multiply;
    will-change: transform;
    pointer-events: none;
  }.ds-hero-fog-a {
    animation: ds-hero-fog-a 70s ease-in-out infinite alternate;
  }.ds-hero-fog-b {
    opacity: 0.16;
    animation: ds-hero-fog-b 90s ease-in-out infinite alternate;
  }.ds-hero-orb {
    animation: ds-hero-orb-float 4s ease-in-out infinite;
    filter: drop-shadow(0 10px 16px rgba(84, 110, 136, 0.25));
    will-change: transform;
  }.ds-hero-orb-static {
    animation-duration: 5s;
  }.ds-hero-start {
    position: absolute;
    width: 10px;
    height: 9px;
    background: #c7ad96;
    opacity: 0.6;
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 0%, 100% 100%, 0 100%);
    filter: drop-shadow(0 4px 6px rgba(45, 42, 38, 0.18));
  }.ds-hero-seal {
    position: absolute;
    right: 3%;
    bottom: 3%;
    width: clamp(64px, 8vw, 110px);
    opacity: 0.9;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.12));
    pointer-events: none;
  }.ds-hero-float {
    animation: ds-hero-float 8s ease-in-out infinite;
    will-change: transform;
  }.ds-hero-pulse {
    animation: ds-hero-pulse 2.4s ease-in-out infinite;
  }.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible !important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.\!relative{position:relative !important}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0px}.inset-x-0{left:0px;right:0px}.inset-x-8{left:2rem;right:2rem}.inset-y-0{top:0px;bottom:0px}.\!bottom-0{bottom:0px !important}.\!left-0{left:0px !important}.\!top-0{top:0px !important}.\!top-auto{top:auto !important}.-left-14{left:-3.5rem}.-left-40{left:-10rem}.-left-\[18px\]{left:-18px}.-left-\[5px\]{left:-5px}.-right-0\.5{right:-0.125rem}.-right-1{right:-0.25rem}.-right-52{right:-13rem}.-top-0\.5{top:-0.125rem}.-top-1{top:-0.25rem}.-top-40{top:-10rem}.-top-8{top:-2rem}.-top-\[3px\]{top:-3px}.bottom-0{bottom:0px}.bottom-1{bottom:0.25rem}.bottom-14{bottom:3.5rem}.bottom-2{bottom:0.5rem}.bottom-4{bottom:1rem}.bottom-full{bottom:100%}.left-0{left:0px}.left-1{left:0.25rem}.left-1\.5{left:0.375rem}.left-1\/2{left:50%}.left-1\/4{left:25%}.left-2{left:0.5rem}.left-2\.5{left:0.625rem}.left-3{left:0.75rem}.left-4{left:1rem}.left-\[-2\.35rem\]{left:-2.35rem}.left-\[5px\]{left:5px}.left-\[7px\]{left:7px}.left-\[8px\]{left:8px}.left-full{left:100%}.right-0{right:0px}.right-1{right:0.25rem}.right-2{right:0.5rem}.right-2\.5{right:0.625rem}.right-3{right:0.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-\[-3rem\]{right:-3rem}.right-full{right:100%}.top-0{top:0px}.top-1{top:0.25rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:0.5rem}.top-24{top:6rem}.top-3{top:0.75rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-8{top:2rem}.top-\[-44px\]{top:-44px}.top-\[-5rem\]{top:-5rem}.top-\[4px\]{top:4px}.top-\[calc\(100\%\+0\.45rem\)\]{top:calc(100% + 0.45rem)}.top-\[calc\(100\%\+0\.5rem\)\]{top:calc(100% + 0.5rem)}.top-full{top:100%}.isolate{isolation:isolate}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[10000\]{z-index:10000}.z-\[10001\]{z-index:10001}.z-\[10002\]{z-index:10002}.z-\[10010\]{z-index:10010}.z-\[10020\]{z-index:10020}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-\[60\]{z-index:60}.z-\[9999\]{z-index:9999}.m-3{margin:0.75rem}.-mx-1{margin-left:-0.25rem;margin-right:-0.25rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.mx-1{margin-left:0.25rem;margin-right:0.25rem}.mx-2{margin-left:0.5rem;margin-right:0.5rem}.mx-3{margin-left:0.75rem;margin-right:0.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:0.25rem;margin-bottom:0.25rem}.my-2{margin-top:0.5rem;margin-bottom:0.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.-mb-2{margin-bottom:-0.5rem}.-mb-4{margin-bottom:-1rem}.-mt-2{margin-top:-0.5rem}.mb-0{margin-bottom:0px}.mb-1{margin-bottom:0.25rem}.mb-1\.5{margin-bottom:0.375rem}.mb-2{margin-bottom:0.5rem}.mb-3{margin-bottom:0.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.ml-1{margin-left:0.25rem}.ml-2{margin-left:0.5rem}.ml-3{margin-left:0.75rem}.ml-4{margin-left:1rem}.ml-\[42px\]{margin-left:42px}.ml-auto{margin-left:auto}.mr-1{margin-right:0.25rem}.mr-1\.5{margin-right:0.375rem}.mr-2{margin-right:0.5rem}.mr-3{margin-right:0.75rem}.mr-auto{margin-right:auto}.mt-0\.5{margin-top:0.125rem}.mt-1{margin-top:0.25rem}.mt-1\.5{margin-top:0.375rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:0.5rem}.mt-2\.5{margin-top:0.625rem}.mt-3{margin-top:0.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-\[2px\]{margin-top:2px}.mt-\[7px\]{margin-top:7px}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.\!block{display:block !important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.\!table{display:table !important}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.size-4{width:1rem;height:1rem}.\!h-\[100svh\]{height:100svh !important}.\!h-\[90svh\]{height:90svh !important}.h-1{height:0.25rem}.h-1\.5{height:0.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:0.5rem}.h-2\.5{height:0.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:0.75rem}.h-3\.5{height:0.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[100svh\]{height:100svh}.h-\[10px\]{height:10px}.h-\[138px\]{height:138px}.h-\[18px\]{height:18px}.h-\[1px\]{height:1px}.h-\[220px\]{height:220px}.h-\[22px\]{height:22px}.h-\[240px\]{height:240px}.h-\[2px\]{height:2px}.h-\[320px\]{height:320px}.h-\[360px\]{height:360px}.h-\[36px\]{height:36px}.h-\[3px\]{height:3px}.h-\[520px\]{height:520px}.h-\[560px\]{height:560px}.h-\[640px\]{height:640px}.h-\[88px\]{height:88px}.h-\[94svh\]{height:94svh}.h-\[calc\(100\%\+8px\)\]{height:calc(100% + 8px)}.h-\[calc\(100\%-24px\)\]{height:calc(100% - 24px)}.h-\[calc\(100\%-3\.25rem\)\]{height:calc(100% - 3.25rem)}.h-\[calc\(100\%-32px\)\]{height:calc(100% - 32px)}.h-\[calc\(100\%-4rem\)\]{height:calc(100% - 4rem)}.h-\[min\(92vh\2c 760px\)\]{height:min(92vh, 760px)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-32{max-height:8rem}.max-h-36{max-height:9rem}.max-h-40{max-height:10rem}.max-h-44{max-height:11rem}.max-h-48{max-height:12rem}.max-h-56{max-height:14rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[100000px\]{max-height:100000px}.max-h-\[100svh\]{max-height:100svh}.max-h-\[120px\]{max-height:120px}.max-h-\[160px\]{max-height:160px}.max-h-\[180px\]{max-height:180px}.max-h-\[200px\]{max-height:200px}.max-h-\[220px\]{max-height:220px}.max-h-\[240px\]{max-height:240px}.max-h-\[280px\]{max-height:280px}.max-h-\[320px\]{max-height:320px}.max-h-\[330px\]{max-height:330px}.max-h-\[35vh\]{max-height:35vh}.max-h-\[40vh\]{max-height:40vh}.max-h-\[420px\]{max-height:420px}.max-h-\[500px\]{max-height:500px}.max-h-\[55vh\]{max-height:55vh}.max-h-\[58vh\]{max-height:58vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[82vh\]{max-height:82vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[88vh\]{max-height:88vh}.max-h-\[92vh\]{max-height:92vh}.max-h-\[calc\(100dvh-1\.5rem\)\]{max-height:calc(100dvh - 1.5rem)}.max-h-\[calc\(100dvh-8rem\)\]{max-height:calc(100dvh - 8rem)}.max-h-\[calc\(92vh-86px\)\]{max-height:calc(92vh - 86px)}.max-h-\[var\(--radix-select-content-available-height\)\]{max-height:var(--radix-select-content-available-height)}.max-h-none{max-height:none}.min-h-0{min-height:0px}.min-h-16{min-height:4rem}.min-h-\[1\.5rem\]{min-height:1.5rem}.min-h-\[100px\]{min-height:100px}.min-h-\[100svh\]{min-height:100svh}.min-h-\[110px\]{min-height:110px}.min-h-\[112px\]{min-height:112px}.min-h-\[120px\]{min-height:120px}.min-h-\[150px\]{min-height:150px}.min-h-\[160px\]{min-height:160px}.min-h-\[180px\]{min-height:180px}.min-h-\[200px\]{min-height:200px}.min-h-\[220px\]{min-height:220px}.min-h-\[240px\]{min-height:240px}.min-h-\[280px\]{min-height:280px}.min-h-\[28svh\]{min-height:28svh}.min-h-\[320px\]{min-height:320px}.min-h-\[360px\]{min-height:360px}.min-h-\[36px\]{min-height:36px}.min-h-\[40px\]{min-height:40px}.min-h-\[420px\]{min-height:420px}.min-h-\[44px\]{min-height:44px}.min-h-\[460px\]{min-height:460px}.min-h-\[54px\]{min-height:54px}.min-h-\[56px\]{min-height:56px}.min-h-\[60px\]{min-height:60px}.min-h-\[620px\]{min-height:620px}.min-h-\[68px\]{min-height:68px}.min-h-\[720px\]{min-height:720px}.min-h-\[80px\]{min-height:80px}.min-h-\[84px\]{min-height:84px}.min-h-\[92px\]{min-height:92px}.min-h-\[96px\]{min-height:96px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-full{width:100% !important}.w-1{width:0.25rem}.w-1\.5{width:0.375rem}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:0.5rem}.w-2\.5{width:0.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:0.75rem}.w-3\.5{width:0.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[0\.25em\]{width:0.25em}.w-\[10px\]{width:10px}.w-\[16px\]{width:16px}.w-\[18px\]{width:18px}.w-\[1px\]{width:1px}.w-\[22px\]{width:22px}.w-\[240px\]{width:240px}.w-\[24px\]{width:24px}.w-\[280px\]{width:280px}.w-\[2px\]{width:2px}.w-\[320px\]{width:320px}.w-\[3px\]{width:3px}.w-\[420px\]{width:420px}.w-\[560px\]{width:560px}.w-\[640px\]{width:640px}.w-\[80\%\]{width:80%}.w-\[82\%\]{width:82%}.w-\[88px\]{width:88px}.w-\[90\%\]{width:90%}.w-\[92vw\]{width:92vw}.w-\[94vw\]{width:94vw}.w-\[96vw\]{width:96vw}.w-\[calc\(100\%\+8px\)\]{width:calc(100% + 8px)}.w-\[min\(300px\2c 100\%\)\]{width:min(300px, 100%)}.w-\[min\(388px\2c calc\(100vw-32px\)\)\]{width:min(388px, calc(100vw - 32px))}.w-\[min\(420px\2c 46vw\)\]{width:min(420px, 46vw)}.w-\[min\(420px\2c 90vw\)\]{width:min(420px, 90vw)}.w-\[min\(62\.5vw\2c 100\%\)\]{width:min(62.5vw, 100%)}.w-\[min\(92vw\2c 1100px\)\]{width:min(92vw, 1100px)}.w-\[min\(96vw\2c 980px\)\]{width:min(96vw, 980px)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-5{min-width:1.25rem}.min-w-7{min-width:1.75rem}.min-w-\[120px\]{min-width:120px}.min-w-\[122px\]{min-width:122px}.min-w-\[160px\]{min-width:160px}.min-w-\[180px\]{min-width:180px}.min-w-\[18px\]{min-width:18px}.min-w-\[200px\]{min-width:200px}.min-w-\[720px\]{min-width:720px}.min-w-\[80px\]{min-width:80px}.min-w-\[88px\]{min-width:88px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[min\(200px\2c 100\%\)\]{min-width:min(200px, 100%)}.min-w-\[min\(260px\2c 100\%\)\]{min-width:min(260px, 100%)}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.\!max-w-none{max-width:none !important}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-\[1120px\]{max-width:1120px}.max-w-\[120px\]{max-width:120px}.max-w-\[1380px\]{max-width:1380px}.max-w-\[1520px\]{max-width:1520px}.max-w-\[160px\]{max-width:160px}.max-w-\[170px\]{max-width:170px}.max-w-\[190px\]{max-width:190px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[260px\]{max-width:260px}.max-w-\[28rem\]{max-width:28rem}.max-w-\[30ch\]{max-width:30ch}.max-w-\[320px\]{max-width:320px}.max-w-\[32rem\]{max-width:32rem}.max-w-\[420px\]{max-width:420px}.max-w-\[520px\]{max-width:520px}.max-w-\[560px\]{max-width:560px}.max-w-\[640px\]{max-width:640px}.max-w-\[680px\]{max-width:680px}.max-w-\[70rem\]{max-width:70rem}.max-w-\[720px\]{max-width:720px}.max-w-\[72rem\]{max-width:72rem}.max-w-\[760px\]{max-width:760px}.max-w-\[768px\]{max-width:768px}.max-w-\[820px\]{max-width:820px}.max-w-\[85\%\]{max-width:85%}.max-w-\[90\%\]{max-width:90%}.max-w-\[900px\]{max-width:900px}.max-w-\[90vw\]{max-width:90vw}.max-w-\[92\%\]{max-width:92%}.max-w-\[92vw\]{max-width:92vw}.max-w-\[96vw\]{max-width:96vw}.max-w-\[980px\]{max-width:980px}.max-w-\[calc\(100\%-24px\)\]{max-width:calc(100% - 24px)}.max-w-\[calc\(100vw-1\.5rem\)\]{max-width:calc(100vw - 1.5rem)}.max-w-\[calc\(100vw-1rem\)\]{max-width:calc(100vw - 1rem)}.max-w-\[var\(--radix-select-trigger-width\)\]{max-width:var(--radix-select-trigger-width)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.origin-top{transform-origin:top}.\!translate-x-0{--tw-translate-x:0px !important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important}.\!translate-y-0{--tw-translate-y:0px !important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[110\%\]{--tw-translate-x:-110%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y:-0.5rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y:1rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate:-90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate:0deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes blob{0%, 100%{transform:translate(0px, 0px) scale(1)}33%{transform:translate(24px, -18px) scale(1.05)}66%{transform:translate(-18px, 18px) scale(0.95)}}.animate-blob{animation:blob 12s ease-in-out infinite}@keyframes caret{0%, 100%{opacity:0.2}50%{opacity:1}}.animate-caret{animation:caret 1.1s ease-in-out infinite}@keyframes ping{75%, 100%{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-col-resize{cursor:col-resize}.cursor-context-menu{cursor:context-menu}.cursor-default{cursor:default}.cursor-ew-resize{cursor:ew-resize}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-help{cursor:help}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-start{scroll-snap-align:start}.scroll-mt-24{scroll-margin-top:6rem}.scroll-mt-4{scroll-margin-top:1rem}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.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-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid-cols-\[360px_minmax\(320px\2c 1fr\)\]{grid-template-columns:360px minmax(320px,1fr)}.grid-cols-\[44px_minmax\(0\2c 1fr\)_88px\]{grid-template-columns:44px minmax(0,1fr) 88px}.grid-cols-\[56px_minmax\(0\2c 1fr\)\]{grid-template-columns:56px minmax(0,1fr)}.grid-cols-\[64px_minmax\(0\2c 1fr\)\]{grid-template-columns:64px minmax(0,1fr)}.grid-cols-\[72px_minmax\(0\2c 1fr\)\]{grid-template-columns:72px minmax(0,1fr)}.grid-cols-\[90px_minmax\(0\2c 1fr\)\]{grid-template-columns:90px minmax(0,1fr)}.grid-cols-\[auto\2c 1fr\]{grid-template-columns:auto 1fr}.grid-cols-\[minmax\(0\2c 1fr\)_80px\]{grid-template-columns:minmax(0,1fr) 80px}.grid-rows-\[auto_minmax\(0\2c 1fr\)\]{grid-template-rows:auto minmax(0,1fr)}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.\!gap-0{gap:0px !important}.gap-0{gap:0px}.gap-0\.5{gap:0.125rem}.gap-1{gap:0.25rem}.gap-1\.5{gap:0.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:0.5rem}.gap-2\.5{gap:0.625rem}.gap-3{gap:0.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[12px\]{gap:12px}.gap-\[2px\]{gap:2px}.gap-\[6px\]{gap:6px}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-2{-moz-column-gap:0.5rem;column-gap:0.5rem}.gap-x-3{-moz-column-gap:0.75rem;column-gap:0.75rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-1{row-gap:0.25rem}.gap-y-2{row-gap:0.5rem}.gap-y-3{row-gap:0.75rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.space-x-2 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem * var(--tw-space-x-reverse));margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))}.space-y-1 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))}.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))}.space-y-2 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))}.space-y-3 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))}.space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-dashed > :not([hidden]) ~ :not([hidden]){border-style:dashed}.divide-\[var\(--lab-border\)\] > :not([hidden]) ~ :not([hidden]){border-color:var(--lab-border)}.divide-black\/\[0\.06\] > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.06)}.divide-black\/\[0\.10\] > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.10)}.overflow-auto{overflow:auto}.\!overflow-hidden{overflow:hidden !important}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-visible{overflow-y:visible}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-\[18px\]{border-radius:18px !important}.rounded{border-radius:0.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[13px\]{border-radius:13px}.rounded-\[14px\]{border-radius:14px}.rounded-\[16px\]{border-radius:16px}.rounded-\[18px\]{border-radius:18px}.rounded-\[20px\]{border-radius:20px}.rounded-\[22px\]{border-radius:22px}.rounded-\[24px\]{border-radius:24px}.rounded-\[26px\]{border-radius:26px}.rounded-\[28px\]{border-radius:28px}.rounded-\[2px\]{border-radius:2px}.rounded-\[30px\]{border-radius:30px}.rounded-\[32px\]{border-radius:32px}.rounded-\[34px\]{border-radius:34px}.rounded-\[4px\]{border-radius:4px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-\[999px\]{border-radius:999px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0px}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-soft-lg{border-radius:16px}.rounded-soft-md{border-radius:12px}.rounded-soft-sm{border-radius:8px}.rounded-xl{border-radius:0.75rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-none{border-bottom-right-radius:0px;border-bottom-left-radius:0px}.rounded-b-soft-lg{border-bottom-right-radius:16px;border-bottom-left-radius:16px}.rounded-l-md{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-l-soft-lg{border-top-left-radius:16px;border-bottom-left-radius:16px}.rounded-r-md{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-t-\[28px\]{border-top-left-radius:28px;border-top-right-radius:28px}.rounded-t-\[30px\]{border-top-left-radius:30px;border-top-right-radius:30px}.\!border-0{border-width:0px !important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-\[var\(--soft-border\)\]{border-color:var(--soft-border) !important}.border-\[\#2f2f30\]{--tw-border-opacity:1;border-color:rgb(47 47 48 / var(--tw-border-opacity, 1))}.border-\[\#333\]{--tw-border-opacity:1;border-color:rgb(51 51 51 / var(--tw-border-opacity, 1))}.border-\[\#3a3a3a\]{--tw-border-opacity:1;border-color:rgb(58 58 58 / var(--tw-border-opacity, 1))}.border-\[\#4F6B5A\]\/35{border-color:rgb(79 107 90 / 0.35)}.border-\[\#8FA3B8\]\/30{border-color:rgb(143 163 184 / 0.3)}.border-\[\#8FA3B8\]\/35{border-color:rgb(143 163 184 / 0.35)}.border-\[\#8FA3B8\]\/45{border-color:rgb(143 163 184 / 0.45)}.border-\[\#95A69A\]\/35{border-color:rgb(149 166 154 / 0.35)}.border-\[\#9AA79A\]\/30{border-color:rgb(154 167 154 / 0.3)}.border-\[\#9CB0A7\]\/35{border-color:rgb(156 176 167 / 0.35)}.border-\[\#9CB0A7\]\/45{border-color:rgb(156 176 167 / 0.45)}.border-\[\#9FB1C2\]\/60{border-color:rgb(159 177 194 / 0.6)}.border-\[\#9b8352\]\/50{border-color:rgb(155 131 82 / 0.5)}.border-\[\#A6B0B6\]\/30{border-color:rgb(166 176 182 / 0.3)}.border-\[\#A99EBE\]\/35{border-color:rgb(169 158 190 / 0.35)}.border-\[\#A99EBE\]\/45{border-color:rgb(169 158 190 / 0.45)}.border-\[\#AAB7C7\]\/35{border-color:rgb(170 183 199 / 0.35)}.border-\[\#B49B88\]\/35{border-color:rgb(180 155 136 / 0.35)}.border-\[\#B49B88\]\/45{border-color:rgb(180 155 136 / 0.45)}.border-\[\#B4A299\]\/35{border-color:rgb(180 162 153 / 0.35)}.border-\[\#B7A59A\]\/30{border-color:rgb(183 165 154 / 0.3)}.border-\[\#B86B77\]\/35{border-color:rgb(184 107 119 / 0.35)}.border-\[\#C1A2A0\]\/35{border-color:rgb(193 162 160 / 0.35)}.border-\[\#C4A7A0\]\/40{border-color:rgb(196 167 160 / 0.4)}.border-\[\#D8B9AE\]{--tw-border-opacity:1;border-color:rgb(216 185 174 / var(--tw-border-opacity, 1))}.border-\[\#c4a066\]\/50{border-color:rgb(196 160 102 / 0.5)}.border-\[\#d0b08a\]{--tw-border-opacity:1;border-color:rgb(208 176 138 / var(--tw-border-opacity, 1))}.border-\[rgba\(107\2c 103\2c 97\2c 0\.34\)\]{border-color:rgba(107,103,97,0.34)}.border-\[rgba\(121\2c 145\2c 182\2c 0\.16\)\]{border-color:rgba(121,145,182,0.16)}.border-\[rgba\(121\2c 145\2c 182\2c 0\.22\)\]{border-color:rgba(121,145,182,0.22)}.border-\[rgba\(126\2c 108\2c 82\2c 0\.14\)\]{border-color:rgba(126,108,82,0.14)}.border-\[rgba\(126\2c 77\2c 42\2c 0\.12\)\]{border-color:rgba(126,77,42,0.12)}.border-\[rgba\(126\2c 77\2c 42\2c 0\.16\)\]{border-color:rgba(126,77,42,0.16)}.border-\[rgba\(126\2c 77\2c 42\2c 0\.22\)\]{border-color:rgba(126,77,42,0.22)}.border-\[rgba\(126\2c 77\2c 42\2c 0\.32\)\]{border-color:rgba(126,77,42,0.32)}.border-\[rgba\(126\2c 77\2c 42\2c 0\.78\)\]{border-color:rgba(126,77,42,0.78)}.border-\[rgba\(139\2c 164\2c 149\2c 0\.22\)\]{border-color:rgba(139,164,149,0.22)}.border-\[rgba\(143\2c 163\2c 184\2c 0\.32\)\]{border-color:rgba(143,163,184,0.32)}.border-\[rgba\(146\2c 138\2c 172\2c 0\.22\)\]{border-color:rgba(146,138,172,0.22)}.border-\[rgba\(148\2c 118\2c 82\2c 0\.1\)\]{border-color:rgba(148,118,82,0.1)}.border-\[rgba\(148\2c 118\2c 82\2c 0\.14\)\]{border-color:rgba(148,118,82,0.14)}.border-\[rgba\(148\2c 163\2c 184\2c 0\.26\)\]{border-color:rgba(148,163,184,0.26)}.border-\[rgba\(176\2c 136\2c 136\2c 0\.22\)\]{border-color:rgba(176,136,136,0.22)}.border-\[rgba\(189\2c 164\2c 120\2c 0\.22\)\]{border-color:rgba(189,164,120,0.22)}.border-\[rgba\(255\2c 247\2c 232\2c 0\.28\)\]{border-color:rgba(255,247,232,0.28)}.border-\[rgba\(255\2c 249\2c 239\2c 0\.94\)\]{border-color:rgba(255,249,239,0.94)}.border-\[rgba\(255\2c 255\2c 255\2c 0\.28\)\]{border-color:rgba(255,255,255,0.28)}.border-\[rgba\(45\2c 42\2c 38\2c 0\.08\)\]{border-color:rgba(45,42,38,0.08)}.border-\[rgba\(45\2c 42\2c 38\2c 0\.09\)\]{border-color:rgba(45,42,38,0.09)}.border-\[rgba\(45\2c 42\2c 38\2c 0\.1\)\]{border-color:rgba(45,42,38,0.1)}.border-\[rgba\(64\2c 113\2c 175\2c 0\.24\)\]{border-color:rgba(64,113,175,0.24)}.border-\[rgba\(83\2c 176\2c 174\2c 0\.2\)\]{border-color:rgba(83,176,174,0.2)}.border-\[rgba\(83\2c 176\2c 174\2c 0\.26\)\]{border-color:rgba(83,176,174,0.26)}.border-\[rgba\(83\2c 176\2c 174\2c 0\.28\)\]{border-color:rgba(83,176,174,0.28)}.border-\[rgba\(99\2c 102\2c 241\2c 0\.24\)\]{border-color:rgba(99,102,241,0.24)}.border-\[var\(--border-dark\)\]{border-color:var(--border-dark)}.border-\[var\(--border-input-active\)\]{border-color:var(--border-input-active)}.border-\[var\(--border-input-gold\)\]{border-color:var(--border-input-gold)}.border-\[var\(--border-light\)\]{border-color:var(--border-light)}.border-\[var\(--border-main\)\]{border-color:var(--border-main)}.border-\[var\(--border-white\)\]{border-color:var(--border-white)}.border-\[var\(--brand\)\]{border-color:var(--brand)}.border-\[var\(--cli-accent-amber\)\]{border-color:var(--cli-accent-amber)}.border-\[var\(--cli-accent-olive\)\]{border-color:var(--cli-accent-olive)}.border-\[var\(--function-error\)\]{border-color:var(--function-error)}.border-\[var\(--function-warning\)\]{border-color:var(--function-warning)}.border-\[var\(--lab-accent-strong\)\]{border-color:var(--lab-accent-strong)}.border-\[var\(--lab-border\)\]{border-color:var(--lab-border)}.border-\[var\(--soft-border\)\]{border-color:var(--soft-border)}.border-amber-300\/80{border-color:rgb(252 211 77 / 0.8)}.border-amber-400\/40{border-color:rgb(251 191 36 / 0.4)}.border-amber-500\/20{border-color:rgb(245 158 11 / 0.2)}.border-amber-500\/25{border-color:rgb(245 158 11 / 0.25)}.border-amber-500\/30{border-color:rgb(245 158 11 / 0.3)}.border-amber-500\/60{border-color:rgb(245 158 11 / 0.6)}.border-beam{border-color:var(--ds-brand-subtle)}.border-black\/10{border-color:rgb(0 0 0 / 0.1)}.border-black\/15{border-color:rgb(0 0 0 / 0.15)}.border-black\/20{border-color:rgb(0 0 0 / 0.2)}.border-black\/5{border-color:rgb(0 0 0 / 0.05)}.border-black\/60{border-color:rgb(0 0 0 / 0.6)}.border-black\/\[0\.035\]{border-color:rgb(0 0 0 / 0.035)}.border-black\/\[0\.04\]{border-color:rgb(0 0 0 / 0.04)}.border-black\/\[0\.05\]{border-color:rgb(0 0 0 / 0.05)}.border-black\/\[0\.06\]{border-color:rgb(0 0 0 / 0.06)}.border-black\/\[0\.08\]{border-color:rgb(0 0 0 / 0.08)}.border-black\/\[0\.10\]{border-color:rgb(0 0 0 / 0.10)}.border-black\/\[0\.12\]{border-color:rgb(0 0 0 / 0.12)}.border-black\/\[0\.14\]{border-color:rgb(0 0 0 / 0.14)}.border-border{border-color:hsl(var(--border))}.border-border\/50{border-color:hsl(var(--border) / 0.5)}.border-border\/60{border-color:hsl(var(--border) / 0.6)}.border-border\/70{border-color:hsl(var(--border) / 0.7)}.border-destructive\/30{border-color:hsl(var(--destructive) / 0.3)}.border-emerald-500\/20{border-color:rgb(16 185 129 / 0.2)}.border-emerald-500\/25{border-color:rgb(16 185 129 / 0.25)}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-info\/30{border-color:hsl(var(--info) / 0.3)}.border-input{border-color:hsl(var(--input))}.border-muted{border-color:hsl(var(--muted))}.border-muted-foreground{border-color:hsl(var(--muted-foreground))}.border-primary{border-color:hsl(var(--primary))}.border-primary\/20{border-color:hsl(var(--primary) / 0.2)}.border-primary\/30{border-color:hsl(var(--primary) / 0.3)}.border-primary\/40{border-color:hsl(var(--primary) / 0.4)}.border-primary\/60{border-color:hsl(var(--primary) / 0.6)}.border-red-100{--tw-border-opacity:1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-400\/30{border-color:rgb(248 113 113 / 0.3)}.border-red-400\/40{border-color:rgb(248 113 113 / 0.4)}.border-rose-200\/80{border-color:rgb(254 205 211 / 0.8)}.border-rose-500\/20{border-color:rgb(244 63 94 / 0.2)}.border-rose-500\/60{border-color:rgb(244 63 94 / 0.6)}.border-soft-border{--tw-border-opacity:1;border-color:hsl(var(--soft-border-hsl) / var(--tw-border-opacity, 1))}.border-soft-text-primary{--tw-border-opacity:1;border-color:hsl(var(--soft-text-primary-hsl) / var(--tw-border-opacity, 1))}.border-stone-200{--tw-border-opacity:1;border-color:rgb(231 229 228 / var(--tw-border-opacity, 1))}.border-success\/30{border-color:hsl(var(--success) / 0.3)}.border-transparent{border-color:transparent}.border-warning\/30{border-color:hsl(var(--warning) / 0.3)}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:rgb(255 255 255 / 0.1)}.border-white\/15{border-color:rgb(255 255 255 / 0.15)}.border-white\/20{border-color:rgb(255 255 255 / 0.2)}.border-white\/30{border-color:rgb(255 255 255 / 0.3)}.border-white\/40{border-color:rgb(255 255 255 / 0.4)}.border-white\/5{border-color:rgb(255 255 255 / 0.05)}.border-white\/50{border-color:rgb(255 255 255 / 0.5)}.border-white\/60{border-color:rgb(255 255 255 / 0.6)}.border-white\/70{border-color:rgb(255 255 255 / 0.7)}.border-white\/\[0\.06\]{border-color:rgb(255 255 255 / 0.06)}.border-white\/\[0\.08\]{border-color:rgb(255 255 255 / 0.08)}.border-yellow-500\/30{border-color:rgb(234 179 8 / 0.3)}.border-l-destructive{border-left-color:hsl(var(--destructive))}.border-l-primary{border-left-color:hsl(var(--primary))}.border-l-success{border-left-color:hsl(var(--success))}.border-l-warning{border-left-color:hsl(var(--warning))}.border-t-soft-primary{--tw-border-opacity:1;border-top-color:hsl(var(--soft-accent-hsl) / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.\!bg-\[var\(--soft-bg-surface\)\]{background-color:var(--soft-bg-surface) !important}.\!bg-transparent{background-color:transparent !important}.bg-\[\#0f1115\]{--tw-bg-opacity:1;background-color:rgb(15 17 21 / var(--tw-bg-opacity, 1))}.bg-\[\#111111\]{--tw-bg-opacity:1;background-color:rgb(17 17 17 / var(--tw-bg-opacity, 1))}.bg-\[\#121419\]{--tw-bg-opacity:1;background-color:rgb(18 20 25 / var(--tw-bg-opacity, 1))}.bg-\[\#13151a\]{--tw-bg-opacity:1;background-color:rgb(19 21 26 / var(--tw-bg-opacity, 1))}.bg-\[\#1a1a1a\]{--tw-bg-opacity:1;background-color:rgb(26 26 26 / var(--tw-bg-opacity, 1))}.bg-\[\#1c1c1d\]{--tw-bg-opacity:1;background-color:rgb(28 28 29 / var(--tw-bg-opacity, 1))}.bg-\[\#1e1e1e\]{--tw-bg-opacity:1;background-color:rgb(30 30 30 / var(--tw-bg-opacity, 1))}.bg-\[\#201A16\]{--tw-bg-opacity:1;background-color:rgb(32 26 22 / var(--tw-bg-opacity, 1))}.bg-\[\#202021\]{--tw-bg-opacity:1;background-color:rgb(32 32 33 / var(--tw-bg-opacity, 1))}.bg-\[\#23262D\]{--tw-bg-opacity:1;background-color:rgb(35 38 45 / var(--tw-bg-opacity, 1))}.bg-\[\#252526\]{--tw-bg-opacity:1;background-color:rgb(37 37 38 / var(--tw-bg-opacity, 1))}.bg-\[\#282828\]{--tw-bg-opacity:1;background-color:rgb(40 40 40 / var(--tw-bg-opacity, 1))}.bg-\[\#28C840\]{--tw-bg-opacity:1;background-color:rgb(40 200 64 / var(--tw-bg-opacity, 1))}.bg-\[\#28c840\]{--tw-bg-opacity:1;background-color:rgb(40 200 64 / var(--tw-bg-opacity, 1))}.bg-\[\#2D2A26\]{--tw-bg-opacity:1;background-color:rgb(45 42 38 / var(--tw-bg-opacity, 1))}.bg-\[\#2F3437\]{--tw-bg-opacity:1;background-color:rgb(47 52 55 / var(--tw-bg-opacity, 1))}.bg-\[\#333\]{--tw-bg-opacity:1;background-color:rgb(51 51 51 / var(--tw-bg-opacity, 1))}.bg-\[\#3A4653\]{--tw-bg-opacity:1;background-color:rgb(58 70 83 / var(--tw-bg-opacity, 1))}.bg-\[\#4F6B5A\]\/10{background-color:rgb(79 107 90 / 0.1)}.bg-\[\#8FA3B8\]\/10{background-color:rgb(143 163 184 / 0.1)}.bg-\[\#8FA3B8\]\/80{background-color:rgb(143 163 184 / 0.8)}.bg-\[\#8aa2bc\]{--tw-bg-opacity:1;background-color:rgb(138 162 188 / var(--tw-bg-opacity, 1))}.bg-\[\#9B8FB8\]{--tw-bg-opacity:1;background-color:rgb(155 143 184 / var(--tw-bg-opacity, 1))}.bg-\[\#9FB1C2\]{--tw-bg-opacity:1;background-color:rgb(159 177 194 / var(--tw-bg-opacity, 1))}.bg-\[\#9b8352\]{--tw-bg-opacity:1;background-color:rgb(155 131 82 / var(--tw-bg-opacity, 1))}.bg-\[\#9b8352\]\/\[0\.08\]{background-color:rgb(155 131 82 / 0.08)}.bg-\[\#9b8352\]\/\[0\.10\]{background-color:rgb(155 131 82 / 0.10)}.bg-\[\#ABA9A5\]{--tw-bg-opacity:1;background-color:rgb(171 169 165 / var(--tw-bg-opacity, 1))}.bg-\[\#B86B77\]\/10{background-color:rgb(184 107 119 / 0.1)}.bg-\[\#C4A7A0\]\/10{background-color:rgb(196 167 160 / 0.1)}.bg-\[\#C7AD96\]{--tw-bg-opacity:1;background-color:rgb(199 173 150 / var(--tw-bg-opacity, 1))}.bg-\[\#D7C6AE\]\/40{background-color:rgb(215 198 174 / 0.4)}.bg-\[\#D7C6AE\]\/60{background-color:rgb(215 198 174 / 0.6)}.bg-\[\#D7C6AE\]\/70{background-color:rgb(215 198 174 / 0.7)}.bg-\[\#DEDEDE\]{--tw-bg-opacity:1;background-color:rgb(222 222 222 / var(--tw-bg-opacity, 1))}.bg-\[\#E0E0E0\]{--tw-bg-opacity:1;background-color:rgb(224 224 224 / var(--tw-bg-opacity, 1))}.bg-\[\#E1E7EF\]{--tw-bg-opacity:1;background-color:rgb(225 231 239 / var(--tw-bg-opacity, 1))}.bg-\[\#E6E6E6\]{--tw-bg-opacity:1;background-color:rgb(230 230 230 / var(--tw-bg-opacity, 1))}.bg-\[\#E8E8E8\]{--tw-bg-opacity:1;background-color:rgb(232 232 232 / var(--tw-bg-opacity, 1))}.bg-\[\#E9E1D8\]{--tw-bg-opacity:1;background-color:rgb(233 225 216 / var(--tw-bg-opacity, 1))}.bg-\[\#ECECEC\]{--tw-bg-opacity:1;background-color:rgb(236 236 236 / var(--tw-bg-opacity, 1))}.bg-\[\#EFE5D6\]{--tw-bg-opacity:1;background-color:rgb(239 229 214 / var(--tw-bg-opacity, 1))}.bg-\[\#EFE6DA\]{--tw-bg-opacity:1;background-color:rgb(239 230 218 / var(--tw-bg-opacity, 1))}.bg-\[\#EFEFEF\]{--tw-bg-opacity:1;background-color:rgb(239 239 239 / var(--tw-bg-opacity, 1))}.bg-\[\#F5F2EC\]{--tw-bg-opacity:1;background-color:rgb(245 242 236 / var(--tw-bg-opacity, 1))}.bg-\[\#F6F1E8\]{--tw-bg-opacity:1;background-color:rgb(246 241 232 / var(--tw-bg-opacity, 1))}.bg-\[\#F7F3EC\]{--tw-bg-opacity:1;background-color:rgb(247 243 236 / var(--tw-bg-opacity, 1))}.bg-\[\#FBF8F2\]\/95{background-color:rgb(251 248 242 / 0.95)}.bg-\[\#FF5F57\]{--tw-bg-opacity:1;background-color:rgb(255 95 87 / var(--tw-bg-opacity, 1))}.bg-\[\#FFBD2E\]{--tw-bg-opacity:1;background-color:rgb(255 189 46 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF3EF\]{--tw-bg-opacity:1;background-color:rgb(255 243 239 / var(--tw-bg-opacity, 1))}.bg-\[\#b48d4f\]{--tw-bg-opacity:1;background-color:rgb(180 141 79 / var(--tw-bg-opacity, 1))}.bg-\[\#c4a066\]\/10{background-color:rgb(196 160 102 / 0.1)}.bg-\[\#d06c6c\]{--tw-bg-opacity:1;background-color:rgb(208 108 108 / var(--tw-bg-opacity, 1))}.bg-\[\#d0a85f\]{--tw-bg-opacity:1;background-color:rgb(208 168 95 / var(--tw-bg-opacity, 1))}.bg-\[\#f2d8a7\]{--tw-bg-opacity:1;background-color:rgb(242 216 167 / var(--tw-bg-opacity, 1))}.bg-\[\#ff5f57\]{--tw-bg-opacity:1;background-color:rgb(255 95 87 / var(--tw-bg-opacity, 1))}.bg-\[\#ffbd2e\]{--tw-bg-opacity:1;background-color:rgb(255 189 46 / var(--tw-bg-opacity, 1))}.bg-\[hsl\(var\(--primary\)\)\]{background-color:hsl(var(--primary))}.bg-\[rgba\(0\2c 0\2c 0\2c 0\.06\)\]{background-color:rgba(0,0,0,0.06)}.bg-\[rgba\(110\2c 138\2c 121\2c 0\.12\)\]{background-color:rgba(110,138,121,0.12)}.bg-\[rgba\(117\2c 118\2c 125\2c 0\.10\)\]{background-color:rgba(117,118,125,0.10)}.bg-\[rgba\(12\2c 14\2c 18\2c 0\.48\)\]{background-color:rgba(12,14,18,0.48)}.bg-\[rgba\(121\2c 145\2c 182\2c 0\.10\)\]{background-color:rgba(121,145,182,0.10)}.bg-\[rgba\(121\2c 145\2c 182\2c 0\.12\)\]{background-color:rgba(121,145,182,0.12)}.bg-\[rgba\(122\2c 114\2c 151\2c 0\.65\)\]{background-color:rgba(122,114,151,0.65)}.bg-\[rgba\(123\2c 159\2c 182\2c 0\.16\)\]{background-color:rgba(123,159,182,0.16)}.bg-\[rgba\(126\2c 77\2c 42\2c 0\.06\)\]{background-color:rgba(126,77,42,0.06)}.bg-\[rgba\(126\2c 77\2c 42\2c 0\.08\)\]{background-color:rgba(126,77,42,0.08)}.bg-\[rgba\(126\2c 77\2c 42\2c 0\.14\)\]{background-color:rgba(126,77,42,0.14)}.bg-\[rgba\(126\2c 77\2c 42\2c 0\.92\)\]{background-color:rgba(126,77,42,0.92)}.bg-\[rgba\(139\2c 164\2c 149\2c 0\.10\)\]{background-color:rgba(139,164,149,0.10)}.bg-\[rgba\(139\2c 164\2c 149\2c 0\.12\)\]{background-color:rgba(139,164,149,0.12)}.bg-\[rgba\(140\2c 156\2c 196\2c 0\.16\)\]{background-color:rgba(140,156,196,0.16)}.bg-\[rgba\(142\2c 167\2c 168\2c 0\.14\)\]{background-color:rgba(142,167,168,0.14)}.bg-\[rgba\(142\2c 167\2c 168\2c 0\.16\)\]{background-color:rgba(142,167,168,0.16)}.bg-\[rgba\(143\2c 163\2c 184\2c 0\.14\)\]{background-color:rgba(143,163,184,0.14)}.bg-\[rgba\(143\2c 163\2c 184\2c 0\.16\)\]{background-color:rgba(143,163,184,0.16)}.bg-\[rgba\(143\2c 163\2c 184\2c 0\.18\)\]{background-color:rgba(143,163,184,0.18)}.bg-\[rgba\(143\2c 163\2c 184\2c 0\.85\)\]{background-color:rgba(143,163,184,0.85)}.bg-\[rgba\(143\2c 163\2c 184\2c 0\.9\)\]{background-color:rgba(143,163,184,0.9)}.bg-\[rgba\(146\2c 138\2c 172\2c 0\.10\)\]{background-color:rgba(146,138,172,0.10)}.bg-\[rgba\(148\2c 163\2c 184\2c 0\.12\)\]{background-color:rgba(148,163,184,0.12)}.bg-\[rgba\(148\2c 163\2c 184\2c 0\.55\)\]{background-color:rgba(148,163,184,0.55)}.bg-\[rgba\(15\2c 23\2c 42\2c 0\.04\)\]{background-color:rgba(15,23,42,0.04)}.bg-\[rgba\(151\2c 164\2c 179\2c 0\.14\)\]{background-color:rgba(151,164,179,0.14)}.bg-\[rgba\(151\2c 164\2c 179\2c 0\.16\)\]{background-color:rgba(151,164,179,0.16)}.bg-\[rgba\(151\2c 164\2c 179\2c 0\.18\)\]{background-color:rgba(151,164,179,0.18)}.bg-\[rgba\(159\2c 177\2c 194\2c 0\.14\)\]{background-color:rgba(159,177,194,0.14)}.bg-\[rgba\(159\2c 177\2c 194\2c 0\.16\)\]{background-color:rgba(159,177,194,0.16)}.bg-\[rgba\(163\2c 185\2c 212\2c 0\.18\)\]{background-color:rgba(163,185,212,0.18)}.bg-\[rgba\(17\2c 19\2c 24\2c 0\.52\)\]{background-color:rgba(17,19,24,0.52)}.bg-\[rgba\(171\2c 158\2c 126\2c 0\.16\)\]{background-color:rgba(171,158,126,0.16)}.bg-\[rgba\(176\2c 136\2c 136\2c 0\.12\)\]{background-color:rgba(176,136,136,0.12)}.bg-\[rgba\(176\2c 136\2c 136\2c 0\.14\)\]{background-color:rgba(176,136,136,0.14)}.bg-\[rgba\(183\2c 165\2c 154\2c 0\.12\)\]{background-color:rgba(183,165,154,0.12)}.bg-\[rgba\(184\2c 170\2c 156\2c 0\.18\)\]{background-color:rgba(184,170,156,0.18)}.bg-\[rgba\(184\2c 170\2c 156\2c 0\.85\)\]{background-color:rgba(184,170,156,0.85)}.bg-\[rgba\(186\2c 160\2c 140\2c 0\.12\)\]{background-color:rgba(186,160,140,0.12)}.bg-\[rgba\(186\2c 160\2c 140\2c 0\.16\)\]{background-color:rgba(186,160,140,0.16)}.bg-\[rgba\(189\2c 164\2c 120\2c 0\.12\)\]{background-color:rgba(189,164,120,0.12)}.bg-\[rgba\(189\2c 164\2c 120\2c 0\.14\)\]{background-color:rgba(189,164,120,0.14)}.bg-\[rgba\(199\2c 173\2c 150\2c 0\.22\)\]{background-color:rgba(199,173,150,0.22)}.bg-\[rgba\(199\2c 173\2c 150\2c 0\.24\)\]{background-color:rgba(199,173,150,0.24)}.bg-\[rgba\(214\2c 189\2c 144\2c 0\.18\)\]{background-color:rgba(214,189,144,0.18)}.bg-\[rgba\(244\2c 239\2c 233\2c 0\.52\)\]{background-color:rgba(244,239,233,0.52)}.bg-\[rgba\(244\2c 239\2c 233\2c 0\.55\)\]{background-color:rgba(244,239,233,0.55)}.bg-\[rgba\(244\2c 239\2c 233\2c 0\.56\)\]{background-color:rgba(244,239,233,0.56)}.bg-\[rgba\(244\2c 239\2c 233\2c 0\.72\)\]{background-color:rgba(244,239,233,0.72)}.bg-\[rgba\(244\2c 239\2c 233\2c 0\.76\)\]{background-color:rgba(244,239,233,0.76)}.bg-\[rgba\(244\2c 239\2c 233\2c 0\.84\)\]{background-color:rgba(244,239,233,0.84)}.bg-\[rgba\(248\2c 245\2c 241\2c 0\.98\)\]{background-color:rgba(248,245,241,0.98)}.bg-\[rgba\(250\2c 248\2c 244\2c 0\.86\)\]{background-color:rgba(250,248,244,0.86)}.bg-\[rgba\(252\2c 248\2c 242\2c 0\.98\)\]{background-color:rgba(252,248,242,0.98)}.bg-\[rgba\(255\2c 233\2c 200\2c 0\.96\)\]{background-color:rgba(255,233,200,0.96)}.bg-\[rgba\(255\2c 248\2c 239\2c 0\.14\)\]{background-color:rgba(255,248,239,0.14)}.bg-\[rgba\(255\2c 250\2c 245\2c 0\.96\)\]{background-color:rgba(255,250,245,0.96)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.48\)\]{background-color:rgba(255,255,255,0.48)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.58\)\]{background-color:rgba(255,255,255,0.58)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.62\)\]{background-color:rgba(255,255,255,0.62)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.66\)\]{background-color:rgba(255,255,255,0.66)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.68\)\]{background-color:rgba(255,255,255,0.68)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.72\)\]{background-color:rgba(255,255,255,0.72)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.74\)\]{background-color:rgba(255,255,255,0.74)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.76\)\]{background-color:rgba(255,255,255,0.76)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.78\)\]{background-color:rgba(255,255,255,0.78)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.82\)\]{background-color:rgba(255,255,255,0.82)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.88\)\]{background-color:rgba(255,255,255,0.88)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.9\)\]{background-color:rgba(255,255,255,0.9)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.92\)\]{background-color:rgba(255,255,255,0.92)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.94\)\]{background-color:rgba(255,255,255,0.94)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.96\)\]{background-color:rgba(255,255,255,0.96)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.97\)\]{background-color:rgba(255,255,255,0.97)}.bg-\[rgba\(64\2c 113\2c 175\2c 0\.1\)\]{background-color:rgba(64,113,175,0.1)}.bg-\[rgba\(83\2c 176\2c 174\2c 0\.1\)\]{background-color:rgba(83,176,174,0.1)}.bg-\[rgba\(83\2c 176\2c 174\2c 0\.12\)\]{background-color:rgba(83,176,174,0.12)}.bg-\[rgba\(9\2c 11\2c 15\2c 0\.7\)\]{background-color:rgba(9,11,15,0.7)}.bg-\[rgba\(9\2c 11\2c 15\2c 0\.72\)\]{background-color:rgba(9,11,15,0.72)}.bg-\[rgba\(99\2c 102\2c 241\2c 0\.1\)\]{background-color:rgba(99,102,241,0.1)}.bg-\[rgba\(99\2c 130\2c 173\2c 0\.10\)\]{background-color:rgba(99,130,173,0.10)}.bg-\[rgba\(99\2c 130\2c 173\2c 0\.12\)\]{background-color:rgba(99,130,173,0.12)}.bg-\[var\(--Button-primary-black\)\]{background-color:var(--Button-primary-black)}.bg-\[var\(--Button-primary-white\)\]{background-color:var(--Button-primary-white)}.bg-\[var\(--ai-manus-input-runtime-bg\)\]{background-color:var(--ai-manus-input-runtime-bg)}.bg-\[var\(--background-card\)\]{background-color:var(--background-card)}.bg-\[var\(--background-gray-main\)\]{background-color:var(--background-gray-main)}.bg-\[var\(--background-gray-subtle\)\]{background-color:var(--background-gray-subtle)}.bg-\[var\(--background-main\)\]{background-color:var(--background-main)}.bg-\[var\(--background-mask\)\]{background-color:var(--background-mask)}.bg-\[var\(--background-menu-white\)\]{background-color:var(--background-menu-white)}.bg-\[var\(--background-surface\)\]{background-color:var(--background-surface)}.bg-\[var\(--background-tsp-menu-white\)\]{background-color:var(--background-tsp-menu-white)}.bg-\[var\(--background-white-main\)\]{background-color:var(--background-white-main)}.bg-\[var\(--bg-panel-left\)\]{background-color:var(--bg-panel-left)}.bg-\[var\(--border-dark\)\]{background-color:var(--border-dark)}.bg-\[var\(--brand\)\]{background-color:var(--brand)}.bg-\[var\(--brand-subtle\)\]{background-color:var(--brand-subtle)}.bg-\[var\(--cli-accent-emerald\)\]{background-color:var(--cli-accent-emerald)}.bg-\[var\(--cli-accent-olive\)\]{background-color:var(--cli-accent-olive)}.bg-\[var\(--cli-bg-0\)\]{background-color:var(--cli-bg-0)}.bg-\[var\(--cli-bg-1\)\]{background-color:var(--cli-bg-1)}.bg-\[var\(--cli-bg-2\)\]{background-color:var(--cli-bg-2)}.bg-\[var\(--cli-muted-2\)\]{background-color:var(--cli-muted-2)}.bg-\[var\(--cli-status-busy\)\]{background-color:var(--cli-status-busy)}.bg-\[var\(--cli-status-error\)\]{background-color:var(--cli-status-error)}.bg-\[var\(--cli-status-idle\)\]{background-color:var(--cli-status-idle)}.bg-\[var\(--cli-status-offline\)\]{background-color:var(--cli-status-offline)}.bg-\[var\(--cli-status-online\)\]{background-color:var(--cli-status-online)}.bg-\[var\(--cli-status-warning\)\]{background-color:var(--cli-status-warning)}.bg-\[var\(--fill-blue\)\]{background-color:var(--fill-blue)}.bg-\[var\(--fill-input-chat\)\]{background-color:var(--fill-input-chat)}.bg-\[var\(--fill-tsp-gray-dark\)\]{background-color:var(--fill-tsp-gray-dark)}.bg-\[var\(--fill-tsp-gray-main\)\]{background-color:var(--fill-tsp-gray-main)}.bg-\[var\(--fill-tsp-white\)\]{background-color:var(--fill-tsp-white)}.bg-\[var\(--fill-tsp-white-dark\)\]{background-color:var(--fill-tsp-white-dark)}.bg-\[var\(--fill-tsp-white-light\)\]{background-color:var(--fill-tsp-white-light)}.bg-\[var\(--fill-tsp-white-main\)\]{background-color:var(--fill-tsp-white-main)}.bg-\[var\(--fill-white\)\]{background-color:var(--fill-white)}.bg-\[var\(--function-error\)\]{background-color:var(--function-error)}.bg-\[var\(--function-error-tsp\)\]{background-color:var(--function-error-tsp)}.bg-\[var\(--function-success-tsp\)\]{background-color:var(--function-success-tsp)}.bg-\[var\(--function-warning-tsp\)\]{background-color:var(--function-warning-tsp)}.bg-\[var\(--icon-onblack\)\]{background-color:var(--icon-onblack)}.bg-\[var\(--icon-tertiary\)\]{background-color:var(--icon-tertiary)}.bg-\[var\(--lab-background\)\]{background-color:var(--lab-background)}.bg-\[var\(--lab-surface\)\]{background-color:var(--lab-surface)}.bg-\[var\(--lab-surface-muted\)\]{background-color:var(--lab-surface-muted)}.bg-\[var\(--soft-accent\)\]{background-color:var(--soft-accent)}.bg-\[var\(--soft-bg-base\)\]{background-color:var(--soft-bg-base)}.bg-\[var\(--soft-bg-surface\)\]{background-color:var(--soft-bg-surface)}.bg-\[var\(--soft-border\)\]{background-color:var(--soft-border)}.bg-\[var\(--text-disable\)\]{background-color:var(--text-disable)}.bg-\[var\(--text-primary\)\]{background-color:var(--text-primary)}.bg-\[var\(--text-tertiary\)\]{background-color:var(--text-tertiary)}.bg-accent{background-color:hsl(var(--accent))}.bg-amber-400{--tw-bg-opacity:1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-50\/70{background-color:rgb(255 251 235 / 0.7)}.bg-amber-50\/80{background-color:rgb(255 251 235 / 0.8)}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/10{background-color:rgb(245 158 11 / 0.1)}.bg-amber-500\/15{background-color:rgb(245 158 11 / 0.15)}.bg-amber-500\/20{background-color:rgb(245 158 11 / 0.2)}.bg-amber-500\/90{background-color:rgb(245 158 11 / 0.9)}.bg-background{background-color:hsl(var(--background))}.bg-background\/20{background-color:hsl(var(--background) / 0.2)}.bg-background\/60{background-color:hsl(var(--background) / 0.6)}.bg-background\/70{background-color:hsl(var(--background) / 0.7)}.bg-background\/80{background-color:hsl(var(--background) / 0.8)}.bg-background\/90{background-color:hsl(var(--background) / 0.9)}.bg-background\/95{background-color:hsl(var(--background) / 0.95)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/10{background-color:rgb(0 0 0 / 0.1)}.bg-black\/15{background-color:rgb(0 0 0 / 0.15)}.bg-black\/20{background-color:rgb(0 0 0 / 0.2)}.bg-black\/30{background-color:rgb(0 0 0 / 0.3)}.bg-black\/50{background-color:rgb(0 0 0 / 0.5)}.bg-black\/60{background-color:rgb(0 0 0 / 0.6)}.bg-black\/90{background-color:rgb(0 0 0 / 0.9)}.bg-black\/\[0\.025\]{background-color:rgb(0 0 0 / 0.025)}.bg-black\/\[0\.02\]{background-color:rgb(0 0 0 / 0.02)}.bg-black\/\[0\.03\]{background-color:rgb(0 0 0 / 0.03)}.bg-black\/\[0\.04\]{background-color:rgb(0 0 0 / 0.04)}.bg-black\/\[0\.05\]{background-color:rgb(0 0 0 / 0.05)}.bg-black\/\[0\.06\]{background-color:rgb(0 0 0 / 0.06)}.bg-black\/\[0\.08\]{background-color:rgb(0 0 0 / 0.08)}.bg-black\/\[0\.10\]{background-color:rgb(0 0 0 / 0.10)}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-border{background-color:hsl(var(--border))}.bg-border\/50{background-color:hsl(var(--border) / 0.5)}.bg-card{background-color:hsl(var(--card))}.bg-card\/90{background-color:hsl(var(--card) / 0.9)}.bg-current{background-color:currentColor}.bg-destructive{background-color:hsl(var(--destructive))}.bg-destructive\/10{background-color:hsl(var(--destructive) / 0.1)}.bg-destructive\/15{background-color:hsl(var(--destructive) / 0.15)}.bg-emerald-400{--tw-bg-opacity:1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/10{background-color:rgb(16 185 129 / 0.1)}.bg-emerald-500\/15{background-color:rgb(16 185 129 / 0.15)}.bg-emerald-500\/20{background-color:rgb(16 185 129 / 0.2)}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-900\/60{background-color:rgb(17 24 39 / 0.6)}.bg-gray-900\/80{background-color:rgb(17 24 39 / 0.8)}.bg-gray-900\/90{background-color:rgb(17 24 39 / 0.9)}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(129 140 248 / var(--tw-bg-opacity, 1))}.bg-info\/15{background-color:hsl(var(--info) / 0.15)}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/10{background-color:hsl(var(--muted) / 0.1)}.bg-muted\/20{background-color:hsl(var(--muted) / 0.2)}.bg-muted\/30{background-color:hsl(var(--muted) / 0.3)}.bg-muted\/40{background-color:hsl(var(--muted) / 0.4)}.bg-muted\/50{background-color:hsl(var(--muted) / 0.5)}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary\/10{background-color:hsl(var(--primary) / 0.1)}.bg-primary\/15{background-color:hsl(var(--primary) / 0.15)}.bg-primary\/20{background-color:hsl(var(--primary) / 0.2)}.bg-primary\/5{background-color:hsl(var(--primary) / 0.05)}.bg-primary\/60{background-color:hsl(var(--primary) / 0.6)}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-50\/70{background-color:rgb(254 242 242 / 0.7)}.bg-red-50\/80{background-color:rgb(254 242 242 / 0.8)}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:rgb(239 68 68 / 0.1)}.bg-red-500\/15{background-color:rgb(239 68 68 / 0.15)}.bg-red-500\/20{background-color:rgb(239 68 68 / 0.2)}.bg-rose-50\/70{background-color:rgb(255 241 242 / 0.7)}.bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.bg-rose-500\/10{background-color:rgb(244 63 94 / 0.1)}.bg-secondary{background-color:hsl(var(--secondary))}.bg-sky-500\/10{background-color:rgb(14 165 233 / 0.1)}.bg-slate-500\/85{background-color:rgb(100 116 139 / 0.85)}.bg-soft-accent{--tw-bg-opacity:1;background-color:hsl(var(--soft-accent-hsl) / var(--tw-bg-opacity, 1))}.bg-soft-bg-base{--tw-bg-opacity:1;background-color:hsl(var(--soft-bg-base-hsl) / var(--tw-bg-opacity, 1))}.bg-soft-bg-elevated{--tw-bg-opacity:1;background-color:hsl(var(--soft-bg-elevated-hsl) / var(--tw-bg-opacity, 1))}.bg-soft-bg-elevated\/40{background-color:hsl(var(--soft-bg-elevated-hsl) / 0.4)}.bg-soft-bg-elevated\/50{background-color:hsl(var(--soft-bg-elevated-hsl) / 0.5)}.bg-soft-bg-elevated\/70{background-color:hsl(var(--soft-bg-elevated-hsl) / 0.7)}.bg-soft-bg-surface{--tw-bg-opacity:1;background-color:hsl(var(--soft-bg-surface-hsl) / var(--tw-bg-opacity, 1))}.bg-soft-border{--tw-bg-opacity:1;background-color:hsl(var(--soft-border-hsl) / var(--tw-bg-opacity, 1))}.bg-soft-primary{--tw-bg-opacity:1;background-color:hsl(var(--soft-accent-hsl) / var(--tw-bg-opacity, 1))}.bg-success\/15{background-color:hsl(var(--success) / 0.15)}.bg-surface{--tw-bg-opacity:1;background-color:hsl(var(--soft-bg-surface-hsl) / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-warning\/15{background-color:hsl(var(--warning) / 0.15)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:rgb(255 255 255 / 0.1)}.bg-white\/30{background-color:rgb(255 255 255 / 0.3)}.bg-white\/40{background-color:rgb(255 255 255 / 0.4)}.bg-white\/5{background-color:rgb(255 255 255 / 0.05)}.bg-white\/50{background-color:rgb(255 255 255 / 0.5)}.bg-white\/55{background-color:rgb(255 255 255 / 0.55)}.bg-white\/60{background-color:rgb(255 255 255 / 0.6)}.bg-white\/65{background-color:rgb(255 255 255 / 0.65)}.bg-white\/70{background-color:rgb(255 255 255 / 0.7)}.bg-white\/75{background-color:rgb(255 255 255 / 0.75)}.bg-white\/80{background-color:rgb(255 255 255 / 0.8)}.bg-white\/85{background-color:rgb(255 255 255 / 0.85)}.bg-white\/90{background-color:rgb(255 255 255 / 0.9)}.bg-white\/95{background-color:rgb(255 255 255 / 0.95)}.bg-white\/\[0\.03\]{background-color:rgb(255 255 255 / 0.03)}.bg-white\/\[0\.04\]{background-color:rgb(255 255 255 / 0.04)}.bg-white\/\[0\.05\]{background-color:rgb(255 255 255 / 0.05)}.bg-white\/\[0\.06\]{background-color:rgb(255 255 255 / 0.06)}.bg-white\/\[0\.08\]{background-color:rgb(255 255 255 / 0.08)}.bg-white\/\[0\.12\]{background-color:rgb(255 255 255 / 0.12)}.bg-white\/\[0\.35\]{background-color:rgb(255 255 255 / 0.35)}.bg-white\/\[0\.38\]{background-color:rgb(255 255 255 / 0.38)}.bg-white\/\[0\.42\]{background-color:rgb(255 255 255 / 0.42)}.bg-white\/\[0\.44\]{background-color:rgb(255 255 255 / 0.44)}.bg-white\/\[0\.48\]{background-color:rgb(255 255 255 / 0.48)}.bg-white\/\[0\.4\]{background-color:rgb(255 255 255 / 0.4)}.bg-white\/\[0\.52\]{background-color:rgb(255 255 255 / 0.52)}.bg-white\/\[0\.56\]{background-color:rgb(255 255 255 / 0.56)}.bg-white\/\[0\.58\]{background-color:rgb(255 255 255 / 0.58)}.bg-white\/\[0\.5\]{background-color:rgb(255 255 255 / 0.5)}.bg-white\/\[0\.60\]{background-color:rgb(255 255 255 / 0.60)}.bg-white\/\[0\.62\]{background-color:rgb(255 255 255 / 0.62)}.bg-white\/\[0\.68\]{background-color:rgb(255 255 255 / 0.68)}.bg-white\/\[0\.6\]{background-color:rgb(255 255 255 / 0.6)}.bg-white\/\[0\.70\]{background-color:rgb(255 255 255 / 0.70)}.bg-white\/\[0\.72\]{background-color:rgb(255 255 255 / 0.72)}.bg-white\/\[0\.74\]{background-color:rgb(255 255 255 / 0.74)}.bg-white\/\[0\.78\]{background-color:rgb(255 255 255 / 0.78)}.bg-white\/\[0\.82\]{background-color:rgb(255 255 255 / 0.82)}.bg-white\/\[0\.84\]{background-color:rgb(255 255 255 / 0.84)}.bg-white\/\[0\.85\]{background-color:rgb(255 255 255 / 0.85)}.bg-white\/\[0\.86\]{background-color:rgb(255 255 255 / 0.86)}.bg-white\/\[0\.88\]{background-color:rgb(255 255 255 / 0.88)}.bg-white\/\[0\.90\]{background-color:rgb(255 255 255 / 0.90)}.bg-white\/\[0\.92\]{background-color:rgb(255 255 255 / 0.92)}.bg-white\/\[0\.9\]{background-color:rgb(255 255 255 / 0.9)}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}.bg-yellow-500\/10{background-color:rgb(234 179 8 / 0.1)}.bg-\[linear-gradient\(135deg\2c rgba\(164\2c 182\2c 204\2c 0\.24\)\2c rgba\(216\2c 196\2c 171\2c 0\.24\)\2c rgba\(188\2c 164\2c 173\2c 0\.2\)\)\]{background-image:linear-gradient(135deg,rgba(164,182,204,0.24),rgba(216,196,171,0.24),rgba(188,164,173,0.2))}.bg-\[linear-gradient\(135deg\2c rgba\(188\2c 168\2c 157\2c 0\.22\)\2c rgba\(145\2c 166\2c 188\2c 0\.16\)\2c rgba\(216\2c 197\2c 170\2c 0\.2\)\)\]{background-image:linear-gradient(135deg,rgba(188,168,157,0.22),rgba(145,166,188,0.16),rgba(216,197,170,0.2))}.bg-\[linear-gradient\(180deg\2c \#F4F0EB_0\%\2c \#EEE7DF_52\%\2c \#E8E2DA_100\%\)\]{background-image:linear-gradient(180deg,#F4F0EB 0%,#EEE7DF 52%,#E8E2DA 100%)}.bg-\[linear-gradient\(180deg\2c rgba\(237\2c 243\2c 250\2c 0\.96\)\2c rgba\(255\2c 255\2c 255\2c 0\.98\)\)\]{background-image:linear-gradient(180deg,rgba(237,243,250,0.96),rgba(255,255,255,0.98))}.bg-\[linear-gradient\(180deg\2c rgba\(239\2c 245\2c 241\2c 0\.96\)\2c rgba\(255\2c 255\2c 255\2c 0\.98\)\)\]{background-image:linear-gradient(180deg,rgba(239,245,241,0.96),rgba(255,255,255,0.98))}.bg-\[linear-gradient\(180deg\2c rgba\(242\2c 240\2c 247\2c 0\.96\)\2c rgba\(255\2c 255\2c 255\2c 0\.98\)\)\]{background-image:linear-gradient(180deg,rgba(242,240,247,0.96),rgba(255,255,255,0.98))}.bg-\[linear-gradient\(180deg\2c rgba\(247\2c 240\2c 240\2c 0\.96\)\2c rgba\(255\2c 255\2c 255\2c 0\.98\)\)\]{background-image:linear-gradient(180deg,rgba(247,240,240,0.96),rgba(255,255,255,0.98))}.bg-\[linear-gradient\(180deg\2c rgba\(248\2c 243\2c 233\2c 0\.96\)\2c rgba\(255\2c 255\2c 255\2c 0\.98\)\)\]{background-image:linear-gradient(180deg,rgba(248,243,233,0.96),rgba(255,255,255,0.98))}.bg-\[linear-gradient\(180deg\2c rgba\(250\2c 247\2c 243\2c 0\.92\)\2c rgba\(242\2c 238\2c 233\2c 0\.98\)\)\]{background-image:linear-gradient(180deg,rgba(250,247,243,0.92),rgba(242,238,233,0.98))}.bg-\[linear-gradient\(180deg\2c rgba\(251\2c 248\2c 244\2c 0\.92\)\2c rgba\(241\2c 234\2c 225\2c 0\.82\)\)\]{background-image:linear-gradient(180deg,rgba(251,248,244,0.92),rgba(241,234,225,0.82))}.bg-\[linear-gradient\(180deg\2c rgba\(251\2c 249\2c 244\2c 0\.88\)\2c rgba\(244\2c 239\2c 233\2c 0\.94\)\)\]{background-image:linear-gradient(180deg,rgba(251,249,244,0.88),rgba(244,239,233,0.94))}.bg-\[linear-gradient\(180deg\2c rgba\(252\2c 251\2c 249\2c 0\.96\)\2c rgba\(246\2c 243\2c 240\2c 0\.92\)\)\]{background-image:linear-gradient(180deg,rgba(252,251,249,0.96),rgba(246,243,240,0.92))}.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 252\2c 248\2c 0\.98\)\2c rgba\(246\2c 239\2c 231\2c 0\.95\)\)\]{background-image:linear-gradient(180deg,rgba(255,252,248,0.98),rgba(246,239,231,0.95))}.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.18\)\2c rgba\(255\2c 255\2c 255\2c 0\.08\)\)\]{background-image:linear-gradient(180deg,rgba(255,255,255,0.18),rgba(255,255,255,0.08))}.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.46\)\2c rgba\(255\2c 255\2c 255\2c 0\.3\)\)\]{background-image:linear-gradient(180deg,rgba(255,255,255,0.46),rgba(255,255,255,0.3))}.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.82\)\2c rgba\(244\2c 239\2c 233\2c 0\.92\)\)\]{background-image:linear-gradient(180deg,rgba(255,255,255,0.82),rgba(244,239,233,0.92))}.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.86\)\2c rgba\(243\2c 239\2c 233\2c 0\.96\)\)\]{background-image:linear-gradient(180deg,rgba(255,255,255,0.86),rgba(243,239,233,0.96))}.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.86\)\2c rgba\(244\2c 239\2c 233\2c 0\.94\)\)\]{background-image:linear-gradient(180deg,rgba(255,255,255,0.86),rgba(244,239,233,0.94))}.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.88\)\2c rgba\(242\2c 236\2c 228\2c 0\.96\)\)\]{background-image:linear-gradient(180deg,rgba(255,255,255,0.88),rgba(242,236,228,0.96))}.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.88\)\2c rgba\(243\2c 239\2c 233\2c 0\.95\)\)\]{background-image:linear-gradient(180deg,rgba(255,255,255,0.88),rgba(243,239,233,0.95))}.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.9\)\2c rgba\(243\2c 239\2c 233\2c 0\.96\)\)\]{background-image:linear-gradient(180deg,rgba(255,255,255,0.9),rgba(243,239,233,0.96))}.bg-\[linear-gradient\(90deg\2c transparent\2c rgba\(160\2c 133\2c 103\2c 0\.4\)\2c transparent\)\]{background-image:linear-gradient(90deg,transparent,rgba(160,133,103,0.4),transparent)}.bg-\[radial-gradient\(circle\2c rgba\(164\2c 182\2c 204\2c 0\.26\)_0\%\2c rgba\(164\2c 182\2c 204\2c 0\.12\)_36\%\2c transparent_72\%\)\]{background-image:radial-gradient(circle,rgba(164,182,204,0.26) 0%,rgba(164,182,204,0.12) 36%,transparent 72%)}.bg-\[radial-gradient\(circle\2c rgba\(188\2c 164\2c 173\2c 0\.18\)_0\%\2c rgba\(188\2c 164\2c 173\2c 0\.08\)_42\%\2c transparent_74\%\)\]{background-image:radial-gradient(circle,rgba(188,164,173,0.18) 0%,rgba(188,164,173,0.08) 42%,transparent 74%)}.bg-\[radial-gradient\(circle\2c rgba\(216\2c 196\2c 171\2c 0\.3\)_0\%\2c rgba\(216\2c 196\2c 171\2c 0\.12\)_40\%\2c transparent_72\%\)\]{background-image:radial-gradient(circle,rgba(216,196,171,0.3) 0%,rgba(216,196,171,0.12) 40%,transparent 72%)}.bg-\[radial-gradient\(circle\2c rgba\(255\2c 244\2c 220\2c 0\.98\)_0\%\2c rgba\(255\2c 223\2c 182\2c 0\.85\)_42\%\2c rgba\(255\2c 223\2c 182\2c 0\.16\)_72\%\2c transparent_100\%\)\]{background-image:radial-gradient(circle,rgba(255,244,220,0.98) 0%,rgba(255,223,182,0.85) 42%,rgba(255,223,182,0.16) 72%,transparent 100%)}.bg-\[radial-gradient\(circle_at_16\%_2\%\2c rgba\(255\2c 255\2c 255\2c 0\.52\)\2c transparent_58\%\)\]{background-image:radial-gradient(circle at 16% 2%,rgba(255,255,255,0.52),transparent 58%)}.bg-\[radial-gradient\(circle_at_center\2c rgba\(143\2c 163\2c 184\2c 0\.16\)\2c transparent_72\%\)\]{background-image:radial-gradient(circle at center,rgba(143,163,184,0.16),transparent 72%)}.bg-\[radial-gradient\(circle_at_center\2c rgba\(255\2c 243\2c 224\2c 0\.22\)_0\%\2c rgba\(255\2c 243\2c 224\2c 0\.1\)_42\%\2c rgba\(255\2c 243\2c 224\2c 0\.03\)_62\%\2c transparent_78\%\)\]{background-image:radial-gradient(circle at center,rgba(255,243,224,0.22) 0%,rgba(255,243,224,0.1) 42%,rgba(255,243,224,0.03) 62%,transparent 78%)}.bg-\[radial-gradient\(circle_at_center\2c rgba\(47\2c 52\2c 55\2c 0\.08\)\2c transparent_72\%\)\]{background-image:radial-gradient(circle at center,rgba(47,52,55,0.08),transparent 72%)}.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(199\2c 173\2c 150\2c 0\.16\)\2c transparent_48\%\)\2c radial-gradient\(circle_at_bottom_right\2c rgba\(95\2c 117\2c 138\2c 0\.18\)\2c transparent_44\%\)\]{background-image:radial-gradient(circle at top left,rgba(199,173,150,0.16),transparent 48%),radial-gradient(circle at bottom right,rgba(95,117,138,0.18),transparent 44%)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top, var(--tw-gradient-stops))}.from-\[\#4A9B8C\]\/15{--tw-gradient-from:rgb(74 155 140 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 155 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#c7d3da\]{--tw-gradient-from:#c7d3da var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 211 218 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#c9d3cf\]{--tw-gradient-from:#c9d3cf var(--tw-gradient-from-position);--tw-gradient-to:rgb(201 211 207 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#d1d5cc\]{--tw-gradient-from:#d1d5cc var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 204 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#d4cbc5\]{--tw-gradient-from:#d4cbc5 var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 203 197 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#d4d1c5\]{--tw-gradient-from:#d4d1c5 var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 209 197 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#d5cabf\]{--tw-gradient-from:#d5cabf var(--tw-gradient-from-position);--tw-gradient-to:rgb(213 202 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#d7cbbf\]{--tw-gradient-from:#d7cbbf var(--tw-gradient-from-position);--tw-gradient-to:rgb(215 203 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#d7d3c3\]{--tw-gradient-from:#d7d3c3 var(--tw-gradient-from-position);--tw-gradient-to:rgb(215 211 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#d8cdc3\]{--tw-gradient-from:#d8cdc3 var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 205 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#d8cfbb\]{--tw-gradient-from:#d8cfbb var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 207 187 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#d8d0c8\]{--tw-gradient-from:#d8d0c8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 208 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[var\(--background-gray-main\)\]{--tw-gradient-from:var(--background-gray-main) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#2D5A52\]\/10{--tw-gradient-to:rgb(45 90 82 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(45 90 82 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#8AD0CA\]\/10{--tw-gradient-to:rgb(138 208 202 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(138 208 202 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#9FB0C7\]\/10{--tw-gradient-to:rgb(159 176 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(159 176 199 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#C4B1D6\]\/10{--tw-gradient-to:rgb(196 177 214 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(196 177 214 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#C9C9C9\]\/10{--tw-gradient-to:rgb(201 201 201 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(201 201 201 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#D7B3AE\]\/10{--tw-gradient-to:rgb(215 179 174 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(215 179 174 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#E1C09A\]\/10{--tw-gradient-to:rgb(225 192 154 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(225 192 154 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#bcc7c8\]{--tw-gradient-to:rgb(188 199 200 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #bcc7c8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#bec8c0\]{--tw-gradient-to:rgb(190 200 192 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #bec8c0 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#c0c7c1\]{--tw-gradient-to:rgb(192 199 193 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #c0c7c1 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#c4ccc7\]{--tw-gradient-to:rgb(196 204 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #c4ccc7 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#c6c8d2\]{--tw-gradient-to:rgb(198 200 210 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #c6c8d2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#cbc9be\]{--tw-gradient-to:rgb(203 201 190 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #cbc9be var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#acbbc4\]{--tw-gradient-to:#acbbc4 var(--tw-gradient-to-position)}.to-\[\#adb7c3\]{--tw-gradient-to:#adb7c3 var(--tw-gradient-to-position)}.to-\[\#b1bac8\]{--tw-gradient-to:#b1bac8 var(--tw-gradient-to-position)}.to-\[\#b3bec9\]{--tw-gradient-to:#b3bec9 var(--tw-gradient-to-position)}.to-\[\#b5becb\]{--tw-gradient-to:#b5becb var(--tw-gradient-to-position)}.to-\[\#b5c0cb\]{--tw-gradient-to:#b5c0cb var(--tw-gradient-to-position)}.to-\[\#b5c1bd\]{--tw-gradient-to:#b5c1bd var(--tw-gradient-to-position)}.to-\[\#b9c3cf\]{--tw-gradient-to:#b9c3cf var(--tw-gradient-to-position)}.to-\[\#c1b5ab\]{--tw-gradient-to:#c1b5ab var(--tw-gradient-to-position)}.to-\[\#c5bea9\]{--tw-gradient-to:#c5bea9 var(--tw-gradient-to-position)}.to-\[\#cbbca7\]{--tw-gradient-to:#cbbca7 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0px !important}.\!p-5{padding:1.25rem !important}.p-0{padding:0px}.p-0\.5{padding:0.125rem}.p-1{padding:0.25rem}.p-1\.5{padding:0.375rem}.p-2{padding:0.5rem}.p-3{padding:0.75rem}.p-3\.5{padding:0.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.p-\[2px\]{padding:2px}.px-0{padding-left:0px;padding-right:0px}.px-0\.5{padding-left:0.125rem;padding-right:0.125rem}.px-1{padding-left:0.25rem;padding-right:0.25rem}.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:0.5rem;padding-right:0.5rem}.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}.px-3{padding-left:0.75rem;padding-right:0.75rem}.px-3\.5{padding-left:0.875rem;padding-right:0.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[12px\]{padding-left:12px;padding-right:12px}.py-0{padding-top:0px;padding-bottom:0px}.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}.py-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}.py-3{padding-top:0.75rem;padding-bottom:0.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-px{padding-top:1px;padding-bottom:1px}.pb-0{padding-bottom:0px}.pb-1{padding-bottom:0.25rem}.pb-10{padding-bottom:2.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:0.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:0.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-\[10px\]{padding-bottom:10px}.pb-\[calc\(env\(safe-area-inset-bottom\)\+0\.7rem\)\]{padding-bottom:calc(env(safe-area-inset-bottom) + 0.7rem)}.pb-\[calc\(env\(safe-area-inset-bottom\)\+1rem\)\]{padding-bottom:calc(env(safe-area-inset-bottom) + 1rem)}.pb-\[env\(safe-area-inset-bottom\)\]{padding-bottom:env(safe-area-inset-bottom)}.pl-10{padding-left:2.5rem}.pl-2{padding-left:0.5rem}.pl-3{padding-left:0.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-\[10px\]{padding-left:10px}.pr-1{padding-right:0.25rem}.pr-10{padding-right:2.5rem}.pr-16{padding-right:4rem}.pr-2{padding-right:0.5rem}.pr-2\.5{padding-right:0.625rem}.pr-3{padding-right:0.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0px}.pt-0\.5{padding-top:0.125rem}.pt-1{padding-top:0.25rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:0.5rem}.pt-2\.5{padding-top:0.625rem}.pt-3{padding-top:0.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-\[12px\]{padding-top:12px}.pt-\[1px\]{padding-top:1px}.pt-\[calc\(env\(safe-area-inset-top\)\+0\.65rem\)\]{padding-top:calc(env(safe-area-inset-top) + 0.65rem)}.pt-\[calc\(env\(safe-area-inset-top\)\+0\.8rem\)\]{padding-top:calc(env(safe-area-inset-top) + 0.8rem)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-default{font-family:var(--font-reading, var(--font-sans)), Inter, system-ui, sans-serif}.font-mono{font-family:var(--font-mono), IBM Plex Mono, ui-monospace, monospace}.font-serif{font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-\[0\.75rem\]{font-size:0.75rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.text-\[34px\]{font-size:34px}.text-\[70px\]{font-size:70px}.text-\[7px\]{font-size:7px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:0.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.normal-case{text-transform:none}.italic{font-style:italic}.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)}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\[0\.9\]{line-height:0.9}.leading-\[18px\]{line-height:18px}.leading-\[34px\]{line-height:34px}.leading-\[42px\]{line-height:42px}.leading-\[85px\]{line-height:85px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-\[-0\.01em\]{letter-spacing:-0.01em}.tracking-\[-0\.03em\]{letter-spacing:-0.03em}.tracking-\[0\.01em\]{letter-spacing:0.01em}.tracking-\[0\.02em\]{letter-spacing:0.02em}.tracking-\[0\.06em\]{letter-spacing:0.06em}.tracking-\[0\.08em\]{letter-spacing:0.08em}.tracking-\[0\.12em\]{letter-spacing:0.12em}.tracking-\[0\.14em\]{letter-spacing:0.14em}.tracking-\[0\.16em\]{letter-spacing:0.16em}.tracking-\[0\.18em\]{letter-spacing:0.18em}.tracking-\[0\.22em\]{letter-spacing:0.22em}.tracking-\[0\.24em\]{letter-spacing:0.24em}.tracking-\[0\.2em\]{letter-spacing:0.2em}.tracking-tight{letter-spacing:-0.025em}.tracking-wide{letter-spacing:0.025em}.tracking-widest{letter-spacing:0.1em}.\!text-\[var\(--soft-text-primary\)\]{color:var(--soft-text-primary) !important}.text-\[\#0f766e\]{--tw-text-opacity:1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.text-\[\#111111\]{--tw-text-opacity:1;color:rgb(17 17 17 / var(--tw-text-opacity, 1))}.text-\[\#241c10\]{--tw-text-opacity:1;color:rgb(36 28 16 / var(--tw-text-opacity, 1))}.text-\[\#2B5B7E\]{--tw-text-opacity:1;color:rgb(43 91 126 / var(--tw-text-opacity, 1))}.text-\[\#2D2A26\]{--tw-text-opacity:1;color:rgb(45 42 38 / var(--tw-text-opacity, 1))}.text-\[\#2E2A25\]{--tw-text-opacity:1;color:rgb(46 42 37 / var(--tw-text-opacity, 1))}.text-\[\#315c97\]{--tw-text-opacity:1;color:rgb(49 92 151 / var(--tw-text-opacity, 1))}.text-\[\#3F3F3F\]{--tw-text-opacity:1;color:rgb(63 63 63 / var(--tw-text-opacity, 1))}.text-\[\#405267\]{--tw-text-opacity:1;color:rgb(64 82 103 / var(--tw-text-opacity, 1))}.text-\[\#4071af\]{--tw-text-opacity:1;color:rgb(64 113 175 / var(--tw-text-opacity, 1))}.text-\[\#444444\]{--tw-text-opacity:1;color:rgb(68 68 68 / var(--tw-text-opacity, 1))}.text-\[\#495f75\]{--tw-text-opacity:1;color:rgb(73 95 117 / var(--tw-text-opacity, 1))}.text-\[\#4A4A4A\]{--tw-text-opacity:1;color:rgb(74 74 74 / var(--tw-text-opacity, 1))}.text-\[\#4B4741\]{--tw-text-opacity:1;color:rgb(75 71 65 / var(--tw-text-opacity, 1))}.text-\[\#4E5E53\]{--tw-text-opacity:1;color:rgb(78 94 83 / var(--tw-text-opacity, 1))}.text-\[\#4E6176\]{--tw-text-opacity:1;color:rgb(78 97 118 / var(--tw-text-opacity, 1))}.text-\[\#4F4F4F\]{--tw-text-opacity:1;color:rgb(79 79 79 / var(--tw-text-opacity, 1))}.text-\[\#4F625B\]{--tw-text-opacity:1;color:rgb(79 98 91 / var(--tw-text-opacity, 1))}.text-\[\#4F6B5A\]{--tw-text-opacity:1;color:rgb(79 107 90 / var(--tw-text-opacity, 1))}.text-\[\#4e625b\]{--tw-text-opacity:1;color:rgb(78 98 91 / var(--tw-text-opacity, 1))}.text-\[\#4f46e5\]{--tw-text-opacity:1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-\[\#52667a\]{--tw-text-opacity:1;color:rgb(82 102 122 / var(--tw-text-opacity, 1))}.text-\[\#556476\]{--tw-text-opacity:1;color:rgb(85 100 118 / var(--tw-text-opacity, 1))}.text-\[\#55697d\]{--tw-text-opacity:1;color:rgb(85 105 125 / var(--tw-text-opacity, 1))}.text-\[\#564f6a\]{--tw-text-opacity:1;color:rgb(86 79 106 / var(--tw-text-opacity, 1))}.text-\[\#58779f\]{--tw-text-opacity:1;color:rgb(88 119 159 / var(--tw-text-opacity, 1))}.text-\[\#5A5A5A\]{--tw-text-opacity:1;color:rgb(90 90 90 / var(--tw-text-opacity, 1))}.text-\[\#5D5474\]{--tw-text-opacity:1;color:rgb(93 84 116 / var(--tw-text-opacity, 1))}.text-\[\#5D5A55\]{--tw-text-opacity:1;color:rgb(93 90 85 / var(--tw-text-opacity, 1))}.text-\[\#5a5170\]{--tw-text-opacity:1;color:rgb(90 81 112 / var(--tw-text-opacity, 1))}.text-\[\#5b6f68\]{--tw-text-opacity:1;color:rgb(91 111 104 / var(--tw-text-opacity, 1))}.text-\[\#5c666b\]{--tw-text-opacity:1;color:rgb(92 102 107 / var(--tw-text-opacity, 1))}.text-\[\#5d79a0\]{--tw-text-opacity:1;color:rgb(93 121 160 / var(--tw-text-opacity, 1))}.text-\[\#5f6b5f\]{--tw-text-opacity:1;color:rgb(95 107 95 / var(--tw-text-opacity, 1))}.text-\[\#5f7a68\]{--tw-text-opacity:1;color:rgb(95 122 104 / var(--tw-text-opacity, 1))}.text-\[\#6382ad\]{--tw-text-opacity:1;color:rgb(99 130 173 / var(--tw-text-opacity, 1))}.text-\[\#665d7b\]{--tw-text-opacity:1;color:rgb(102 93 123 / var(--tw-text-opacity, 1))}.text-\[\#66816f\]{--tw-text-opacity:1;color:rgb(102 129 111 / var(--tw-text-opacity, 1))}.text-\[\#6A645D\]{--tw-text-opacity:1;color:rgb(106 100 93 / var(--tw-text-opacity, 1))}.text-\[\#6E5C54\]{--tw-text-opacity:1;color:rgb(110 92 84 / var(--tw-text-opacity, 1))}.text-\[\#6F5330\]{--tw-text-opacity:1;color:rgb(111 83 48 / var(--tw-text-opacity, 1))}.text-\[\#6F6B66\]{--tw-text-opacity:1;color:rgb(111 107 102 / var(--tw-text-opacity, 1))}.text-\[\#6d7480\]{--tw-text-opacity:1;color:rgb(109 116 128 / var(--tw-text-opacity, 1))}.text-\[\#6e8a79\]{--tw-text-opacity:1;color:rgb(110 138 121 / var(--tw-text-opacity, 1))}.text-\[\#6f5c46\]{--tw-text-opacity:1;color:rgb(111 92 70 / var(--tw-text-opacity, 1))}.text-\[\#715B4D\]{--tw-text-opacity:1;color:rgb(113 91 77 / var(--tw-text-opacity, 1))}.text-\[\#725d50\]{--tw-text-opacity:1;color:rgb(114 93 80 / var(--tw-text-opacity, 1))}.text-\[\#72698f\]{--tw-text-opacity:1;color:rgb(114 105 143 / var(--tw-text-opacity, 1))}.text-\[\#7A2E2E\]{--tw-text-opacity:1;color:rgb(122 46 46 / var(--tw-text-opacity, 1))}.text-\[\#7A5A58\]{--tw-text-opacity:1;color:rgb(122 90 88 / var(--tw-text-opacity, 1))}.text-\[\#7A5B22\]{--tw-text-opacity:1;color:rgb(122 91 34 / var(--tw-text-opacity, 1))}.text-\[\#7E8B97\]{--tw-text-opacity:1;color:rgb(126 139 151 / var(--tw-text-opacity, 1))}.text-\[\#7a5957\]{--tw-text-opacity:1;color:rgb(122 89 87 / var(--tw-text-opacity, 1))}.text-\[\#7a7297\]{--tw-text-opacity:1;color:rgb(122 114 151 / var(--tw-text-opacity, 1))}.text-\[\#7d695d\]{--tw-text-opacity:1;color:rgb(125 105 93 / var(--tw-text-opacity, 1))}.text-\[\#7e695d\]{--tw-text-opacity:1;color:rgb(126 105 93 / var(--tw-text-opacity, 1))}.text-\[\#8A4B37\]{--tw-text-opacity:1;color:rgb(138 75 55 / var(--tw-text-opacity, 1))}.text-\[\#8D4C58\]{--tw-text-opacity:1;color:rgb(141 76 88 / var(--tw-text-opacity, 1))}.text-\[\#8FA3B8\]{--tw-text-opacity:1;color:rgb(143 163 184 / var(--tw-text-opacity, 1))}.text-\[\#8a5f5f\]{--tw-text-opacity:1;color:rgb(138 95 95 / var(--tw-text-opacity, 1))}.text-\[\#8a6262\]{--tw-text-opacity:1;color:rgb(138 98 98 / var(--tw-text-opacity, 1))}.text-\[\#8b6766\]{--tw-text-opacity:1;color:rgb(139 103 102 / var(--tw-text-opacity, 1))}.text-\[\#8c7240\]{--tw-text-opacity:1;color:rgb(140 114 64 / var(--tw-text-opacity, 1))}.text-\[\#8f733d\]{--tw-text-opacity:1;color:rgb(143 115 61 / var(--tw-text-opacity, 1))}.text-\[\#976b6b\]{--tw-text-opacity:1;color:rgb(151 107 107 / var(--tw-text-opacity, 1))}.text-\[\#977a42\]{--tw-text-opacity:1;color:rgb(151 122 66 / var(--tw-text-opacity, 1))}.text-\[\#9A948C\]{--tw-text-opacity:1;color:rgb(154 148 140 / var(--tw-text-opacity, 1))}.text-\[\#9AA5AF\]{--tw-text-opacity:1;color:rgb(154 165 175 / var(--tw-text-opacity, 1))}.text-\[\#9AA79A\]{--tw-text-opacity:1;color:rgb(154 167 154 / var(--tw-text-opacity, 1))}.text-\[\#9FB1C2\]{--tw-text-opacity:1;color:rgb(159 177 194 / var(--tw-text-opacity, 1))}.text-\[\#9a1b1b\]{--tw-text-opacity:1;color:rgb(154 27 27 / var(--tw-text-opacity, 1))}.text-\[\#9b8352\]{--tw-text-opacity:1;color:rgb(155 131 82 / var(--tw-text-opacity, 1))}.text-\[\#B7A59A\]{--tw-text-opacity:1;color:rgb(183 165 154 / var(--tw-text-opacity, 1))}.text-\[\#F8F4EE\]{--tw-text-opacity:1;color:rgb(248 244 238 / var(--tw-text-opacity, 1))}.text-\[\#b42318\]{--tw-text-opacity:1;color:rgb(180 35 24 / var(--tw-text-opacity, 1))}.text-\[\#d8dee9\]{--tw-text-opacity:1;color:rgb(216 222 233 / var(--tw-text-opacity, 1))}.text-\[\#e7e2d9\]{--tw-text-opacity:1;color:rgb(231 226 217 / var(--tw-text-opacity, 1))}.text-\[\#f2d8a7\]{--tw-text-opacity:1;color:rgb(242 216 167 / var(--tw-text-opacity, 1))}.text-\[\#ffb4b4\]{--tw-text-opacity:1;color:rgb(255 180 180 / var(--tw-text-opacity, 1))}.text-\[currentColor\]{color:currentColor}.text-\[hsl\(var\(--destructive\)\)\]{color:hsl(var(--destructive))}.text-\[hsl\(var\(--primary-foreground\)\)\]{color:hsl(var(--primary-foreground))}.text-\[rgba\(103\2c 96\2c 88\2c 0\.86\)\]{color:rgba(103,96,88,0.86)}.text-\[rgba\(107\2c 103\2c 97\2c 0\.66\)\]{color:rgba(107,103,97,0.66)}.text-\[rgba\(107\2c 103\2c 97\2c 0\.72\)\]{color:rgba(107,103,97,0.72)}.text-\[rgba\(107\2c 103\2c 97\2c 0\.74\)\]{color:rgba(107,103,97,0.74)}.text-\[rgba\(107\2c 103\2c 97\2c 0\.76\)\]{color:rgba(107,103,97,0.76)}.text-\[rgba\(107\2c 103\2c 97\2c 0\.78\)\]{color:rgba(107,103,97,0.78)}.text-\[rgba\(107\2c 103\2c 97\2c 0\.8\)\]{color:rgba(107,103,97,0.8)}.text-\[rgba\(107\2c 103\2c 97\2c 0\.82\)\]{color:rgba(107,103,97,0.82)}.text-\[rgba\(109\2c 132\2c 159\2c 0\.92\)\]{color:rgba(109,132,159,0.92)}.text-\[rgba\(125\2c 119\2c 112\2c 0\.8\)\]{color:rgba(125,119,112,0.8)}.text-\[rgba\(126\2c 108\2c 82\2c 0\.72\)\]{color:rgba(126,108,82,0.72)}.text-\[rgba\(126\2c 108\2c 82\2c 0\.76\)\]{color:rgba(126,108,82,0.76)}.text-\[rgba\(126\2c 108\2c 82\2c 0\.78\)\]{color:rgba(126,108,82,0.78)}.text-\[rgba\(126\2c 108\2c 82\2c 0\.86\)\]{color:rgba(126,108,82,0.86)}.text-\[rgba\(126\2c 119\2c 111\2c 0\.72\)\]{color:rgba(126,119,111,0.72)}.text-\[rgba\(128\2c 116\2c 105\2c 0\.88\)\]{color:rgba(128,116,105,0.88)}.text-\[rgba\(132\2c 126\2c 118\2c 0\.86\)\]{color:rgba(132,126,118,0.86)}.text-\[rgba\(183\2c 150\2c 91\2c 0\.94\)\]{color:rgba(183,150,91,0.94)}.text-\[rgba\(185\2c 28\2c 28\2c 0\.72\)\]{color:rgba(185,28,28,0.72)}.text-\[rgba\(28\2c 34\2c 41\2c 0\.96\)\]{color:rgba(28,34,41,0.96)}.text-\[rgba\(38\2c 36\2c 33\2c 0\.9\)\]{color:rgba(38,36,33,0.9)}.text-\[rgba\(38\2c 36\2c 33\2c 0\.95\)\]{color:rgba(38,36,33,0.95)}.text-\[rgba\(38\2c 36\2c 33\2c 0\.96\)\]{color:rgba(38,36,33,0.96)}.text-\[rgba\(44\2c 41\2c 38\2c 0\.9\)\]{color:rgba(44,41,38,0.9)}.text-\[rgba\(44\2c 41\2c 38\2c 0\.92\)\]{color:rgba(44,41,38,0.92)}.text-\[rgba\(56\2c 49\2c 35\2c 0\.92\)\]{color:rgba(56,49,35,0.92)}.text-\[rgba\(56\2c 52\2c 47\2c 0\.9\)\]{color:rgba(56,52,47,0.9)}.text-\[rgba\(56\2c 52\2c 47\2c 0\.92\)\]{color:rgba(56,52,47,0.92)}.text-\[rgba\(58\2c 50\2c 40\2c 0\.92\)\]{color:rgba(58,50,40,0.92)}.text-\[rgba\(61\2c 56\2c 50\2c 0\.82\)\]{color:rgba(61,56,50,0.82)}.text-\[rgba\(70\2c 61\2c 49\2c 0\.84\)\]{color:rgba(70,61,49,0.84)}.text-\[rgba\(75\2c 73\2c 69\2c 0\.72\)\]{color:rgba(75,73,69,0.72)}.text-\[rgba\(75\2c 73\2c 69\2c 0\.78\)\]{color:rgba(75,73,69,0.78)}.text-\[rgba\(75\2c 73\2c 69\2c 0\.82\)\]{color:rgba(75,73,69,0.82)}.text-\[rgba\(86\2c 110\2c 138\2c 0\.96\)\]{color:rgba(86,110,138,0.96)}.text-\[rgba\(86\2c 80\2c 73\2c 0\.82\)\]{color:rgba(86,80,73,0.82)}.text-\[rgba\(86\2c 82\2c 77\2c 0\.82\)\]{color:rgba(86,82,77,0.82)}.text-\[rgba\(86\2c 82\2c 77\2c 0\.84\)\]{color:rgba(86,82,77,0.84)}.text-\[rgba\(86\2c 82\2c 77\2c 0\.86\)\]{color:rgba(86,82,77,0.86)}.text-\[rgba\(86\2c 82\2c 77\2c 0\.88\)\]{color:rgba(86,82,77,0.88)}.text-\[rgba\(92\2c 78\2c 58\2c 0\.95\)\]{color:rgba(92,78,58,0.95)}.text-\[var\(--accent-primary\)\]{color:var(--accent-primary)}.text-\[var\(--border-light\)\]{color:var(--border-light)}.text-\[var\(--brand\)\]{color:var(--brand)}.text-\[var\(--cli-ink-0\)\]{color:var(--cli-ink-0)}.text-\[var\(--cli-ink-1\)\]{color:var(--cli-ink-1)}.text-\[var\(--cli-muted-1\)\]{color:var(--cli-muted-1)}.text-\[var\(--cli-muted-2\)\]{color:var(--cli-muted-2)}.text-\[var\(--cli-status-busy\)\]{color:var(--cli-status-busy)}.text-\[var\(--cli-status-error\)\]{color:var(--cli-status-error)}.text-\[var\(--cli-status-online\)\]{color:var(--cli-status-online)}.text-\[var\(--ds-brand\)\]{color:var(--ds-brand)}.text-\[var\(--ds-morandi-red\)\]{color:var(--ds-morandi-red)}.text-\[var\(--file-tree-icon-muted\)\]{color:var(--file-tree-icon-muted)}.text-\[var\(--function-error\)\]{color:var(--function-error)}.text-\[var\(--function-success\)\]{color:var(--function-success)}.text-\[var\(--function-warning\)\]{color:var(--function-warning)}.text-\[var\(--icon-primary\)\]{color:var(--icon-primary)}.text-\[var\(--icon-secondary\)\]{color:var(--icon-secondary)}.text-\[var\(--icon-tertiary\)\]{color:var(--icon-tertiary)}.text-\[var\(--icon-white\)\]{color:var(--icon-white)}.text-\[var\(--lab-danger\2c \#b42318\)\]{color:var(--lab-danger,#b42318)}.text-\[var\(--lab-text-muted\)\]{color:var(--lab-text-muted)}.text-\[var\(--lab-text-primary\)\]{color:var(--lab-text-primary)}.text-\[var\(--lab-text-secondary\)\]{color:var(--lab-text-secondary)}.text-\[var\(--soft-danger\)\]{color:var(--soft-danger)}.text-\[var\(--soft-success\)\]{color:var(--soft-success)}.text-\[var\(--soft-text-primary\)\]{color:var(--soft-text-primary)}.text-\[var\(--soft-text-secondary\)\]{color:var(--soft-text-secondary)}.text-\[var\(--soft-text-tertiary\)\]{color:var(--soft-text-tertiary)}.text-\[var\(--status-error\)\]{color:var(--status-error)}.text-\[var\(--text-brand\)\]{color:var(--text-brand)}.text-\[var\(--text-disable\)\]{color:var(--text-disable)}.text-\[var\(--text-main\)\]{color:var(--text-main)}.text-\[var\(--text-mention\)\]{color:var(--text-mention)}.text-\[var\(--text-muted\)\]{color:var(--text-muted)}.text-\[var\(--text-muted-on-dark\)\]{color:var(--text-muted-on-dark)}.text-\[var\(--text-on-dark\)\]{color:var(--text-on-dark)}.text-\[var\(--text-onblack\)\]{color:var(--text-onblack)}.text-\[var\(--text-primary\)\]{color:var(--text-primary)}.text-\[var\(--text-quaternary\)\]{color:var(--text-quaternary)}.text-\[var\(--text-secondary\)\]{color:var(--text-secondary)}.text-\[var\(--text-tertiary\)\]{color:var(--text-tertiary)}.text-amber-100{--tw-text-opacity:1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-800\/80{color:rgb(146 64 14 / 0.8)}.text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-base{color:var(--bg-app)}.text-black{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-black\/45{color:rgb(0 0 0 / 0.45)}.text-black\/50{color:rgb(0 0 0 / 0.5)}.text-black\/55{color:rgb(0 0 0 / 0.55)}.text-black\/60{color:rgb(0 0 0 / 0.6)}.text-black\/65{color:rgb(0 0 0 / 0.65)}.text-black\/70{color:rgb(0 0 0 / 0.7)}.text-black\/85{color:rgb(0 0 0 / 0.85)}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-emerald-100{--tw-text-opacity:1;color:rgb(209 250 229 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-emerald-900{--tw-text-opacity:1;color:rgb(6 78 59 / var(--tw-text-opacity, 1))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/70{color:hsl(var(--foreground) / 0.7)}.text-foreground\/80{color:hsl(var(--foreground) / 0.8)}.text-foreground\/85{color:hsl(var(--foreground) / 0.85)}.text-foreground\/90{color:hsl(var(--foreground) / 0.9)}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-info-foreground{color:hsl(var(--info-foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-muted-foreground\/40{color:hsl(var(--muted-foreground) / 0.4)}.text-muted-foreground\/50{color:hsl(var(--muted-foreground) / 0.5)}.text-muted-foreground\/60{color:hsl(var(--muted-foreground) / 0.6)}.text-muted-foreground\/70{color:hsl(var(--muted-foreground) / 0.7)}.text-muted-foreground\/80{color:hsl(var(--muted-foreground) / 0.8)}.text-pink-400{--tw-text-opacity:1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-primary\/60{color:hsl(var(--primary) / 0.6)}.text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-red-200{--tw-text-opacity:1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-rose-300{--tw-text-opacity:1;color:rgb(253 164 175 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity:1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-rose-700{--tw-text-opacity:1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}.text-sky-700{--tw-text-opacity:1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.text-slate-200{--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-soft-accent{--tw-text-opacity:1;color:hsl(var(--soft-accent-hsl) / var(--tw-text-opacity, 1))}.text-soft-primary{--tw-text-opacity:1;color:hsl(var(--soft-accent-hsl) / var(--tw-text-opacity, 1))}.text-soft-text-muted{--tw-text-opacity:1;color:hsl(var(--soft-text-tertiary-hsl) / var(--tw-text-opacity, 1))}.text-soft-text-primary{--tw-text-opacity:1;color:hsl(var(--soft-text-primary-hsl) / var(--tw-text-opacity, 1))}.text-soft-text-secondary{--tw-text-opacity:1;color:hsl(var(--soft-text-secondary-hsl) / var(--tw-text-opacity, 1))}.text-soft-text-secondary\/60{color:hsl(var(--soft-text-secondary-hsl) / 0.6)}.text-soft-text-tertiary{--tw-text-opacity:1;color:hsl(var(--soft-text-tertiary-hsl) / var(--tw-text-opacity, 1))}.text-success{color:hsl(var(--success))}.text-success-foreground{color:hsl(var(--success-foreground))}.text-transparent{color:transparent}.text-warning{color:hsl(var(--warning))}.text-warning-foreground{color:hsl(var(--warning-foreground))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/30{color:rgb(255 255 255 / 0.3)}.text-white\/40{color:rgb(255 255 255 / 0.4)}.text-white\/50{color:rgb(255 255 255 / 0.5)}.text-white\/55{color:rgb(255 255 255 / 0.55)}.text-white\/60{color:rgb(255 255 255 / 0.6)}.text-white\/70{color:rgb(255 255 255 / 0.7)}.text-white\/80{color:rgb(255 255 255 / 0.8)}.text-white\/90{color:rgb(255 255 255 / 0.9)}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.decoration-\[\#9FB1C2\]{text-decoration-color:#9FB1C2}.decoration-stone-400{text-decoration-color:#a8a29e}.decoration-white\/30{text-decoration-color:rgb(255 255 255 / 0.3)}.decoration-dotted{text-decoration-style:dotted}.underline-offset-4{text-underline-offset:4px}.underline-offset-\[3px\]{text-underline-offset:3px}.placeholder-soft-text-tertiary::-moz-placeholder{--tw-placeholder-opacity:1;color:hsl(var(--soft-text-tertiary-hsl) / var(--tw-placeholder-opacity, 1))}.placeholder-soft-text-tertiary::placeholder{--tw-placeholder-opacity:1;color:hsl(var(--soft-text-tertiary-hsl) / var(--tw-placeholder-opacity, 1))}.caret-\[var\(--text-primary\)\]{caret-color:var(--text-primary)}.accent-\[var\(--cli-accent-olive\)\]{accent-color:var(--cli-accent-olive)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:0.2}.opacity-25{opacity:0.25}.opacity-30{opacity:0.3}.opacity-40{opacity:0.4}.opacity-45{opacity:0.45}.opacity-50{opacity:0.5}.opacity-55{opacity:0.55}.opacity-60{opacity:0.6}.opacity-70{opacity:0.7}.opacity-75{opacity:0.75}.opacity-80{opacity:0.8}.opacity-90{opacity:0.9}.opacity-95{opacity:0.95}.opacity-\[0\.045\]{opacity:0.045}.opacity-\[0\.04\]{opacity:0.04}.opacity-\[0\.055\]{opacity:0.055}.opacity-\[0\.06\]{opacity:0.06}.mix-blend-soft-light{mix-blend-mode:soft-light}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_-24px_64px_-36px_rgba\(45\2c 42\2c 38\2c 0\.38\)\]{--tw-shadow:0 -24px 64px -36px rgba(45,42,38,0.38);--tw-shadow-colored:0 -24px 64px -36px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_0_1px_rgba\(163\2c 135\2c 58\2c 0\.18\)\2c 0_0_0_8px_rgba\(163\2c 135\2c 58\2c 0\.10\)\2c 0_18px_42px_-34px_rgba\(163\2c 135\2c 58\2c 0\.34\)\]{--tw-shadow:0 0 0 1px rgba(163,135,58,0.18),0 0 0 8px rgba(163,135,58,0.10),0 18px 42px -34px rgba(163,135,58,0.34);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color), 0 0 0 8px var(--tw-shadow-color), 0 18px 42px -34px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_0_1px_rgba\(166\2c 127\2c 72\2c 0\.18\)\2c 0_16px_42px_-34px_rgba\(166\2c 127\2c 72\2c 0\.3\)\]{--tw-shadow:0 0 0 1px rgba(166,127,72,0.18),0 16px 42px -34px rgba(166,127,72,0.3);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color), 0 16px 42px -34px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.35\)\2c 0_0_24px_rgba\(255\2c 230\2c 197\2c 0\.24\)\]{--tw-shadow:0 0 0 1px rgba(255,255,255,0.35),0 0 24px rgba(255,230,197,0.24);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color), 0 0 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_1\.25px_0_var\(--shadow-M\)\2c 0_5px_16px_0_var\(--shadow-M\)\]{--tw-shadow:0 0 1.25px 0 var(--shadow-M),0 5px 16px 0 var(--shadow-M);--tw-shadow-colored:0 0 1.25px 0 var(--tw-shadow-color), 0 5px 16px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_14px_rgba\(255\2c 223\2c 182\2c 0\.9\)\]{--tw-shadow:0 0 14px rgba(255,223,182,0.9);--tw-shadow-colored:0 0 14px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_28px_rgba\(255\2c 224\2c 182\2c 0\.88\)\]{--tw-shadow:0 0 28px rgba(255,224,182,0.88);--tw-shadow-colored:0 0 28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_10px_22px_-18px_rgba\(28\2c 22\2c 15\2c 0\.22\)\]{--tw-shadow:0 10px 22px -18px rgba(28,22,15,0.22);--tw-shadow-colored:0 10px 22px -18px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_10px_24px_rgba\(20\2c 20\2c 20\2c 0\.08\)\]{--tw-shadow:0 10px 24px rgba(20,20,20,0.08);--tw-shadow-colored:0 10px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_10px_28px_rgba\(15\2c 23\2c 42\2c 0\.08\)\]{--tw-shadow:0 10px 28px rgba(15,23,42,0.08);--tw-shadow-colored:0 10px 28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.35\)\]{--tw-shadow:0 10px 30px rgba(0,0,0,0.35);--tw-shadow-colored:0 10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_12px_28px_-14px_rgba\(45\2c 42\2c 38\2c 0\.55\)\]{--tw-shadow:0 12px 28px -14px rgba(45,42,38,0.55);--tw-shadow-colored:0 12px 28px -14px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_12px_30px_-24px_rgba\(45\2c 42\2c 38\2c 0\.32\)\]{--tw-shadow:0 12px 30px -24px rgba(45,42,38,0.32);--tw-shadow-colored:0 12px 30px -24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_14px_26px_-22px_rgba\(90\2c 56\2c 35\2c 0\.55\)\]{--tw-shadow:0 14px 26px -22px rgba(90,56,35,0.55);--tw-shadow-colored:0 14px 26px -22px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_14px_30px_-24px_rgba\(28\2c 22\2c 15\2c 0\.18\)\2c inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.34\)\]{--tw-shadow:0 14px 30px -24px rgba(28,22,15,0.18),inset 0 0 0 1px rgba(255,255,255,0.34);--tw-shadow-colored:0 14px 30px -24px var(--tw-shadow-color), inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_14px_30px_-28px_rgba\(45\2c 42\2c 38\2c 0\.45\)\]{--tw-shadow:0 14px 30px -28px rgba(45,42,38,0.45);--tw-shadow-colored:0 14px 30px -28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_14px_32px_-28px_rgba\(28\2c 22\2c 15\2c 0\.18\)\2c inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.38\)\]{--tw-shadow:0 14px 32px -28px rgba(28,22,15,0.18),inset 0 0 0 1px rgba(255,255,255,0.38);--tw-shadow-colored:0 14px 32px -28px var(--tw-shadow-color), inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_14px_34px_-28px_rgba\(15\2c 23\2c 42\2c 0\.28\)\]{--tw-shadow:0 14px 34px -28px rgba(15,23,42,0.28);--tw-shadow-colored:0 14px 34px -28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_16px_36px_-30px_rgba\(45\2c 42\2c 38\2c 0\.34\)\]{--tw-shadow:0 16px 36px -30px rgba(45,42,38,0.34);--tw-shadow-colored:0 16px 36px -30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_16px_36px_-34px_rgba\(17\2c 24\2c 39\2c 0\.18\)\]{--tw-shadow:0 16px 36px -34px rgba(17,24,39,0.18);--tw-shadow-colored:0 16px 36px -34px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_16px_40px_-28px_rgba\(0\2c 0\2c 0\2c 0\.58\)\]{--tw-shadow:0 16px 40px -28px rgba(0,0,0,0.58);--tw-shadow-colored:0 16px 40px -28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_18px_30px_-28px_rgba\(15\2c 23\2c 42\2c 0\.20\)\]{--tw-shadow:0 18px 30px -28px rgba(15,23,42,0.20);--tw-shadow-colored:0 18px 30px -28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_18px_36px_-28px_rgba\(111\2c 78\2c 55\2c 0\.65\)\]{--tw-shadow:0 18px 36px -28px rgba(111,78,55,0.65);--tw-shadow-colored:0 18px 36px -28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_18px_40px_-30px_rgba\(45\2c 42\2c 38\2c 0\.5\)\]{--tw-shadow:0 18px 40px -30px rgba(45,42,38,0.5);--tw-shadow-colored:0 18px 40px -30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_18px_42px_-28px_rgba\(31\2c 27\2c 21\2c 0\.22\)\]{--tw-shadow:0 18px 42px -28px rgba(31,27,21,0.22);--tw-shadow-colored:0 18px 42px -28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_18px_42px_-34px_rgba\(17\2c 24\2c 39\2c 0\.22\)\]{--tw-shadow:0 18px 42px -34px rgba(17,24,39,0.22);--tw-shadow-colored:0 18px 42px -34px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_18px_42px_-34px_rgba\(17\2c 24\2c 39\2c 0\.3\)\]{--tw-shadow:0 18px 42px -34px rgba(17,24,39,0.3);--tw-shadow-colored:0 18px 42px -34px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_18px_45px_rgba\(0\2c 0\2c 0\2c 0\.18\)\]{--tw-shadow:0 18px 45px rgba(0,0,0,0.18);--tw-shadow-colored:0 18px 45px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_18px_48px_-28px_rgba\(23\2c 19\2c 13\2c 0\.32\)\]{--tw-shadow:0 18px 48px -28px rgba(23,19,13,0.32);--tw-shadow-colored:0 18px 48px -28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.04\)\]{--tw-shadow:0 1px 2px rgba(0,0,0,0.04);--tw-shadow-colored:0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_20px_40px_-24px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]{--tw-shadow:0 20px 40px -24px rgba(0,0,0,0.6);--tw-shadow-colored:0 20px 40px -24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_20px_40px_-26px_rgba\(31\2c 27\2c 21\2c 0\.28\)\]{--tw-shadow:0 20px 40px -26px rgba(31,27,21,0.28);--tw-shadow-colored:0 20px 40px -26px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_20px_40px_-28px_rgba\(17\2c 24\2c 39\2c 0\.35\)\]{--tw-shadow:0 20px 40px -28px rgba(17,24,39,0.35);--tw-shadow-colored:0 20px 40px -28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_20px_40px_-28px_rgba\(45\2c 42\2c 38\2c 0\.45\)\]{--tw-shadow:0 20px 40px -28px rgba(45,42,38,0.45);--tw-shadow-colored:0 20px 40px -28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_20px_44px_-30px_rgba\(28\2c 22\2c 15\2c 0\.18\)\2c inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.34\)\]{--tw-shadow:0 20px 44px -30px rgba(28,22,15,0.18),inset 0 0 0 1px rgba(255,255,255,0.34);--tw-shadow-colored:0 20px 44px -30px var(--tw-shadow-color), inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_20px_45px_-32px_rgba\(45\2c 42\2c 38\2c 0\.5\)\]{--tw-shadow:0 20px 45px -32px rgba(45,42,38,0.5);--tw-shadow-colored:0 20px 45px -32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_20px_50px_-30px_rgba\(45\2c 42\2c 38\2c 0\.35\)\]{--tw-shadow:0 20px 50px -30px rgba(45,42,38,0.35);--tw-shadow-colored:0 20px 50px -30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_20px_60px_rgba\(0\2c 0\2c 0\2c 0\.18\)\]{--tw-shadow:0 20px 60px rgba(0,0,0,0.18);--tw-shadow-colored:0 20px 60px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_20px_70px_-50px_rgba\(15\2c 23\2c 42\2c 0\.45\)\]{--tw-shadow:0 20px 70px -50px rgba(15,23,42,0.45);--tw-shadow-colored:0 20px 70px -50px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_22px_48px_-32px_rgba\(45\2c 42\2c 38\2c 0\.5\)\]{--tw-shadow:0 22px 48px -32px rgba(45,42,38,0.5);--tw-shadow-colored:0 22px 48px -32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_24px_60px_-36px_rgba\(0\2c 0\2c 0\2c 0\.55\)\]{--tw-shadow:0 24px 60px -36px rgba(0,0,0,0.55);--tw-shadow-colored:0 24px 60px -36px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_24px_64px_rgba\(15\2c 23\2c 42\2c 0\.08\)\]{--tw-shadow:0 24px 64px rgba(15,23,42,0.08);--tw-shadow-colored:0 24px 64px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_24px_70px_rgba\(15\2c 23\2c 42\2c 0\.08\)\]{--tw-shadow:0 24px 70px rgba(15,23,42,0.08);--tw-shadow-colored:0 24px 70px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_24px_80px_-44px_rgba\(18\2c 24\2c 32\2c 0\.42\)\]{--tw-shadow:0 24px 80px -44px rgba(18,24,32,0.42);--tw-shadow-colored:0 24px 80px -44px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_30px_90px_-48px_rgba\(45\2c 42\2c 38\2c 0\.38\)\]{--tw-shadow:0 30px 90px -48px rgba(45,42,38,0.38);--tw-shadow-colored:0 30px 90px -48px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_32px_100px_-48px_rgba\(15\2c 23\2c 42\2c 0\.55\)\]{--tw-shadow:0 32px 100px -48px rgba(15,23,42,0.55);--tw-shadow-colored:0 32px 100px -48px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_32px_110px_-44px_rgba\(15\2c 23\2c 42\2c 0\.62\)\]{--tw-shadow:0 32px 110px -44px rgba(15,23,42,0.62);--tw-shadow-colored:0 32px 110px -44px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_40px_120px_-52px_rgba\(15\2c 23\2c 42\2c 0\.62\)\]{--tw-shadow:0 40px 120px -52px rgba(15,23,42,0.62);--tw-shadow-colored:0 40px 120px -52px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_6px_16px_rgba\(45\2c 42\2c 38\2c 0\.12\)\]{--tw-shadow:0 6px 16px rgba(45,42,38,0.12);--tw-shadow-colored:0 6px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_8px_20px_rgba\(20\2c 20\2c 20\2c 0\.08\)\]{--tw-shadow:0 8px 20px rgba(20,20,20,0.08);--tw-shadow-colored:0 8px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_8px_20px_rgba\(45\2c 42\2c 38\2c 0\.14\)\]{--tw-shadow:0 8px 20px rgba(45,42,38,0.14);--tw-shadow-colored:0 8px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_8px_24px_rgba\(20\2c 20\2c 20\2c 0\.08\)\]{--tw-shadow:0 8px 24px rgba(20,20,20,0.08);--tw-shadow-colored:0 8px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_8px_30px_rgba\(32\2c 32\2c 32\2c 0\.08\)\]{--tw-shadow:0 8px 30px rgba(32,32,32,0.08);--tw-shadow-colored:0 8px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0_8px_32px_rgba\(0\2c 0\2c 0\2c 0\.4\)\]{--tw-shadow:0 8px 32px rgba(0,0,0,0.4);--tw-shadow-colored:0 8px 32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0px_0px_1px_0px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{--tw-shadow:0px 0px 1px 0px rgba(0,0,0,0.08);--tw-shadow-colored:0px 0px 1px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0px_0px_1px_0px_var\(--shadow-XS\)\2c 0px_12px_28px_-20px_var\(--shadow-S\)\]{--tw-shadow:0px 0px 1px 0px var(--shadow-XS),0px 12px 28px -20px var(--shadow-S);--tw-shadow-colored:0px 0px 1px 0px var(--tw-shadow-color), 0px 12px 28px -20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0px_0px_1px_0px_var\(--shadow-XS\)\2c 0px_16px_32px_-24px_var\(--shadow-S\)\]{--tw-shadow:0px 0px 1px 0px var(--shadow-XS),0px 16px 32px -24px var(--shadow-S);--tw-shadow-colored:0px 0px 1px 0px var(--tw-shadow-color), 0px 16px 32px -24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0px_0px_1px_0px_var\(--shadow-XS\)\]{--tw-shadow:0px 0px 1px 0px var(--shadow-XS);--tw-shadow-colored:0px 0px 1px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0px_10px_24px_-16px_rgba\(0\2c 0\2c 0\2c 0\.24\)\]{--tw-shadow:0px 10px 24px -16px rgba(0,0,0,0.24);--tw-shadow-colored:0px 10px 24px -16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0px_16px_36px_-20px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{--tw-shadow:0px 16px 36px -20px rgba(0,0,0,0.2);--tw-shadow-colored:0px 16px 36px -20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0px_18px_40px_-30px_var\(--shadow-M\)\]{--tw-shadow:0px 18px 40px -30px var(--shadow-M);--tw-shadow-colored:0px 18px 40px -30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0px_2px_6px_-4px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{--tw-shadow:0px 2px 6px -4px rgba(0,0,0,0.3);--tw-shadow-colored:0px 2px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0px_30px_80px_-40px_rgba\(0\2c 0\2c 0\2c 0\.32\)\]{--tw-shadow:0px 30px 80px -40px rgba(0,0,0,0.32);--tw-shadow-colored:0px 30px 80px -40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0px_5px_16px_0px_var\(--shadow-S\)\2c 0px_0px_1\.25px_0px_var\(--shadow-S\)\]{--tw-shadow:0px 5px 16px 0px var(--shadow-S),0px 0px 1.25px 0px var(--shadow-S);--tw-shadow-colored:0px 5px 16px 0px var(--tw-shadow-color), 0px 0px 1.25px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0px_8px_20px_-12px_rgba\(0\2c 0\2c 0\2c 0\.28\)\]{--tw-shadow:0px 8px 20px -12px rgba(0,0,0,0.28);--tw-shadow-colored:0px 8px 20px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0px_8px_28px_-24px_var\(--shadow-L\)\]{--tw-shadow:0px 8px 28px -24px var(--shadow-L);--tw-shadow-colored:0px 8px 28px -24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[0px_8px_32px_0px_rgba\(0\2c 0\2c 0\2c 0\.32\)\]{--tw-shadow:0px 8px 32px 0px rgba(0,0,0,0.32);--tw-shadow-colored:0px 8px 32px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[6px_6px_12px_hsl\(var\(--shadow-dark\)\)\2c -6px_-6px_12px_hsl\(var\(--shadow-light\)\)\]{--tw-shadow:6px 6px 12px hsl(var(--shadow-dark)),-6px -6px 12px hsl(var(--shadow-light));--tw-shadow-colored:6px 6px 12px var(--tw-shadow-color), -6px -6px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(0\2c 0\2c 0\2c 0\.035\)\]{--tw-shadow:inset 0 0 0 1px rgba(0,0,0,0.035);--tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(0\2c 0\2c 0\2c 0\.04\)\]{--tw-shadow:inset 0 0 0 1px rgba(0,0,0,0.04);--tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.22\)\]{--tw-shadow:inset 0 0 0 1px rgba(255,255,255,0.22);--tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.3\)\]{--tw-shadow:inset 0 0 0 1px rgba(255,255,255,0.3);--tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.34\)\2c 0_18px_40px_-34px_rgba\(28\2c 22\2c 15\2c 0\.22\)\]{--tw-shadow:inset 0 0 0 1px rgba(255,255,255,0.34),0 18px 40px -34px rgba(28,22,15,0.22);--tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color), 0 18px 40px -34px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.05\)\]{--tw-shadow:inset 0 1px 0 rgba(255,255,255,0.05);--tw-shadow-colored:inset 0 1px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.45\)\]{--tw-shadow:inset 0 1px 0 rgba(255,255,255,0.45);--tw-shadow-colored:inset 0 1px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[inset_0px_1px_0px_0px_\#FFFFFF\]{--tw-shadow:inset 0px 1px 0px 0px #FFFFFF;--tw-shadow-colored:inset 0px 1px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-card{--tw-shadow:0 18px 54px -42px rgba(23, 28, 36, 0.32);--tw-shadow-colored:0 18px 54px -42px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-soft-card{--tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-soft-inset{--tw-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.05);--tw-shadow-colored:inset 0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-soft-lg{--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-soft-md{--tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-soft-sm{--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-\[var\(--ds-shadow-md\)\]{--tw-shadow-color:var(--ds-shadow-md);--tw-shadow:var(--tw-shadow-colored)}.shadow-card{--tw-shadow-color:hsl(var(--card));--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.\!outline{outline-style:solid !important}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset:inset}.ring-\[rgba\(143\2c 163\2c 184\2c 0\.5\)\]{--tw-ring-color:rgba(143,163,184,0.5)}.ring-\[var\(--border-input-active\)\]{--tw-ring-color:var(--border-input-active)}.ring-\[var\(--cli-accent-olive\)\]{--tw-ring-color:var(--cli-accent-olive)}.ring-amber-500\/20{--tw-ring-color:rgb(245 158 11 / 0.2)}.ring-black\/\[0\.05\]{--tw-ring-color:rgb(0 0 0 / 0.05)}.ring-primary{--tw-ring-color:hsl(var(--primary))}.ring-primary\/30{--tw-ring-color:hsl(var(--primary) / 0.3)}.ring-soft-accent{--tw-ring-opacity:1;--tw-ring-color:hsl(var(--soft-accent-hsl) / var(--tw-ring-opacity, 1))}.ring-white\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}.ring-white\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}.ring-white\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}.ring-offset-1{--tw-ring-offset-width:1px}.ring-offset-background{--tw-ring-offset-color:hsl(var(--background))}.blur{--tw-blur:blur(8px);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)}.blur-2xl{--tw-blur:blur(40px);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)}.blur-3xl{--tw-blur:blur(64px);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)}.blur-\[4px\]{--tw-blur:blur(4px);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)}.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);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-blur-2xl{--tw-backdrop-blur:blur(40px);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-blur-\[10px\]{--tw-backdrop-blur:blur(10px);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-blur-\[18px\]{--tw-backdrop-blur:blur(18px);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-blur-\[20px\]{--tw-backdrop-blur:blur(20px);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-blur-\[22px\]{--tw-backdrop-blur:blur(22px);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-blur-\[24px\]{--tw-backdrop-blur:blur(24px);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-blur-\[2px\]{--tw-backdrop-blur:blur(2px);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-blur-\[3px\]{--tw-backdrop-blur:blur(3px);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-blur-\[6px\]{--tw-backdrop-blur:blur(6px);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-blur-lg{--tw-backdrop-blur:blur(16px);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-blur-md{--tw-backdrop-blur:blur(12px);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-blur-sm{--tw-backdrop-blur:blur(4px);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-blur-xl{--tw-backdrop-blur:blur(24px);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{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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:150ms !important}.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-\[flex-basis\]{transition-property:flex-basis;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-\[max-height\2c opacity\]{transition-property:max-height,opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-\[transform\2c box-shadow\]{transition-property:transform,box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-colors{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-none{transition-property:none}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.duration-100{transition-duration:100ms}.duration-150{transition-duration:150ms}.duration-200{transition-duration:200ms}.duration-300{transition-duration:300ms}.duration-500{transition-duration:500ms}.ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.\[overflow-wrap\:anywhere\]{overflow-wrap:anywhere}.\[p3\:l12\]{p3:l12}.\[padding-top\:calc\(env\(safe-area-inset-top\2c 0px\)\+0\.5rem\)\]{padding-top:calc(env(safe-area-inset-top,0px) + 0.5rem)}@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes shimmer-sweep {
  0% {
    transform: translateX(-100%) translateY(-100%);
  }
  100% {
    transform: translateX(100%) translateY(100%);
  }
}@keyframes ds-hero-fog-a {
  0% {
    transform: translate3d(-8px, 4px, 0);
  }
  100% {
    transform: translate3d(16px, -6px, 0);
  }
}@keyframes ds-hero-fog-b {
  0% {
    transform: translate3d(10px, -4px, 0);
  }
  100% {
    transform: translate3d(-12px, 6px, 0);
  }
}@keyframes ds-hero-orb-float {
  0%,
  100% {
    transform: translate3d(-50%, -50%, 0);
  }
  50% {
    transform: translate3d(-50%, calc(-50% - 3px), 0);
  }
}@keyframes ds-hero-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}@keyframes ds-hero-pulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.12);
  }
}@media (prefers-reduced-motion: reduce) {
  .ds-hero-fog,
  .ds-hero-orb,
  .ds-hero-float,
  .ds-hero-pulse,
  .ds-copilot-glass::before {
    animation: none;
  }
}@media (max-width: 1024px) {
  .ds-hero-fog,
  .ds-hero-orb,
  .ds-hero-float,
  .ds-hero-pulse {
    animation: none;
  }
}:root {
  --radius-panel: 10px;
  --radius-card: 10px;
  --radius-sm: 6px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 10px 24px rgba(26, 31, 36, 0.12);
  --shadow-float: 0 20px 50px -18px rgba(26, 31, 36, 0.18), 0 0 1px rgba(0, 0, 0, 0.05);
  --bg-panel-left: rgba(34, 37, 41, 0.94);
  --bg-panel-center: rgba(251, 250, 247, 0.96);
  --bg-panel-right: rgba(34, 37, 41, 0.9);
  --text-main: #1f2937;
  --text-muted: #6f6b66;
  --text-on-dark: #f2eee8;
  --text-muted-on-dark: rgba(242, 238, 232, 0.72);
  --border-light: rgba(47, 52, 55, 0.08);
  --border-dark: rgba(255, 255, 255, 0.08);
  --workspace-navbar-collapsed-height: 26px;
  --workspace-navbar-collapsed-offset: 32px;
  --workspace-navbar-collapsed-radius: 8px;
  --ws-scrollbar-size: 6px;
  --ws-scrollbar-track: transparent;
  --ws-scrollbar-thumb: rgba(47, 52, 55, 0.3);
  --ws-scrollbar-thumb-hover: rgba(47, 52, 55, 0.44);
  --ws-scrollbar-track-current: var(--ws-scrollbar-track);
  --ws-scrollbar-thumb-current: var(--ws-scrollbar-thumb);
  --ws-scrollbar-thumb-hover-current: var(--ws-scrollbar-thumb-hover);
  --ds-copilot-text: #2d2a26;
  --ds-copilot-text-muted: #7e8b97;
}#workspace-root {
  --radius-panel: 10px;
  --radius-card: 10px;
  --radius-sm: 6px;
  --workspace-navbar-collapsed-height: 26px;
  --workspace-navbar-collapsed-offset: 32px;
  --workspace-navbar-collapsed-radius: 8px;
  --ds-copilot-glass-bg-0: rgba(245, 242, 236, 0.92);
  --ds-copilot-glass-bg-1: rgba(215, 198, 174, 0.36);
  --ds-copilot-glass-bg-2: rgba(159, 177, 194, 0.32);
  --ds-copilot-glass-border: rgba(45, 42, 38, 0.14);
  --ds-copilot-glass-inner: rgba(251, 250, 247, 0.82);
  --ds-copilot-glass-shadow: 0 24px 60px rgba(45, 42, 38, 0.18);
  --ds-copilot-glass-glow: 0 0 0 0.75px rgba(199, 173, 150, 0.2);
  --ds-copilot-text: #2d2a26;
  --ds-copilot-text-muted: #7e8b97;
  --ds-copilot-font-size: 12px;
  --ds-icon-btn-text: var(--ds-copilot-text-muted);
  --ds-icon-btn-text-active: var(--ds-copilot-text);
  --ds-icon-btn-hover: rgba(45, 42, 38, 0.08);
  --ds-icon-btn-active: rgba(45, 42, 38, 0.14);
  --ds-icon-btn-border: rgba(45, 42, 38, 0.18);
  --ds-icon-tooltip-bg: rgba(59, 74, 94, 0.96);
  --ds-icon-tooltip-border: rgba(88, 105, 130, 0.9);
  --ds-icon-tooltip-shadow: 0 10px 24px rgba(29, 36, 48, 0.24);
  --ds-icon-tooltip-text: #ffffff;
}[data-theme="dark"] #workspace-root,
.dark #workspace-root {
  --ds-copilot-glass-bg-0: rgba(20, 22, 26, 0.92);
  --ds-copilot-glass-bg-1: rgba(74, 94, 108, 0.36);
  --ds-copilot-glass-bg-2: rgba(158, 120, 82, 0.28);
  --ds-copilot-glass-border: rgba(255, 255, 255, 0.14);
  --ds-copilot-glass-inner: rgba(24, 26, 30, 0.92);
  --ds-copilot-glass-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
  --ds-copilot-glass-glow: 0 0 0 0.75px rgba(210, 182, 140, 0.18);
  --ds-copilot-text: #f1ebe2;
  --ds-copilot-text-muted: #b0a9a0;
  --ds-icon-btn-text: var(--ds-copilot-text-muted);
  --ds-icon-btn-text-active: #f7f0e6;
  --ds-icon-btn-hover: rgba(255, 255, 255, 0.08);
  --ds-icon-btn-active: rgba(255, 255, 255, 0.12);
  --ds-icon-btn-border: rgba(255, 255, 255, 0.2);
  --ds-icon-tooltip-bg: rgba(16, 18, 22, 0.96);
  --ds-icon-tooltip-border: rgba(82, 96, 110, 0.9);
  --ds-icon-tooltip-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  --ds-icon-tooltip-text: #f6f0e8;
}[data-theme="dark"] #workspace-root .ds-copilot-glass,
.dark #workspace-root .ds-copilot-glass {
  background:
    radial-gradient(120% 80% at 18% 0%, rgba(92, 112, 124, 0.35), transparent 62%),
    radial-gradient(90% 70% at 85% 10%, rgba(158, 120, 82, 0.24), transparent 58%),
    linear-gradient(180deg, rgba(18, 20, 24, 0.95), var(--ds-copilot-glass-bg-0));
}[data-theme="dark"] #workspace-root .ds-copilot-glass::before,
.dark #workspace-root .ds-copilot-glass::before {
  background:
    radial-gradient(circle at 20% 18%, rgba(110, 128, 138, 0.28), transparent 50%),
    radial-gradient(circle at 82% 20%, rgba(170, 132, 94, 0.24), transparent 52%),
    radial-gradient(circle at 40% 80%, rgba(92, 108, 96, 0.2), transparent 56%);
}.navbar {
  height: 44px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  border-radius: var(--radius-panel);
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 14px;
  flex-shrink: 0;
  z-index: 50;
  box-shadow: var(--shadow-sm);
  width: 100%;
  clip-path: inset(0 0 0 0 round var(--radius-panel));
  transition:
    width 0.45s var(--ease-out),
    transform 0.45s var(--ease-out),
    clip-path 0.45s var(--ease-out),
    padding 0.3s var(--ease-out),
    border-radius 0.3s var(--ease-out),
    box-shadow 0.3s var(--ease-out);
}.workspace-navbar-shell {
  position: relative;
  height: 44px;
  flex-shrink: 0;
  z-index: 60;
}#workspace-root.navbar-collapsed .workspace-navbar-shell {
  height: 0;
}#workspace-root.navbar-collapsed .left-panel {
  margin-top: var(--workspace-navbar-collapsed-offset);
  height: calc(100% - var(--workspace-navbar-collapsed-offset));
}#workspace-root.navbar-collapsed .resizer {
  margin-top: var(--workspace-navbar-collapsed-offset);
  height: calc(100% - var(--workspace-navbar-collapsed-offset));
}.workspace-container {
  flex: 1;
  width: 100%;
  min-height: 0;
  display: flex;
  gap: 0;
  position: relative;
}.workspace-stage-shell {
  flex: 1;
  min-width: 0;
  min-height: 0;
  position: relative;
}.workspace-container.has-left .workspace-stage-shell {
  margin-left: 8px;
}.workspace-stage-layer {
  position: absolute;
  inset: 0;
  display: flex;
  min-width: 0;
  min-height: 0;
}.workspace-center-layer,
.workspace-home-layer {
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out);
}.workspace-center-layer {
  z-index: 1;
}.workspace-home-layer {
  z-index: 2;
}.workspace-center-layer.is-hidden {
  opacity: 0;
  transform: scale(0.96) translateY(12px);
  pointer-events: none;
}.workspace-home-layer.is-hidden {
  opacity: 0;
  transform: scale(0.98);
  pointer-events: none;
}.workspace-home-surface {
  flex: 1;
  min-width: 0;
  min-height: 0;
}.panel {
  position: relative;
  height: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-panel);
  transition:
    width 0.3s var(--ease-out),
    flex 0.3s var(--ease-out),
    box-shadow 0.3s var(--ease-out);
}.panel-header {
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.left-panel {
  z-index: 5;
  color: var(--text-muted-on-dark);
  background: var(--bg-panel-left);
  box-shadow: var(--shadow-sm);
  font-size: 0.8125rem;
}.left-panel .panel-header {
  color: var(--text-on-dark);
  border-bottom: 1px solid var(--border-dark);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
}.explorer-content {
  padding-top: 8px;
}.center-panel {
  z-index: 10;
  margin: 0;
  border: 1px solid var(--border-light);
  background: var(--bg-panel-center);
  box-shadow: var(--shadow-float);
}.panel.workspace-home-surface {
  background: transparent;
  border: none;
  box-shadow: none;
}.center-panel .panel-header {
  justify-content: space-between;
  border-bottom: 1px solid var(--border-light);
  background: rgba(255, 255, 255, 0.95);
}.ds-stage-safe {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  transition: padding 0.22s var(--ease-out);
}.ds-stage-switch {
  animation: dsStageSwitch 0.5s var(--ease-out);
  will-change: opacity, transform;
}.ds-stage-safe > .canvas-content {
  flex: 1;
  min-height: 0;
}.canvas-content {
  flex: 1;
  overflow-y: auto;
  padding: 22px;
}/* === Chrome-like Tab Strip (Workspace) === */.chrome-tabstrip {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: stretch;
  gap: 4px;
  margin-top: 1px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.22) transparent;
}.chrome-tabstrip::-webkit-scrollbar {
  height: 6px;
}.chrome-tabstrip::-webkit-scrollbar-track {
  background: transparent;
}.chrome-tabstrip::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 999px;
}.chrome-tabstrip::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.26);
}.chrome-tabstrip.empty {
  padding: 0;
}.chrome-tab {
  flex: 1 1 320px;
  min-width: 140px;
  max-width: 420px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 0 7px;
  border-radius: 7px;
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: var(--text-muted);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition:
    background 0.15s var(--ease-out),
    border-color 0.15s var(--ease-out),
    color 0.15s var(--ease-out);
}.chrome-tab:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--text-main);
}.chrome-tab.is-active {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  color: var(--text-main);
}[data-theme="dark"] #workspace-root .chrome-tab,
.dark #workspace-root .chrome-tab {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}[data-theme="dark"] #workspace-root .chrome-tabstrip,
.dark #workspace-root .chrome-tabstrip {
  scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}[data-theme="dark"] #workspace-root .chrome-tabstrip::-webkit-scrollbar-thumb,
.dark #workspace-root .chrome-tabstrip::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
}[data-theme="dark"] #workspace-root .chrome-tabstrip::-webkit-scrollbar-thumb:hover,
.dark #workspace-root .chrome-tabstrip::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.24);
}[data-theme="dark"] #workspace-root .chrome-tab:hover,
.dark #workspace-root .chrome-tab:hover {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.92);
}[data-theme="dark"] #workspace-root .chrome-tab.is-active,
.dark #workspace-root .chrome-tab.is-active {
  background: rgba(0, 0, 0, 0.38);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.92);
}.chrome-tab-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  overflow: hidden;
}.chrome-tab-dirty {
  color: var(--brand);
  font-weight: 700;
  margin-left: 4px;
}.chrome-tab-close {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  opacity: 0.65;
  transition:
    opacity 0.15s var(--ease-out),
    background 0.15s var(--ease-out);
}.chrome-tab:hover .chrome-tab-close {
  opacity: 1;
}.chrome-tab-close:hover {
  background: rgba(0, 0, 0, 0.08);
}[data-theme="dark"] #workspace-root .chrome-tab-close:hover,
.dark #workspace-root .chrome-tab-close:hover {
  background: rgba(255, 255, 255, 0.1);
}.canvas-content.ds-canvas-fullbleed {
  padding: 0;
  display: flex;
  min-height: 0;
  overflow: hidden;
  flex-direction: column;
}.ds-stage-safe .canvas-content,
.ds-stage-safe .canvas-content * {
  scrollbar-width: thin;
  scrollbar-color: var(--ws-scrollbar-thumb-current) var(--ws-scrollbar-track-current);
}.ds-stage-safe .canvas-content ::-webkit-scrollbar {
  width: var(--ws-scrollbar-size);
  height: var(--ws-scrollbar-size);
}.ds-stage-safe .canvas-content ::-webkit-scrollbar-track {
  background: var(--ws-scrollbar-track-current);
}.ds-stage-safe .canvas-content ::-webkit-scrollbar-thumb {
  background: var(--ws-scrollbar-thumb-current);
  border-radius: 999px;
}.ds-stage-safe .canvas-content ::-webkit-scrollbar-thumb:hover {
  background: var(--ws-scrollbar-thumb-hover-current);
}.right-panel {
  z-index: 5;
  background: var(--bg-panel-right);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}.panel-toggle {
  position: absolute;
  bottom: 24px;
  width: 44px;
  height: 44px;
  display: flex;
  z-index: 100;
  cursor: pointer;
  color: var(--text-muted);
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--border-light);
  background: #fff;
  box-shadow: var(--shadow-md);
  transition: all 0.2s;
}.panel-toggle:hover {
  transform: scale(1.05);
}.toggle-left {
  left: 24px;
}.toggle-right {
  right: 24px;
}.resizer {
  width: 8px;
  margin: 0 -4px;
  display: flex;
  opacity: 0;
  z-index: 50;
  cursor: col-resize;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}.resizer:hover {
  opacity: 1;
}.resizer::after {
  content: '';
  width: 3px;
  height: 34px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.15);
}.ds-copilot-body {
  flex: 1;
  min-height: 0;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}.ds-copilot-chat {
  position: relative;
  z-index: 10;
  flex: 1;
  min-height: 0;
  display: flex;
  overflow: hidden;
  padding: 6px 14px 12px;
  flex-direction: column;
}.ds-copilot-drag-bounds {
  position: absolute;
  inset: var(--ds-copilot-inset, 10px);
  z-index: 80;
  pointer-events: none;
}.ds-copilot-dock {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  z-index: 90;
  display: flex;
  min-width: 0;
  max-width: 100%;
  pointer-events: auto;
  flex-direction: column;
  border-radius: 18px;
  will-change: transform;
  filter: drop-shadow(0 16px 34px rgba(32, 40, 52, 0.16));
}.ds-copilot-glass {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--ds-copilot-glass-border);
  box-shadow: var(--ds-copilot-glass-shadow), var(--ds-copilot-glass-glow);
  backdrop-filter: blur(22px) saturate(130%);
  transform: translateZ(0);
  background:
    radial-gradient(120% 80% at 20% 0%, var(--ds-copilot-glass-bg-1), transparent 62%),
    radial-gradient(90% 70% at 85% 10%, var(--ds-copilot-glass-bg-2), transparent 58%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.85), var(--ds-copilot-glass-bg-0));
}.ds-copilot-glass::before {
  content: '';
  position: absolute;
  inset: -30%;
  pointer-events: none;
  opacity: 0.58;
  mix-blend-mode: soft-light;
  filter: blur(28px) saturate(1.02);
  background:
    radial-gradient(circle at 20% 18%, rgba(215, 198, 174, 0.28), transparent 48%),
    radial-gradient(circle at 82% 20%, rgba(159, 177, 194, 0.22), transparent 52%),
    radial-gradient(circle at 40% 80%, rgba(199, 173, 150, 0.18), transparent 56%);
  animation: dsCopilotAurora 22s ease-in-out infinite;
}@keyframes dsCopilotAurora {
  0% {
    transform: translate3d(-8%, -4%, 0) rotate(0deg);
  }
  45% {
    transform: translate3d(6%, 2%, 0) rotate(8deg);
  }
  100% {
    transform: translate3d(-8%, -4%, 0) rotate(0deg);
  }
}.ds-copilot-glass-inner {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 0;
  display: flex;
  isolation: isolate;
  border-radius: inherit;
  flex-direction: column;
}.ds-copilot-header {
  position: relative;
  z-index: 40;
  margin: 12px 14px 10px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ds-copilot-text);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
}.ds-copilot-header-left,
.ds-copilot-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}.ds-copilot-header-left {
  min-width: 0;
  flex: 1;
}.ds-copilot-header-orbit-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}.ds-copilot-header-orbit {
  flex-shrink: 0;
}.ds-copilot-header-right {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}.ds-copilot-header-extra {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}.ds-copilot-title-stack {
  min-width: 0;
  display: flex;
  flex-direction: column;
}.ds-copilot-title-row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
}.ds-copilot-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ds-copilot-text);
}.ds-copilot-title-sep,
.ds-copilot-status-text {
  color: var(--ds-copilot-text-muted);
}.ds-copilot-status-text {
  font-size: 0.825rem;
}.ds-copilot-drag-area {
  touch-action: none;
  cursor: grab;
}.ds-copilot-drag-area:active {
  cursor: grabbing;
}.ds-copilot-icon-btn,
.ds-copilot-fix-btn {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ds-copilot-text-muted);
  transition:
    background 0.16s var(--ease-out),
    color 0.16s var(--ease-out),
    border-color 0.16s var(--ease-out);
}.ds-copilot-icon-btn {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}.ds-copilot-fix-btn {
  height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 0.78rem;
  font-weight: 500;
}.ds-copilot-icon-btn:hover,
.ds-copilot-icon-btn.is-active,
.ds-copilot-fix-btn:hover,
.ds-copilot-fix-btn.is-active {
  color: var(--ds-copilot-text);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(0, 0, 0, 0.14);
}.ds-copilot-snapzone {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  border-radius: 18px;
  background: rgba(159, 177, 194, 0.08);
  border: 1px dashed rgba(159, 177, 194, 0.24);
}.ds-copilot-snapzone.left {
  left: 0;
}.ds-copilot-snapzone.right {
  right: 0;
}.ds-copilot-snapzone.is-active {
  background: rgba(159, 177, 194, 0.14);
  border-color: rgba(159, 177, 194, 0.4);
}@keyframes dsStageSwitch {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}#workspace-root.navbar-collapsed .navbar {
  position: absolute;
  top: 0;
  left: 0;
  height: var(--workspace-navbar-collapsed-height);
  width: var(--workspace-left-width, 280px);
  padding: 0 8px;
  border-radius: var(--workspace-navbar-collapsed-radius);
  border: 1px solid rgba(0, 0, 0, 0.08);
  gap: 6px;
  transform-origin: left center;
  clip-path: inset(0 0 0 0 round var(--workspace-navbar-collapsed-radius));
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(247, 243, 235, 0.92) 45%,
      rgba(230, 221, 208, 0.9) 100%
    );
  box-shadow:
    0 10px 20px rgba(45, 42, 38, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}#workspace-root.navbar-collapsed.navbar-left-hidden .navbar {
  width: -moz-max-content;
  width: max-content;
  min-width: 0;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}#workspace-root.navbar-collapsed .navbar::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  transform: translateY(-50%) scale(0.96);
  opacity: 0;
  background:
    radial-gradient(circle at 30% 35%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.4) 45%, rgba(0, 0, 0, 0.1) 70%),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.06) 72%, rgba(0, 0, 0, 0.14) 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: opacity 0.25s var(--ease-out), transform 0.45s var(--ease-out);
  pointer-events: none;
}#workspace-root.navbar-collapsed .navbar.is-collapsed::before {
  opacity: 0.85;
  transform: translateY(-50%) scale(1);
}#workspace-root.navbar-collapsed .navbar::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 6px;
  bottom: 6px;
  width: 8px;
  border-radius: 6px;
  opacity: 0.55;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0));
}#workspace-root.navbar-motion-collapse .navbar {
  animation: navbarRollCollapse 0.56s cubic-bezier(0.22, 0.86, 0.35, 1.03);
}#workspace-root.navbar-motion-expand .navbar {
  animation: navbarRollExpand 0.64s cubic-bezier(0.16, 0.84, 0.3, 1.02);
}#workspace-root.navbar-motion-collapse .navbar::before {
  animation: navbarRollEdge 0.52s cubic-bezier(0.2, 0.84, 0.36, 1.02);
}#workspace-root.navbar-motion-expand .navbar::before {
  animation: navbarUnrollEdge 0.58s cubic-bezier(0.18, 0.82, 0.3, 1.02);
}@keyframes navbarRollCollapse {
  0% {
    transform: translateX(0) scaleX(1) rotateZ(0deg);
    filter: drop-shadow(0 8px 18px rgba(45, 42, 38, 0.14));
  }
  45% {
    transform: translateX(-14px) scaleX(0.97) rotateZ(-1.1deg);
    filter: drop-shadow(0 12px 24px rgba(45, 42, 38, 0.18));
  }
  70% {
    transform: translateX(-4px) scaleX(0.99) rotateZ(0.7deg);
    filter: drop-shadow(0 9px 20px rgba(45, 42, 38, 0.14));
  }
  100% {
    transform: translateX(0) scaleX(1) rotateZ(0deg);
    filter: drop-shadow(0 6px 16px rgba(45, 42, 38, 0.12));
  }
}@keyframes navbarRollExpand {
  0% {
    transform: translateX(-8px) scaleX(0.98) rotateZ(-0.8deg);
    filter: drop-shadow(0 7px 16px rgba(45, 42, 38, 0.12));
  }
  48% {
    transform: translateX(10px) scaleX(1.02) rotateZ(0.8deg);
    filter: drop-shadow(0 10px 24px rgba(45, 42, 38, 0.16));
  }
  100% {
    transform: translateX(0) scaleX(1) rotateZ(0deg);
    filter: drop-shadow(0 6px 18px rgba(45, 42, 38, 0.12));
  }
}@keyframes navbarRollEdge {
  0% {
    transform: translateY(-50%) rotate(0deg) scale(0.9);
    opacity: 0.6;
  }
  55% {
    transform: translateY(-50%) rotate(-18deg) scale(1.05);
    opacity: 0.95;
  }
  100% {
    transform: translateY(-50%) rotate(0deg) scale(1);
    opacity: 0.85;
  }
}@keyframes navbarUnrollEdge {
  0% {
    transform: translateY(-50%) rotate(-10deg) scale(1);
    opacity: 0.85;
  }
  50% {
    transform: translateY(-50%) rotate(6deg) scale(0.92);
    opacity: 0.6;
  }
  100% {
    transform: translateY(-50%) rotate(0deg) scale(0.86);
    opacity: 0;
  }
}.navbar-left-controls {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 7px;
}.nav-actions {
  display: flex;
  gap: 6px;
}.ghost-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.2s;
}.ghost-btn:hover:not(:disabled):not([aria-disabled='true']) {
  background: rgba(0,0,0,0.05);
  color: var(--text-main);
}.ghost-btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.92),
    0 0 0 4px rgba(47, 52, 55, 0.18);
}.ghost-btn.is-active {
  background: rgba(47, 52, 55, 0.10);
  color: var(--brand);
  box-shadow: 0 0 0 1px rgba(47, 52, 55, 0.22) inset, var(--shadow-sm);
}.ghost-btn[aria-disabled='true'],
.ghost-btn:disabled {
  opacity: 0.56;
  cursor: default;
}.ghost-btn svg,
.ghost-btn img:not(.hidden) {
  display: block;
}.app-branding {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 12px;
}.user-identity {
  display: inline-flex;
  align-items: center;
}.user-menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 2px 10px 2px 2px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: var(--text-main);
  background: transparent;
  transition: all 0.2s var(--ease-out);
}.user-menu-trigger:hover {
  background: rgba(0,0,0,0.04);
  border-color: rgba(0,0,0,0.06);
}.user-menu-name {
  font-size: 0.85rem;
  font-weight: 600;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.user-menu-signin {
  font-size: 0.85rem;
  color: var(--text-main);
  text-decoration: none;
  padding: 4px 6px;
  border-radius: 6px;
}.user-menu-signin:hover {
  background: rgba(0,0,0,0.06);
}.app-branding .project-name-field {
  min-width: 0;
}:is(.dark, [data-theme="dark"]) #workspace-root .user-menu-trigger:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
}:is(.dark, [data-theme="dark"]) #workspace-root .user-menu-signin:hover {
  background: rgba(255,255,255,0.08);
}:is(.dark, [data-theme="dark"]) #workspace-root .ghost-btn:hover:not(:disabled):not([aria-disabled='true']) {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
}:is(.dark, [data-theme="dark"]) #workspace-root .ghost-btn.is-active {
  background: rgba(47, 52, 55, 0.16);
  box-shadow: 0 0 0 1px rgba(47, 52, 55, 0.32) inset;
}.navbar-roll {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 6px;
  padding-left: 22px;
}.navbar-roll-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}.navbar-roll-btn,
.navbar-roll-toggle {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 8px;
}.navbar-roll-link {
  font-size: 0.75rem;
  color: var(--text-main);
  text-decoration: none;
  padding: 4px 6px;
  border-radius: 6px;
}.navbar-roll-link:hover {
  background: rgba(0, 0, 0, 0.06);
}.navbar-roll-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}#workspace-tooltip-root {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 140;
}.workspace-tooltip {
  position: fixed;
  max-width: min(280px, calc(100vw - 16px));
  border-radius: 10px;
  background: rgba(37, 34, 31, 0.94);
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    0 2px 6px rgba(0, 0, 0, 0.12);
  transform: translateZ(0);
}:is(.dark, [data-theme="dark"]) .ghost-btn {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
}:is(.dark, [data-theme="dark"]) .ghost-btn:hover:not(:disabled):not([aria-disabled='true']) {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.96);
}:is(.dark, [data-theme="dark"]) .ghost-btn.is-active {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
}:is(.dark, [data-theme="dark"]) .workspace-tooltip {
  background: rgba(245, 240, 232, 0.94);
  color: rgba(24, 21, 18, 0.94);
}.ds-copilot-drag-handles {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
}.ds-copilot-drag-handle {
  position: absolute;
  pointer-events: auto;
  cursor: grab;
  touch-action: none;
}.ds-copilot-drag-handle.top,
.ds-copilot-drag-handle.bottom {
  left: 0;
  right: 0;
  height: 12px;
}.ds-copilot-drag-handle.top {
  top: 0;
}.ds-copilot-drag-handle.bottom {
  bottom: 0;
}.ds-copilot-drag-handle.left,
.ds-copilot-drag-handle.right {
  top: 12px;
  bottom: 12px;
  width: 12px;
}.ds-copilot-drag-handle.left {
  left: 0;
}.ds-copilot-drag-handle.right {
  right: 0;
}.ds-copilot-drag-bounds.is-dragging .ds-copilot-drag-handle {
  cursor: grabbing;
}.ds-copilot-resize-handle {
  position: absolute;
  top: 12px;
  bottom: 12px;
  width: 12px;
  cursor: ew-resize;
  z-index: 30;
  touch-action: none;
}.ds-copilot-resize-handle.on-left {
  left: 0;
}.ds-copilot-resize-handle.on-right {
  right: 0;
}.ds-copilot-resize-handle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 78px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: rgba(45, 42, 38, 0.18);
  opacity: 0;
  transition: opacity 0.15s var(--ease-out);
}.ds-copilot-dock:hover .ds-copilot-resize-handle::after {
  opacity: 1;
}.file-tree-dark {
  --file-tree-bg: var(--bg-panel-left);
  --file-tree-text: var(--text-muted-on-dark);
  --file-tree-text-hover: var(--text-on-dark);
  --file-tree-hover-bg: rgba(255, 255, 255, 0.06);
  --file-tree-active-bg: rgba(47, 52, 55, 0.14);
  --file-tree-active-text: #fff;
  --file-tree-active-border: var(--brand);
  --file-tree-row-hover-bg: rgba(255, 255, 255, 0.06);
  --file-tree-row-selected-bg: rgba(255, 255, 255, 0.08);
  --file-tree-text-main: var(--text-on-dark);
  --file-tree-text-muted: var(--text-muted-on-dark);
  --file-tree-icon-muted: rgba(255, 255, 255, 0.42);
  --file-tree-folder-icon: rgba(255, 255, 255, 0.62);
  --file-tree-focus-ring: rgba(47, 52, 55, 0.55);
  --file-tree-highlight-bg: rgba(47, 52, 55, 0.16);
  --file-tree-highlight-ring: rgba(47, 52, 55, 0.55);
  --file-tree-read-bg: rgba(156, 178, 197, 0.36);
  --file-tree-read-ring: rgba(156, 178, 197, 0.26);
  --file-tree-read-icon: rgba(132, 160, 186, 0.95);
  --file-tree-write-bg: rgba(156, 176, 161, 0.36);
  --file-tree-write-ring: rgba(156, 176, 161, 0.24);
  --file-tree-write-icon: rgba(122, 152, 130, 0.95);
  --file-tree-move-ring: rgba(142, 166, 191, 0.35);
  --file-tree-move-icon: rgba(128, 154, 182, 0.95);
  --file-tree-rename-ring: rgba(188, 165, 132, 0.34);
  --file-tree-rename-icon: rgba(166, 140, 103, 0.95);
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}.file-tree-scroll {
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
  scrollbar-gutter: stable;
}.file-tree-scroll::-webkit-scrollbar {
  width: 8px;
}.file-tree-scroll::-webkit-scrollbar-track {
  background: transparent;
}.file-tree-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}.file-tree-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.32);
}:root {
  --file-tree-row-hover-bg: rgba(0, 0, 0, 0.04);
  --file-tree-row-selected-bg: rgba(0, 0, 0, 0.06);
  --file-tree-text-main: var(--text-main);
  --file-tree-text-muted: var(--text-muted);
  --file-tree-icon-muted: rgba(17, 24, 39, 0.38);
  --file-tree-folder-icon: rgba(17, 24, 39, 0.55);
  --file-tree-focus-ring: rgba(47, 52, 55, 0.35);
  --file-tree-highlight-bg: rgba(47, 52, 55, 0.1);
  --file-tree-highlight-ring: rgba(47, 52, 55, 0.38);
  --file-tree-read-bg: rgba(156, 178, 197, 0.28);
  --file-tree-read-ring: rgba(156, 178, 197, 0.2);
  --file-tree-read-icon: rgba(115, 140, 165, 0.92);
  --file-tree-write-bg: rgba(156, 176, 161, 0.3);
  --file-tree-write-ring: rgba(156, 176, 161, 0.2);
  --file-tree-write-icon: rgba(110, 138, 118, 0.92);
}[data-theme='dark'],
.dark {
  --file-tree-row-hover-bg: rgba(255, 255, 255, 0.04);
  --file-tree-row-selected-bg: rgba(255, 255, 255, 0.06);
  --file-tree-text-main: var(--soft-text-primary);
  --file-tree-text-muted: var(--soft-text-secondary);
  --file-tree-icon-muted: rgba(255, 255, 255, 0.42);
  --file-tree-folder-icon: rgba(255, 255, 255, 0.62);
  --file-tree-focus-ring: rgba(47, 52, 55, 0.55);
  --file-tree-highlight-bg: rgba(47, 52, 55, 0.14);
  --file-tree-highlight-ring: rgba(47, 52, 55, 0.55);
  --file-tree-read-bg: rgba(156, 178, 197, 0.36);
  --file-tree-read-ring: rgba(156, 178, 197, 0.26);
  --file-tree-read-icon: rgba(132, 160, 186, 0.95);
  --file-tree-write-bg: rgba(156, 176, 161, 0.36);
  --file-tree-write-ring: rgba(156, 176, 161, 0.24);
  --file-tree-write-icon: rgba(122, 152, 130, 0.95);
}.file-tree-node {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--file-tree-text-main);
  transition:
    background-color 120ms ease,
    box-shadow 180ms ease,
    color 120ms ease,
    transform 160ms ease,
    opacity 160ms ease;
  position: relative;
  overflow: hidden;
}.file-tree-node > * {
  position: relative;
  z-index: 1;
}.file-tree-drag-handle,
.file-tree-drag-handle-spacer {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--file-tree-icon-muted);
  opacity: 0;
  transition: opacity 140ms ease, transform 140ms ease;
}.file-tree-drag-handle {
  pointer-events: none;
}.file-tree-node:hover .file-tree-drag-handle,
.file-tree-node.is-dragging .file-tree-drag-handle {
  opacity: 0.8;
}.file-tree-drag-handle-spacer {
  opacity: 0;
}.file-tree-node::before,
.file-tree-node::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}.file-tree-node:hover {
  background: var(--file-tree-row-hover-bg);
}.file-tree-node.is-selected {
  background: var(--file-tree-row-selected-bg);
}.file-tree-node.is-diff {
  background: rgba(205, 152, 96, 0.14);
  box-shadow: 0 0 0 1px rgba(205, 152, 96, 0.24) inset;
}.file-tree-node.is-scope-root {
  box-shadow: 0 0 0 1px rgba(143, 163, 184, 0.28) inset;
}.file-tree-node.is-focused {
  box-shadow: 0 0 0 1px var(--file-tree-focus-ring) inset;
}.file-tree-node.is-drag-armed {
  cursor: grab;
  background: var(--file-tree-row-hover-bg);
  box-shadow:
    0 0 0 1px var(--file-tree-focus-ring) inset,
    0 8px 18px rgba(0, 0, 0, 0.24);
  transform: translateY(-1px);
}.file-tree-node.is-dragging {
  cursor: grabbing;
  opacity: 0.35;
}.file-tree-node.will-receive-drop {
  box-shadow: 0 0 0 2px var(--file-tree-focus-ring) inset;
}.file-tree-node .file-tree-name {
  color: var(--file-tree-text-main);
}.file-tree-node .file-tree-muted {
  color: var(--file-tree-text-muted);
}.file-tree-node .file-tree-icon-muted {
  color: var(--file-tree-icon-muted);
}.file-tree-node .file-tree-folder-icon {
  color: var(--file-tree-folder-icon);
}.file-tree-node-badge {
  display: inline-flex;
  align-items: center;
  height: 16px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(205, 152, 96, 0.16);
  color: rgba(205, 152, 96, 0.96);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}@keyframes fileTreePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(47, 52, 55, 0);
  }
  35% {
    box-shadow:
      0 0 0 1px var(--file-tree-highlight-ring) inset,
      0 0 0 6px rgba(47, 52, 55, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(47, 52, 55, 0);
  }
}.file-tree-node.is-highlighted {
  background: var(--file-tree-highlight-bg);
  animation: fileTreePulse 1600ms var(--ease-out) 1;
}@keyframes fileTreeReadFlash {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 0.85;
  }
  8% {
    opacity: 0.1;
  }
  12% {
    opacity: 0.65;
  }
  14% {
    opacity: 0.22;
  }
  98% {
    opacity: 0.35;
  }
  100% {
    opacity: 0;
  }
}.file-tree-node.is-reading::after {
  background: var(--file-tree-read-bg);
  box-shadow: 0 0 0 1px var(--file-tree-read-ring) inset;
  animation: fileTreeReadFlash 3500ms ease-out 1;
}.file-tree-node.is-writing::before {
  background: var(--file-tree-write-bg);
  box-shadow: 0 0 0 1px var(--file-tree-write-ring) inset;
  opacity: 1;
}@keyframes fileTreeMovePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    box-shadow:
      0 0 0 1px var(--file-tree-move-ring) inset,
      0 0 0 6px rgba(142, 166, 191, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}@keyframes fileTreeRenamePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    box-shadow:
      0 0 0 1px var(--file-tree-rename-ring) inset,
      0 0 0 6px rgba(188, 165, 132, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}@keyframes fileTreeEffectFade {
  0% {
    opacity: 0;
    transform: translateY(2px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-1px);
  }
}.file-tree-node.is-moved {
  animation: fileTreeMovePulse 3000ms ease-out 1;
}.file-tree-node.is-renamed {
  animation: fileTreeRenamePulse 3000ms ease-out 1;
}.file-tree-effect-icons {
  height: 16px;
}.file-tree-effect-icon {
  width: 14px;
  height: 14px;
}.file-tree-effect-icon.is-reading {
  color: var(--file-tree-read-icon);
  animation: fileTreeReadFlash 3500ms ease-out 1;
}.file-tree-effect-icon.is-writing {
  color: var(--file-tree-write-icon);
}.file-tree-effect-icon.is-moving {
  color: var(--file-tree-move-icon);
  animation: fileTreeEffectFade 3000ms ease-out 1;
}.file-tree-effect-icon.is-renaming {
  color: var(--file-tree-rename-icon);
  animation: fileTreeEffectFade 3000ms ease-out 1;
}.file-tree-drag-preview {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(18, 18, 18, 0.75);
  color: var(--file-tree-text-main);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  transform-origin: top left;
}.file-tree-drag-preview.is-multi {
  padding-right: 6px;
}.file-tree-drag-icon {
  width: 16px;
  height: 16px;
  color: var(--file-tree-icon-muted);
}.file-tree-drag-label {
  font-size: 12px;
  font-weight: 500;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.file-tree-drag-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.18);
  color: var(--file-tree-text-main);
}.file-tree-node.is-latex-folder {
  outline: 1px dashed rgba(255, 255, 255, 0.22);
  outline-offset: -1px;
}.file-tree-node.is-latex-folder.is-selected {
  outline-color: rgba(255, 255, 255, 0.32);
}.ds-stage-diff-shell {
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.58);
}.dark .ds-stage-diff-shell {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(21, 24, 30, 0.72);
}.ds-stage-diff-filehead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}.dark .ds-stage-diff-filehead {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}.ds-stage-diff-shell {
  --diff-background-color: transparent;
  --diff-text-color: #24292f;
  --diff-font-family: var(--font-mono);
  --diff-selection-background-color: rgba(84, 174, 255, 0.22);
  --diff-gutter-insert-background-color: #ccffd8;
  --diff-gutter-delete-background-color: #ffd7d5;
  --diff-gutter-selected-background-color: #f6f8fa;
  --diff-code-insert-background-color: #dafbe1;
  --diff-code-delete-background-color: #ffebe9;
  --diff-code-insert-edit-background-color: #aceebb;
  --diff-code-delete-edit-background-color: #ffcecb;
  --diff-code-selected-background-color: #f6f8fa;
  --diff-omit-gutter-line-color: #cf222e;
}.dark .ds-stage-diff-shell {
  --diff-text-color: #e6edf3;
  --diff-selection-background-color: rgba(56, 139, 253, 0.2);
  --diff-gutter-insert-background-color: rgba(47, 129, 81, 0.18);
  --diff-gutter-delete-background-color: rgba(248, 81, 73, 0.18);
  --diff-gutter-selected-background-color: rgba(110, 118, 129, 0.14);
  --diff-code-insert-background-color: rgba(46, 160, 67, 0.15);
  --diff-code-delete-background-color: rgba(248, 81, 73, 0.15);
  --diff-code-insert-edit-background-color: rgba(70, 149, 74, 0.32);
  --diff-code-delete-edit-background-color: rgba(219, 67, 67, 0.3);
  --diff-code-selected-background-color: rgba(110, 118, 129, 0.14);
  --diff-omit-gutter-line-color: #ff7b72;
}.ds-github-diff-table {
  font-size: 12px;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}.ds-github-diff-table .diff {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  table-layout: auto;
}.ds-github-diff-table .diff-gutter {
  min-width: 54px;
  padding: 0 12px;
  color: rgba(87, 96, 106, 0.96);
  border-right: 1px solid rgba(31, 35, 40, 0.08);
}.dark .ds-github-diff-table .diff-gutter {
  color: rgba(139, 148, 158, 0.96);
  border-right-color: rgba(240, 246, 252, 0.08);
}.ds-github-diff-table .diff-code {
  white-space: pre;
  word-break: normal;
  overflow-wrap: normal;
  padding: 0 14px;
  line-height: 1.65;
}.ds-github-diff-table .diff-line {
  white-space: pre;
}.ds-github-diff-table .diff-code-edit {
  border-radius: 2px;
}.ds-github-diff-hunk {
  padding: 4px 14px;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
  background: #ddf4ff;
  color: #0969da;
  font-family: var(--font-mono);
  font-size: 11px;
}.dark .ds-github-diff-hunk {
  border-top-color: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background: rgba(56, 139, 253, 0.16);
  color: #79c0ff;
}.focus\:shadow-soft-inset-focus:focus {
    box-shadow:
      var(--soft-shadow-inset),
      0 0 0 3px var(--soft-accent-bg);
  }.dark\:prose-invert:is([data-theme='dark'] *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}@media (min-width: 1024px){

  .lg\:feed-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(145, 153, 165, 0.45) transparent;
    scrollbar-gutter: stable;
  }

  .lg\:feed-scrollbar::-webkit-scrollbar {
    width: 10px;
  }

  .lg\:feed-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(145, 153, 165, 0.45);
    border-radius: 999px;
  }}.placeholder\:text-\[\#9A948C\]::-moz-placeholder{--tw-text-opacity:1;color:rgb(154 148 140 / var(--tw-text-opacity, 1))}.placeholder\:text-\[\#9A948C\]::placeholder{--tw-text-opacity:1;color:rgb(154 148 140 / var(--tw-text-opacity, 1))}.placeholder\:text-\[var\(--soft-text-tertiary\)\]::-moz-placeholder{color:var(--soft-text-tertiary)}.placeholder\:text-\[var\(--soft-text-tertiary\)\]::placeholder{color:var(--soft-text-tertiary)}.placeholder\:text-\[var\(--text-muted-on-dark\)\]::-moz-placeholder{color:var(--text-muted-on-dark)}.placeholder\:text-\[var\(--text-muted-on-dark\)\]::placeholder{color:var(--text-muted-on-dark)}.placeholder\:text-\[var\(--text-tertiary\)\]::-moz-placeholder{color:var(--text-tertiary)}.placeholder\:text-\[var\(--text-tertiary\)\]::placeholder{color:var(--text-tertiary)}.placeholder\:text-black\/60::-moz-placeholder{color:rgb(0 0 0 / 0.6)}.placeholder\:text-black\/60::placeholder{color:rgb(0 0 0 / 0.6)}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground\/60::-moz-placeholder{color:hsl(var(--muted-foreground) / 0.6)}.placeholder\:text-muted-foreground\/60::placeholder{color:hsl(var(--muted-foreground) / 0.6)}.placeholder\:text-transparent::-moz-placeholder{color:transparent}.placeholder\:text-transparent::placeholder{color:transparent}.placeholder\:text-white\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}.placeholder\:text-white\/40::placeholder{color:rgb(255 255 255 / 0.4)}.first\:border-t-0:first-child{border-top-width:0px}.first\:pt-0:first-child{padding-top:0px}.last\:mb-0:last-child{margin-bottom:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.focus-within\:border-\[var\(--border-input-active\)\]:focus-within{border-color:var(--border-input-active)}.focus-within\:ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-\[var\(--border-input-active\)\]:focus-within{--tw-ring-color:var(--border-input-active)}.hover\:w-1:hover{width:0.25rem}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-0.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-\[0\.5px\]:hover{--tw-translate-y:-0.5px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[rgba\(126\2c 77\2c 42\2c 0\.28\)\]:hover{border-color:rgba(126,77,42,0.28)}.hover\:border-\[rgba\(45\2c 42\2c 38\2c 0\.14\)\]:hover{border-color:rgba(45,42,38,0.14)}.hover\:border-\[var\(--border-light\)\]:hover{border-color:var(--border-light)}.hover\:border-\[var\(--border-main\)\]:hover{border-color:var(--border-main)}.hover\:border-black\/10:hover{border-color:rgb(0 0 0 / 0.1)}.hover\:border-black\/20:hover{border-color:rgb(0 0 0 / 0.2)}.hover\:border-black\/\[0\.10\]:hover{border-color:rgb(0 0 0 / 0.10)}.hover\:border-black\/\[0\.12\]:hover{border-color:rgb(0 0 0 / 0.12)}.hover\:border-black\/\[0\.14\]:hover{border-color:rgb(0 0 0 / 0.14)}.hover\:border-black\/\[0\.16\]:hover{border-color:rgb(0 0 0 / 0.16)}.hover\:border-soft-accent:hover{--tw-border-opacity:1;border-color:hsl(var(--soft-accent-hsl) / var(--tw-border-opacity, 1))}.hover\:border-soft-accent\/50:hover{border-color:hsl(var(--soft-accent-hsl) / 0.5)}.hover\:border-soft-border:hover{--tw-border-opacity:1;border-color:hsl(var(--soft-border-hsl) / var(--tw-border-opacity, 1))}.hover\:border-white\/60:hover{border-color:rgb(255 255 255 / 0.6)}.hover\:bg-\[\#28C840\]\/80:hover{background-color:rgb(40 200 64 / 0.8)}.hover\:bg-\[\#333\]:hover{--tw-bg-opacity:1;background-color:rgb(51 51 51 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#8FA3B8\]\/20:hover{background-color:rgb(143 163 184 / 0.2)}.hover\:bg-\[\#D7C6AE\]:hover{--tw-bg-opacity:1;background-color:rgb(215 198 174 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FF5F57\]\/80:hover{background-color:rgb(255 95 87 / 0.8)}.hover\:bg-\[\#FFBD2E\]\/80:hover{background-color:rgb(255 189 46 / 0.8)}.hover\:bg-\[var\(--background-gray-main\)\]:hover{background-color:var(--background-gray-main)}.hover\:bg-\[var\(--background-white-main\)\]:hover{background-color:var(--background-white-main)}.hover\:bg-\[var\(--fill-tsp-gray-dark\)\]:hover{background-color:var(--fill-tsp-gray-dark)}.hover\:bg-\[var\(--fill-tsp-gray-main\)\]:hover{background-color:var(--fill-tsp-gray-main)}.hover\:bg-\[var\(--fill-tsp-gray-mid\)\]:hover{background-color:var(--fill-tsp-gray-mid)}.hover\:bg-\[var\(--fill-tsp-white-dark\)\]:hover{background-color:var(--fill-tsp-white-dark)}.hover\:bg-\[var\(--fill-tsp-white-light\)\]:hover{background-color:var(--fill-tsp-white-light)}.hover\:bg-\[var\(--soft-bg-inset\)\]:hover{background-color:var(--soft-bg-inset)}.hover\:bg-\[var\(--soft-bg-surface\)\]:hover{background-color:var(--soft-bg-surface)}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-accent\/40:hover{background-color:hsl(var(--accent) / 0.4)}.hover\:bg-amber-100\/90:hover{background-color:rgb(254 243 199 / 0.9)}.hover\:bg-amber-600:hover{--tw-bg-opacity:1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.hover\:bg-background\/50:hover{background-color:hsl(var(--background) / 0.5)}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-black\/5:hover{background-color:rgb(0 0 0 / 0.05)}.hover\:bg-black\/\[0\.035\]:hover{background-color:rgb(0 0 0 / 0.035)}.hover\:bg-black\/\[0\.03\]:hover{background-color:rgb(0 0 0 / 0.03)}.hover\:bg-black\/\[0\.04\]:hover{background-color:rgb(0 0 0 / 0.04)}.hover\:bg-black\/\[0\.05\]:hover{background-color:rgb(0 0 0 / 0.05)}.hover\:bg-black\/\[0\.06\]:hover{background-color:rgb(0 0 0 / 0.06)}.hover\:bg-black\/\[0\.08\]:hover{background-color:rgb(0 0 0 / 0.08)}.hover\:bg-destructive\/20:hover{background-color:hsl(var(--destructive) / 0.2)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / 0.9)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted\/40:hover{background-color:hsl(var(--muted) / 0.4)}.hover\:bg-muted\/45:hover{background-color:hsl(var(--muted) / 0.45)}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / 0.5)}.hover\:bg-muted\/60:hover{background-color:hsl(var(--muted) / 0.6)}.hover\:bg-muted\/80:hover{background-color:hsl(var(--muted) / 0.8)}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / 0.9)}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500\/20:hover{background-color:rgb(239 68 68 / 0.2)}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-50:hover{--tw-bg-opacity:1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / 0.8)}.hover\:bg-soft-accent:hover{--tw-bg-opacity:1;background-color:hsl(var(--soft-accent-hsl) / var(--tw-bg-opacity, 1))}.hover\:bg-soft-accent\/50:hover{background-color:hsl(var(--soft-accent-hsl) / 0.5)}.hover\:bg-soft-accent\/90:hover{background-color:hsl(var(--soft-accent-hsl) / 0.9)}.hover\:bg-soft-bg-base:hover{--tw-bg-opacity:1;background-color:hsl(var(--soft-bg-base-hsl) / var(--tw-bg-opacity, 1))}.hover\:bg-soft-bg-elevated:hover{--tw-bg-opacity:1;background-color:hsl(var(--soft-bg-elevated-hsl) / var(--tw-bg-opacity, 1))}.hover\:bg-soft-bg-elevated\/50:hover{background-color:hsl(var(--soft-bg-elevated-hsl) / 0.5)}.hover\:bg-soft-border:hover{--tw-bg-opacity:1;background-color:hsl(var(--soft-border-hsl) / var(--tw-bg-opacity, 1))}.hover\:bg-soft-primary\/90:hover{background-color:hsl(var(--soft-accent-hsl) / 0.9)}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:rgb(255 255 255 / 0.1)}.hover\:bg-white\/15:hover{background-color:rgb(255 255 255 / 0.15)}.hover\:bg-white\/20:hover{background-color:rgb(255 255 255 / 0.2)}.hover\:bg-white\/5:hover{background-color:rgb(255 255 255 / 0.05)}.hover\:bg-white\/60:hover{background-color:rgb(255 255 255 / 0.6)}.hover\:bg-white\/65:hover{background-color:rgb(255 255 255 / 0.65)}.hover\:bg-white\/70:hover{background-color:rgb(255 255 255 / 0.7)}.hover\:bg-white\/80:hover{background-color:rgb(255 255 255 / 0.8)}.hover\:bg-white\/90:hover{background-color:rgb(255 255 255 / 0.9)}.hover\:bg-white\/\[0\.04\]:hover{background-color:rgb(255 255 255 / 0.04)}.hover\:bg-white\/\[0\.06\]:hover{background-color:rgb(255 255 255 / 0.06)}.hover\:bg-white\/\[0\.12\]:hover{background-color:rgb(255 255 255 / 0.12)}.hover\:bg-white\/\[0\.78\]:hover{background-color:rgb(255 255 255 / 0.78)}.hover\:bg-white\/\[0\.82\]:hover{background-color:rgb(255 255 255 / 0.82)}.hover\:bg-white\/\[0\.92\]:hover{background-color:rgb(255 255 255 / 0.92)}.hover\:bg-yellow-500\/20:hover{background-color:rgb(234 179 8 / 0.2)}.hover\:text-\[\#2E2A25\]:hover{--tw-text-opacity:1;color:rgb(46 42 37 / var(--tw-text-opacity, 1))}.hover\:text-\[\#5D5A55\]:hover{--tw-text-opacity:1;color:rgb(93 90 85 / var(--tw-text-opacity, 1))}.hover\:text-\[\#6382ad\]:hover{--tw-text-opacity:1;color:rgb(99 130 173 / var(--tw-text-opacity, 1))}.hover\:text-\[rgba\(38\2c 36\2c 33\2c 0\.95\)\]:hover{color:rgba(38,36,33,0.95)}.hover\:text-\[rgba\(38\2c 36\2c 33\2c 0\.96\)\]:hover{color:rgba(38,36,33,0.96)}.hover\:text-\[rgba\(45\2c 42\2c 38\2c 0\.95\)\]:hover{color:rgba(45,42,38,0.95)}.hover\:text-\[var\(--accent-primary\)\]:hover{color:var(--accent-primary)}.hover\:text-\[var\(--cli-ink-1\)\]:hover{color:var(--cli-ink-1)}.hover\:text-\[var\(--cli-status-error\)\]:hover{color:var(--cli-status-error)}.hover\:text-\[var\(--ds-morandi-red-strong\)\]:hover{color:var(--ds-morandi-red-strong)}.hover\:text-\[var\(--text-on-dark\)\]:hover{color:var(--text-on-dark)}.hover\:text-\[var\(--text-primary\)\]:hover{color:var(--text-primary)}.hover\:text-\[var\(--text-secondary\)\]:hover{color:var(--text-secondary)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-destructive:hover{color:hsl(var(--destructive))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.hover\:text-primary:hover{color:hsl(var(--primary))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:text-red-400:hover{--tw-text-opacity:1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-rose-500:hover{--tw-text-opacity:1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.hover\:text-slate-700:hover{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.hover\:text-soft-accent:hover{--tw-text-opacity:1;color:hsl(var(--soft-accent-hsl) / var(--tw-text-opacity, 1))}.hover\:text-soft-text-primary:hover{--tw-text-opacity:1;color:hsl(var(--soft-text-primary-hsl) / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-white\/80:hover{color:rgb(255 255 255 / 0.8)}.hover\:underline:hover{text-decoration-line:underline}.hover\:decoration-white\/70:hover{text-decoration-color:rgb(255 255 255 / 0.7)}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:0.8}.hover\:opacity-90:hover{opacity:0.9}.hover\:shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]:hover{--tw-shadow:0 10px 30px rgba(0,0,0,0.08);--tw-shadow-colored:0 10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.hover\:shadow-\[0_16px_36px_-28px_rgba\(0\2c 0\2c 0\2c 0\.35\)\]:hover{--tw-shadow:0 16px 36px -28px rgba(0,0,0,0.35);--tw-shadow-colored:0 16px 36px -28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.hover\:shadow-soft-md:hover{--tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.hover\:brightness-110:hover{--tw-brightness:brightness(1.1);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)}.focus\:border-\[rgba\(45\2c 42\2c 38\2c 0\.18\)\]:focus{border-color:rgba(45,42,38,0.18)}.focus\:border-\[var\(--border-input-active\)\]:focus{border-color:var(--border-input-active)}.focus\:border-black\/\[0\.16\]:focus{border-color:rgb(0 0 0 / 0.16)}.focus\:border-soft-accent:focus{--tw-border-opacity:1;border-color:hsl(var(--soft-accent-hsl) / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-white\/20:focus{border-color:rgb(255 255 255 / 0.2)}.focus\:bg-\[var\(--soft-bg-elevated\)\]:focus{background-color:var(--soft-bg-elevated)}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-white\/60:focus{background-color:rgb(255 255 255 / 0.6)}.focus\:text-\[var\(--soft-text-primary\)\]:focus{color:var(--soft-text-primary)}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-black:focus{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.focus\:text-foreground:focus{color:hsl(var(--foreground))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[hsl\(var\(--primary\)\/0\.25\)\]:focus{--tw-ring-color:hsl(var(--primary)/0.25)}.focus\:ring-\[var\(--border-input-active\)\]:focus{--tw-ring-color:var(--border-input-active)}.focus\:ring-\[var\(--cli-accent-olive\)\]:focus{--tw-ring-color:var(--cli-accent-olive)}.focus\:ring-\[var\(--soft-accent\)\]:focus{--tw-ring-color:var(--soft-accent)}.focus\:ring-primary\/50:focus{--tw-ring-color:hsl(var(--primary) / 0.5)}.focus\:ring-ring:focus{--tw-ring-color:hsl(var(--ring))}.focus\:ring-soft-accent:focus{--tw-ring-opacity:1;--tw-ring-color:hsl(var(--soft-accent-hsl) / var(--tw-ring-opacity, 1))}.focus\:ring-soft-primary:focus{--tw-ring-opacity:1;--tw-ring-color:hsl(var(--soft-accent-hsl) / var(--tw-ring-opacity, 1))}.focus\:ring-white\/30:focus{--tw-ring-color:rgb(255 255 255 / 0.3)}.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:bg-soft-bg-elevated:focus-visible{--tw-bg-opacity:1;background-color:hsl(var(--soft-bg-elevated-hsl) / var(--tw-bg-opacity, 1))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-\[\#9b8352\]\/40:focus-visible{--tw-ring-color:rgb(155 131 82 / 0.4)}.focus-visible\:ring-\[var\(--soft-accent\)\]:focus-visible{--tw-ring-color:var(--soft-accent)}.focus-visible\:ring-black\/10:focus-visible{--tw-ring-color:rgb(0 0 0 / 0.1)}.focus-visible\:ring-black\/20:focus-visible{--tw-ring-color:rgb(0 0 0 / 0.2)}.focus-visible\:ring-primary\/30:focus-visible{--tw-ring-color:hsl(var(--primary) / 0.3)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.focus-visible\:ring-soft-accent:focus-visible{--tw-ring-opacity:1;--tw-ring-color:hsl(var(--soft-accent-hsl) / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:hsl(var(--background))}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:cursor-grabbing:active{cursor:grabbing}.active\:opacity-80:active{opacity:0.8}.active\:shadow-sm:active{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:0.4}.disabled\:opacity-50:disabled{opacity:0.5}.disabled\:opacity-55:disabled{opacity:0.55}.disabled\:opacity-60:disabled{opacity:0.6}.disabled\:opacity-70:disabled{opacity:0.7}.group[open] .group-open\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:focus-within .group-focus-within\:visible{visibility:visible}.group:focus-within .group-focus-within\:opacity-100{opacity:1}.group:hover .group-hover\:pointer-events-auto{pointer-events:auto}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:block{display:block}.group\/attach:hover .group-hover\/attach\:flex{display:flex}.group:hover .group-hover\:scale-\[1\.02\]{--tw-scale-x:1.02;--tw-scale-y:1.02;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-\[var\(--text-main\)\]{color:var(--text-main)}.group\/header:hover .group-hover\/header\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-100{opacity:1}.peer:disabled ~ .peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled ~ .peer-disabled\:opacity-70{opacity:0.7}.aria-selected\:bg-accent[aria-selected="true"]{background-color:hsl(var(--accent))}.aria-selected\:bg-primary[aria-selected="true"]{background-color:hsl(var(--primary))}.aria-selected\:bg-white[aria-selected="true"]{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.aria-selected\:text-\[\#2E2A25\][aria-selected="true"]{--tw-text-opacity:1;color:rgb(46 42 37 / var(--tw-text-opacity, 1))}.aria-selected\:text-primary-foreground[aria-selected="true"]{color:hsl(var(--primary-foreground))}.aria-selected\:hover\:bg-primary:hover[aria-selected="true"]{background-color:hsl(var(--primary))}.aria-selected\:hover\:text-primary-foreground:hover[aria-selected="true"]{color:hsl(var(--primary-foreground))}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[resize-handle-active\]\:w-1[data-resize-handle-active]{width:0.25rem}.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"]{--tw-translate-y:0.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side="left"]{--tw-translate-x:-0.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side="right"]{--tw-translate-x:0.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side="top"]{--tw-translate-y:-0.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes collapsible-up{from{height:var(--radix-collapsible-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-collapsible-up[data-state="closed"]{animation:collapsible-up 0.2s ease-out}@keyframes collapsible-down{from{height:0}to{height:var(--radix-collapsible-content-height)}}.data-\[state\=open\]\:animate-collapsible-down[data-state="open"]{animation:collapsible-down 0.2s ease-out}.data-\[resize-handle-active\]\:bg-soft-accent[data-resize-handle-active]{--tw-bg-opacity:1;background-color:hsl(var(--soft-accent-hsl) / var(--tw-bg-opacity, 1))}.data-\[state\=open\]\:bg-\[var\(--soft-bg-elevated\)\][data-state="open"]{background-color:var(--soft-bg-elevated)}.data-\[state\=selected\]\:bg-soft-bg-elevated[data-state="selected"]{--tw-bg-opacity:1;background-color:hsl(var(--soft-bg-elevated-hsl) / var(--tw-bg-opacity, 1))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:0.5}.data-\[resize-handle-active\]\:shadow-lg[data-resize-handle-active]{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.data-\[resize-handle-active\]\:shadow-soft-accent\/30[data-resize-handle-active]{--tw-shadow-color:hsl(var(--soft-accent-hsl) / 0.3);--tw-shadow:var(--tw-shadow-colored)}.group[data-resize-handle-active] .group-data-\[resize-handle-active\]\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-resize-handle-active] .group-data-\[resize-handle-active\]\:border-soft-accent{--tw-border-opacity:1;border-color:hsl(var(--soft-accent-hsl) / var(--tw-border-opacity, 1))}.group[data-resize-handle-active] .group-data-\[resize-handle-active\]\:bg-soft-accent\/10{background-color:hsl(var(--soft-accent-hsl) / 0.1)}.group[data-resize-handle-active] .group-data-\[resize-handle-active\]\:text-soft-accent{--tw-text-opacity:1;color:hsl(var(--soft-accent-hsl) / var(--tw-text-opacity, 1))}.prose-headings\:font-title :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){font-family:var(--font-title, var(--font-sans)), Inter, system-ui, sans-serif}.prose-headings\:tracking-tight :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){letter-spacing:-0.025em}.prose-p\:my-4 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){margin-top:1rem;margin-bottom:1rem}.prose-pre\:rounded-2xl :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))){border-radius:1rem}.prose-pre\:bg-black\/\[0\.04\] :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))){background-color:rgb(0 0 0 / 0.04)}@supports (backdrop-filter: var(--tw)){.supports-\[backdrop-filter\]\:bg-background\/60{background-color:hsl(var(--background) / 0.6)}.supports-\[backdrop-filter\]\:bg-popover\/95{background-color:hsl(var(--popover) / 0.95)}.supports-\[backdrop-filter\]\:bg-white\/40{background-color:rgb(255 255 255 / 0.4)}}@media (prefers-reduced-motion: no-preference){.motion-safe\:hover\:-translate-y-0\.5:hover{--tw-translate-y:-0.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.motion-safe\:active\:translate-y-0:active{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media (prefers-reduced-motion: reduce){.motion-reduce\:transition-none{transition-property:none}}.dark\:block:is([data-theme='dark'] *){display:block}.dark\:hidden:is([data-theme='dark'] *){display:none}.dark\:divide-white\/\[0\.08\]:is([data-theme='dark'] *) > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.08)}.dark\:divide-white\/\[0\.10\]:is([data-theme='dark'] *) > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.10)}.dark\:border-\[\#1d2228\]:is([data-theme='dark'] *){--tw-border-opacity:1;border-color:rgb(29 34 40 / var(--tw-border-opacity, 1))}.dark\:border-\[\#C4A7A0\]\/30:is([data-theme='dark'] *){border-color:rgb(196 167 160 / 0.3)}.dark\:border-\[rgba\(107\2c 103\2c 97\2c 0\.34\)\]:is([data-theme='dark'] *){border-color:rgba(107,103,97,0.34)}.dark\:border-\[rgba\(126\2c 77\2c 42\2c 0\.22\)\]:is([data-theme='dark'] *){border-color:rgba(126,77,42,0.22)}.dark\:border-\[rgba\(126\2c 77\2c 42\2c 0\.32\)\]:is([data-theme='dark'] *){border-color:rgba(126,77,42,0.32)}.dark\:border-\[rgba\(126\2c 77\2c 42\2c 0\.78\)\]:is([data-theme='dark'] *){border-color:rgba(126,77,42,0.78)}.dark\:border-\[rgba\(255\2c 255\2c 255\2c 0\.08\)\]:is([data-theme='dark'] *){border-color:rgba(255,255,255,0.08)}.dark\:border-\[rgba\(45\2c 42\2c 38\2c 0\.08\)\]:is([data-theme='dark'] *){border-color:rgba(45,42,38,0.08)}.dark\:border-\[rgba\(45\2c 42\2c 38\2c 0\.09\)\]:is([data-theme='dark'] *){border-color:rgba(45,42,38,0.09)}.dark\:border-\[rgba\(45\2c 42\2c 38\2c 0\.1\)\]:is([data-theme='dark'] *){border-color:rgba(45,42,38,0.1)}.dark\:border-amber-300\/20:is([data-theme='dark'] *){border-color:rgb(252 211 77 / 0.2)}.dark\:border-amber-300\/30:is([data-theme='dark'] *){border-color:rgb(252 211 77 / 0.3)}.dark\:border-black\/\[0\.08\]:is([data-theme='dark'] *){border-color:rgb(0 0 0 / 0.08)}.dark\:border-emerald-300\/20:is([data-theme='dark'] *){border-color:rgb(110 231 183 / 0.2)}.dark\:border-emerald-400\/25:is([data-theme='dark'] *){border-color:rgb(52 211 153 / 0.25)}.dark\:border-red-800:is([data-theme='dark'] *){--tw-border-opacity:1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:border-rose-300\/20:is([data-theme='dark'] *){border-color:rgb(253 164 175 / 0.2)}.dark\:border-rose-400\/20:is([data-theme='dark'] *){border-color:rgb(251 113 133 / 0.2)}.dark\:border-white\/10:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.1)}.dark\:border-white\/15:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.15)}.dark\:border-white\/40:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.4)}.dark\:border-white\/\[0\.045\]:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.045)}.dark\:border-white\/\[0\.06\]:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.06)}.dark\:border-white\/\[0\.08\]:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.08)}.dark\:border-white\/\[0\.10\]:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.10)}.dark\:border-white\/\[0\.12\]:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.12)}.dark\:border-white\/\[0\.14\]:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.14)}.dark\:border-white\/\[0\.18\]:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.18)}.dark\:border-white\/\[0\.1\]:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.1)}.dark\:bg-\[\#0B0C0E\]:is([data-theme='dark'] *){--tw-bg-opacity:1;background-color:rgb(11 12 14 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#0D0D0D\]\/95:is([data-theme='dark'] *){background-color:rgb(13 13 13 / 0.95)}.dark\:bg-\[\#C4A7A0\]\/10:is([data-theme='dark'] *){background-color:rgb(196 167 160 / 0.1)}.dark\:bg-\[\#E7DFD2\]:is([data-theme='dark'] *){--tw-bg-opacity:1;background-color:rgb(231 223 210 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#d7b676\]:is([data-theme='dark'] *){--tw-bg-opacity:1;background-color:rgb(215 182 118 / var(--tw-bg-opacity, 1))}.dark\:bg-\[rgba\(112\2c 136\2c 166\2c 0\.22\)\]:is([data-theme='dark'] *){background-color:rgba(112,136,166,0.22)}.dark\:bg-\[rgba\(121\2c 145\2c 182\2c 0\.14\)\]:is([data-theme='dark'] *){background-color:rgba(121,145,182,0.14)}.dark\:bg-\[rgba\(126\2c 77\2c 42\2c 0\.08\)\]:is([data-theme='dark'] *){background-color:rgba(126,77,42,0.08)}.dark\:bg-\[rgba\(126\2c 77\2c 42\2c 0\.14\)\]:is([data-theme='dark'] *){background-color:rgba(126,77,42,0.14)}.dark\:bg-\[rgba\(126\2c 77\2c 42\2c 0\.92\)\]:is([data-theme='dark'] *){background-color:rgba(126,77,42,0.92)}.dark\:bg-\[rgba\(139\2c 164\2c 149\2c 0\.14\)\]:is([data-theme='dark'] *){background-color:rgba(139,164,149,0.14)}.dark\:bg-\[rgba\(18\2c 18\2c 18\2c 0\.72\)\]:is([data-theme='dark'] *){background-color:rgba(18,18,18,0.72)}.dark\:bg-\[rgba\(18\2c 18\2c 18\2c 0\.76\)\]:is([data-theme='dark'] *){background-color:rgba(18,18,18,0.76)}.dark\:bg-\[rgba\(18\2c 18\2c 18\2c 0\.78\)\]:is([data-theme='dark'] *){background-color:rgba(18,18,18,0.78)}.dark\:bg-\[rgba\(18\2c 18\2c 18\2c 0\.82\)\]:is([data-theme='dark'] *){background-color:rgba(18,18,18,0.82)}.dark\:bg-\[rgba\(18\2c 18\2c 20\2c 0\.82\)\]:is([data-theme='dark'] *){background-color:rgba(18,18,20,0.82)}.dark\:bg-\[rgba\(18\2c 20\2c 24\2c 0\.84\)\]:is([data-theme='dark'] *){background-color:rgba(18,20,24,0.84)}.dark\:bg-\[rgba\(18\2c 20\2c 24\2c 0\.92\)\]:is([data-theme='dark'] *){background-color:rgba(18,20,24,0.92)}.dark\:bg-\[rgba\(183\2c 165\2c 154\2c 0\.16\)\]:is([data-theme='dark'] *){background-color:rgba(183,165,154,0.16)}.dark\:bg-\[rgba\(186\2c 160\2c 140\2c 0\.14\)\]:is([data-theme='dark'] *){background-color:rgba(186,160,140,0.14)}.dark\:bg-\[rgba\(22\2c 24\2c 28\2c 0\.78\)\]:is([data-theme='dark'] *){background-color:rgba(22,24,28,0.78)}.dark\:bg-\[rgba\(22\2c 24\2c 28\2c 0\.92\)\]:is([data-theme='dark'] *){background-color:rgba(22,24,28,0.92)}.dark\:bg-\[rgba\(231\2c 223\2c 210\2c 0\.08\)\]:is([data-theme='dark'] *){background-color:rgba(231,223,210,0.08)}.dark\:bg-\[rgba\(24\2c 26\2c 31\2c 0\.92\)\]:is([data-theme='dark'] *){background-color:rgba(24,26,31,0.92)}.dark\:bg-\[rgba\(24\2c 27\2c 32\2c 0\.96\)\]:is([data-theme='dark'] *){background-color:rgba(24,27,32,0.96)}.dark\:bg-\[rgba\(244\2c 239\2c 233\2c 0\.62\)\]:is([data-theme='dark'] *){background-color:rgba(244,239,233,0.62)}.dark\:bg-\[rgba\(244\2c 239\2c 233\2c 0\.65\)\]:is([data-theme='dark'] *){background-color:rgba(244,239,233,0.65)}.dark\:bg-\[rgba\(244\2c 239\2c 233\2c 0\.66\)\]:is([data-theme='dark'] *){background-color:rgba(244,239,233,0.66)}.dark\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.02\)\]:is([data-theme='dark'] *){background-color:rgba(255,255,255,0.02)}.dark\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.045\)\]:is([data-theme='dark'] *){background-color:rgba(255,255,255,0.045)}.dark\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.82\)\]:is([data-theme='dark'] *){background-color:rgba(255,255,255,0.82)}.dark\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.97\)\]:is([data-theme='dark'] *){background-color:rgba(255,255,255,0.97)}.dark\:bg-\[rgba\(26\2c 28\2c 32\2c 0\.58\)\]:is([data-theme='dark'] *){background-color:rgba(26,28,32,0.58)}.dark\:bg-\[rgba\(26\2c 28\2c 32\2c 0\.74\)\]:is([data-theme='dark'] *){background-color:rgba(26,28,32,0.74)}.dark\:bg-\[rgba\(28\2c 28\2c 30\2c 0\.86\)\]:is([data-theme='dark'] *){background-color:rgba(28,28,30,0.86)}.dark\:bg-\[rgba\(28\2c 29\2c 34\2c 0\.94\)\]:is([data-theme='dark'] *){background-color:rgba(28,29,34,0.94)}.dark\:bg-\[rgba\(34\2c 37\2c 44\2c 0\.92\)\]:is([data-theme='dark'] *){background-color:rgba(34,37,44,0.92)}.dark\:bg-amber-200\/10:is([data-theme='dark'] *){background-color:rgb(253 230 138 / 0.1)}.dark\:bg-amber-300\/10:is([data-theme='dark'] *){background-color:rgb(252 211 77 / 0.1)}.dark\:bg-amber-400\/10:is([data-theme='dark'] *){background-color:rgb(251 191 36 / 0.1)}.dark\:bg-amber-500\/10:is([data-theme='dark'] *){background-color:rgb(245 158 11 / 0.1)}.dark\:bg-black\/30:is([data-theme='dark'] *){background-color:rgb(0 0 0 / 0.3)}.dark\:bg-black\/40:is([data-theme='dark'] *){background-color:rgb(0 0 0 / 0.4)}.dark\:bg-emerald-300\/10:is([data-theme='dark'] *){background-color:rgb(110 231 183 / 0.1)}.dark\:bg-emerald-400\/10:is([data-theme='dark'] *){background-color:rgb(52 211 153 / 0.1)}.dark\:bg-red-500\/10:is([data-theme='dark'] *){background-color:rgb(239 68 68 / 0.1)}.dark\:bg-red-900\/10:is([data-theme='dark'] *){background-color:rgb(127 29 29 / 0.1)}.dark\:bg-red-900\/20:is([data-theme='dark'] *){background-color:rgb(127 29 29 / 0.2)}.dark\:bg-rose-300\/10:is([data-theme='dark'] *){background-color:rgb(253 164 175 / 0.1)}.dark\:bg-rose-400\/10:is([data-theme='dark'] *){background-color:rgb(251 113 133 / 0.1)}.dark\:bg-rose-500\/10:is([data-theme='dark'] *){background-color:rgb(244 63 94 / 0.1)}.dark\:bg-sky-300\/10:is([data-theme='dark'] *){background-color:rgb(125 211 252 / 0.1)}.dark\:bg-transparent:is([data-theme='dark'] *){background-color:transparent}.dark\:bg-white:is([data-theme='dark'] *){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:bg-white\/10:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.1)}.dark\:bg-white\/20:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.2)}.dark\:bg-white\/5:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.05)}.dark\:bg-white\/70:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.7)}.dark\:bg-white\/\[0\.02\]:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.02)}.dark\:bg-white\/\[0\.03\]:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.03)}.dark\:bg-white\/\[0\.04\]:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.04)}.dark\:bg-white\/\[0\.05\]:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.05)}.dark\:bg-white\/\[0\.06\]:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.06)}.dark\:bg-white\/\[0\.08\]:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.08)}.dark\:bg-white\/\[0\.09\]:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.09)}.dark\:bg-white\/\[0\.11\]:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.11)}.dark\:bg-white\/\[0\.12\]:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.12)}.dark\:bg-white\/\[0\.14\]:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.14)}.dark\:bg-white\/\[0\.78\]:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.78)}.dark\:bg-yellow-500\/50:is([data-theme='dark'] *){background-color:rgb(234 179 8 / 0.5)}.dark\:bg-\[linear-gradient\(135deg\2c rgba\(188\2c 168\2c 157\2c 0\.18\)\2c rgba\(109\2c 128\2c 149\2c 0\.15\)\2c rgba\(174\2c 151\2c 118\2c 0\.15\)\)\]:is([data-theme='dark'] *){background-image:linear-gradient(135deg,rgba(188,168,157,0.18),rgba(109,128,149,0.15),rgba(174,151,118,0.15))}.dark\:bg-\[linear-gradient\(180deg\2c \#0C0D10\2c \#101216\)\]:is([data-theme='dark'] *){background-image:linear-gradient(180deg,#0C0D10,#101216)}.dark\:bg-\[linear-gradient\(180deg\2c rgba\(18\2c 19\2c 22\2c 0\.96\)\2c rgba\(11\2c 12\2c 14\2c 0\.995\)\)\]:is([data-theme='dark'] *){background-image:linear-gradient(180deg,rgba(18,19,22,0.96),rgba(11,12,14,0.995))}.dark\:bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.03\)\2c rgba\(255\2c 255\2c 255\2c 0\.02\)\)\]:is([data-theme='dark'] *){background-image:linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0.02))}.dark\:bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.06\)\2c rgba\(255\2c 255\2c 255\2c 0\.03\)\)\]:is([data-theme='dark'] *){background-image:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.03))}.dark\:bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.08\)\2c rgba\(255\2c 255\2c 255\2c 0\.03\)\)\]:is([data-theme='dark'] *){background-image:linear-gradient(180deg,rgba(255,255,255,0.08),rgba(255,255,255,0.03))}.dark\:bg-\[linear-gradient\(180deg\2c rgba\(28\2c 32\2c 38\2c 0\.94\)\2c rgba\(20\2c 24\2c 28\2c 0\.96\)\)\]:is([data-theme='dark'] *){background-image:linear-gradient(180deg,rgba(28,32,38,0.94),rgba(20,24,28,0.96))}.dark\:bg-\[linear-gradient\(180deg\2c rgba\(40\2c 42\2c 48\2c 0\.84\)\2c rgba\(30\2c 33\2c 39\2c 0\.92\)\)\]:is([data-theme='dark'] *){background-image:linear-gradient(180deg,rgba(40,42,48,0.84),rgba(30,33,39,0.92))}.dark\:bg-\[radial-gradient\(circle_at_center\2c rgba\(143\2c 163\2c 184\2c 0\.16\)\2c transparent_72\%\)\]:is([data-theme='dark'] *){background-image:radial-gradient(circle at center,rgba(143,163,184,0.16),transparent 72%)}.dark\:bg-\[radial-gradient\(circle_at_center\2c rgba\(47\2c 52\2c 55\2c 0\.10\)\2c transparent_72\%\)\]:is([data-theme='dark'] *){background-image:radial-gradient(circle at center,rgba(47,52,55,0.10),transparent 72%)}.dark\:text-\[\#8be4db\]:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(139 228 219 / var(--tw-text-opacity, 1))}.dark\:text-\[\#9ec5ff\]:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(158 197 255 / var(--tw-text-opacity, 1))}.dark\:text-\[\#F3F3F3\]:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(243 243 243 / var(--tw-text-opacity, 1))}.dark\:text-\[\#c7d2fe\]:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(199 210 254 / var(--tw-text-opacity, 1))}.dark\:text-\[\#c8d4df\]:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(200 212 223 / var(--tw-text-opacity, 1))}.dark\:text-\[\#d8dde0\]:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(216 221 224 / var(--tw-text-opacity, 1))}.dark\:text-\[\#dbe4db\]:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(219 228 219 / var(--tw-text-opacity, 1))}.dark\:text-\[\#dbe6ef\]:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(219 230 239 / var(--tw-text-opacity, 1))}.dark\:text-\[\#eadfd8\]:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(234 223 216 / var(--tw-text-opacity, 1))}.dark\:text-\[\#ffb4b4\]:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(255 180 180 / var(--tw-text-opacity, 1))}.dark\:text-\[rgba\(107\2c 103\2c 97\2c 0\.72\)\]:is([data-theme='dark'] *){color:rgba(107,103,97,0.72)}.dark\:text-\[rgba\(107\2c 103\2c 97\2c 0\.78\)\]:is([data-theme='dark'] *){color:rgba(107,103,97,0.78)}.dark\:text-\[rgba\(107\2c 103\2c 97\2c 0\.8\)\]:is([data-theme='dark'] *){color:rgba(107,103,97,0.8)}.dark\:text-\[rgba\(216\2c 188\2c 128\2c 0\.94\)\]:is([data-theme='dark'] *){color:rgba(216,188,128,0.94)}.dark\:text-\[rgba\(38\2c 36\2c 33\2c 0\.9\)\]:is([data-theme='dark'] *){color:rgba(38,36,33,0.9)}.dark\:text-\[rgba\(38\2c 36\2c 33\2c 0\.95\)\]:is([data-theme='dark'] *){color:rgba(38,36,33,0.95)}.dark\:text-\[rgba\(56\2c 52\2c 47\2c 0\.9\)\]:is([data-theme='dark'] *){color:rgba(56,52,47,0.9)}.dark\:text-\[rgba\(56\2c 52\2c 47\2c 0\.92\)\]:is([data-theme='dark'] *){color:rgba(56,52,47,0.92)}.dark\:text-\[rgba\(75\2c 73\2c 69\2c 0\.72\)\]:is([data-theme='dark'] *){color:rgba(75,73,69,0.72)}.dark\:text-\[rgba\(75\2c 73\2c 69\2c 0\.78\)\]:is([data-theme='dark'] *){color:rgba(75,73,69,0.78)}.dark\:text-\[rgba\(75\2c 73\2c 69\2c 0\.82\)\]:is([data-theme='dark'] *){color:rgba(75,73,69,0.82)}.dark\:text-\[rgba\(86\2c 82\2c 77\2c 0\.82\)\]:is([data-theme='dark'] *){color:rgba(86,82,77,0.82)}.dark\:text-\[rgba\(86\2c 82\2c 77\2c 0\.88\)\]:is([data-theme='dark'] *){color:rgba(86,82,77,0.88)}.dark\:text-amber-100:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.dark\:text-amber-200:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.dark\:text-amber-200\/80:is([data-theme='dark'] *){color:rgb(253 230 138 / 0.8)}.dark\:text-amber-300:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.dark\:text-amber-400:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:text-black:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.dark\:text-black\/55:is([data-theme='dark'] *){color:rgb(0 0 0 / 0.55)}.dark\:text-black\/65:is([data-theme='dark'] *){color:rgb(0 0 0 / 0.65)}.dark\:text-black\/85:is([data-theme='dark'] *){color:rgb(0 0 0 / 0.85)}.dark\:text-emerald-100:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(209 250 229 / var(--tw-text-opacity, 1))}.dark\:text-emerald-200:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.dark\:text-emerald-300:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.dark\:text-foreground:is([data-theme='dark'] *){color:hsl(var(--foreground))}.dark\:text-foreground\/40:is([data-theme='dark'] *){color:hsl(var(--foreground) / 0.4)}.dark\:text-foreground\/60:is([data-theme='dark'] *){color:hsl(var(--foreground) / 0.6)}.dark\:text-foreground\/65:is([data-theme='dark'] *){color:hsl(var(--foreground) / 0.65)}.dark\:text-foreground\/70:is([data-theme='dark'] *){color:hsl(var(--foreground) / 0.7)}.dark\:text-red-200:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-rose-200:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(254 205 211 / var(--tw-text-opacity, 1))}.dark\:text-rose-300:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(253 164 175 / var(--tw-text-opacity, 1))}.dark\:text-sky-200:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(186 230 253 / var(--tw-text-opacity, 1))}.dark\:text-sky-300:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(125 211 252 / var(--tw-text-opacity, 1))}.dark\:text-white:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-white\/40:is([data-theme='dark'] *){color:rgb(255 255 255 / 0.4)}.dark\:text-white\/45:is([data-theme='dark'] *){color:rgb(255 255 255 / 0.45)}.dark\:text-white\/55:is([data-theme='dark'] *){color:rgb(255 255 255 / 0.55)}.dark\:text-white\/60:is([data-theme='dark'] *){color:rgb(255 255 255 / 0.6)}.dark\:text-white\/70:is([data-theme='dark'] *){color:rgb(255 255 255 / 0.7)}.dark\:text-white\/75:is([data-theme='dark'] *){color:rgb(255 255 255 / 0.75)}.dark\:text-white\/80:is([data-theme='dark'] *){color:rgb(255 255 255 / 0.8)}.dark\:text-white\/90:is([data-theme='dark'] *){color:rgb(255 255 255 / 0.9)}.dark\:text-yellow-400:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.dark\:opacity-\[0\.05\]:is([data-theme='dark'] *){opacity:0.05}.dark\:shadow-\[0_20px_44px_-30px_rgba\(0\2c 0\2c 0\2c 0\.62\)\]:is([data-theme='dark'] *){--tw-shadow:0 20px 44px -30px rgba(0,0,0,0.62);--tw-shadow-colored:0 20px 44px -30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.dark\:shadow-\[0_22px_48px_-30px_rgba\(0\2c 0\2c 0\2c 0\.62\)\]:is([data-theme='dark'] *){--tw-shadow:0 22px 48px -30px rgba(0,0,0,0.62);--tw-shadow-colored:0 22px 48px -30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.dark\:shadow-\[0_28px_72px_rgba\(0\2c 0\2c 0\2c 0\.32\)\]:is([data-theme='dark'] *){--tw-shadow:0 28px 72px rgba(0,0,0,0.32);--tw-shadow-colored:0 28px 72px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.dark\:shadow-\[inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.04\)\]:is([data-theme='dark'] *){--tw-shadow:inset 0 0 0 1px rgba(255,255,255,0.04);--tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.dark\:shadow-none:is([data-theme='dark'] *){--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.dark\:ring-amber-300\/20:is([data-theme='dark'] *){--tw-ring-color:rgb(252 211 77 / 0.2)}.dark\:ring-white\/\[0\.08\]:is([data-theme='dark'] *){--tw-ring-color:rgb(255 255 255 / 0.08)}.dark\:backdrop-blur-sm:is([data-theme='dark'] *){--tw-backdrop-blur:blur(4px);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)}.dark\:hover\:border-\[rgba\(45\2c 42\2c 38\2c 0\.14\)\]:hover:is([data-theme='dark'] *){border-color:rgba(45,42,38,0.14)}.dark\:hover\:border-white\/20:hover:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.2)}.dark\:hover\:border-white\/\[0\.15\]:hover:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.15)}.dark\:hover\:border-white\/\[0\.18\]:hover:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.18)}.dark\:hover\:bg-\[\#8FA3B8\]\/20:hover:is([data-theme='dark'] *){background-color:rgb(143 163 184 / 0.2)}.dark\:hover\:bg-\[rgba\(24\2c 24\2c 24\2c 0\.9\)\]:hover:is([data-theme='dark'] *){background-color:rgba(24,24,24,0.9)}.dark\:hover\:bg-red-800:hover:is([data-theme='dark'] *){--tw-bg-opacity:1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-red-950\/20:hover:is([data-theme='dark'] *){background-color:rgb(69 10 10 / 0.2)}.dark\:hover\:bg-white\/10:hover:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.1)}.dark\:hover\:bg-white\/\[0\.04\]:hover:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.04)}.dark\:hover\:bg-white\/\[0\.05\]:hover:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.05)}.dark\:hover\:bg-white\/\[0\.06\]:hover:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.06)}.dark\:hover\:bg-white\/\[0\.07\]:hover:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.07)}.dark\:hover\:bg-white\/\[0\.08\]:hover:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.08)}.dark\:hover\:bg-white\/\[0\.10\]:hover:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.10)}.dark\:hover\:bg-white\/\[0\.12\]:hover:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.12)}.dark\:hover\:bg-white\/\[0\.14\]:hover:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.14)}.dark\:hover\:bg-white\/\[0\.1\]:hover:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.1)}.dark\:hover\:text-\[rgba\(45\2c 42\2c 38\2c 0\.95\)\]:hover:is([data-theme='dark'] *){color:rgba(45,42,38,0.95)}.dark\:hover\:text-red-200:hover:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white:hover:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:focus\:border-\[rgba\(45\2c 42\2c 38\2c 0\.18\)\]:focus:is([data-theme='dark'] *){border-color:rgba(45,42,38,0.18)}.dark\:focus\:border-white\/\[0\.18\]:focus:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.18)}.dark\:focus\:text-white:focus:is([data-theme='dark'] *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:focus-visible\:ring-black\/20:focus-visible:is([data-theme='dark'] *){--tw-ring-color:rgb(0 0 0 / 0.2)}.dark\:focus-visible\:ring-white\/20:focus-visible:is([data-theme='dark'] *){--tw-ring-color:rgb(255 255 255 / 0.2)}.dark\:focus-visible\:ring-offset-white:focus-visible:is([data-theme='dark'] *){--tw-ring-offset-color:#fff}.dark\:prose-pre\:bg-white\/\[0\.05\] :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))):is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.05)}@media (min-width: 640px){.sm\:inset-auto{inset:auto}.sm\:bottom-6{bottom:1.5rem}.sm\:left-auto{left:auto}.sm\:right-4{right:1rem}.sm\:top-4{top:1rem}.sm\:top-\[72px\]{top:72px}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:hidden{display:none}.sm\:h-\[92vh\]{height:92vh}.sm\:max-h-\[60vh\]{max-height:60vh}.sm\:max-h-\[calc\(100dvh-3rem\)\]{max-height:calc(100dvh - 3rem)}.sm\:min-h-\[34svh\]{min-height:34svh}.sm\:w-\[280px\]{width:280px}.sm\:w-\[min\(540px\2c 45vw\)\]{width:min(540px, 45vw)}.sm\:w-auto{width:auto}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-\[92vw\]{max-width:92vw}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-none{max-width:none}.sm\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-y-6{--tw-translate-y:1.5rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.sm\:grid-cols-\[112px_minmax\(0\2c 1fr\)\]{grid-template-columns:112px minmax(0,1fr)}.sm\:grid-cols-\[130px_minmax\(0\2c 1fr\)\]{grid-template-columns:130px minmax(0,1fr)}.sm\:grid-cols-\[132px_minmax\(0\2c 1fr\)\]{grid-template-columns:132px minmax(0,1fr)}.sm\:grid-cols-\[150px_minmax\(0\2c 1fr\)\]{grid-template-columns:150px minmax(0,1fr)}.sm\:grid-cols-\[170px_minmax\(0\2c 1fr\)\]{grid-template-columns:170px minmax(0,1fr)}.sm\:flex-row{flex-direction:row}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:0.5rem}.sm\:gap-3{gap:0.75rem}.sm\:gap-4{gap:1rem}.sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem * var(--tw-space-x-reverse));margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-\[28px\]{border-radius:28px}.sm\:rounded-\[30px\]{border-radius:30px}.sm\:rounded-xl{border-radius:0.75rem}.sm\:bg-\[rgba\(244\2c 239\2c 233\2c 0\.62\)\]{background-color:rgba(244,239,233,0.62)}.sm\:p-0{padding:0px}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:px-0{padding-left:0px;padding-right:0px}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-1{padding-top:0.25rem;padding-bottom:0.25rem}.sm\:py-3{padding-top:0.75rem;padding-bottom:0.75rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:text-left{text-align:left}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-\[10px\]{font-size:10px}.sm\:text-\[11px\]{font-size:11px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:tracking-\[0\.2em\]{letter-spacing:0.2em}.sm\:text-base{color:var(--bg-app)}.sm\:shadow-\[0_12px_30px_-24px_rgba\(45\2c 42\2c 38\2c 0\.32\)\]{--tw-shadow:0 12px 30px -24px rgba(45,42,38,0.32);--tw-shadow-colored:0 12px 30px -24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.sm\:backdrop-blur-xl{--tw-backdrop-blur:blur(24px);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)}.sm\:dark\:bg-\[rgba\(244\2c 239\2c 233\2c 0\.72\)\]:is([data-theme='dark'] *){background-color:rgba(244,239,233,0.72)}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:block{display:block}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:min-h-\[360px\]{min-height:360px}.md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.md\:grid-cols-\[180px_minmax\(0\2c 1fr\)\]{grid-template-columns:180px minmax(0,1fr)}.md\:grid-cols-\[280px_minmax\(0\2c 1fr\)\]{grid-template-columns:280px minmax(0,1fr)}.md\:grid-cols-\[minmax\(0\2c 0\.95fr\)_minmax\(0\2c 1\.35fr\)_auto\]{grid-template-columns:minmax(0,0.95fr) minmax(0,1.35fr) auto}.md\:grid-cols-\[minmax\(0\2c 1fr\)_auto\]{grid-template-columns:minmax(0,1fr) auto}.md\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)_auto\]{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.md\:grid-rows-1{grid-template-rows:repeat(1, minmax(0, 1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:border-b-0{border-bottom-width:0px}.md\:border-r{border-right-width:1px}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-base{color:var(--bg-app)}}@media (min-width: 1024px){.lg\:fixed{position:fixed}.lg\:sticky{position:sticky}.lg\:bottom-4{bottom:1rem}.lg\:left-0{left:0px}.lg\:right-0{right:0px}.lg\:top-24{top:6rem}.lg\:z-\[60\]{z-index:60}.lg\:mb-3{margin-bottom:0.75rem}.lg\:mt-0{margin-top:0px}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:min-h-0{min-height:0px}.lg\:min-h-screen{min-height:100vh}.lg\:w-\[50vw\]{width:50vw}.lg\:flex-1{flex:1 1 0%}.lg\:flex-auto{flex:1 1 auto}.lg\:origin-top{transform-origin:top}.lg\:translate-y-4{--tw-translate-y:1rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:scale-\[0\.94\]{--tw-scale-x:0.94;--tw-scale-y:0.94;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.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-\[0\.9fr_1\.6fr\]{grid-template-columns:0.9fr 1.6fr}.lg\:grid-cols-\[1\.05fr_0\.95fr\]{grid-template-columns:1.05fr 0.95fr}.lg\:grid-cols-\[1\.15fr_0\.85fr\]{grid-template-columns:1.15fr 0.85fr}.lg\:grid-cols-\[1fr_1\.2fr\]{grid-template-columns:1fr 1.2fr}.lg\:grid-cols-\[320px_minmax\(0\2c 1fr\)\]{grid-template-columns:320px minmax(0,1fr)}.lg\:grid-cols-\[minmax\(0\2c 0\.95fr\)_minmax\(0\2c 1\.05fr\)\]{grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr)}.lg\:grid-cols-\[minmax\(0\2c 1\.15fr\)_minmax\(0\2c 0\.85fr\)\]{grid-template-columns:minmax(0,1.15fr) minmax(0,0.85fr)}.lg\:grid-cols-\[minmax\(0\2c 1\.1fr\)_minmax\(0\2c 0\.9fr\)\]{grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr)}.lg\:grid-cols-\[minmax\(0\2c 1\.2fr\)_minmax\(0\2c 0\.8fr\)\]{grid-template-columns:minmax(0,1.2fr) minmax(0,0.8fr)}.lg\:grid-cols-\[minmax\(0\2c 1\.35fr\)_minmax\(0\2c 0\.85fr\)\]{grid-template-columns:minmax(0,1.35fr) minmax(0,0.85fr)}.lg\:grid-cols-\[minmax\(0\2c 1\.3fr\)_minmax\(0\2c 0\.7fr\)\]{grid-template-columns:minmax(0,1.3fr) minmax(0,0.7fr)}.lg\:grid-cols-\[minmax\(0\2c 1fr\)_340px\]{grid-template-columns:minmax(0,1fr) 340px}.lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)\]{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:self-start{align-self:flex-start}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-visible{overflow:visible}.lg\:overflow-y-auto{overflow-y:auto}.lg\:overscroll-contain{overscroll-behavior:contain}.lg\:rounded-xl{border-radius:0.75rem}.lg\:border{border-width:1px}.lg\:border-b{border-bottom-width:1px}.lg\:border-b-0{border-bottom-width:0px}.lg\:border-r{border-right-width:1px}.lg\:border-r-0{border-right-width:0px}.lg\:border-\[rgba\(45\2c 42\2c 38\2c 0\.08\)\]{border-color:rgba(45,42,38,0.08)}.lg\:border-\[rgba\(45\2c 42\2c 38\2c 0\.09\)\]{border-color:rgba(45,42,38,0.09)}.lg\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.76\)\]{background-color:rgba(255,255,255,0.76)}.lg\:p-4{padding:1rem}.lg\:p-5{padding:1.25rem}.lg\:px-0{padding-left:0px;padding-right:0px}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-7{padding-left:1.75rem;padding-right:1.75rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.lg\:pb-24{padding-bottom:6rem}.lg\:text-sm{font-size:0.875rem;line-height:1.25rem}.lg\:text-xs{font-size:0.75rem;line-height:1rem}.lg\:normal-case{text-transform:none}.lg\:tracking-normal{letter-spacing:0em}.lg\:text-\[rgba\(38\2c 36\2c 33\2c 0\.95\)\]{color:rgba(38,36,33,0.95)}.lg\:shadow-\[0_10px_26px_-22px_rgba\(45\2c 42\2c 38\2c 0\.26\)\]{--tw-shadow:0 10px 26px -22px rgba(45,42,38,0.26);--tw-shadow-colored:0 10px 26px -22px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.lg\:backdrop-blur-xl{--tw-backdrop-blur:blur(24px);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)}.dark\:lg\:border-\[rgba\(45\2c 42\2c 38\2c 0\.08\)\]:is([data-theme='dark'] *){border-color:rgba(45,42,38,0.08)}.dark\:lg\:border-\[rgba\(45\2c 42\2c 38\2c 0\.09\)\]:is([data-theme='dark'] *){border-color:rgba(45,42,38,0.09)}.dark\:lg\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.82\)\]:is([data-theme='dark'] *){background-color:rgba(255,255,255,0.82)}}@media (min-width: 1280px){.xl\:sticky{position:sticky}.xl\:top-6{top:1.5rem}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:h-\[560px\]{height:560px}.xl\:max-h-\[calc\(100vh-11rem\)\]{max-height:calc(100vh - 11rem)}.xl\:max-h-\[calc\(100vh-14rem\)\]{max-height:calc(100vh - 14rem)}.xl\:min-h-0{min-height:0px}.xl\:max-w-\[720px\]{max-width:720px}.xl\:translate-y-6{--tw-translate-y:1.5rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:scale-\[0\.97\]{--tw-scale-x:0.97;--tw-scale-y:0.97;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.xl\:grid-cols-\[250px_minmax\(0\2c 1fr\)\]{grid-template-columns:250px minmax(0,1fr)}.xl\:grid-cols-\[260px_minmax\(0\2c 1fr\)_220px\]{grid-template-columns:260px minmax(0,1fr) 220px}.xl\:grid-cols-\[320px_minmax\(0\2c 1fr\)\]{grid-template-columns:320px minmax(0,1fr)}.xl\:grid-cols-\[340px_minmax\(0\2c 1fr\)\]{grid-template-columns:340px minmax(0,1fr)}.xl\:grid-cols-\[minmax\(0\2c 1\.1fr\)_minmax\(0\2c 0\.9fr\)\]{grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr)}.xl\:grid-cols-\[minmax\(0\2c 1fr\)_260px\]{grid-template-columns:minmax(0,1fr) 260px}.xl\:grid-cols-\[minmax\(0\2c 1fr\)_300px\]{grid-template-columns:minmax(0,1fr) 300px}.xl\:grid-cols-\[minmax\(0\2c 1fr\)_360px\]{grid-template-columns:minmax(0,1fr) 360px}.xl\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(260px\2c 320px\)\]{grid-template-columns:minmax(0,1fr) minmax(260px,320px)}.xl\:grid-rows-1{grid-template-rows:repeat(1, minmax(0, 1fr))}.xl\:flex-row{flex-direction:row}.xl\:flex-col{flex-direction:column}.xl\:items-start{align-items:flex-start}.xl\:justify-between{justify-content:space-between}.xl\:overflow-hidden{overflow:hidden}.xl\:border-b-0{border-bottom-width:0px}.xl\:border-l{border-left-width:1px}.xl\:border-r{border-right-width:1px}.xl\:border-black\/\[0\.08\]{border-color:rgb(0 0 0 / 0.08)}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:pb-0{padding-bottom:0px}.xl\:pl-6{padding-left:1.5rem}.xl\:pr-6{padding-right:1.5rem}.xl\:dark\:border-white\/\[0\.08\]:is([data-theme='dark'] *){border-color:rgb(255 255 255 / 0.08)}}.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{display:none}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0px}.\[\&\:not\(\:empty\)\]\:pb-2:not(:empty){padding-bottom:0.5rem}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\]\:hidden>svg{display:none}.\[\&_\.feed-scrollbar\]\:px-4 .feed-scrollbar{padding-left:1rem;padding-right:1rem}.\[\&_\.feed-scrollbar\]\:pt-4 .feed-scrollbar{padding-top:1rem}.\[\&_\.katex-display\]\:my-1 .katex-display{margin-top:0.25rem;margin-bottom:0.25rem}.\[\&_\.katex-display\]\:overflow-x-auto .katex-display{overflow-x:auto}.\[\&_\.katex-display\]\:overflow-y-hidden .katex-display{overflow-y:hidden}.\[\&_\.katex-display\]\:whitespace-normal .katex-display{white-space:normal}.\[\&_\.katex\]\:whitespace-nowrap .katex{white-space:nowrap}.\[\&_\.katex\]\:\[overflow-wrap\:normal\] .katex{overflow-wrap:normal}.\[\&_\.katex\]\:\[word-break\:normal\] .katex{word-break:normal}.\[\&_\[cmdk-group-heading\]\]\:py-2 [cmdk-group-heading]{padding-top:0.5rem;padding-bottom:0.5rem}.\[\&_code\]\:break-words code{overflow-wrap:break-word}.\[\&_code\]\:text-\[var\(--text-primary\)\] code{color:var(--text-primary)}.\[\&_li\]\:my-0\.5 li{margin-top:0.125rem;margin-bottom:0.125rem}.\[\&_li\]\:text-\[11px\] li{font-size:11px}.\[\&_li\]\:text-\[12px\] li{font-size:12px}.\[\&_ol\]\:my-1 ol{margin-top:0.25rem;margin-bottom:0.25rem}.\[\&_p\]\:my-1 p{margin-top:0.25rem;margin-bottom:0.25rem}.\[\&_p\]\:text-\[11px\] p{font-size:11px}.\[\&_p\]\:text-\[12px\] p{font-size:12px}.\[\&_pre\:not\(\.shiki\)\]\:\!bg-\[var\(--fill-tsp-white-light\)\] pre:not(.shiki){background-color:var(--fill-tsp-white-light) !important}.\[\&_pre\:not\(\.shiki\)_code\]\:text-\[var\(--text-primary\)\] pre:not(.shiki) code{color:var(--text-primary)}.\[\&_pre\]\:my-1 pre{margin-top:0.25rem;margin-bottom:0.25rem}.\[\&_pre\]\:max-w-full pre{max-width:100%}.\[\&_pre\]\:overflow-x-auto pre{overflow-x:auto}.\[\&_pre\]\:whitespace-pre-wrap pre{white-space:pre-wrap}.\[\&_textarea\]\:border-0 textarea{border-width:0px}.\[\&_textarea\]\:bg-white\/\[0\.82\] textarea{background-color:rgb(255 255 255 / 0.82)}.\[\&_textarea\]\:shadow-\[0_14px_30px_-26px_rgba\(28\2c 22\2c 15\2c 0\.18\)\2c inset_0_0_0_1px_rgba\(0\2c 0\2c 0\2c 0\.04\)\] textarea{--tw-shadow:0 14px 30px -26px rgba(28,22,15,0.18),inset 0 0 0 1px rgba(0,0,0,0.04);--tw-shadow-colored:0 14px 30px -26px var(--tw-shadow-color), inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.dark\:\[\&_textarea\]\:bg-white\/\[0\.05\] textarea:is([data-theme='dark'] *){background-color:rgb(255 255 255 / 0.05)}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}.\[\&_ul\]\:my-1 ul{margin-top:0.25rem;margin-bottom:0.25rem}
