/* auto-generated by app-compiler */
[data-exhibition="heroVerse"]:not([data-exhibition-mode="background"]) {
  position: relative;
  display: block;
  width: 100%;
  min-height: 420px;
}
[data-exhibition="heroVerse"][data-exhibition-mode="background"],
.hero-verse-exhibition-background,
.hero-verse-exhibition.is-background {
  position: fixed;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
}
.hero-verse-exhibition {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-verse-exhibition.hero-verse-exhibition-background,
.hero-verse-exhibition.is-background,
[data-exhibition="heroVerse"][data-exhibition-mode="background"].hero-verse-exhibition {
  position: fixed;
}
.hero-verse-exhibition.is-mounted {
  background: transparent;
}
.hero-verse-exhibition-surface {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-verse-exhibition-surface > * {
  width: 100%;
  height: 100%;
}
.hero-verse-exhibition.is-failed::before {
  content: "Exhibition unavailable";
  position: absolute;
  inset: auto 18px 18px 18px;
  padding: 10px 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  line-height: 1.2;
}
html {
  touch-action: pan-x pan-y;
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline-width: 0;
}
[contenteditable]:focus {
  outline: 0px solid transparent;
}
.clickable {
  cursor: pointer;
}
.scrollable {
  scrollbar-gutter: stable;
}
.scrollable,
.scrollable.y {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.scrollable.x {
  overflow-x: auto;
  overflow-y: hidden;
}
.scrollable.both {
  overflow-x: auto;
  overflow-y: auto;
}
*[stage-out] :not(.tab-button) {
  display: none;
}
*[stage-out][stage-visibility] {
  display: none;
}
widget {
  display: none;
}
.no-select {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
:where(body.theme-genesis) {
  color: #D7DBDF;
  background: #181A1B;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, 'Hiragino Sans GB', 'STHeiti', 'Microsoft YaHei', SimSun, Song, sans-serif;
}
:where(body.theme-genesis) ::selection {
  background: #272C31;
  color: #F1F3F5;
}
:where(body.theme-business) {
  color: #1A1D22;
  background: #FCFCFD;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, 'Hiragino Sans GB', 'STHeiti', 'Microsoft YaHei', SimSun, Song, sans-serif;
}
:where(body.theme-business) ::selection {
  background: #EEF1F4;
  color: #111318;
}
.ca-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: text;
  overflow: visible;
  user-select: none;
  font-size: 13px;
  word-break: break-word;
  line-height: 1.6;
}
.ca-viewport .ca-scrollable {
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  scrollbar-gutter: stable;
}
.ca-viewport .ca-layout {
  position: relative;
}
.ca-viewport .ca-doc {
  margin: 1px;
  white-space: pre-wrap;
}
.ca-viewport .ca-doc > p,
.ca-viewport .ca-doc > ul,
.ca-viewport .ca-doc > li,
.ca-viewport .ca-doc > ol {
  margin: 0;
  padding: 0;
}
.ca-viewport .ca-emphasis {
  font-weight: bold;
}
.ca-viewport .ca-code-block-content {
  white-space: pre-wrap;
}
.ca-viewport .ca-block-last-line-break:last-child::after {
  content: "⏎";
  opacity: 0.1;
}
.ca-viewport .ca-caret-current {
  z-index: 11;
}
.ca-viewport[viewport-mode="reader"] .ca-decorator {
  opacity: 0;
}
.ca-viewport[viewport-mode="reader"] .ca-decorator.ca-list-prefix,
.ca-viewport[viewport-mode="reader"] .ca-decorator.ca-headline-prefix,
.ca-viewport[viewport-mode="reader"] .ca-decorator.ca-emphasis {
  display: none;
}
.ca-viewport[viewport-mode="reader"] .ca-decorator.ca-cursor-nearby {
  opacity: 1;
}
.ca-viewport[viewport-mode="reader"] .ca-list-item {
  list-style: disc;
}
.ca-viewport .ca-selection-container {
  pointer-events: none;
}
.ca-viewport .ca-selection-rect-container {
  pointer-events: none;
  opacity: 0.56;
  transition: opacity 0.15s;
}
.ca-viewport .ca-decorator.ca-cursor-nearby {
  display: inline;
  opacity: 1;
}
.ca-viewport .ca-decorator {
  display: inline;
  opacity: 0.95;
}
.ca-viewport .ca-unknown-rune {
  background: #792828;
  color: white;
  border-radius: 2px;
  display: inline-block;
}
.ca-viewport .ca-puri-rune {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: bottom;
  background: #eef2f5;
  max-width: 88%;
  padding: 0 3px;
  border-radius: 4px;
  margin: 1px 2px;
}
.ca-viewport .ca-puri-rune:hover {
  cursor: pointer;
  text-decoration: underline;
}
.ca-viewport .ca-list-item {
  list-style: none;
  margin-left: 0;
}
.ca-viewport[viewport-mode="display"] .ca-decorator {
  opacity: 0;
}
.ca-viewport[viewport-mode="display"] .ca-decorator.ca-list-prefix,
.ca-viewport[viewport-mode="display"] .ca-decorator.ca-headline-prefix,
.ca-viewport[viewport-mode="display"] .ca-decorator.ca-emphasis {
  display: none;
}
.ca-viewport[viewport-mode="display"] .ca-decorator.ca-cursor-nearby {
  opacity: 1;
}
.ca-viewport[viewport-mode="display"] .ca-list-item {
  list-style: disc;
}
.ca-viewport[viewport-mode="display"] .ca-list-item {
  list-style-position: inside;
}
.ca-viewport[viewport-mode="display"] .ca-list-item.ca-list-indent-0 {
  margin-left: 3px;
}
.ca-viewport[viewport-mode="display"] .ca-list-item.ca-list-indent-1 {
  margin-left: 15px;
}
.ca-viewport[viewport-mode="display"] .ca-list-item.ca-list-indent-2 {
  margin-left: 27px;
}
.ca-viewport[viewport-mode="display"] .ca-list-item.ca-list-indent-3 {
  margin-left: 39px;
}
.ca-viewport[viewport-mode="display"] .ca-list-item.ca-list-indent-4 {
  margin-left: 51px;
}
.ca-viewport[viewport-mode="display"] .ca-list-item.ca-list-indent-5 {
  margin-left: 63px;
}
.ca-viewport[viewport-mode="display"] .ca-list-item.ca-list-indent-6 {
  margin-left: 75px;
}
.ca-viewport .ca-list-item img {
  max-height: 20px;
  object-fit: contain;
}
.ca-viewport [data-spell="tag"] {
  display: inline-block;
  padding: 0 5px;
  margin: 0 2px;
  border-radius: 3px;
  box-sizing: border-box;
}
.ca-viewport .ca-list-cross,
.ca-viewport .ca-list-check,
.ca-viewport .ca-list-comment {
  opacity: 0.67;
}
.ca-viewport .ca-code-block-copy-button {
  cursor: pointer;
  position: absolute;
  right: 5px;
  bottom: 5px;
  border: none;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1.2;
}
.ca-theme-dark.ca-viewport-active .ca-selection {
  background: #00c5fa;
}
.ca-theme-dark .ca-doc > p,
.ca-theme-dark .ca-doc > ul,
.ca-theme-dark .ca-doc > li,
.ca-theme-dark .ca-doc > ol {
  color: white;
}
.ca-theme-dark .ca-doc {
  color: white;
}
.ca-theme-dark .ca-caret {
  z-index: 10;
  opacity: 1;
  border-radius: 1px;
  box-sizing: border-box;
}
.ca-theme-dark .ca-caret .shape {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: none;
}
.ca-theme-dark .ca-line-placeholder {
  color: red;
  opacity: 0;
}
.ca-theme-dark .ca-caret.slim.blink-on {
  opacity: 1;
}
.ca-theme-dark .ca-caret.slim.blink-off {
  opacity: 0;
}
.ca-theme-dark .ca-caret.slim.colorful-on .shape {
  background-color: #44daff;
  border: none;
  transition: background-color 0.1s ease-out;
}
.ca-theme-dark .ca-caret.slim.colorful-off .shape {
  background-color: #6c7696;
  transition: background-color 0.1s ease-out;
  border: none;
}
.ca-theme-dark .ca-caret.cover.blink-on {
  opacity: 1;
}
.ca-theme-dark .ca-caret.cover.blink-off {
  opacity: 0.8;
}
.ca-theme-dark .ca-caret.cover.colorful-on .shape {
  transition: background-color 0.1s ease-out;
  border: 1px solid rgba(68, 218, 255, 0.8);
  background: rgba(68, 218, 255, 0.15);
  border-radius: 2px;
}
.ca-theme-dark .ca-caret.cover.colorful-off .shape {
  transition: background-color 0.1s ease-out;
  border: 1px solid #6c7696;
  background: rgba(108, 118, 150, 0.15);
  border-radius: 2px;
}
.ca-theme-dark .ca-caret-guest {
  background-color: #4445;
}
.ca-theme-dark .ca-doc .ca-st-text,
.ca-theme-dark .ca-doc .ca-st-whitespace,
.ca-theme-dark .ca-doc .ca-st-newline {
  color: inherit;
}
.ca-theme-dark .ca-doc .ca-st-punctuation,
.ca-theme-dark .ca-doc .ca-st-delimiter {
  color: #d4d4d4;
}
.ca-theme-dark .ca-doc .ca-st-identifier {
  color: inherit;
}
.ca-theme-dark .ca-doc .ca-st-keyword {
  color: #c586c0;
}
.ca-theme-dark .ca-doc .ca-st-number,
.ca-theme-dark .ca-doc .ca-st-boolean,
.ca-theme-dark .ca-doc .ca-st-null,
.ca-theme-dark .ca-doc .ca-st-constant {
  color: #b5cea8;
}
.ca-theme-dark .ca-doc .ca-st-string,
.ca-theme-dark .ca-doc .ca-st-template,
.ca-theme-dark .ca-doc .ca-st-url {
  color: #ce9178;
}
.ca-theme-dark .ca-doc .ca-st-comment {
  color: #6a9955;
}
.ca-theme-dark .ca-doc .ca-st-operator {
  color: #d4d4d4;
}
.ca-theme-dark .ca-doc .ca-st-escape {
  color: #d7ba7d;
}
.ca-theme-dark .ca-doc .ca-st-regex {
  color: #d16969;
}
.ca-theme-dark .ca-doc .ca-st-property {
  color: #9cdcfe;
}
.ca-theme-dark .ca-doc .ca-st-function {
  color: #dcdcaa;
}
.ca-theme-dark .ca-doc .ca-st-type,
.ca-theme-dark .ca-doc .ca-st-tag {
  color: #4ec9b0;
}
.ca-theme-dark .ca-doc .ca-st-variable,
.ca-theme-dark .ca-doc .ca-st-attribute {
  color: #9cdcfe;
}
.ca-theme-dark .ca-doc .ca-st-invalid {
  color: #f44747;
  text-decoration: underline wavy currentColor;
}
.ca-theme-dark .ca-doc > code {
  padding: 0 6px 0 24px;
  box-sizing: border-box;
  display: block;
  font-size: 12px;
  background: #313131;
  padding-right: 5px;
  border-radius: 4px;
}
.ca-theme-dark .ca-doc > code.ca-cursor-nearby {
  border-radius: 0;
}
.ca-theme-dark .ca-doc > code .ca-st-codeblock-fence,
.ca-theme-dark .ca-doc > code .ca-st-codeblock-annotation {
  position: relative;
}
.ca-theme-dark .ca-doc > code .ca-st-codeblock-annotation {
  font-size: 11px;
  color: #aaa;
  float: right;
}
.ca-theme-dark .ca-doc > code .ca-cursor-nearby.ca-st-codeblock-fence {
  opacity: 1;
}
.ca-theme-dark .ca-doc > code .ca-st-codeblock-fence {
  opacity: 0;
}
.ca-theme-dark .ca-ime-composing {
  border-bottom: 1px solid rgba(22, 171, 240, 0.8);
}
.ca-theme-dark .ca-selection {
  background: #6c7696;
}
.ca-theme-dark .ca-bold {
  font-weight: 900;
  color: #e01498;
}
.ca-theme-dark code.ca-code-block {
  display: block;
  position: relative;
  padding: 0px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  white-space: pre-wrap;
}
.ca-theme-dark .ca-code-block-copy-button {
  color: #ddd;
  background: rgba(255, 255, 255, 0.1);
}
.ca-theme-dark .ca-code-block-copy-button:hover {
  background: rgba(255, 255, 255, 0.18);
}
.ca-theme-dark [data-spell="plainLink"],
.ca-theme-dark a {
  color: #aaa;
  cursor: pointer;
}
.ca-theme-dark [data-spell="plainLink"]:hover,
.ca-theme-dark a:hover {
  text-decoration: underline;
}
.ca-theme-dark [data-spell="tag"] {
  color: white;
  background: #232924;
  box-shadow: inset 0 0 0px 0.5px #444;
}
.ca-theme-dark [data-spell="badge"] {
  display: inline-block;
  padding: 0 2px;
  border-radius: 3px;
}
.ca-theme-dark [data-spell="badge"][data-badge="DONE" i] {
  color: #008000;
}
.ca-theme-dark [data-spell="badge"][data-badge="TODO" i] {
  color: orange;
}
.ca-theme-dark [data-spell="badge"][data-badge="MAYBE" i] {
  color: pink;
}
.ca-theme-dark [data-spell="badge"][data-badge="CANCELLED" i] {
  color: #888;
}
.ca-theme-dark [data-spell="badge"][data-badge="SKIPPED" i] {
  background: #808080;
}
.ca-theme-dark [data-spell="badge"][data-badge="FILLME" i] {
  color: palevioletred;
}
.ca-theme-dark .ca-puri-rune {
  background: rgba(155, 155, 155, 0.19);
}
.ca-theme-dark .ca-puri-rune > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ca-theme-dark .ca-puri-rune:hover {
  text-decoration: underline;
}
.ca-theme-dark .ca-list-prefix {
  color: #ffe337;
}
.ca-theme-dark .ca-prefix-tilde {
  color: #ff7d13;
  display: inline-block;
  will-change: transform;
  animation: tilde-float 1.6s ease-in-out infinite;
}
.ca-theme-dark .ca-prefix-check {
  color: #27c249;
}
.ca-theme-dark .ca-prefix-append-focus {
  color: orange;
}
.ca-theme-dark .ca-prefix-focus {
  color: #ee38ff;
}
.ca-theme-dark .ca-prefix-cross,
.ca-theme-dark .ca-prefix-comment {
  color: #888;
}
.ca-theme-dark .ca-prefix-check {
  display: inline-block;
  animation: check-bump 0.2s ease-in-out 1;
}
.ca-theme-dark .ca-list-exclamation {
  color: #fff;
}
@keyframes tilde-float {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.85;
  }
  50% {
    transform: translateY(-3px);
    opacity: 1;
  }
}
@keyframes check-bump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
    scale: 1.3;
  }
  100% {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ca-theme-dark .ca-prefix-tilde {
    animation: none;
  }
}
.ca-theme-dark [data-spell="about"] {
  color: #ff9dd6;
  background: #282828;
}
.ca-theme-light.ca-viewport-active .ca-selection {
  background: #ffd38a;
}
.ca-theme-light .ca-doc > p,
.ca-theme-light .ca-doc > ul,
.ca-theme-light .ca-doc > li,
.ca-theme-light .ca-doc > ol {
  color: #1f2328;
}
.ca-theme-light .ca-doc {
  color: #1f2328;
}
.ca-theme-light .ca-caret {
  z-index: 10;
  opacity: 1;
  border-radius: 1px;
  box-sizing: border-box;
}
.ca-theme-light .ca-caret .shape {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: none;
}
.ca-theme-light .ca-line-placeholder {
  color: #c93c37;
  opacity: 0;
}
.ca-theme-light .ca-caret.slim.blink-on {
  opacity: 1;
}
.ca-theme-light .ca-caret.slim.blink-off {
  opacity: 0;
}
.ca-theme-light .ca-caret.slim.colorful-on .shape {
  background-color: #111;
  border: none;
  transition: background-color 0.1s ease-out;
}
.ca-theme-light .ca-caret.slim.colorful-off .shape {
  background-color: #666;
  transition: background-color 0.1s ease-out;
  border: none;
}
.ca-theme-light .ca-caret.cover.blink-on {
  opacity: 1;
}
.ca-theme-light .ca-caret.cover.blink-off {
  opacity: 0.8;
}
.ca-theme-light .ca-caret.cover.colorful-on .shape {
  transition: background-color 0.1s ease-out;
  border: 1px solid rgba(17, 17, 17, 0.9);
  background: rgba(255, 153, 0, 0.22);
  border-radius: 2px;
}
.ca-theme-light .ca-caret.cover.colorful-off .shape {
  transition: background-color 0.1s ease-out;
  border: 1px solid rgba(102, 102, 102, 0.75);
  background: rgba(255, 153, 0, 0.12);
  border-radius: 2px;
}
.ca-theme-light .ca-caret-guest {
  background-color: rgba(31, 35, 40, 0.14);
}
.ca-theme-light .ca-doc .ca-st-text,
.ca-theme-light .ca-doc .ca-st-whitespace,
.ca-theme-light .ca-doc .ca-st-newline {
  color: inherit;
}
.ca-theme-light .ca-doc .ca-st-punctuation,
.ca-theme-light .ca-doc .ca-st-delimiter {
  color: #57606a;
}
.ca-theme-light .ca-doc .ca-st-identifier {
  color: inherit;
}
.ca-theme-light .ca-doc .ca-st-keyword {
  color: #8250df;
}
.ca-theme-light .ca-doc .ca-st-number,
.ca-theme-light .ca-doc .ca-st-boolean,
.ca-theme-light .ca-doc .ca-st-null,
.ca-theme-light .ca-doc .ca-st-constant {
  color: #0550ae;
}
.ca-theme-light .ca-doc .ca-st-string,
.ca-theme-light .ca-doc .ca-st-template,
.ca-theme-light .ca-doc .ca-st-url {
  color: #0a3069;
}
.ca-theme-light .ca-doc .ca-st-comment {
  color: #6e7781;
}
.ca-theme-light .ca-doc .ca-st-operator {
  color: #57606a;
}
.ca-theme-light .ca-doc .ca-st-escape {
  color: #9a6700;
}
.ca-theme-light .ca-doc .ca-st-regex {
  color: #bc4c00;
}
.ca-theme-light .ca-doc .ca-st-property {
  color: #953800;
}
.ca-theme-light .ca-doc .ca-st-function {
  color: #0a3069;
}
.ca-theme-light .ca-doc .ca-st-type,
.ca-theme-light .ca-doc .ca-st-tag {
  color: #116329;
}
.ca-theme-light .ca-doc .ca-st-variable,
.ca-theme-light .ca-doc .ca-st-attribute {
  color: #0550ae;
}
.ca-theme-light .ca-doc .ca-st-invalid {
  color: #cf222e;
  text-decoration: underline wavy currentColor;
}
.ca-theme-light .ca-doc > code {
  padding: 0 6px 0 24px;
  box-sizing: border-box;
  display: block;
  font-size: 12px;
  background: #f6f8fa;
  padding-right: 5px;
  border-radius: 4px;
  border: 1px solid #d8dee4;
}
.ca-theme-light .ca-doc > code.ca-cursor-nearby {
  border-radius: 0;
}
.ca-theme-light .ca-doc > code .ca-st-codeblock-fence,
.ca-theme-light .ca-doc > code .ca-st-codeblock-annotation {
  position: relative;
}
.ca-theme-light .ca-doc > code .ca-st-codeblock-annotation {
  font-size: 11px;
  color: #6e7781;
  float: right;
}
.ca-theme-light .ca-doc > code .ca-cursor-nearby.ca-st-codeblock-fence {
  opacity: 1;
}
.ca-theme-light .ca-doc > code .ca-st-codeblock-fence {
  opacity: 0;
}
.ca-theme-light .ca-ime-composing {
  border-bottom: 1px solid rgba(188, 76, 0, 0.8);
}
.ca-theme-light .ca-selection {
  background: #ffe7b8;
}
.ca-theme-light .ca-bold {
  font-weight: 900;
  color: #c2185b;
}
.ca-theme-light code.ca-code-block {
  display: block;
  position: relative;
  padding: 0px 20px;
  border-radius: 8px;
  background: rgba(31, 35, 40, 0.04);
  border: 1px solid rgba(31, 35, 40, 0.08);
  white-space: pre-wrap;
}
.ca-theme-light .ca-code-block-copy-button {
  color: #444;
  background: rgba(31, 35, 40, 0.08);
}
.ca-theme-light .ca-code-block-copy-button:hover {
  background: rgba(31, 35, 40, 0.14);
}
.ca-theme-light [data-spell="plainLink"],
.ca-theme-light a {
  cursor: pointer;
  color: #666;
}
.ca-theme-light [data-spell="plainLink"]:hover,
.ca-theme-light a:hover {
  text-decoration: underline;
}
.ca-theme-light [data-spell="tag"] {
  color: #1f1f1f;
  background: #f2f2f2;
  box-shadow: inset 0 0 0px 0.5px #cecece;
}
.ca-theme-light [data-spell="badge"] {
  display: inline-block;
  padding: 0 2px;
  border-radius: 3px;
}
.ca-theme-light [data-spell="badge"][data-badge="DONE" i] {
  color: #008000;
}
.ca-theme-light [data-spell="badge"][data-badge="TODO" i] {
  color: orange;
}
.ca-theme-light [data-spell="badge"][data-badge="MAYBE" i] {
  color: lightseagreen;
}
.ca-theme-light [data-spell="badge"][data-badge="CANCELLED" i] {
  color: #888;
}
.ca-theme-light [data-spell="badge"][data-badge="SKIPPED" i] {
  color: #808080;
}
.ca-theme-light [data-spell="badge"][data-badge="FILLME" i] {
  color: palevioletred;
}
.ca-theme-light .ca-puri-rune {
  background: rgba(31, 35, 40, 0.07);
  color: #333;
}
.ca-theme-light .ca-puri-rune > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ca-theme-light .ca-puri-rune:hover {
  text-decoration: underline;
}
.ca-theme-light .ca-list-prefix {
  color: #9a6700;
  color: #d99e00;
}
.ca-theme-light .ca-prefix-tilde {
  color: #de3905;
  display: inline-block;
  will-change: transform;
  animation: tilde-float 1.6s ease-in-out infinite;
}
.ca-theme-light .ca-prefix-check {
  color: #1a7f37;
}
.ca-theme-light .ca-prefix-append-focus {
  color: #b35900;
}
.ca-theme-light .ca-prefix-focus {
  color: #a219b8;
}
.ca-theme-light .ca-prefix-cross,
.ca-theme-light .ca-prefix-comment {
  color: #7a7a7a;
}
.ca-theme-light .ca-prefix-check {
  display: inline-block;
  animation: check-bump 0.2s ease-in-out 1;
}
.ca-theme-light .ca-list-exclamation {
  color: #1f2328;
}
@keyframes tilde-float {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.85;
  }
  50% {
    transform: translateY(-3px);
    opacity: 1;
  }
}
@keyframes check-bump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
    scale: 1.3;
  }
  100% {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ca-theme-light .ca-prefix-tilde {
    animation: none;
  }
}
.ca-theme-light [data-spell="about"] {
  color: #ff0190;
  background: #e8eaf4;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/accessibility/hotkeyVisualizer.html.R.js */
.hotkey-visualizer-a94aff {
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 1000;
  pointer-events: none;
}
.hotkey-visualizer-a94aff .surface {
  display: flex;
  align-items: end;
  min-height: 28px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 140ms ease, transform 140ms ease;
}
.hotkey-visualizer-a94aff .surface.show {
  opacity: 1;
  transform: translateY(0);
}
.hotkey-visualizer-a94aff .keys {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.key-list-item-767b59 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #222;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 2px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 140ms ease, opacity 140ms ease;
  user-select: none;
  box-sizing: border-box;
}
.key-list-item-767b59.modifier {
  color: #444;
  background: rgba(252, 252, 252, 0.96);
}
.key-list-item-767b59.normal {
  color: #111;
}
.key-list-item-767b59 .glyph {
  white-space: nowrap;
  line-height: 1;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/icon/icon.html.R.js */
.icon-dcd0d4 {
  text-transform: uppercase;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  line-height: 1;
  vertical-align: middle;
  flex: 0 0 auto;
}
.icon-dcd0d4 > svg,
.icon-dcd0d4 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 100%;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.icon-dcd0d4 svg {
  display: block;
  width: 100%;
  height: 100%;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/loading/loading.html.R.js */
.loading-6d4497 {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.loading-6d4497 .simple {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.loading-6d4497 .simple {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.25);
  /*border-top: @line-width solid rgba(255, 255, 255, 0.2);
        border-right: @line-width solid rgba(255, 255, 255, 0.2);
        border-bottom: @line-width solid rgba(255, 255, 255, 0.2);
        border-left: @line-width solid #ffffff;*/
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: key-simple 1.1s infinite linear;
  animation: key-simple 1.1s infinite linear;
}
@-webkit-keyframes key-simple {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes key-simple {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/loading/loading.theme/business/loading.html.R.js */
.loading-5b4d11 {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.loading-5b4d11 .simple {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.loading-5b4d11 .simple {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 24, 39, 0.14);
  border-left-color: #4A617E;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: key-simple 1.1s infinite linear;
  animation: key-simple 1.1s infinite linear;
}
@-webkit-keyframes key-simple {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes key-simple {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/commonUI/toaster.html.R.js */
.toaster-e81ee8 {
  width: 480px;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
  cursor: pointer;
}
.toaster-e81ee8.show .pop-wrapper {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.toaster-e81ee8.fade-out .pop-wrapper {
  transform: scale(0) translateY(-100%);
  opacity: 0;
}
.toaster-e81ee8 .pop-wrapper {
  transform: translateY(250%) scale(0.1);
  background: #444;
  transition: all 500ms;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  flex: 1;
}
.toaster-e81ee8 .progress-bar {
  width: 100%;
  position: absollute;
  height: 2px;
  color: #888;
  top: 0;
  left: 0;
  right: 0;
  align-self: stretch;
}
.toaster-e81ee8 .progress-bar .progress {
  height: 100%;
  width: 1%;
  background: #2170ce;
  transition: all 100ms;
}
.toaster-e81ee8 .message {
  padding: 10px 20px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/commonUI/toaster.theme/business/toaster.html.R.js */
.toaster-78d98e {
  width: 480px;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
  cursor: pointer;
}
.toaster-78d98e.show .pop-wrapper {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.toaster-78d98e.fade-out .pop-wrapper {
  transform: scale(0) translateY(-100%);
  opacity: 0;
}
.toaster-78d98e .pop-wrapper {
  transform: translateY(250%) scale(0.1);
  background: #FFFFFF;
  color: #1A1D22;
  border: 1px solid #E7EAEE;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
  transition: all 500ms;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  flex: 1;
}
.toaster-78d98e .progress-bar {
  width: 100%;
  position: absollute;
  height: 2px;
  color: #D9DEE4;
  top: 0;
  left: 0;
  right: 0;
  align-self: stretch;
}
.toaster-78d98e .progress-bar .progress {
  height: 100%;
  width: 1%;
  background: #4A617E;
  transition: all 100ms;
}
.toaster-78d98e .message {
  padding: 10px 20px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/window/windowBox.html.R.js */
.window-box-60b5ce {
  position: absolute;
  overflow: hidden;
  max-height: 80%;
  max-width: 80%;
  align-items: center;
  justify-content: center;
  box-shadow: var(--genesis-shadow-float, 0 16px 40px rgba(0, 0, 0, 0.34));
  background: var(--genesis-bg-panel-strong, #202327);
  color: var(--genesis-fg, rgba(255, 255, 255, 0.84));
  border-radius: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 320px;
  min-height: 120px;
}
.window-box-60b5ce > .title {
  display: none;
  width: 100%;
  min-height: 34px;
  line-height: 18px;
  padding: 8px 14px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--genesis-border-soft, rgba(255, 255, 255, 0.08));
  text-align: center;
  color: var(--genesis-fg-muted, rgba(255, 255, 255, 0.58));
  font-size: 12px;
  font-family: var(--genesis-font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  cursor: grab;
  user-select: none;
  background: var(--genesis-bg-chrome, #111111);
}
.window-box-60b5ce > .title:active {
  cursor: grabbing;
}
.window-box-60b5ce.with-title > .title {
  display: block;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .window-box-60b5ce {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
}
.window-box-60b5ce > .title > .close-button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 95, 86, 0.92);
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: var(--genesis-radius-pill, 999px);
  border: 1px solid rgba(0, 0, 0, 0.22);
  transition: background-color var(--genesis-duration-fast, 160ms) ease, border-color var(--genesis-duration-fast, 160ms) ease, box-shadow var(--genesis-duration-fast, 160ms) ease, transform var(--genesis-duration-fast, 160ms) ease;
}
.window-box-60b5ce > .title > .close-button:hover {
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #ff5f56;
  box-shadow: 0 0 0 1px rgba(255, 95, 86, 0.18);
}
.window-box-60b5ce > .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  min-height: 0;
  background: var(--genesis-bg-panel, #202224);
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/window/windowBox.theme/business/windowBox.html.R.js */
.window-box-8a44bb {
  position: absolute;
  overflow: hidden;
  max-height: 80%;
  max-width: 80%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
  background: #FFFFFF;
  color: #1A1D22;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 320px;
  min-height: 120px;
}
.window-box-8a44bb > .title {
  display: none;
  width: 100%;
  min-height: 34px;
  line-height: 18px;
  padding: 8px 14px;
  box-sizing: border-box;
  border-bottom: 1px solid #E7EAEE;
  text-align: center;
  color: #666C74;
  font-size: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  cursor: grab;
  user-select: none;
  background: #DDE4EB;
}
.window-box-8a44bb > .title:active {
  cursor: grabbing;
}
.window-box-8a44bb.with-title > .title {
  display: block;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .window-box-8a44bb {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
}
.window-box-8a44bb > .title > .close-button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D74E42;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid #D9DEE4;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}
.window-box-8a44bb > .title > .close-button:hover {
  border-color: #D9DEE4;
  background-color: #C94338;
  box-shadow: none;
}
.window-box-8a44bb > .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  min-height: 0;
  background: #FFFFFF;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/menu/menu/menu.html.R.js */
.menu-94eb86 {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  top: 0;
  left: 0;
  box-sizing: border-box;
  min-width: 280px;
  background: var(--genesis-bg-panel-strong, #1C1D1F);
  color: var(--genesis-fg, rgba(255, 255, 255, 0.84));
  border: 1px solid var(--genesis-border-soft, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  box-shadow: var(--genesis-shadow-float, 0 16px 40px rgba(0, 0, 0, 0.34));
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-94eb86 {
    flex-direction: column-reverse;
    border-radius: 0;
    border-bottom: none;
    box-shadow: 0 -8px 36px rgba(0, 0, 0, 0.34);
  }
}
.menu-94eb86 .title {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--genesis-bg-chrome, #111111);
  color: var(--genesis-fg-muted, rgba(255, 255, 255, 0.58));
  padding: 7px 10px;
  border-bottom: 1px solid var(--genesis-border-soft, rgba(255, 255, 255, 0.08));
  font-family: var(--genesis-font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
}
.menu-94eb86 .filter {
  width: 100%;
  padding: 9px 10px;
  box-sizing: border-box;
  background: var(--genesis-bg-field, #141617);
  color: var(--genesis-fg, rgba(255, 255, 255, 0.84));
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  caret-color: var(--genesis-accent, #B0B6BE);
  font-size: 12px;
  line-height: 18px;
  transition: background-color var(--genesis-duration-fast, 160ms) ease, box-shadow var(--genesis-duration-fast, 160ms) ease, color var(--genesis-duration-fast, 160ms) ease, border-color var(--genesis-duration-fast, 160ms) ease;
}
.menu-94eb86 .filter::placeholder {
  color: var(--genesis-fg-dim, rgba(255, 255, 255, 0.38));
}
.menu-94eb86 .filter:focus {
  outline: none;
  background: var(--genesis-bg-field, #141617);
  box-shadow: none;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-94eb86 .filter {
    border-bottom: 0;
    border-top: 0;
    padding: 14px 18px;
    font-size: 16px;
  }
}
.menu-94eb86.long input {
  display: block;
}
.menu-94eb86 > .empty-hint {
  display: none;
  text-align: center;
  color: var(--genesis-fg-muted, rgba(255, 255, 255, 0.58));
  padding: 18px 14px;
  font-size: 12px;
}
.menu-94eb86.empty {
  height: auto;
}
.menu-94eb86.empty .empty-hint {
  display: block;
}
.menu-94eb86.empty .option-list {
  display: none;
}
.menu-94eb86.empty input {
  display: none;
}
.menu-94eb86 .option-list {
  min-height: 240px;
  max-height: 480px;
  overflow: auto;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-94eb86 .option-list {
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }
}
.menu-94eb86 .option-list-item {
  cursor: pointer;
  color: var(--genesis-fg, rgba(255, 255, 255, 0.84));
  padding: 0 10px;
  height: 28px;
  min-height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  background: transparent;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  transition: background-color var(--genesis-duration-fast, 160ms) ease, color var(--genesis-duration-fast, 160ms) ease, box-shadow var(--genesis-duration-fast, 160ms) ease;
}
.menu-94eb86 .option-list-item:hover {
  background: var(--genesis-bg-hover, rgba(255, 255, 255, 0.05));
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-94eb86 .option-list-item {
    line-height: 30px;
    height: auto;
    min-height: 56px;
    padding: 14px 18px;
    box-sizing: border-box;
    border-top: 1px solid var(--genesis-border-soft, rgba(255, 255, 255, 0.08));
    border-radius: 0;
    font-size: 16px;
    width: 100%;
  }
  .menu-94eb86 .option-list-item:first-child {
    border-top: none;
  }
  .menu-94eb86 .option-list-item:hover {
    background: var(--genesis-bg-hover, rgba(255, 255, 255, 0.05));
  }
}
.menu-94eb86 .option-list-item.active {
  color: var(--genesis-accent, #B0B6BE);
  background: var(--genesis-bg-active, rgba(176, 182, 190, 0.14));
  box-shadow: none;
}
.menu-94eb86 .option-list-item.active .extra-mark {
  color: var(--genesis-accent, #B0B6BE);
}
.option-43421d {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  transition: background-color var(--genesis-duration-fast, 160ms) ease, color var(--genesis-duration-fast, 160ms) ease, box-shadow var(--genesis-duration-fast, 160ms) ease;
}
.option-43421d .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  height: 100%;
  white-space: pre;
  padding-right: 18px;
  box-sizing: border-box;
}
.option-43421d .extra-mark {
  display: none;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 100%;
  color: var(--genesis-fg-dim, rgba(255, 255, 255, 0.38));
  font-size: 10px;
  line-height: 1;
  position: absolute;
  right: 2px;
  top: 0;
}
.option-43421d .extra-mark.show {
  display: flex;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .option-43421d .extra-mark {
    top: 0;
    right: 18px;
    width: 18px;
    font-size: 12px;
  }
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/menu/menu/menu.theme/business/menu.html.R.js */
.menu-6c627a {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  top: 0;
  left: 0;
  box-sizing: border-box;
  min-width: 280px;
  background: #FFFFFF;
  color: #1A1D22;
  border: 1px solid #E7EAEE;
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-6c627a {
    flex-direction: column-reverse;
    border-radius: 0;
    border-bottom: none;
    box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.16);
  }
}
.menu-6c627a .title {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #DDE4EB;
  color: #666C74;
  padding: 7px 10px;
  border-bottom: 1px solid #E7EAEE;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
.menu-6c627a .filter {
  width: 100%;
  padding: 9px 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  color: #1A1D22;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  outline: none;
  box-shadow: inset 0 -1px 0 #E7EAEE;
  appearance: none;
  -webkit-appearance: none;
  caret-color: #4A617E;
  font-size: 12px;
  line-height: 18px;
  transition: background-color 140ms ease, box-shadow 140ms ease, color 140ms ease, border-color 140ms ease;
}
.menu-6c627a .filter::placeholder {
  color: #90959C;
}
.menu-6c627a .filter:focus {
  outline: none;
  background: #FFFFFF;
  box-shadow: inset 0 -1px 0 #D6DEE8, inset 0 0 0 1px #D6DEE8;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-6c627a .filter {
    border-bottom: 0;
    border-top: 0;
    padding: 14px 18px;
    font-size: 16px;
  }
}
.menu-6c627a.long input {
  display: block;
}
.menu-6c627a > .empty-hint {
  display: none;
  text-align: center;
  color: #666C74;
  padding: 18px 14px;
  font-size: 12px;
}
.menu-6c627a.empty {
  height: auto;
}
.menu-6c627a.empty .empty-hint {
  display: block;
}
.menu-6c627a.empty .option-list {
  display: none;
}
.menu-6c627a.empty input {
  display: none;
}
.menu-6c627a .option-list {
  min-height: 240px;
  max-height: 480px;
  overflow: auto;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-6c627a .option-list {
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }
}
.menu-6c627a .option-list-item {
  cursor: pointer;
  color: #1A1D22;
  padding: 0 10px;
  height: 28px;
  min-height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  background: transparent;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  transition: background-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}
.menu-6c627a .option-list-item:hover {
  background: #F5F6F8;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-6c627a .option-list-item {
    line-height: 30px;
    height: auto;
    min-height: 56px;
    padding: 14px 18px;
    box-sizing: border-box;
    border-top: 1px solid #E7EAEE;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
  }
  .menu-6c627a .option-list-item:first-child {
    border-top: none;
  }
  .menu-6c627a .option-list-item:hover {
    background: #F5F6F8;
  }
}
.menu-6c627a .option-list-item.active {
  color: #4A617E;
  background: #EEF1F4;
  box-shadow: none;
}
.menu-6c627a .option-list-item.active .extra-mark {
  color: #4A617E;
}
.option-65a9f2 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  transition: background-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}
.option-65a9f2 .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  height: 100%;
  white-space: pre;
  padding-right: 18px;
  box-sizing: border-box;
}
.option-65a9f2 .extra-mark {
  display: none;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 100%;
  color: #90959C;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  right: 2px;
  top: 0;
}
.option-65a9f2 .extra-mark.show {
  display: flex;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .option-65a9f2 .extra-mark {
    top: 0;
    right: 18px;
    width: 18px;
    font-size: 12px;
  }
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/layout/siteContainerLayout.html.R.js */
.site-container-layout-0e2db4 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  position: absolute;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/layout/siteLeftBarLayout.html.R.js */
.site-left-bar-layout-974f4d {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #222;
  display: flex;
  flex-direction: row;
}
.site-left-bar-layout-974f4d .side-bar {
  width: 48px;
  padding: 0;
  margin: 0;
  background: #222;
  border-right: 1px solid #181818;
  width: 80px;
}
.site-left-bar-layout-974f4d .side-bar .item {
  height: 65px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #aaa;
}
.site-left-bar-layout-974f4d .side-bar .item:hover {
  cursor: pointer;
  background: #1c1c1c;
  color: white;
}
.site-left-bar-layout-974f4d .side-bar .item.active {
  box-shadow: inset 0 0 2px 0px rgba(0, 0, 0, 0.3);
  background: rgba(80, 80, 80, 0.3);
  color: white;
  cursor: pointer;
}
.site-left-bar-layout-974f4d .side-bar .item .title {
  display: block;
  font-size: 10px;
  margin-top: 12px;
  transform: scale(0.9);
}
.site-left-bar-layout-974f4d > .container {
  flex: 1;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
}
.site-left-bar-layout-974f4d .mobile-only {
  display: none;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .site-left-bar-layout-974f4d {
    flex-direction: column;
  }
  .site-left-bar-layout-974f4d .menu-button .fa::before,
  .site-left-bar-layout-974f4d .side-bar .item .icon::before {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .site-left-bar-layout-974f4d .title-bar {
    height: 48px;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 2;
    background: #222;
    border-bottom: 1px solid #1a1a1a;
    text-align: center;
    line-height: 48px;
    align-items: center;
    justify-content: center;
  }
  .site-left-bar-layout-974f4d .menu-button {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .site-left-bar-layout-974f4d .side-bar {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 48px;
    padding-bottom: 48px;
    z-index: 2;
    transform: translateX(-100%);
    border-top: 1px solid #1a1a1a;
    transition: all 160ms ease-in-out;
  }
  .site-left-bar-layout-974f4d .side-bar .item {
    height: 48px;
    padding: 0;
    border-bottom: 1px solid #1a1a1a;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .site-left-bar-layout-974f4d .side-bar .item .icon {
    width: 48px;
    height: 48px;
  }
  .site-left-bar-layout-974f4d .side-bar .item .title {
    margin: 0;
    margin-left: 12px;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
  }
  .site-left-bar-layout-974f4d .backdrop {
    z-index: 1;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
  }
  .site-left-bar-layout-974f4d.is-menu-unfolded .side-bar {
    transform: translateX(0);
  }
  .site-left-bar-layout-974f4d.is-menu-unfolded .backdrop {
    display: block;
  }
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/layout/siteLeftBarLayout.theme/business/siteLeftBarLayout.html.R.js */
.site-left-bar-layout-d8fd78 {
  position: absolute;
  inset: 0;
  background: #f2f4f6;
  display: flex;
  flex-direction: row;
  color: #1f2933;
}
.site-left-bar-layout-d8fd78 .side-bar {
  width: 80px;
  flex: 0 0 80px;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border-right: 0.5px solid #dfe3e8;
}
.site-left-bar-layout-d8fd78 .side-bar .item {
  width: 100%;
  height: 65px;
  padding: 10px 6px;
  border: 0;
  border-bottom: 0.5px solid #edf0f2;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #667085;
  font: inherit;
  cursor: pointer;
  transition: background-color 140ms ease, color 140ms ease;
}
.site-left-bar-layout-d8fd78 .side-bar .item:hover {
  background: #f5f7f8;
  color: #344054;
}
.site-left-bar-layout-d8fd78 .side-bar .item:focus-visible {
  outline: 2px solid #b8c2cc;
  outline-offset: -2px;
  position: relative;
  z-index: 1;
}
.site-left-bar-layout-d8fd78 .side-bar .item.active {
  background: #e9edf1;
  color: #1f2933;
  box-shadow: inset 2px 0 0 #475467;
}
.site-left-bar-layout-d8fd78 .side-bar .item .icon {
  line-height: 1;
}
.site-left-bar-layout-d8fd78 .side-bar .item .title {
  display: block;
  max-width: 100%;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.2;
}
.site-left-bar-layout-d8fd78 > .container {
  flex: 1;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
}
.site-left-bar-layout-d8fd78 .mobile-only {
  display: none;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .site-left-bar-layout-d8fd78 {
    flex-direction: column;
  }
  .site-left-bar-layout-d8fd78 .menu-button .fa::before,
  .site-left-bar-layout-d8fd78 .side-bar .item .icon::before {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .site-left-bar-layout-d8fd78 .title-bar {
    height: 48px;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-bottom: 0.5px solid #dfe3e8;
    color: #1f2933;
    text-align: center;
  }
  .site-left-bar-layout-d8fd78 .menu-button {
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    color: #475467;
    font: inherit;
  }
  .site-left-bar-layout-d8fd78 .menu-button:hover {
    background: #f5f7f8;
    color: #1f2933;
  }
  .site-left-bar-layout-d8fd78 .menu-button:focus-visible {
    outline: 2px solid #b8c2cc;
    outline-offset: -2px;
  }
  .site-left-bar-layout-d8fd78 .side-bar {
    width: min(320px, 80%);
    height: 100%;
    position: absolute;
    top: 48px;
    padding-bottom: 48px;
    z-index: 2;
    transform: translateX(-100%);
    border-top: 0.5px solid #dfe3e8;
    box-shadow: 12px 0 24px rgba(31, 41, 51, 0.12);
    transition: transform 160ms ease-in-out;
  }
  .site-left-bar-layout-d8fd78 .side-bar .item {
    height: 48px;
    padding: 0;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
  .site-left-bar-layout-d8fd78 .side-bar .item .icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .site-left-bar-layout-d8fd78 .side-bar .item .title {
    margin: 0 12px;
    font-size: 14px;
    line-height: 1.2;
    transform: none;
  }
  .site-left-bar-layout-d8fd78 .backdrop {
    z-index: 1;
    display: none;
    position: absolute;
    inset: 0;
    background: rgba(31, 41, 51, 0.32);
  }
  .site-left-bar-layout-d8fd78.is-menu-unfolded .side-bar {
    transform: translateX(0);
  }
  .site-left-bar-layout-d8fd78.is-menu-unfolded .backdrop {
    display: block;
  }
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/layout/siteSinglePageLayout.html.R.js */
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/layout/tabLayout.html.R.js */
.tab-layout-c53854 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tab-layout-c53854.left {
  flex-direction: row;
}
.tab-layout-c53854.left > .tabs {
  width: 200px;
  flex-direction: column;
}
.tab-layout-c53854.enable-tab-delete .tab-delete-button {
  display: block;
}
.tab-layout-c53854 .tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  box-sizing: border-box;
}
.tab-layout-c53854 .tab-create-button,
.tab-layout-c53854 .tab-return-button {
  padding: 6px 18px;
  border-right: 1px solid #1a1a1a;
  align-items: center;
  justify-content: center;
  display: flex;
}
.tab-layout-c53854 .tab-create-button .text,
.tab-layout-c53854 .tab-return-button .text {
  padding-left: 6px;
}
.tab-layout-c53854 .tab-create-button {
  display: none;
}
.tab-layout-c53854.enable-tab-create .tab-create-button {
  display: flex;
}
.tab-layout-c53854 > .container {
  flex: 1;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.tab-layout-c53854 > .container .main-view {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.tab-layout-c53854 .main-view {
  flex: 1;
}
.mobile-tab-layout-e35752 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom: 1px solid #181818;
}
.mobile-tab-layout-e35752 > .title {
  width: 100%;
  flex: 0;
  border-bottom: 1px solid #181818;
  padding: 4px;
  text-align: left;
}
.mobile-tab-layout-e35752 .icon {
  margin-right: 4px;
}
.mobile-tab-layout-e35752 > .container {
  flex: 1;
  overflow: auto;
  z-index: 0;
  position: relative;
}
.tab-list-item-ac56c7 {
  border-top: 1px solid #1a1a1a;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-self: center;
}
.tab-list-item-ac56c7:first-child {
  border-left: 1px solid #1a1a1a;
}
.tab-list-item-ac56c7.no-title-icon .title-icon {
  display: none;
}
.tab-list-item-ac56c7 .title {
  padding: 10px 14px;
}
.tab-list-item-ac56c7 i {
  padding: 0 8px;
}
.tab-list-item-ac56c7:hover {
  cursor: pointer;
  background: #1c1c1c;
  color: white;
  position: relative;
}
.tab-list-item-ac56c7.active {
  box-shadow: inset 0 0 2px 0px rgba(0, 0, 0, 0.3);
  background: rgba(80, 80, 80, 0.3);
  color: white;
  cursor: pointer;
}
.tab-list-item-ac56c7 .tab-delete-button {
  display: none;
}
.tab-list-item-ac56c7 .tab-delete-button:hover {
  color: red;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/table/table.html.R.js */
.table-82bd90 {
  position: relative;
  border-bottom: 2px solid #333;
  display: flex;
  flex-direction: column;
}
.table-82bd90 .empty-hint {
  display: none;
}
.table-82bd90 .empty-hint.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666;
  text-align: center;
  flex: 1;
}
.table-82bd90 th.full {
  position: sticky;
  top: 0;
  /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  background: #333;
}
.table-82bd90 th {
  background: transparent;
}
.table-82bd90 > .table {
  border-collapse: collapse;
  width: 100%;
}
.table-82bd90 > .table > tbody {
  line-height: 36px;
}
.table-82bd90 > .table tr,
.table-82bd90 > .table td,
.table-82bd90 > .table th {
  box-sizing: border-box;
  padding: 2px 10px;
  border-bottom: 1px solid #333;
  word-break: break-all;
  text-align: left;
}
.table-82bd90 > .table tr:hover,
.table-82bd90 > .table td:hover,
.table-82bd90 > .table th:hover {
  background: #282828;
}
.table-82bd90 > .table th {
  padding: 6px 10px;
}
.table-82bd90 > .table th {
  color: #eee;
}
.table-82bd90 > .table .mobile-head,
.table-82bd90 > .table th tr th {
  font-weight: 700;
}
.table-82bd90 > .table a.action {
  color: #378dff;
  padding: 0 7px;
  display: inline-block;
}
.table-82bd90 > .table.single-line td {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table-82bd90.transposed > .table > thead {
  display: none;
}
.table-82bd90.transposed > .table tr td,
.table-82bd90.transposed > .table tr th {
  border-top: 1px solid #777;
}
.table-82bd90.transposed > .table tr.last td,
.table-82bd90.transposed > .table tr.last th {
  border-bottom: 1px solid #777;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/actions/actions.html.R.js */
.actions-342948 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.button-d83f07 {
  margin: 4px 4px;
  white-space: nowrap;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/selector/selector.html.R.js */
.selector-25a720 {
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #414141;
  border-radius: 2px;
  background-color: #222;
  padding: 0 8px;
  transition: all 200ms;
  width: 280px;
  min-width: 200px;
}
.selector-25a720:hover,
.selector-25a720.active {
  background-color: #282828;
  border: 1px solid #606060;
}
.selector-25a720 > .name {
  flex: 1;
  height: 32px;
  line-height: 32px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selector-25a720 > .name.placeholder {
  color: #888;
}
.selector-25a720 > .icon {
  transition: all 300ms;
  flex-shrink: 0;
}
.selector-25a720.active > .icon {
  transform: rotate(180deg);
}
.choices-8f6d4a {
  max-width: 100%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
  background: #303030;
  box-sizing: border-box;
  padding: 5px;
  overflow: hidden;
  border-radius: 2px;
}
.choices-8f6d4a .filter {
  display: none;
  width: 100%;
  padding: 6px 10px;
  box-sizing: border-box;
  background: transparent;
}
.choices-8f6d4a.long input {
  display: block;
}
.choices-8f6d4a > .empty-hint {
  display: none;
  text-align: center;
  color: #999;
  padding: 0 #999;
}
.choices-8f6d4a.empty {
  height: auto;
}
.choices-8f6d4a.empty .empty-hint {
  display: block;
}
.choices-8f6d4a.empty .option-list {
  display: none;
}
.choices-8f6d4a .option-list {
  max-height: 320px;
  overflow: auto;
}
.choices-8f6d4a .option-list-item {
  cursor: pointer;
  color: #aaa;
  padding: 4px 10px;
  line-height: 24px;
  word-break: break-all;
  box-sizing: border-box;
}
.choices-8f6d4a .option-list-item:hover,
.choices-8f6d4a .option-list-item .active {
  color: #fff;
  background: #353535;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/navigation/breadcrumb.html.R.js */
.breadcrumb-c07847 {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #222;
  left: 0;
  top: 0;
  overflow: hidden;
}
.breadcrumb-c07847 > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  overflow: hidden;
}
.breadcrumb-c07847 .breadcrumb-body {
  flex: 1;
}
.breadcrumb-c07847 .breadcrumb-header {
  display: flex;
  flex-direction: row;
}
.breadcrumb-c07847 .breadcrumb-header {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.breadcrumb-c07847 .home-button,
.breadcrumb-c07847 .back-button {
  padding: 10px 14px;
  border-right: 1px solid #1a1a1a;
  align-items: center;
  justify-content: center;
  display: flex;
}
.breadcrumb-c07847 .home-button .text,
.breadcrumb-c07847 .back-button .text {
  padding-left: 6px;
}
.breadcrumb-c07847 .nav-list {
  flex: 1;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
.nav-list-item-9bd102.self {
  display: flex;
  flex-direction: row;
  padding: 2px;
}
.nav-list-item-9bd102:first-child .left-arrow {
  display: none;
}
.nav-list-item-9bd102 .left-arrow {
  padding-right: 2px;
}
.nav-list-item-9bd102 .name {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav-list-item-9bd102 .name:hover {
  color: white;
  text-decoration: underline;
}
.nav-list-item-9bd102.current .name {
  padding: 0px 7px;
  line-height: 24px;
  margin: 4px 0;
  color: white;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/ui/image/imageDisplayer.html.R.js */
.image-displayer-40d738 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: black;
}
.image-displayer-40d738 .image-buffer {
  display: inline-block;
}
.image-displayer-40d738.instant .buffers .image-buffer {
  transition: none;
}
.image-displayer-40d738 .buffers {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.image-buffer-b2625c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateX(-9999px);
  transition: all 160ms;
  position: absolute;
  top: 0;
  left: 0;
}
.image-buffer-b2625c img {
  background-color: white;
  transition: opacity 300ms;
  opacity: 1;
  cursor: grab;
}
.image-buffer-b2625c .loading-hint,
.image-buffer-b2625c .failure-message {
  display: none;
  color: white;
}
.image-buffer-b2625c.loading .loading-hint {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-buffer-b2625c.loading .loading-hint cube-loading-hint {
  width: 180px;
}
.image-buffer-b2625c.ready img {
  opacity: 1;
}
.image-buffer-b2625c .image-wrapper {
  display: inline-block;
}
.image-buffer-b2625c.fail .image-wrapper {
  width: 256px;
  height: 256px;
  background: black;
  color: white;
  display: inline-block;
}
.image-buffer-b2625c.fail .image-wrapper img {
  display: none;
}
.image-buffer-b2625c.fail .failure-message {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/singular/hierarchy/node/nodeWrapper.html.R.js */
.node-wrapper-2d3204 {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 250ms;
  user-select: none;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/singular/mark/shortcutHud.html.R.js */
.shortcut-hud-62a028 {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  padding: 2px;
  color: #aaa;
  z-index: 1000;
  width: 100%;
}
.shortcut-hud-62a028 .shortcuts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
.shortcut-hud-62a028 .entry {
  flex: 1;
  max-width: 150px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  color: #ccc;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shortcut-list-item-0d3a4d {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.shortcut-list-item-0d3a4d:hover {
  color: #eee;
  cursor: pointer;
}
.shortcut-list-item-0d3a4d .headline {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shortcut-list-item-0d3a4d .remove {
  opacity: 0.5;
  padding: 0 2px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}
.shortcut-list-item-0d3a4d .remove:hover {
  opacity: 1;
  color: #ff4444;
}
@keyframes blink {
  0% {
    background: rgba(0, 0, 0, 0.75);
  }
  25% {
    background: rgba(255, 255, 255, 0.3);
  }
  100% {
    background: rgba(0, 0, 0, 0.1);
  }
}
.shortcut-list-item-0d3a4d.blinking {
  animation: blink 0.25s ease-in-out;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/singular/renderContext.html.R.js */
.render-context-0167ae {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #222;
  position: relative;
}
body.theme-business .render-context-0167ae {
  background: #fdfdfb;
}
.render-context-0167ae .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.render-context-0167ae canvas[data-id="background"].layer {
  z-index: 0;
  pointer-events: auto;
}
.render-context-0167ae > div[data-id="uiContainer"] {
  z-index: 1;
  overflow: visible;
  overscroll-behavior: none;
  /* Don't block events towards background */
  width: 0;
  height: 0;
}
.render-context-0167ae canvas[data-id="foreground"] {
  z-index: 2;
  pointer-events: none;
}
.render-context-0167ae div[data-id="nodeOverlayLayer"] {
  z-index: 3;
  pointer-events: none;
}
.render-context-0167ae div[data-id="cursorLayer"] {
  z-index: 4;
  pointer-events: none;
}
.render-context-0167ae > [data-id="popups"] {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.render-context-0167ae > [data-id="popups"] > * {
  pointer-events: auto;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/singular/selection/selectionIndicator.html.R.js */
.selection-indicator-60a175 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 256px;
  min-height: 36px;
  padding: 7px 40px 7px 12px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background: #202224;
  color: rgba(255, 255, 255, 0.92);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.28);
}
.selection-indicator-60a175 .selection-label {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 500;
}
.selection-indicator-60a175 .selection-count {
  min-width: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-variant-numeric: tabular-nums;
  text-align: left;
}
.selection-indicator-60a175 .selection-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.selection-indicator-60a175 .selection-actions:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}
.selection-indicator-60a175 .selection-actions:focus-visible {
  outline: 2px solid rgba(176, 182, 190, 0.58);
  outline-offset: 1px;
}
.selection-indicator-60a175 .selection-actions icon {
  pointer-events: none;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/singular/selection/selectionIndicator.theme/business/selectionIndicator.html.R.js */
.selection-indicator-7614dc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 256px;
  min-height: 36px;
  padding: 7px 40px 7px 12px;
  box-sizing: border-box;
  border: 0.5px solid #D9DEE5;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background: #FFFFFF;
  color: #1A1D22;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  box-shadow: 0 2px 5px rgba(15, 23, 42, 0.08);
}
.selection-indicator-7614dc .selection-label {
  color: #667085;
  font-weight: 500;
}
.selection-indicator-7614dc .selection-count {
  min-width: 18px;
  color: #1A1D22;
  font-variant-numeric: tabular-nums;
  text-align: left;
}
.selection-indicator-7614dc .selection-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #667085;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.selection-indicator-7614dc .selection-actions:hover {
  background: #F1F3F5;
  color: #1A1D22;
}
.selection-indicator-7614dc .selection-actions:focus-visible {
  outline: 2px solid #C7DFFF;
  outline-offset: 1px;
}
.selection-indicator-7614dc .selection-actions icon {
  pointer-events: none;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/singular/ui/iconButton.html.R.js */
.icon-button-4642b3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #ccc;
  cursor: pointer;
  font-style: normal;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.icon-button-4642b3:hover {
  translate: scale(1.2);
}
.icon-button-4642b3.solid {
  color: #444;
  background-color: #eee;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/singular/ui/iconButton.theme/business/iconButton.html.R.js */
.icon-button-486c3d {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #666C74;
  cursor: pointer;
  font-style: normal;
  user-select: none;
  box-shadow: none;
  transition: transform 140ms ease, background 140ms ease, color 140ms ease, box-shadow 140ms ease;
}
.icon-button-486c3d:hover {
  color: #111318;
  background: #F5F6F8;
  transform: scale(1.06);
}
.icon-button-486c3d:active {
  transform: scale(0.98);
  background: rgba(17, 24, 39, 0.1);
}
.icon-button-486c3d.solid {
  color: #111318;
  background: #FFFFFF;
  box-shadow: inset 0 0 0 1px #E7EAEE, 0 1px 2px rgba(15, 23, 42, 0.06);
}
.icon-button-486c3d.solid:hover {
  color: #4A617E;
  background: #FFFFFF;
  box-shadow: inset 0 0 0 1px #D9DEE4, 0 2px 4px rgba(15, 23, 42, 0.08);
}
.icon-button-486c3d.solid:active {
  background: #FFFFFF;
  box-shadow: inset 0 0 0 1px #D9DEE4, 0 1px 2px rgba(15, 23, 42, 0.04);
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/theme/themeChooser.html.R.js */
.theme-chooser-b4a785 {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  overflow: auto;
  background: #17191C;
  color: rgba(255, 255, 255, 0.88);
  font-family: ui-sans-serif, system-ui, sans-serif;
}
.theme-chooser-b4a785 .content {
  width: min(100%, 720px);
}
.theme-chooser-b4a785 .intro {
  margin-bottom: 28px;
}
.theme-chooser-b4a785 .eyebrow {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.46);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.theme-chooser-b4a785 h1 {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.theme-chooser-b4a785 p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
  line-height: 1.5;
}
.theme-chooser-b4a785 .theme-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
}
.theme-chooser-b4a785 .theme-option {
  width: 100%;
  min-height: 108px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  background: #202327;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease;
}
.theme-chooser-b4a785 .theme-option:hover,
.theme-chooser-b4a785 .theme-option:focus-visible {
  border-color: rgba(255, 255, 255, 0.38);
  background: #282C31;
  outline: none;
}
.theme-chooser-b4a785 .theme-option.active {
  border-color: rgba(176, 182, 190, 0.76);
  background: #272B30;
}
.theme-chooser-b4a785 .theme-name {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 600;
}
.theme-chooser-b4a785 .theme-description {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.45;
}
@media (max-width: 560px) {
  .theme-chooser-b4a785 {
    align-items: flex-start;
    padding: 24px 18px;
  }
  .theme-chooser-b4a785 .theme-list {
    grid-template-columns: 1fr;
  }
}
.theme-list-item-c98557 {
  display: block;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/web-consensus/src/theme/themeChooser.theme/business/themeChooser.html.R.js */
.theme-chooser-f7e4aa {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  overflow: auto;
  background: #F2F4F6;
  color: #1A1D22;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
.theme-chooser-f7e4aa .content {
  width: min(100%, 720px);
}
.theme-chooser-f7e4aa .intro {
  margin-bottom: 28px;
}
.theme-chooser-f7e4aa .eyebrow {
  margin-bottom: 8px;
  color: #667085;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.theme-chooser-f7e4aa h1 {
  margin: 0;
  color: #1A1D22;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.theme-chooser-f7e4aa p {
  margin: 9px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}
.theme-chooser-f7e4aa .theme-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
}
.theme-chooser-f7e4aa .theme-option {
  width: 100%;
  min-height: 108px;
  padding: 18px;
  border: 0.5px solid #D7DCE2;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  background: #FFFFFF;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}
.theme-chooser-f7e4aa .theme-option:hover {
  border-color: #BFC7D0;
  background: #F8F9FA;
}
.theme-chooser-f7e4aa .theme-option:focus-visible {
  border-color: #7C8794;
  outline: 2px solid #D6DEE8;
  outline-offset: 2px;
}
.theme-chooser-f7e4aa .theme-option.active {
  border-color: #64748B;
  background: #F8F9FA;
  box-shadow: inset 3px 0 0 #64748B;
}
.theme-chooser-f7e4aa .theme-name {
  color: #1A1D22;
  font-size: 15px;
  font-weight: 600;
}
.theme-chooser-f7e4aa .theme-description {
  color: #667085;
  font-size: 12px;
  line-height: 1.45;
}
@media (max-width: 560px) {
  .theme-chooser-f7e4aa {
    align-items: flex-start;
    padding: 24px 18px;
  }
  .theme-chooser-f7e4aa .theme-list {
    grid-template-columns: 1fr;
  }
}
.theme-list-item-715ef7 {
  display: block;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/helper/entriesImportView.html.R.js */
.entries-import-view-c38369 {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.entries-import-view-c38369 input[data-id="fileInput"] {
  display: none;
}
.entries-import-view-c38369 .drop {
  position: relative;
  border: 1px dashed #666;
  border-radius: 6px;
  padding: 16px 12px;
  text-align: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  flex: 1;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entries-import-view-c38369 .drop:hover {
  border-color: #888;
  background: rgba(255, 255, 255, 0.07);
}
.entries-import-view-c38369 .idlePane,
.entries-import-view-c38369 .importingPane {
  width: 100%;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.entries-import-view-c38369 .importingPane {
  cursor: wait;
}
.entries-import-view-c38369 .hint {
  color: #bbb;
  font-size: 13px;
  line-height: 1.4;
}
.entries-import-view-c38369 .spinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-top-color: #8ab4f8;
  border-radius: 50%;
  animation: entries-import-spin 0.75s linear infinite;
}
.entries-import-view-c38369 .progress {
  color: #aaa;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
@keyframes entries-import-spin {
  to {
    transform: rotate(360deg);
  }
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/entryNodeContent.html.R.js */
.entry-like {
  display: block;
  overflow: visible;
  position: relative;
  background: #343434;
  display: inline-block;
  width: 344px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 0;
  min-height: 32px;
}
.entry-like .cas-puri-rune {
  transition: all 200ms;
}
.entry-like [data-puri-status=working] {
  animation: breathing 1.5s ease-in-out infinite;
}
@keyframes breathing {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
.entry-like.marked {
  background: #a18011;
  background: linear-gradient(189deg, #786b76, #a18011, #a2a148);
  color: white;
}
.entry-like.is-reference {
  background: #464646;
}
.entry-like.is-reference.marked {
  background: #a08c49;
}
.entry-like.is-reference .reference {
  display: block;
}
.entry-like.selected {
  background: #3e5f66;
}
.entry-node-content-bf8b90 [data-id=expandAffordance] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 12px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 14px;
  background: linear-gradient(90deg, rgba(85, 85, 85, 0) 0%, rgba(85, 85, 85, 0.18) 35%, rgba(85, 85, 85, 0.42) 100%);
  background: linear-gradient(90deg, rgba(85, 85, 85, 0) 0%, rgba(85, 85, 85, 0.18) 64%, rgba(85, 85, 85, 0.42) 100%);
  color: #aaa;
  transform-origin: right center;
  font-size: 10px;
  text-align: center;
  border-radius: 100px;
  border-radius: 0 36px;
  cursor: pointer;
  transition: background-color 140ms ease, color 180ms ease, opacity 90ms ease, box-shadow 140ms ease, border-radius 100ms ease;
  user-select: none;
  z-index: 2;
}
.entry-node-content-bf8b90 [data-id=expandAffordance] > .expand-affordance-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 14px;
  min-height: 14px;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 8px;
  transform: scale(0.8);
  transition: background-color 140ms ease, color 180ms ease, box-shadow 140ms ease;
}
.entry-node-content-bf8b90.has-entry-aggregation-agg-color [data-id=expandAffordance] {
  background-image: none;
}
.entry-node-content-bf8b90.has-entry-aggregation-agg-color [data-id=expandAffordance] > .expand-affordance-tag {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.entry-node-content-bf8b90 [data-id=expandAffordance]:hover {
  color: #eee;
  background: linear-gradient(90deg, rgba(110, 110, 110, 0) 0%, rgba(110, 110, 110, 0.22) 35%, rgba(130, 130, 130, 0.72) 100%);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.2);
}
.entry-node-content-bf8b90 [data-id=expandAffordance].is-empty {
  color: rgba(220, 220, 220, 0.12);
  letter-spacing: 0.08em;
  font-size: 11px;
}
.entry-node-content-bf8b90 [data-id=expandAffordance].is-empty > .expand-affordance-tag {
  min-width: auto;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.entry-node-content-bf8b90.has-relations-before [data-id=expandAffordance] {
  border-left: 1px solid orange;
}
.entry-node-content-bf8b90.has-relations-after [data-id=expandAffordance] {
  border-right: 1px solid cyan;
}
.entry-node-content-bf8b90 [data-id=beforeIcon] {
  display: inline-block;
  position: absolute;
  right: 17px;
  right: 27px;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  line-height: 24px;
  text-align: center;
  color: yellow;
  color: orange;
  transform: translateY(-50%) scaleY(-1);
}
.entry-node-content-bf8b90 [data-id=changeAwareToggle] {
  position: absolute;
  left: 8px;
  top: 50%;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
  color: #ddd;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  z-index: 2;
  user-select: none;
  transition: background-color 120ms ease, color 120ms ease, opacity 120ms ease;
}
.entry-node-content-bf8b90 [data-id=changeAwareToggle]:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.entry-node-content-bf8b90.candidate-kind-edit [data-id=changeAwareToggle] {
  color: #f3d36f;
}
.entry-node-content-bf8b90.candidate-kind-del [data-id=changeAwareToggle] {
  color: #ff9d9d;
}
.entry-node-content-bf8b90.candidate-state-accept [data-id=changeAwareToggle] {
  background: rgba(86, 161, 86, 0.22);
}
.entry-node-content-bf8b90.candidate-state-mask [data-id=changeAwareToggle] {
  background: rgba(176, 47, 47, 0.18);
  opacity: 0.75;
}
.entry-node-content-bf8b90:not(.proposal-mode) [data-id=changeAwareToggle] {
  display: none;
}
.entry-node-content-bf8b90 [data-id=afterIcon] {
  display: inline-block;
  position: absolute;
  right: -3px;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  line-height: 24px;
  text-align: center;
  color: cyan;
  transform: translateY(-50%);
}
.entry-node-content-bf8b90 *[stage-out] {
  display: none;
}
.entry-node-content-bf8b90.has-binding {
  box-shadow: inset -2px 0 0 0 rgba(120, 210, 255, 0.8);
}
.entry-node-content-bf8b90.editor-party-ai:not(.selected):not(.marked) {
  background: #3a3a3a;
}
.entry-node-content-bf8b90.has-entry-aggregation-value-color:not(.has-entry-aggregation-agg-color) [data-id=expandAffordance] {
  color: var(--entry-aggregation-value-color);
}
.entry-node-content-bf8b90 [data-id=highlightMasks] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  display: none;
  z-index: 5;
}
.entry-node-content-bf8b90 [data-id=highlightMasks] > .entry-highlight-mask {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.entry-node-content-bf8b90 [data-id=spots] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
  display: none;
  z-index: 6;
}
.entry-node-content-bf8b90 [data-id=spots] > .entry-spot-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  pointer-events: none;
}
.entry-node-content-bf8b90 > widget,
.entry-node-content-bf8b90 > i {
  position: relative;
  z-index: 1;
}
.entry-node-content-bf8b90.shrink {
  min-height: 2px;
  display: block;
  height: 2px;
  overflow: hidden;
  background: rgba(110, 110, 110, 0.55);
  box-shadow: none;
}
.entry-node-content-bf8b90.shrink > widget,
.entry-node-content-bf8b90.shrink > i {
  opacity: 0;
  pointer-events: none;
}
.entry-node-content-bf8b90.expanding {
  filter: contrast(1.2);
}
.entry-node-content-bf8b90.expanding.has-steps [data-id=expandAffordance] {
  color: #eee;
}
.entry-node-content-bf8b90.expanding [data-id=expandAffordance] {
  border-radius: 0;
}
.entry-node-content-bf8b90.expanding.hold-open:not(.has-binding) {
  box-shadow: inset -2px 0 0 0 rgba(255, 255, 255, 0.7), inset -4px 0 0 0 rgba(120, 120, 120, 0.75);
}
.entry-node-content-bf8b90.expanding:not(.hold-open):not(.has-binding) {
  box-shadow: inset -2px 0 0 0 rgba(255, 255, 255, 0.7);
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/entryNodeContent.theme/business/entryNodeContent.html.R.js */
:where(body.theme-business) .entry-like {
  overflow: visible;
  position: relative;
  background: #fdfdfd;
  color: #2a2a2a;
  display: inline-block;
  width: 344px;
  box-sizing: border-box;
  border-bottom: 1px;
  font-size: 14px;
  border-radius: 0;
  min-height: 32px;
  border: 1px solid #f0f0f0;
  border-top: 1px solid #fafafa;
}
:where(body.theme-business) .entry-like .cas-puri-rune {
  transition: all 200ms;
}
:where(body.theme-business) .entry-like [data-puri-status=working] {
  animation: breathing 1.5s ease-in-out infinite;
}
@keyframes breathing {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
:where(body.theme-business) .entry-like.marked {
  background: #eadca8;
  background: linear-gradient(189deg, #f1b549, #ffd16bbf, #f3e13a);
  color: #222;
  border-top: 1px solid transparent;
}
:where(body.theme-business) .entry-like.is-reference {
  background: #e6e6e6;
}
:where(body.theme-business) .entry-like.is-reference.marked {
  background: #e2d7ad;
}
:where(body.theme-business) .entry-like.is-reference .reference {
  display: block;
}
:where(body.theme-business) .entry-like.selected {
  background: #d7e7ea;
}
.entry-node-content-f0b451 [data-id=expandAffordance] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 12px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 14px;
  color: #555;
  transform-origin: right center;
  font-size: 10px;
  text-align: center;
  border-radius: 100px;
  border-radius: 0 36px;
  cursor: pointer;
  transition: background-color 140ms ease, color 180ms ease, opacity 90ms ease, box-shadow 140ms ease, border-radius 100ms ease;
  user-select: none;
  z-index: 2;
}
.entry-node-content-f0b451 [data-id=expandAffordance] > .expand-affordance-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 14px;
  min-height: 14px;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 8px;
  transform: scale(0.8);
  transition: background-color 140ms ease, color 180ms ease, box-shadow 140ms ease;
}
.entry-node-content-f0b451.has-entry-aggregation-agg-color [data-id=expandAffordance] {
  background-image: none;
}
.entry-node-content-f0b451.has-entry-aggregation-agg-color [data-id=expandAffordance] > .expand-affordance-tag {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.entry-node-content-f0b451 [data-id=expandAffordance]:hover {
  color: #222;
}
.entry-node-content-f0b451 [data-id=expandAffordance].is-empty {
  color: rgba(80, 80, 80, 0.28);
  letter-spacing: 0.08em;
  font-size: 11px;
}
.entry-node-content-f0b451 [data-id=expandAffordance].is-empty > .expand-affordance-tag {
  min-width: auto;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.entry-node-content-f0b451.has-relations-before [data-id=expandAffordance] {
  border-left: 1px solid #c38a18;
}
.entry-node-content-f0b451.has-relations-after [data-id=expandAffordance] {
  border-right: 1px solid #3d8fb8;
}
.entry-node-content-f0b451 [data-id=beforeIcon] {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  line-height: 24px;
  text-align: center;
  color: #c38a18;
  transform: translateY(-50%) scaleY(-1);
}
.entry-node-content-f0b451 [data-id=changeAwareToggle] {
  position: absolute;
  left: 8px;
  top: 50%;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
  color: #555;
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
  z-index: 2;
  user-select: none;
  transition: background-color 120ms ease, color 120ms ease, opacity 120ms ease;
}
.entry-node-content-f0b451 [data-id=changeAwareToggle]:hover {
  background: rgba(0, 0, 0, 0.12);
  color: #111;
}
.entry-node-content-f0b451.candidate-kind-edit [data-id=changeAwareToggle] {
  color: #9b6b00;
}
.entry-node-content-f0b451.candidate-kind-del [data-id=changeAwareToggle] {
  color: #c05656;
}
.entry-node-content-f0b451.candidate-state-accept [data-id=changeAwareToggle] {
  background: rgba(86, 161, 86, 0.16);
}
.entry-node-content-f0b451.candidate-state-mask [data-id=changeAwareToggle] {
  background: rgba(176, 47, 47, 0.12);
  opacity: 0.75;
}
.entry-node-content-f0b451:not(.proposal-mode) [data-id=changeAwareToggle] {
  display: none;
}
.entry-node-content-f0b451 [data-id=afterIcon] {
  display: inline-block;
  position: absolute;
  right: -3px;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  line-height: 24px;
  text-align: center;
  color: #3d8fb8;
  transform: translateY(-50%);
}
.entry-node-content-f0b451 *[stage-out] {
  display: none;
}
.entry-node-content-f0b451.has-binding {
  box-shadow: inset -2px 0 0 0 rgba(53, 128, 170, 0.72);
}
.entry-node-content-f0b451.editor-party-ai:not(.selected):not(.marked) {
  background: #fafafa;
}
.entry-node-content-f0b451.has-entry-aggregation-value-color:not(.has-entry-aggregation-agg-color) [data-id=expandAffordance] {
  color: var(--entry-aggregation-value-color);
}
.entry-node-content-f0b451 [data-id=highlightMasks] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  display: none;
  z-index: 5;
}
.entry-node-content-f0b451 [data-id=highlightMasks] > .entry-highlight-mask {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.entry-node-content-f0b451 [data-id=spots] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
  display: none;
  z-index: 6;
}
.entry-node-content-f0b451 [data-id=spots] > .entry-spot-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  pointer-events: none;
}
.entry-node-content-f0b451 > widget,
.entry-node-content-f0b451 > i {
  position: relative;
  z-index: 1;
}
.entry-node-content-f0b451.shrink {
  min-height: 2px;
  display: block;
  height: 2px;
  overflow: hidden;
  background: rgba(140, 140, 140, 0.4);
  box-shadow: none;
}
.entry-node-content-f0b451.shrink > widget,
.entry-node-content-f0b451.shrink > i {
  opacity: 0;
  pointer-events: none;
}
.entry-node-content-f0b451.expanding {
  filter: contrast(1.06);
}
.entry-node-content-f0b451.expanding.has-steps [data-id=expandAffordance] {
  color: #222;
}
.entry-node-content-f0b451.expanding [data-id=expandAffordance] {
  border-radius: 0;
}
.entry-node-content-f0b451.expanding.hold-open:not(.has-binding) {
  box-shadow: inset -2px 0 0 0 rgba(0, 0, 0, 0.38), inset -4px 0 0 0 rgba(150, 150, 150, 0.48);
}
.entry-node-content-f0b451.expanding:not(.hold-open):not(.has-binding) {
  box-shadow: inset -2px 0 0 0 rgba(0, 0, 0, 0.38);
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/cas/src/editor/selection/selectionMenu.html.R.js */
.selection-menu-f530c2 {
  position: absolute;
  background: white;
  padding: 4px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  z-index: 1000;
}
.menu-item-88e8af {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.menu-item-88e8af:hover {
  background-color: #f0f0f0;
}
.menu-item-88e8af:active {
  background-color: #e0e0e0;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/cas/src/editor/search/searchPanel.html.R.js */
.search-panel-67d471 {
  position: absolute;
  top: 20px;
  right: 20px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 1000;
  min-width: 300px;
}
.search-panel-67d471 .search-input-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}
.search-panel-67d471 input[data-id="searchInput"] {
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  font-size: 13px;
}
.search-panel-67d471 input[data-id="searchInput"]:focus {
  border-color: #4a90e2;
}
.search-panel-67d471 .search-info {
  font-size: 11px;
  color: #666;
  min-height: 14px;
}
.search-panel-67d471 .search-controls {
  display: flex;
  gap: 4px;
}
.search-panel-67d471 button {
  background: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 14px;
  min-width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-panel-67d471 button:hover {
  background: #f5f5f5;
  border-color: #bbb;
}
.search-panel-67d471 button:active {
  background: #e5e5e5;
}
.search-panel-67d471 button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/cas/src/autoComplete/autoCompleter.html.R.js */
.auto-completer-617e1e {
  position: absolute;
  z-index: 100;
  box-shadow: -1px 0 3px 0 rgba(200, 200, 200, 0.9);
  background-color: white;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 100ms;
}
.auto-completer-617e1e .font-bold {
  font-weight: bold;
}
.auto-completer-617e1e.left .candidates,
.auto-completer-617e1e.left .preview {
  float: right;
}
.auto-completer-617e1e .candidates {
  float: left;
  width: 200px;
  max-height: 200px;
  overflow: auto;
  padding: 6px 0 6px 6px;
}
.auto-completer-617e1e .candidates .item {
  cursor: pointer;
  background-color: white;
  padding: 2px 0px 2px 15px;
  transition: all 50ms;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.auto-completer-617e1e .candidates .item.active {
  background-color: #323437;
  position: relative;
  text-indent: -4px;
  color: white;
}
.auto-completer-617e1e .preview {
  min-width: 100px;
  min-height: 200px;
  height: 200px;
  overflow: hidden;
  max-width: 300px;
  background-color: white;
  float: left;
}
.auto-completer-617e1e .preview.empty {
  display: none;
}
.auto-completer-617e1e .preview > video {
  transition: all 1s;
}
.auto-completer-617e1e .preview > img {
  margin: 0 auto;
  display: block;
  padding: 10px;
  box-sizing: border-box;
}
.auto-completer-617e1e .preview .description {
  white-space: pre-wrap;
  display: block;
  padding: 10px;
  box-sizing: border-box;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/cas/src/web/richTextInput.html.R.js */
.rich-text-input-529516 {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 38px;
  width: 100%;
}
.rich-text-input-529516 > * {
  min-width: 0;
  flex: 1;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/cas/src/web/richTextDisplay.html.R.js */
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/entryNodeContent/briefContent.html.R.js */
.entry-application-like {
  width: 100%;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0px;
  font-size: 13px;
  overflow: visible;
}
.ca-viewport.entry-rich-text-spec {
  user-select: none;
  padding: 0;
  /*
    code {
        display: inline-block;
        background: #444;
        padding: 0px 22px;
        border-radius: 4px;
        .style-reset();

        .ca-st-codeblock-fence,
        .ca-st-codeblock-annotation {
            position: relative;
        }

        .ca-st-codeblock-annotation {
            font-size: 11px;
            color: #aaa;
            float: right;
        }

        .ca-cursor-nearby.ca-st-codeblock-fence {
            opacity: 1;

        }

        .ca-st-codeblock-fence {
            opacity: 0;
        }
    }*/
}
.ca-viewport.entry-rich-text-spec .ca-scrollable {
  overflow: hidden;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
.ca-viewport.entry-rich-text-spec h1,
.ca-viewport.entry-rich-text-spec h2,
.ca-viewport.entry-rich-text-spec h3,
.ca-viewport.entry-rich-text-spec h4,
.ca-viewport.entry-rich-text-spec h5,
.ca-viewport.entry-rich-text-spec h6 {
  display: block;
  margin: 0;
  margin-right: 0;
  font-size: 12px;
  text-align: left;
  position: relative;
}
.ca-viewport.entry-rich-text-spec img {
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
  position: relative;
  top: 2px;
  padding: 2px;
}
.ca-viewport.entry-rich-text-spec .ca-list-item {
  list-style: none;
}
.ca-viewport.entry-rich-text-spec .ca-list-prefix.ca-decorator,
.ca-viewport.entry-rich-text-spec .ca-headline-prefix.ca-decorator {
  opacity: 1;
  display: inline;
}
.brief-content-fd3de0.display-mode-no-focus [data-id=richWrapper],
.brief-content-fd3de0.display-mode-focus [data-id=richWrapper],
.brief-content-fd3de0.display-mode-editing [data-id=richWrapper],
.brief-content-fd3de0.display-mode-no-focus [data-id=richWrapper] .ca-viewport,
.brief-content-fd3de0.display-mode-focus [data-id=richWrapper] .ca-viewport,
.brief-content-fd3de0.display-mode-editing [data-id=richWrapper] .ca-viewport {
  width: 100%;
  max-width: 100%;
}
.brief-content-fd3de0.display-mode-no-focus [data-id=richWrapper] .ca-viewport,
.brief-content-fd3de0.display-mode-focus [data-id=richWrapper] .ca-viewport,
.brief-content-fd3de0.display-mode-editing [data-id=richWrapper] .ca-viewport {
  overflow: hidden;
}
.brief-content-fd3de0.display-mode-no-focus [data-id=richWrapper] .ca-viewport {
  max-height: 72px;
}
.brief-content-fd3de0.display-mode-no-focus [data-id=richWrapper] .ca-scrollable {
  overflow: hidden;
  max-height: 72px;
}
.brief-content-fd3de0.display-mode-no-focus [data-id=richWrapper] .ca-mime-markdown {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.brief-content-fd3de0.display-mode-focus [data-id=richWrapper] .ca-viewport {
  max-height: 180px;
}
.brief-content-fd3de0.display-mode-focus [data-id=richWrapper] .ca-scrollable {
  overflow: hidden;
  max-height: 180px;
}
.brief-content-fd3de0.display-mode-editing [data-id=richWrapper] .ca-viewport {
  max-height: 180px;
}
.brief-content-fd3de0.display-mode-editing [data-id=richWrapper] .ca-scrollable {
  overflow: auto;
  max-height: 180px;
}
.brief-content-fd3de0.fullscreen > [data-id=richWrapper] {
  padding-left: 0;
  max-width: 720px;
  margin: 20px auto;
  display: block;
}
.brief-content-fd3de0 .brief {
  box-sizing: border-box;
  white-space: pre-wrap;
  word-break: break-word;
  display: inline-block;
}
.brief-content-fd3de0 .brief::after {
  content: " ";
}
.brief-content-fd3de0 [data-id=briefWrapper],
.brief-content-fd3de0 [data-id=richWrapper] {
  display: block;
  width: 100%;
  color: #fff;
  padding: 0;
  margin: 0px;
  margin-bottom: 0;
  overflow: visible;
  max-width: 100%;
  word-break: break-all;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/entryNodeContent.theme/business/briefContent.html.R.js */
:where(body.theme-business) .entry-application-like {
  width: 100%;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-size: 13px;
  overflow: visible;
  color: #2a2a2a;
}
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec {
  user-select: none;
  padding: 0;
  color: #2a2a2a;
}
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec .ca-scrollable {
  overflow: hidden;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec h1,
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec h2,
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec h3,
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec h4,
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec h5,
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec h6 {
  display: block;
  margin: 0;
  font-size: 13px;
  text-align: left;
  position: relative;
  color: #151515;
}
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec p,
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec li {
  font-size: 13px;
}
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec img {
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
  position: relative;
  top: 2px;
  padding: 2px;
}
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec .ca-list-item {
  list-style: none;
}
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec .ca-list-prefix.ca-decorator,
:where(body.theme-business) .entry-application-like .ca-viewport.entry-rich-text-spec .ca-headline-prefix.ca-decorator {
  opacity: 1;
  display: inline;
}
.brief-content-1ab4c1.display-mode-no-focus [data-id=richWrapper],
.brief-content-1ab4c1.display-mode-focus [data-id=richWrapper],
.brief-content-1ab4c1.display-mode-editing [data-id=richWrapper],
.brief-content-1ab4c1.display-mode-no-focus [data-id=richWrapper] .ca-viewport,
.brief-content-1ab4c1.display-mode-focus [data-id=richWrapper] .ca-viewport,
.brief-content-1ab4c1.display-mode-editing [data-id=richWrapper] .ca-viewport {
  width: 100%;
  max-width: 100%;
}
.brief-content-1ab4c1.display-mode-no-focus [data-id=richWrapper] .ca-viewport,
.brief-content-1ab4c1.display-mode-focus [data-id=richWrapper] .ca-viewport,
.brief-content-1ab4c1.display-mode-editing [data-id=richWrapper] .ca-viewport {
  overflow: hidden;
}
.brief-content-1ab4c1.display-mode-no-focus [data-id=richWrapper] .ca-viewport {
  max-height: 72px;
}
.brief-content-1ab4c1.display-mode-no-focus [data-id=richWrapper] .ca-scrollable {
  overflow: hidden;
  max-height: 72px;
}
.brief-content-1ab4c1.display-mode-no-focus [data-id=richWrapper] .ca-mime-markdown {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.brief-content-1ab4c1.display-mode-focus [data-id=richWrapper] .ca-viewport {
  max-height: 180px;
}
.brief-content-1ab4c1.display-mode-focus [data-id=richWrapper] .ca-scrollable {
  overflow: hidden;
  max-height: 180px;
}
.brief-content-1ab4c1.display-mode-editing [data-id=richWrapper] .ca-viewport {
  max-height: 180px;
}
.brief-content-1ab4c1.display-mode-editing [data-id=richWrapper] .ca-scrollable {
  overflow: auto;
  max-height: 180px;
}
.brief-content-1ab4c1.fullscreen > [data-id=richWrapper] {
  padding-left: 0;
  max-width: 720px;
  margin: 20px auto;
  display: block;
}
.brief-content-1ab4c1 .brief {
  box-sizing: border-box;
  white-space: pre-wrap;
  word-break: break-word;
  display: inline-block;
  color: #2a2a2a;
}
.brief-content-1ab4c1 .brief::after {
  content: " ";
}
.brief-content-1ab4c1 [data-id=briefWrapper],
.brief-content-1ab4c1 [data-id=richWrapper] {
  display: block;
  width: 100%;
  color: #2a2a2a;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  overflow: visible;
  max-width: 100%;
  word-break: break-all;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/entryNodeContent/changeAwareContent.html.R.js */
.change-aware-content {
  width: 100%;
  box-sizing: border-box;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 13px;
  overflow: visible;
  display: none;
}
.change-aware-content-b1efa9 {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.change-aware-content-b1efa9 [data-id=proposalBrief] {
  display: block;
  white-space: pre-wrap;
  word-break: break-word;
  border-radius: 4px;
  padding: 2px 0;
  transition: color 140ms ease, background-color 140ms ease, opacity 140ms ease;
  display: none;
}
.change-aware-content-b1efa9.show-proposal [data-id=proposalBrief] {
  display: block;
}
.change-aware-content-b1efa9.kind-edit.state-candidate [data-id=proposalBrief] {
  color: #f3d36f;
  background: rgba(173, 142, 43, 0.14);
}
.change-aware-content-b1efa9.kind-edit.state-accept [data-id=proposalBrief] {
  color: #a6f0a6;
  background: rgba(56, 142, 60, 0.18);
}
.change-aware-content-b1efa9.kind-del [data-id=proposalBrief] {
  color: #ff8f8f;
  background: rgba(176, 47, 47, 0.14);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}
.change-aware-content-b1efa9.kind-del.state-accept [data-id=proposalBrief] {
  color: #f1d6d6;
  background: rgba(176, 47, 47, 0.08);
  opacity: 0.2;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/projectNodeContent.html.R.js */
.project-node-content-cab39c {
  cursor: pointer;
  display: flex;
  max-width: 200px;
  width: 200px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  flex-direction: row;
  font-size: 12px;
  opacity: 0.86;
}
.project-node-content-cab39c.marked {
  background: #a18011;
  color: white;
}
.project-node-content-cab39c:hover [data-id=projectName] {
  text-decoration: underline;
}
.project-node-content-cab39c.headline {
  font-weight: bold;
  font-size: 24px;
}
.project-node-content-cab39c [data-id=projectIcon] {
  line-height: 24px;
  display: inline-block;
  box-sizing: border-box;
  background-color: black;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  width: 18px;
  height: 24px;
  margin: 4px 4px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.project-node-content-cab39c [data-id=projectName] {
  display: inline-block;
  white-space: pre;
  line-height: 32px;
  max-width: 150px;
  text-overflow: ellipsis;
  padding: 0 8px;
  overflow: hidden;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/entryHierarchyNodeContent.html.R.js */
.entry-hierarchy-node-content-0418f4.entry-like {
  display: block;
  background: linear-gradient(189deg, #2b1e34, #111, #1c1c1c);
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: box-shadow 160ms ease, filter 160ms ease, background 160ms ease, color 160ms ease, opacity 160ms ease;
  border: none;
  opacity: 0.94;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  font-style: italic;
}
.entry-hierarchy-node-content-0418f4.entry-like .brief-container {
  white-space: nowrap;
  padding: 0px 0px;
  color: rgba(255, 255, 255, 0.78);
  transition: color 160ms ease, opacity 160ms ease;
  line-height: 32px;
}
.entry-hierarchy-node-content-0418f4.entry-like [data-id=brief] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entry-hierarchy-node-content-0418f4.entry-like .search-input-container {
  padding: 6px 0px;
}
.entry-hierarchy-node-content-0418f4.entry-like [data-id=searchInput] {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  outline: none;
}
.entry-hierarchy-node-content-0418f4.entry-like [data-id=searchInput]:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}
.entry-hierarchy-node-content-0418f4.entry-like.is-reference {
  background-color: #191919;
}
.entry-hierarchy-node-content-0418f4.entry-like.current-section {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 0 rgba(255, 255, 255, 0.04), 0 0 4px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(188deg, #1e1e1e, #252525, #171717);
  border-radius: 2px 2px 0 0;
  font-size: 12px;
}
.entry-hierarchy-node-content-0418f4.entry-like.current-section .brief-container {
  color: rgba(255, 255, 255, 0.98);
}
.entry-hierarchy-node-content-0418f4.entry-like.hold-section {
  background: linear-gradient(189deg, #242028, #1a1a1a, #181818);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.04), inset 0 -1px 0 0 rgba(0, 0, 0, 0.28), 0 0 4px 0 rgba(0, 0, 0, 0.2);
  filter: saturate(0.78);
}
.entry-hierarchy-node-content-0418f4.entry-like.hold-section .brief-container {
  color: rgba(205, 205, 205, 0.86);
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/entryHierarchyNodeContent.theme/business/entryHierarchyNodeContent.html.R.js */
.entry-hierarchy-node-content-feca12.entry-like {
  display: block;
  background: #373635;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: box-shadow 160ms ease, filter 160ms ease, background 160ms ease, color 160ms ease, opacity 160ms ease;
  border: none;
  opacity: 0.94;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  font-style: italic;
}
.entry-hierarchy-node-content-feca12.entry-like .brief-container {
  white-space: nowrap;
  padding: 0px 0px;
  color: rgba(255, 255, 255, 0.78);
  transition: color 160ms ease, opacity 160ms ease;
  line-height: 32px;
}
.entry-hierarchy-node-content-feca12.entry-like [data-id=brief] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entry-hierarchy-node-content-feca12.entry-like .search-input-container {
  padding: 6px 0px;
}
.entry-hierarchy-node-content-feca12.entry-like [data-id=searchInput] {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  outline: none;
}
.entry-hierarchy-node-content-feca12.entry-like [data-id=searchInput]:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}
.entry-hierarchy-node-content-feca12.entry-like.is-reference {
  background-color: #191919;
}
.entry-hierarchy-node-content-feca12.entry-like.current-section {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 0 rgba(255, 255, 255, 0.04), 0 0 4px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(188deg, #1e1e1e, #252525, #171717);
  border-radius: 2px 2px 0 0;
  font-size: 12px;
}
.entry-hierarchy-node-content-feca12.entry-like.current-section .brief-container {
  color: rgba(255, 255, 255, 0.98);
}
.entry-hierarchy-node-content-feca12.entry-like.hold-section {
  background: linear-gradient(189deg, #242028, #1a1a1a, #181818);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.04), inset 0 -1px 0 0 rgba(0, 0, 0, 0.28), 0 0 4px 0 rgba(0, 0, 0, 0.2);
  filter: saturate(0.78);
}
.entry-hierarchy-node-content-feca12.entry-like.hold-section .brief-container {
  color: rgba(205, 205, 205, 0.86);
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/entryInsertCandidateNodeContent.html.R.js */
.entry-insert-candidate-node-content-bf0108 {
  position: relative;
  background: #343434;
  display: inline-block;
  width: 344px;
  box-sizing: border-box;
  font-size: 14px;
  min-height: 32px;
  overflow: visible;
  transition: background-color 140ms ease, opacity 140ms ease;
}
.entry-insert-candidate-node-content-bf0108 [data-id=stateToggle] {
  position: absolute;
  left: 8px;
  top: 50%;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  transform: translateY(-50%);
  text-align: center;
  font-size: 10px;
  border-radius: 4px;
  color: #d7e8ff;
  background: rgba(120, 170, 255, 0.18);
  cursor: pointer;
  user-select: none;
  z-index: 2;
  transition: background-color 120ms ease, color 120ms ease, opacity 120ms ease;
}
.entry-insert-candidate-node-content-bf0108 [data-id=stateToggle]:hover {
  background: rgba(120, 170, 255, 0.26);
  color: #fff;
}
.entry-insert-candidate-node-content-bf0108 [data-id=brief] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 40px;
  padding-right: 20px;
  white-space: pre-wrap;
  word-break: break-word;
  color: #fff;
}
.entry-insert-candidate-node-content-bf0108.state-candidate {
  opacity: 0.8;
  background: rgba(64, 80, 104, 0.88);
}
.entry-insert-candidate-node-content-bf0108.state-accept {
  opacity: 1;
  background: rgba(56, 104, 56, 0.88);
}
.entry-insert-candidate-node-content-bf0108.state-mask {
  opacity: 0.2;
  background: rgba(120, 42, 42, 0.9);
}
.entry-insert-candidate-node-content-bf0108.state-candidate,
.entry-insert-candidate-node-content-bf0108.state-accept {
  opacity: 1;
}
.entry-insert-candidate-node-content-bf0108.state-accept [data-id=stateToggle] {
  background: rgba(86, 161, 86, 0.28);
}
.entry-insert-candidate-node-content-bf0108.state-mask [data-id=stateToggle] {
  background: rgba(176, 47, 47, 0.24);
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/relationAfterNodeContent.html.R.js */
.relation-after-node-content-2890de {
  background: #333425;
}
.relation-after-node-content-2890de .before-icon {
  position: absolute;
  right: 2px;
  top: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 6px;
  line-height: 24px;
  text-align: center;
  color: cyan;
  transform: translateY(-50%) rotate(90deg);
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/relationAfterNodeContent.theme/business/relationAfterNodeContent.html.R.js */
:where(body.theme-business) .relation-like {
  position: relative;
  padding-left: 40px;
  background: #f9f6ee;
  color: #2a2a2a;
  border: 1px solid #ead9b6;
  border-top-color: #f5ebd4;
}
:where(body.theme-business) .relation-like .brief-wrapper {
  display: inline-block;
  border-radius: 3px;
  padding: 3px 0;
  margin: 4px;
  margin-bottom: 0;
  word-break: break-word;
  padding-right: 20px;
  white-space: pre-wrap;
}
:where(body.theme-business) .relation-like.is-reference {
  background: #f3f0e8;
}
:where(body.theme-business) .relation-like.is-reference .reference {
  display: block;
}
:where(body.theme-business) .relation-like.is-reference [data-id=brief] {
  color: #2a2a2a;
  padding-left: 0;
}
:where(body.theme-business) .relation-like .reference {
  display: none;
  border: 1px solid #e2ddd2;
  padding: 2px 8px;
  background: #fbfaf7;
  margin: 2px 0;
  color: #4a4a4a;
}
:where(body.theme-business) .relation-like .reference.reference-deleted {
  color: #a24c4c;
}
.relation-after-node-content-074295 .before-icon {
  position: absolute;
  right: 2px;
  top: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  line-height: 24px;
  color: #c38a18;
  transform: translateY(-50%) rotate(90deg);
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/relationBeforeNodeContent.html.R.js */
.relation-like {
  position: relative;
  padding-left: 40px;
}
.relation-like .brief-wrapper {
  display: inline-block;
  border-radius: 3px;
  padding: 3px 0px;
  margin: 4px;
  margin-bottom: 0;
  word-break: break-word;
  padding-right: 20px;
  white-space: pre-wrap;
}
.relation-like.is-reference .reference {
  display: block;
}
.relation-like.is-reference [data-id=brief] {
  color: white;
  padding-left: 0px;
}
.relation-like.is-reference .ret-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 6px;
  line-height: 24px;
  text-align: center;
  color: cyan;
  position: relative;
  transform: rotate(90deg);
  top: -2px;
}
.relation-like .reference {
  display: none;
  border: 1px solid #222;
  padding: 2px 8px;
  background: #282828;
  margin: 2px 0px;
}
.relation-like .reference.reference-deleted {
  color: #9d3939;
}
.relation-before-node-content-98ddaa {
  background: #282534;
  background: #363247;
}
.relation-before-node-content-98ddaa .after-icon {
  position: absolute;
  right: 2px;
  top: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 6px;
  line-height: 24px;
  text-align: center;
  color: yellow;
  transform: translateY(-50%) rotate(90deg);
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/relationBeforeNodeContent.theme/business/relationBeforeNodeContent.html.R.js */
:where(body.theme-business) .relation-like {
  position: relative;
  padding-left: 40px;
  background: #f3f6fb;
  color: #2a2a2a;
  border: 1px solid #d8e4f0;
  border-top-color: #eef4fb;
}
:where(body.theme-business) .relation-like .brief-wrapper {
  display: inline-block;
  border-radius: 3px;
  padding: 3px 0;
  margin: 4px;
  margin-bottom: 0;
  word-break: break-word;
  padding-right: 20px;
  white-space: pre-wrap;
}
:where(body.theme-business) .relation-like.is-reference {
  background: #eef1f5;
}
:where(body.theme-business) .relation-like.is-reference .reference {
  display: block;
}
:where(body.theme-business) .relation-like.is-reference [data-id=brief] {
  color: #2a2a2a;
  padding-left: 0;
}
:where(body.theme-business) .relation-like .reference {
  display: none;
  border: 1px solid #d7dfe7;
  padding: 2px 8px;
  background: #f7f9fb;
  margin: 2px 0;
  color: #4a4a4a;
}
:where(body.theme-business) .relation-like .reference.reference-deleted {
  color: #a24c4c;
}
.relation-before-node-content-d7f714 .after-icon {
  position: absolute;
  right: 2px;
  top: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  line-height: 24px;
  color: #3d8fb8;
  transform: translateY(-50%) rotate(90deg);
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/searchInputNodeContent.html.R.js */
.search-input-node-content-1f3b6b.search-input-node-content {
  background: #191919;
  background: linear-gradient(189deg, #2b1e34, #191919, #1c1c1c);
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.search-input-node-content-1f3b6b.search-input-node-content .search-input-row {
  padding: 6px 0px;
}
.search-input-node-content-1f3b6b.search-input-node-content .search-input-shell {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
.search-input-node-content-1f3b6b.search-input-node-content .search-input-shell:focus-within {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}
.search-input-node-content-1f3b6b.search-input-node-content .search-input-container {
  flex: 1;
  min-width: 0;
}
.search-input-node-content-1f3b6b.search-input-node-content [data-id=searchInput] {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  padding: 4px 8px;
  outline: none;
}
.search-input-node-content-1f3b6b.search-input-node-content .search-nav-buttons {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.search-input-node-content-1f3b6b.search-input-node-content [data-id=previousButton],
.search-input-node-content-1f3b6b.search-input-node-content [data-id=nextButton] {
  width: 26px;
  min-width: 26px;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-input-node-content-1f3b6b.search-input-node-content [data-id=previousButton] + .search-input-node-content-1f3b6b.search-input-node-content [data-id=previousButton],
.search-input-node-content-1f3b6b.search-input-node-content [data-id=previousButton] + .search-input-node-content-1f3b6b.search-input-node-content [data-id=nextButton],
.search-input-node-content-1f3b6b.search-input-node-content [data-id=nextButton] + .search-input-node-content-1f3b6b.search-input-node-content [data-id=previousButton],
.search-input-node-content-1f3b6b.search-input-node-content [data-id=nextButton] + .search-input-node-content-1f3b6b.search-input-node-content [data-id=nextButton] {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.search-input-node-content-1f3b6b.search-input-node-content [data-id=previousButton]:hover,
.search-input-node-content-1f3b6b.search-input-node-content [data-id=nextButton]:hover,
.search-input-node-content-1f3b6b.search-input-node-content [data-id=previousButton]:focus,
.search-input-node-content-1f3b6b.search-input-node-content [data-id=nextButton]:focus {
  background: rgba(255, 255, 255, 0.1);
}
.search-input-node-content-1f3b6b.search-input-node-content [data-id=previousButton]:active,
.search-input-node-content-1f3b6b.search-input-node-content [data-id=nextButton]:active {
  background: rgba(255, 255, 255, 0.16);
}
.search-input-node-content-1f3b6b.search-input-node-content .search-nav-icon {
  width: 16px;
  height: 16px;
  display: block;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/searchOverflowNodeContent.html.R.js */
.search-overflow-node-content-826eb7.search-overflow-node-content {
  background: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}
.search-overflow-node-content-826eb7.search-overflow-node-content [data-id=summary] {
  min-height: 32px;
  padding: 8px 12px;
  color: #b7b7b7;
  font-size: 13px;
  line-height: 16px;
}
.search-overflow-node-content-826eb7.search-overflow-node-content:hover {
  background: rgba(255, 255, 255, 0.11);
}
.search-overflow-node-content-826eb7.search-overflow-node-content:hover [data-id=summary] {
  color: #f2f2f2;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/projectsLayout/verseStatsUINodeContent.html.R.js */
.verse-stats-uinode-content-f33970 {
  /* No background */
  display: flex;
  gap: 8px;
  /* Add some spacing between items */
  padding: 4px;
  width: 600px;
  text-align: center;
}
.verse-stats-uinode-content-f33970 span {
  font-size: 12px;
  color: var(--color-text-secondary);
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/ui/dividerHorizontal.html.R.js */
.divider-horizontal-17f942 {
  display: flex;
  align-items: center;
  min-width: 80px;
  min-height: 20px;
}
.divider-horizontal-17f942 .left,
.divider-horizontal-17f942 .right {
  flex: 1;
  border-top: 1px solid #444;
  height: 0;
}
.divider-horizontal-17f942 .title {
  padding: 0 20px;
}
.divider-horizontal-17f942 .title:empty {
  padding: 0;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/entryHierarchyPositionNodeContent.html.R.js */
.entry-hierarchy-position-node-content-da138b {
  min-height: 1px;
  min-width: 48px;
  background: cyan;
  display: block;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-verse-web/src/content/proposalSessionHud.html.R.js */
.proposal-session-hud-be465b {
  width: 288px;
  height: 100%;
  box-sizing: border-box;
  color: #ddd;
  background: rgba(19, 21, 23, 0.96);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  font-size: 12px;
}
.proposal-session-hud-be465b .hud-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  gap: 10px;
}
.proposal-session-hud-be465b .hud-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.proposal-session-hud-be465b .hud-title {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.proposal-session-hud-be465b .hud-summary {
  color: rgba(220, 220, 220, 0.72);
  line-height: 1.35;
  white-space: pre-wrap;
}
.proposal-session-hud-be465b .hud-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.proposal-session-hud-be465b button {
  appearance: none;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  color: #eee;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1.2;
  transition: background-color 120ms ease, color 120ms ease, opacity 120ms ease;
}
.proposal-session-hud-be465b button:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.proposal-session-hud-be465b [data-id=confirmButton] {
  background: rgba(86, 161, 86, 0.24);
}
.proposal-session-hud-be465b [data-id=confirmButton]:hover {
  background: rgba(86, 161, 86, 0.34);
}
.proposal-session-hud-be465b [data-id=cancelButton] {
  background: rgba(176, 47, 47, 0.24);
}
.proposal-session-hud-be465b [data-id=cancelButton]:hover {
  background: rgba(176, 47, 47, 0.34);
}
.proposal-session-hud-be465b .hud-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(220, 220, 220, 0.74);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.proposal-session-hud-be465b [data-list=candidateList] {
  flex: 1;
  min-height: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 2px;
}
.proposal-session-hud-be465b .candidate-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  transition: background-color 120ms ease, opacity 120ms ease;
}
.proposal-session-hud-be465b .candidate-row.state-mask {
  opacity: 0.55;
  background: rgba(120, 42, 42, 0.16);
}
.proposal-session-hud-be465b .candidate-row.state-accept,
.proposal-session-hud-be465b .candidate-row.state-candidate {
  background: rgba(255, 255, 255, 0.05);
}
.proposal-session-hud-be465b .candidate-row.kind-del:not(.state-mask) {
  box-shadow: inset 2px 0 0 rgba(224, 95, 95, 0.84);
}
.proposal-session-hud-be465b .candidate-row.kind-edit:not(.state-mask) {
  box-shadow: inset 2px 0 0 rgba(219, 196, 102, 0.84);
}
.proposal-session-hud-be465b .candidate-row.kind-create:not(.state-mask) {
  box-shadow: inset 2px 0 0 rgba(86, 161, 86, 0.84);
}
.proposal-session-hud-be465b [data-id=toggleButton] {
  flex: 0 0 auto;
  min-width: 22px;
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 4px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.12);
}
.proposal-session-hud-be465b .state-mask [data-id=toggleButton] {
  background: rgba(176, 47, 47, 0.24);
}
.proposal-session-hud-be465b .state-accept [data-id=toggleButton],
.proposal-session-hud-be465b .state-candidate [data-id=toggleButton] {
  background: rgba(86, 161, 86, 0.24);
}
.proposal-session-hud-be465b .candidate-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.proposal-session-hud-be465b .candidate-brief {
  color: #fff;
  line-height: 1.35;
  white-space: pre-wrap;
  word-break: break-word;
}
.proposal-session-hud-be465b .candidate-meta {
  color: rgba(220, 220, 220, 0.64);
  font-size: 11px;
  line-height: 1.3;
  white-space: pre-wrap;
}
.proposal-session-hud-be465b .hud-empty {
  color: rgba(220, 220, 220, 0.62);
  line-height: 1.4;
  padding: 4px 0;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-omni-web/src/fastSearchHud/fastSearchHud.html.R.js */
.fast-search-hud-069c2e {
  position: absolute;
  background: var(--genesis-bg-panel-strong, #1C1D1F);
  color: var(--genesis-fg, rgba(255, 255, 255, 0.84));
  border: 1px solid var(--genesis-border-soft, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  box-shadow: var(--genesis-shadow-float, 0 16px 40px rgba(0, 0, 0, 0.34));
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  max-width: min(700px, calc(100vw - 32px));
  max-height: 400px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.fast-search-hud-069c2e .search-container {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-bottom: 1px solid var(--genesis-border-soft, rgba(255, 255, 255, 0.08));
  background: var(--genesis-bg-chrome, #111111);
}
.fast-search-hud-069c2e .search-container > input[data-id="searchInput"] {
  flex: 1;
  border: none !important;
  border-radius: 0 !important;
  outline: none;
  font-size: 12px;
  line-height: 18px;
  padding: 2px 0;
  background: transparent;
  color: var(--genesis-fg, rgba(255, 255, 255, 0.84));
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  caret-color: var(--genesis-accent, #B0B6BE);
}
.fast-search-hud-069c2e .search-container > input[data-id="searchInput"]::placeholder {
  color: var(--genesis-fg-dim, rgba(255, 255, 255, 0.38));
}
.fast-search-hud-069c2e .search-container > input[data-id="searchInput"]:focus,
.fast-search-hud-069c2e .search-container > input[data-id="searchInput"]:focus-visible,
.fast-search-hud-069c2e .search-container > input[data-id="searchInput"]:active {
  border: none !important;
  border-radius: 0 !important;
  outline: none;
  box-shadow: none !important;
  background: transparent;
}
.fast-search-hud-069c2e .close-btn {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  color: var(--genesis-fg-dim, rgba(255, 255, 255, 0.38));
  user-select: none;
  border-radius: 0;
  transition: background-color var(--genesis-duration-fast, 160ms) ease, color var(--genesis-duration-fast, 160ms) ease;
}
.fast-search-hud-069c2e .close-btn:hover {
  background: var(--genesis-bg-hover, rgba(255, 255, 255, 0.05));
  color: var(--genesis-fg, rgba(255, 255, 255, 0.84));
}
.fast-search-hud-069c2e .results-container {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  min-height: 0;
}
.fast-search-hud-069c2e .result-item {
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 0;
  transition: background-color var(--genesis-duration-fast, 160ms) ease, color var(--genesis-duration-fast, 160ms) ease;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
.fast-search-hud-069c2e .result-item:hover {
  background: var(--genesis-bg-hover, rgba(255, 255, 255, 0.05));
}
.fast-search-hud-069c2e .result-item.focused {
  background: var(--genesis-bg-active, rgba(176, 182, 190, 0.14));
  border-left: none;
  padding-left: 10px;
}
.fast-search-hud-069c2e .result-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--genesis-fg, rgba(255, 255, 255, 0.84));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fast-search-hud-069c2e .result-secondary {
  font-size: 10px;
  line-height: 14px;
  color: var(--genesis-fg-dim, rgba(255, 255, 255, 0.38));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}
.fast-search-hud-069c2e .status-message {
  padding: 8px 10px;
  font-size: 11px;
  line-height: 16px;
  color: var(--genesis-fg-dim, rgba(255, 255, 255, 0.38));
  text-align: center;
}
/* /dev/shm/VersetProduction/verset-landing-page.release/70bee90c-54415b54782a/node_modules/@branch-ts/practice-omni-web/src/fastSearchHud/fastSearchHud.theme/business/fastSearchHud.html.R.js */
.fast-search-hud-d01481 {
  position: absolute;
  background: #FFFFFF;
  color: rgba(8, 12, 18, 0.92);
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  max-width: min(700px, calc(100vw - 32px));
  max-height: 400px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.fast-search-hud-d01481 .search-container {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  background: #DDE4EB;
}
.fast-search-hud-d01481 .search-container > input[data-id="searchInput"] {
  flex: 1;
  border: none !important;
  border-radius: 0 !important;
  outline: none;
  font-size: 12px;
  line-height: 18px;
  padding: 2px 0;
  background: transparent;
  color: rgba(8, 12, 18, 0.92);
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  caret-color: #365C97;
}
.fast-search-hud-d01481 .search-container > input[data-id="searchInput"]::placeholder {
  color: rgba(8, 12, 18, 0.5);
}
.fast-search-hud-d01481 .search-container > input[data-id="searchInput"]:focus,
.fast-search-hud-d01481 .search-container > input[data-id="searchInput"]:focus-visible,
.fast-search-hud-d01481 .search-container > input[data-id="searchInput"]:active {
  border: none !important;
  border-radius: 0 !important;
  outline: none;
  box-shadow: none !important;
  background: transparent;
}
.fast-search-hud-d01481 .close-btn {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  color: rgba(8, 12, 18, 0.5);
  user-select: none;
  border-radius: 0;
  transition: background-color 140ms ease, color 140ms ease;
}
.fast-search-hud-d01481 .close-btn:hover {
  background: rgba(17, 24, 39, 0.06);
  color: rgba(8, 12, 18, 0.92);
}
.fast-search-hud-d01481 .results-container {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  min-height: 0;
  background: transparent;
}
.fast-search-hud-d01481 .result-item {
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 0;
  transition: background-color 140ms ease, color 140ms ease;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
.fast-search-hud-d01481 .result-item:hover {
  background: rgba(17, 24, 39, 0.06);
}
.fast-search-hud-d01481 .result-item.focused {
  background: rgba(54, 92, 151, 0.08);
  border-left: none;
  padding-left: 10px;
}
.fast-search-hud-d01481 .result-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(8, 12, 18, 0.92);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fast-search-hud-d01481 .result-secondary {
  font-size: 10px;
  line-height: 14px;
  color: rgba(8, 12, 18, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}
.fast-search-hud-d01481 .status-message {
  padding: 8px 10px;
  font-size: 11px;
  line-height: 16px;
  color: rgba(8, 12, 18, 0.5);
  text-align: center;
}
