/* auto-generated by app-compiler */
body {
  touch-action: pan-x pan-y;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
html,
body {
  height: 100%;
}
body {
  font-family: "-apple-system", BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Open Sans", "Noto Sans", "Helvetica Neue", "Hiragino Sans GB", "Microsoft Yahei", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pointable {
  cursor: pointer;
}
.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;
}
.scrollable::-webkit-scrollbar {
  width: 6px;
  /* background-color: #555; */
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
}
.scrollable::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
.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;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  body {
    height: 100%;
    overflow: hidden;
    user-select: none;
  }
}
body {
  font-family: "-apple-system", BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Open Sans", "Noto Sans", "Helvetica Neue", "Hiragino Sans GB", "Microsoft Yahei", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: ui-monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
body,
html {
  background: #222;
  color: #c0c0c0;
  font-family: 'Open Sans', "Helvetica Neue", Arial, "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", SimSun, Song, sans-serif;
  overflow: hidden;
}
.no-theme {
  background: white;
  color: #222;
}
a:not(.no-theme *) {
  color: #35ecff;
}
input:not(.no-theme *),
textarea:not(.no-theme *) {
  background: #222;
  transition: all 200ms;
  border: 0.5px solid #414141;
  color: #c0c0c0;
  outline-width: 0;
}
input:not(.no-theme *):focus,
textarea:not(.no-theme *):focus {
  border-color: #555;
}
input:not(.no-theme *),
textarea:not(.no-theme *) {
  border-width: 0;
  border-bottom-width: 0.5px;
  color: #c0c0c0;
}
input:not(.no-theme *)[disabled],
textarea:not(.no-theme *)[disabled] {
  border-bottom-color: rgba(0, 0, 0, 0);
}
.scrollable::-webkit-scrollbar {
  width: 6px;
  /* background-color: #555; */
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
}
.scrollable::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
.clickable {
  cursor: pointer;
}
.-clickable {
  cursor: pointer;
}
[contenteditable]:focus {
  outline: 0px solid transparent;
}
.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;
}
.no-select {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.block {
  margin: 24px 0;
  background: #222;
  margin-top: 0;
}
.block > .row {
  display: flex;
  margin-bottom: 8px;
}
.block > .row:last-child {
  margin-bottom: 8px;
}
.block .label {
  width: 120px;
  display: inline-block;
  line-height: 32px;
  margin: 0;
  padding: 0;
  color: #c0c0c0;
}
input.block .label {
  line-height: 20px;
  display: inline-block;
  padding: 4px 8px;
  padding-bottom: 4px;
  margin: 2px 0;
  margin-bottom: 1px;
  box-sizing: border-box;
  border-radius: 0;
}
input.block .label[type="checkbox"] {
  padding: 6px;
  margin: 6px;
  width: 20px;
  height: 20px;
}
.button.block .label {
  box-sizing: border-box;
  height: 28px;
  margin: 0 2px;
}
checkbox.block .label {
  line-height: 16px;
  margin: 9px 0;
}
.block .label.-weak {
  color: #666;
}
.block .content {
  flex: 1;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .block {
    width: 100%;
  }
  .block > .row {
    flex-direction: column;
  }
}
.line {
  display: inline-block;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
input.line {
  line-height: 20px;
  display: inline-block;
  padding: 4px 8px;
  padding-bottom: 4px;
  margin: 2px 0;
  margin-bottom: 1px;
  box-sizing: border-box;
  border-radius: 0;
}
input.line[type="checkbox"] {
  padding: 6px;
  margin: 6px;
  width: 20px;
  height: 20px;
}
.button.line {
  box-sizing: border-box;
  height: 28px;
  margin: 0 2px;
}
checkbox.line {
  line-height: 16px;
  margin: 9px 0;
}
textarea.multiline {
  padding: 6px;
  margin: 0;
}
.multiline.text {
  padding: 6px;
  margin: 0;
}
.text {
  color: #c0c0c0;
}
.text.-weak {
  color: #666;
}
.-border-box {
  box-sizing: border-box;
}
.-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.instant-query-list .item {
  border-top: 1px solid #282828;
  padding: 8px;
  cursor: pointer;
}
.instant-query-list .item .dirty-indicator {
  color: #BB0000;
  display: inline-block;
  display: none;
}
.instant-query-list .item.changed .dirty-indicator {
  display: inline-block;
}
.instant-query-list .item:hover,
.instant-query-list .item.-active {
  background: #282828;
}
.absolute-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.link {
  color: #378dff;
  color: #0ab;
  display: inline-block;
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.link.warning {
  color: #e00;
}
.button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  user-select: none;
  transition: all 200ms;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 16px;
}
.button,
.button.normal {
  color: #c0c0c0;
  background-color: #212121;
  border: 1px solid #414141;
}
.button:hover,
.button:focus,
.button:active,
.button.active {
  color: #eee;
  background-color: #282828;
  border: 1px solid #606060;
}
.button.disabled,
.button[disabled] {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}
.button.-accent,
.button.-accent.normal {
  color: #222;
  background-color: #d4d4d4;
  border: 1px solid #d4d4d4;
}
.button.-accent:hover,
.button.-accent:focus,
.button.-accent:active,
.button.-accent.active {
  color: #000;
  background-color: #fafafa;
  border: 1px solid #fafafa;
}
.button.-danger,
.button.-danger.normal {
  color: #c0c0c0;
  background-color: #a21a2d;
  border: 1px solid #a21a2d;
}
.button.-danger:hover,
.button.-danger:focus,
.button.-danger:active,
.button.-danger.active {
  color: #eee;
  background-color: #b31f33;
  border: 1px solid #b31f33;
}
.button.-flat,
.button.-flat.-default,
.button.-flat.normal,
.button.-flat.-default.normal,
.button.-flat:hover,
.button.-flat.-default:hover,
.button.-flat:focus,
.button.-flat.-default:focus,
.button.-flat:active,
.button.-flat.-default:active,
.button.-flat.active,
.button.-flat.-default.active {
  border-color: transparent;
  background-color: transparent;
}
.button.-flat.-accent {
  color: #378dff;
}
.button.-flat.-accent:hover,
.button.-flat.-accent:focus,
.button.-flat.-accent:active,
.button.-flat.-accent.active {
  color: #559eff;
}
.button.-flat.-danger,
.button.-flat.-danger.normal {
  color: #ff3f69;
}
.button.-flat.-danger:hover,
.button.-flat.-danger:focus,
.button.-flat.-danger:active,
.button.-flat.-danger.active {
  color: #ff566d;
}
.button.-fullwidth {
  display: block;
}
.button.primary {
  color: #e3e7fb;
  background: #253446;
  display: inline-block;
  border-color: #3470bd;
  cursor: pointer;
}
.button.primary:hover {
  color: white;
  background: #294e74;
  border-color: #2f6ba9;
  border-color: #82d0dd;
  border-width: 0.5px;
}
.button.warning {
  color: white;
  background: #e00;
  display: inline-block;
  border-color: #e00;
  cursor: pointer;
}
.button.warning:hover {
  color: white;
  background: #e00;
  border-color: #cf1010;
}
widget {
  display: none;
}
*[stage-out] :not(.tab-button) {
  display: none;
}
*[stage-out][stage-visibility] {
  display: none;
}
.ca-viewport.entry-rich-text-spec {
  user-select: none;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  overflow: visible;
  word-break: break-word;
  padding: 0;
  font-family: 'Open Sans', "Helvetica Neue", Arial, "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", SimSun, Song, sans-serif;
}
.ca-viewport.entry-rich-text-spec .ca-line-placeholder {
  color: red;
  opacity: 0;
}
.ca-viewport.entry-rich-text-spec .style-reset {
  display: block;
  margin: 0;
  margin-right: 0;
  font-size: 13px;
  text-align: left;
}
.ca-viewport.entry-rich-text-spec .ca-decorator {
  display: inline;
}
.ca-viewport.entry-rich-text-spec code {
  display: inline-block;
  background: #444;
  padding: 0px 22px;
  border-radius: 4px;
  display: block;
  margin: 0;
  margin-right: 0;
  font-size: 13px;
  text-align: left;
}
.ca-viewport.entry-rich-text-spec code .ca-st-codeblock-fence,
.ca-viewport.entry-rich-text-spec code .ca-st-codeblock-annotation {
  position: relative;
}
.ca-viewport.entry-rich-text-spec code .ca-st-codeblock-annotation {
  font-size: 11px;
  color: #aaa;
  float: right;
}
.ca-viewport.entry-rich-text-spec code .ca-cursor-nearby.ca-st-codeblock-fence {
  opacity: 1;
}
.ca-viewport.entry-rich-text-spec code .ca-st-codeblock-fence {
  opacity: 0;
}
.ca-viewport.entry-rich-text-spec p {
  line-height: 20px;
  white-space: pre-wrap;
  display: block;
  margin: 0;
  margin-right: 0;
  font-size: 13px;
  text-align: left;
}
.ca-viewport.entry-rich-text-spec h1 {
  font-size: 12px;
  display: block;
  margin: 0;
  margin-right: 0;
  font-size: 13px;
  text-align: left;
}
.ca-viewport.entry-rich-text-spec h2 {
  position: relative;
  display: block;
  margin: 0;
  margin-right: 0;
  font-size: 13px;
  text-align: left;
}
.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-prefix {
  color: #3734d0;
  color: #ffe337;
}
.ca-viewport.entry-rich-text-spec .ca-list-item img {
  max-height: 20px;
  object-fit: contain;
}
.ca-viewport.entry-rich-text-spec .ca-list-item {
  list-style: none;
  margin-left: 0;
}
.ca-viewport.entry-rich-text-spec .ca-list-prefix {
  text-align: center;
  position: relative;
}
.ca-viewport.entry-rich-text-spec .ca-block-last-line-break:last-child::after {
  content: "⏎";
  opacity: 0.1;
}
.ca-viewport.entry-rich-text-spec .ca-prefix-check {
  color: #27c249;
}
.ca-viewport.entry-rich-text-spec .ca-prefix-append-focus {
  color: orange;
}
.ca-viewport.entry-rich-text-spec .ca-prefix-focus {
  color: #ee38ff;
}
.ca-viewport.entry-rich-text-spec .ca-list-cross,
.ca-viewport.entry-rich-text-spec .ca-list-check,
.ca-viewport.entry-rich-text-spec .ca-list-comment {
  color: #888;
}
.ca-viewport.entry-rich-text-spec .ca-prefix-cross,
.ca-viewport.entry-rich-text-spec .ca-prefix-comment {
  color: #888;
}
@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);
  }
}
.ca-viewport.entry-rich-text-spec .ca-prefix-tilde {
  color: #ff7d13;
  display: inline-block;
  will-change: transform;
  animation: tilde-float 1.6s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .ca-viewport.entry-rich-text-spec .ca-prefix-tilde {
    animation: none;
  }
}
.ca-viewport.entry-rich-text-spec .ca-prefix-check {
  display: inline-block;
  animation: check-bump 0.2s ease-in-out 1;
}
.ca-viewport.entry-rich-text-spec .ca-list-exclamation {
  color: #fff;
}
.ca-caret {
  z-index: 10;
  opacity: 1;
  border-radius: 1px;
  box-sizing: border-box;
}
.ca-caret .shape {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: none;
}
.ca-line-placeholder {
  color: red;
  opacity: 0;
}
.ca-caret.slim.blink-on {
  opacity: 1;
}
.ca-caret.slim.blink-off {
  opacity: 0;
}
.ca-caret.slim.colorful-on .shape {
  background-color: #44daff;
  border: none;
  transition: background-color 0.1s ease-out;
}
.ca-caret.slim.colorful-off .shape {
  background-color: #6c7696;
  transition: background-color 0.1s ease-out;
  border: none;
}
.ca-caret.cover.blink-on {
  opacity: 1;
}
.ca-caret.cover.blink-off {
  opacity: 0.8;
}
.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-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-caret-current {
  z-index: 11;
}
.ca-caret-guest {
  background-color: #4445;
}
.ca-layout {
  position: relative;
}
.ca-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: text;
  overflow: visible;
  user-select: none;
}
.ca-scrollable {
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  scrollbar-gutter: stable;
}
.ca-mime-plaintext {
  margin: 1px;
  white-space: pre-wrap;
}
.ca-mime-markdown {
  margin: 1px;
  white-space: pre-wrap;
}
.ca-mime-markdown .ca-st-text,
.ca-mime-markdown .ca-st-whitespace,
.ca-mime-markdown .ca-st-newline {
  color: inherit;
}
.ca-mime-markdown .ca-st-punctuation,
.ca-mime-markdown .ca-st-delimiter {
  color: #d4d4d4;
}
.ca-mime-markdown .ca-st-identifier {
  color: inherit;
}
.ca-mime-markdown .ca-st-keyword {
  color: #c586c0;
}
.ca-mime-markdown .ca-st-number,
.ca-mime-markdown .ca-st-boolean,
.ca-mime-markdown .ca-st-null,
.ca-mime-markdown .ca-st-constant {
  color: #b5cea8;
}
.ca-mime-markdown .ca-st-string,
.ca-mime-markdown .ca-st-template,
.ca-mime-markdown .ca-st-url {
  color: #ce9178;
}
.ca-mime-markdown .ca-st-comment {
  color: #6a9955;
}
.ca-mime-markdown .ca-st-operator {
  color: #d4d4d4;
}
.ca-mime-markdown .ca-st-escape {
  color: #d7ba7d;
}
.ca-mime-markdown .ca-st-regex {
  color: #d16969;
}
.ca-mime-markdown .ca-st-property {
  color: #9cdcfe;
}
.ca-mime-markdown .ca-st-function {
  color: #dcdcaa;
}
.ca-mime-markdown .ca-st-type,
.ca-mime-markdown .ca-st-tag {
  color: #4ec9b0;
}
.ca-mime-markdown .ca-st-variable,
.ca-mime-markdown .ca-st-attribute {
  color: #9cdcfe;
}
.ca-mime-markdown .ca-st-invalid {
  color: #f44747;
  text-decoration: underline wavy currentColor;
}
.ca-mime-markdown .ca-list-item {
  list-style: disc;
}
.ca-mime-markdown > p,
.ca-mime-markdown > ul,
.ca-mime-markdown > li,
.ca-mime-markdown > ol {
  margin: 0;
  padding: 0;
}
.ca-mime-markdown > code {
  padding: 0 24px;
  box-sizing: border-box;
  display: block;
  font-size: 12px;
  background: #313131;
  padding-right: 5px;
  border-radius: 4px;
}
.ca-mime-markdown > code.ca-cursor-nearby {
  border-radius: 0;
}
.ca-mime-markdown > code .ca-st-codeblock-fence,
.ca-mime-markdown > code .ca-st-codeblock-annotation {
  position: relative;
}
.ca-mime-markdown > code .ca-st-codeblock-annotation {
  font-size: 11px;
  color: #aaa;
  float: right;
}
.ca-mime-markdown > code .ca-cursor-nearby.ca-st-codeblock-fence {
  opacity: 1;
}
.ca-mime-markdown > code .ca-st-codeblock-fence {
  opacity: 0;
}
.ca-ime-composing {
  border-bottom: 1px solid rgba(22, 171, 240, 0.8);
}
.ca-unknown-rune {
  background: red;
  color: white;
  border-radius: 2px;
  display: inline-block;
}
.ca-selection {
  background: #6c7696;
}
.ca-selection-container {
  pointer-events: none;
}
.ca-selection-rect-container {
  pointer-events: none;
  opacity: 0.4;
  transition: opacity 0.15s;
}
.ca-viewport-active .ca-selection {
  background: #00c5fa;
}
.ca-decorator.ca-cursor-nearby {
  display: inline;
  opacity: 1;
}
.ca-bold {
  font-weight: 900;
  color: #e01498;
}
.ca-code {
  padding: 0 0px;
  border-radius: 2px;
  color: #00ff8c;
}
code.ca-code-block {
  display: block;
  position: relative;
  padding: 12px 12px 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  white-space: pre-wrap;
}
.ca-code-block-content {
  white-space: pre-wrap;
}
.ca-code-block-copy-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: none;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  line-height: 1.2;
  cursor: pointer;
  color: #ddd;
  background: rgba(255, 255, 255, 0.1);
}
.ca-code-block-copy-button:hover {
  background: rgba(255, 255, 255, 0.18);
}
.ca-decorator {
  display: inline;
  opacity: 0.95;
}
[viewport-mode="reader"] .ca-decorator {
  display: none;
}
[data-spell="plainLink"] {
  cursor: pointer;
}
[data-spell="tag"] {
  color: white;
  background: #232924;
  display: inline-block;
  padding: 0 2px;
  border-radius: 3px;
}
.ca-list-item.ca-list-indent-0 {
  list-style: circle;
  margin-left: 15px;
}
.ca-list-item.ca-list-indent-1 {
  margin-left: 27px;
}
.ca-list-item.ca-list-indent-2 {
  margin-left: 39px;
}
.ca-list-item.ca-list-indent-3 {
  margin-left: 51px;
}
.ca-list-item.ca-list-indent-4 {
  margin-left: 63px;
}
.ca-list-item.ca-list-indent-5 {
  margin-left: 75px;
}
.ca-list-item.ca-list-indent-6 {
  margin-left: 87px;
}
.ca-emphasis {
  font-weight: bold;
}
.ca-puri-rune {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  padding: 0 3px;
  max-width: 88%;
  border-radius: 4px;
  margin: 1px 2px;
  background: rgba(255, 255, 255, 0.09);
}
.ca-puri-rune > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ca-block-last-line-break:last-child::after {
  content: "⏎";
  opacity: 0.1;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/ui/icon/icon.html.R.js */
.icon-582d24 {
  text-transform: uppercase;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/ui/actions/actions.html.R.js */
.actions-a3e47a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.button-693853 {
  margin: 4px 4px;
  white-space: nowrap;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/ui/loading/loading.html.R.js */
.loading-a21bee {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.loading-a21bee .simple {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.loading-a21bee .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);
  }
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/ui/window/windowBox.html.R.js */
.window-box-997677 {
  position: absolute;
  overflow: hidden;
  max-height: 80%;
  max-width: 80%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  background: #222;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 320px;
  min-height: 120px;
}
.window-box-997677 > .title {
  display: none;
  width: 100%;
  height: 22px;
  line-height: 22px;
  padding: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #999;
  position: relative;
}
.window-box-997677.with-title > .title {
  display: block;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .window-box-997677 {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
}
.window-box-997677 > .title > .close-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #666;
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin-right: 20px;
  border-radius: 200px;
  border: 0.5px solid rgba(248, 248, 248, 0.08);
}
.window-box-997677 > .title > .close-button:hover {
  border-color: #a00d0d;
  background-color: #7c1515;
}
.window-box-997677 > .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  box-sizing: boder-box;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/ui/commonUI/toaster.html.R.js */
.toaster-02ce89 {
  width: 480px;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
  cursor: pointer;
}
.toaster-02ce89.show .pop-wrapper {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.toaster-02ce89.fade-out .pop-wrapper {
  transform: scale(0) translateY(-100%);
  opacity: 0;
}
.toaster-02ce89 .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-02ce89 .progress-bar {
  width: 100%;
  position: absollute;
  height: 2px;
  color: #888;
  top: 0;
  left: 0;
  right: 0;
  align-self: stretch;
}
.toaster-02ce89 .progress-bar .progress {
  height: 100%;
  width: 1%;
  background: #2170ce;
  transition: all 100ms;
}
.toaster-02ce89 .message {
  padding: 10px 20px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/ui/menu/menu/menu.html.R.js */
.menu-3cace2 {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  top: 0;
  left: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 2px;
  min-width: 280px;
  background: white;
  color: #222;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-3cace2 {
    flex-direction: column-reverse;
  }
}
.menu-3cace2 .title {
  font-size: 12px;
  background: #222;
  color: white;
  padding: 3px 8px;
}
.menu-3cace2 .filter {
  width: 100%;
  padding: 6px 10px;
  box-sizing: border-box;
  background: transparent;
  border-bottom: 0.5px solid #aaa;
  color: #222;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-3cace2 .filter {
    border-bottom: 0;
    border-top: 0.5px solid #aaa;
  }
}
.menu-3cace2.long input {
  display: block;
}
.menu-3cace2 > .empty-hint {
  display: none;
  text-align: center;
  color: #999;
  padding: 0 #999;
}
.menu-3cace2.empty {
  height: auto;
}
.menu-3cace2.empty .empty-hint {
  display: block;
}
.menu-3cace2.empty .option-list {
  display: none;
}
.menu-3cace2.empty input {
  display: none;
}
.menu-3cace2 .option-list {
  min-height: 240px;
  max-height: 480px;
  overflow: auto;
  padding: 6px;
  box-sizing: border-box;
  background: white;
  display: flex;
  flex-direction: column;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-3cace2 .option-list {
    flex-direction: column-reverse;
  }
}
.menu-3cace2 .option-list-item {
  cursor: pointer;
  color: #222;
  padding: 0 10px;
  height: 32px;
  min-height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  background: white;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-3cace2 .option-list-item {
    line-height: 30px;
    height: auto;
    min-height: 64px;
    padding: 16px 24px;
    box-sizing: border-box;
    border-top: 0.5px solid #eee;
    font-size: 18px;
    width: 100%;
  }
  .menu-3cace2 .option-list-item:first-child {
    border-top: none;
  }
}
.menu-3cace2 .option-list-item.active {
  color: #fff;
  background: #333;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-3cace2 {
    padding: 0px;
  }
}
.option-cd3497 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
}
.option-cd3497 .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  height: 100%;
  white-space: pre;
}
.option-cd3497 .extra-mark {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.option-cd3497 .extra-mark.show {
  display: block;
}
@media (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  .option-cd3497 .extra-mark {
    top: 8px;
    right: 8px;
  }
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/ui/layout/siteContainerLayout.html.R.js */
.site-container-layout-3f7677 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  position: absolute;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/ui/layout/siteLeftBarLayout.html.R.js */
.site-left-bar-layout-37cbe5 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #222;
  display: flex;
  flex-direction: row;
}
.site-left-bar-layout-37cbe5 .side-bar {
  width: 48px;
  padding: 0;
  margin: 0;
  background: #222;
  border-right: 1px solid #181818;
  width: 80px;
}
.site-left-bar-layout-37cbe5 .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-37cbe5 .side-bar .item:hover {
  cursor: pointer;
  background: #1c1c1c;
  color: white;
}
.site-left-bar-layout-37cbe5 .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-37cbe5 .side-bar .item .title {
  display: block;
  font-size: 10px;
  margin-top: 12px;
  transform: scale(0.9);
}
.site-left-bar-layout-37cbe5 > .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-37cbe5 .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-37cbe5 {
    flex-direction: column;
  }
  .site-left-bar-layout-37cbe5 .menu-button .fa::before,
  .site-left-bar-layout-37cbe5 .side-bar .item .icon::before {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .site-left-bar-layout-37cbe5 .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-37cbe5 .menu-button {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .site-left-bar-layout-37cbe5 .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-37cbe5 .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-37cbe5 .side-bar .item .icon {
    width: 48px;
    height: 48px;
  }
  .site-left-bar-layout-37cbe5 .side-bar .item .title {
    margin: 0;
    margin-left: 12px;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
  }
  .site-left-bar-layout-37cbe5 .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-37cbe5.is-menu-unfolded .side-bar {
    transform: translateX(0);
  }
  .site-left-bar-layout-37cbe5.is-menu-unfolded .backdrop {
    display: block;
  }
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/ui/layout/siteSinglePageLayout.html.R.js */
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/ui/layout/tabLayout.html.R.js */
.tab-layout-cf97e1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tab-layout-cf97e1.left {
  flex-direction: row;
}
.tab-layout-cf97e1.left > .tabs {
  width: 200px;
  flex-direction: column;
}
.tab-layout-cf97e1.enable-tab-delete .tab-delete-button {
  display: block;
}
.tab-layout-cf97e1 .tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  box-sizing: border-box;
}
.tab-layout-cf97e1 .tab-create-button,
.tab-layout-cf97e1 .tab-return-button {
  padding: 6px 18px;
  border-right: 1px solid #1a1a1a;
  align-items: center;
  justify-content: center;
  display: flex;
}
.tab-layout-cf97e1 .tab-create-button .text,
.tab-layout-cf97e1 .tab-return-button .text {
  padding-left: 6px;
}
.tab-layout-cf97e1 .tab-create-button {
  display: none;
}
.tab-layout-cf97e1.enable-tab-create .tab-create-button {
  display: flex;
}
.tab-layout-cf97e1 > .container {
  flex: 1;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.tab-layout-cf97e1 > .container .main-view {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.tab-layout-cf97e1 .main-view {
  flex: 1;
}
.mobile-tab-layout-ad03c1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom: 1px solid #181818;
}
.mobile-tab-layout-ad03c1 > .title {
  width: 100%;
  flex: 0;
  border-bottom: 1px solid #181818;
  padding: 4px;
  text-align: left;
}
.mobile-tab-layout-ad03c1 .icon {
  margin-right: 4px;
}
.mobile-tab-layout-ad03c1 > .container {
  flex: 1;
  overflow: auto;
  z-index: 0;
  position: relative;
}
.tab-list-item-038790 {
  border-top: 1px solid #1a1a1a;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-self: center;
}
.tab-list-item-038790:first-child {
  border-left: 1px solid #1a1a1a;
}
.tab-list-item-038790.no-title-icon .title-icon {
  display: none;
}
.tab-list-item-038790 .title {
  padding: 10px 14px;
}
.tab-list-item-038790 i {
  padding: 0 8px;
}
.tab-list-item-038790:hover {
  cursor: pointer;
  background: #1c1c1c;
  color: white;
  position: relative;
}
.tab-list-item-038790.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-038790 .tab-delete-button {
  display: none;
}
.tab-list-item-038790 .tab-delete-button:hover {
  color: red;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/ui/table/table.html.R.js */
.table-9d1d27 {
  position: relative;
  border-bottom: 2px solid #333;
  display: flex;
  flex-direction: column;
}
.table-9d1d27 .empty-hint {
  display: none;
}
.table-9d1d27 .empty-hint.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666;
  text-align: center;
  flex: 1;
}
.table-9d1d27 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-9d1d27 th {
  background: transparent;
}
.table-9d1d27 > .table {
  border-collapse: collapse;
  width: 100%;
}
.table-9d1d27 > .table > tbody {
  line-height: 36px;
}
.table-9d1d27 > .table tr,
.table-9d1d27 > .table td,
.table-9d1d27 > .table th {
  box-sizing: border-box;
  padding: 2px 10px;
  border-bottom: 1px solid #333;
  word-break: break-all;
  text-align: left;
}
.table-9d1d27 > .table tr:hover,
.table-9d1d27 > .table td:hover,
.table-9d1d27 > .table th:hover {
  background: #282828;
}
.table-9d1d27 > .table th {
  padding: 6px 10px;
}
.table-9d1d27 > .table th {
  color: #eee;
}
.table-9d1d27 > .table .mobile-head,
.table-9d1d27 > .table th tr th {
  font-weight: 700;
}
.table-9d1d27 > .table a.action {
  color: #378dff;
  padding: 0 7px;
  display: inline-block;
}
.table-9d1d27 > .table.single-line td {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table-9d1d27.transposed > .table > thead {
  display: none;
}
.table-9d1d27.transposed > .table tr td,
.table-9d1d27.transposed > .table tr th {
  border-top: 1px solid #777;
}
.table-9d1d27.transposed > .table tr.last td,
.table-9d1d27.transposed > .table tr.last th {
  border-bottom: 1px solid #777;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/ui/selector/selector.html.R.js */
.selector-8e6a18 {
  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-8e6a18:hover,
.selector-8e6a18.active {
  background-color: #282828;
  border: 1px solid #606060;
}
.selector-8e6a18 > .name {
  flex: 1;
  height: 32px;
  line-height: 32px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selector-8e6a18 > .name.placeholder {
  color: #888;
}
.selector-8e6a18 > .icon {
  transition: all 300ms;
  flex-shrink: 0;
}
.selector-8e6a18.active > .icon {
  transform: rotate(180deg);
}
.choices-fd4986 {
  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-fd4986 .filter {
  display: none;
  width: 100%;
  padding: 6px 10px;
  box-sizing: border-box;
  background: transparent;
}
.choices-fd4986.long input {
  display: block;
}
.choices-fd4986 > .empty-hint {
  display: none;
  text-align: center;
  color: #999;
  padding: 0 #999;
}
.choices-fd4986.empty {
  height: auto;
}
.choices-fd4986.empty .empty-hint {
  display: block;
}
.choices-fd4986.empty .option-list {
  display: none;
}
.choices-fd4986 .option-list {
  max-height: 320px;
  overflow: auto;
}
.choices-fd4986 .option-list-item {
  cursor: pointer;
  color: #aaa;
  padding: 4px 10px;
  line-height: 24px;
  word-break: break-all;
  box-sizing: border-box;
}
.choices-fd4986 .option-list-item:hover,
.choices-fd4986 .option-list-item .active {
  color: #fff;
  background: #353535;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/navigation/breadcrumb.html.R.js */
.breadcrumb-208561 {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #222;
  left: 0;
  top: 0;
  overflow: hidden;
}
.breadcrumb-208561 > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  overflow: hidden;
}
.breadcrumb-208561 .breadcrumb-body {
  flex: 1;
}
.breadcrumb-208561 .breadcrumb-header {
  display: flex;
  flex-direction: row;
}
.breadcrumb-208561 .breadcrumb-header {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.breadcrumb-208561 .home-button,
.breadcrumb-208561 .back-button {
  padding: 10px 14px;
  border-right: 1px solid #1a1a1a;
  align-items: center;
  justify-content: center;
  display: flex;
}
.breadcrumb-208561 .home-button .text,
.breadcrumb-208561 .back-button .text {
  padding-left: 6px;
}
.breadcrumb-208561 .nav-list {
  flex: 1;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
.nav-list-item-9a2a38.self {
  display: flex;
  flex-direction: row;
  padding: 2px;
}
.nav-list-item-9a2a38:first-child .left-arrow {
  display: none;
}
.nav-list-item-9a2a38 .left-arrow {
  padding-right: 2px;
}
.nav-list-item-9a2a38 .name {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav-list-item-9a2a38 .name:hover {
  color: white;
  text-decoration: underline;
}
.nav-list-item-9a2a38.current .name {
  padding: 0px 7px;
  line-height: 24px;
  margin: 4px 0;
  color: white;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/ui/image/imageDisplayer.html.R.js */
.image-displayer-52c751 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: black;
}
.image-displayer-52c751 .image-buffer {
  display: inline-block;
}
.image-displayer-52c751.instant .buffers .image-buffer {
  transition: none;
}
.image-displayer-52c751 .buffers {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.image-buffer-e4751c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateX(-9999px);
  transition: all 160ms;
  position: absolute;
  top: 0;
  left: 0;
}
.image-buffer-e4751c img {
  background-color: white;
  transition: opacity 300ms;
  opacity: 1;
  cursor: grab;
}
.image-buffer-e4751c .loading-hint,
.image-buffer-e4751c .failure-message {
  display: none;
  color: white;
}
.image-buffer-e4751c.loading .loading-hint {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-buffer-e4751c.loading .loading-hint cube-loading-hint {
  width: 180px;
}
.image-buffer-e4751c.ready img {
  opacity: 1;
}
.image-buffer-e4751c .image-wrapper {
  display: inline-block;
}
.image-buffer-e4751c.fail .image-wrapper {
  width: 256px;
  height: 256px;
  background: black;
  color: white;
  display: inline-block;
}
.image-buffer-e4751c.fail .image-wrapper img {
  display: none;
}
.image-buffer-e4751c.fail .failure-message {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/singular/hierarchy/node/nodeWrapper.html.R.js */
.node-wrapper-dc31ba {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 250ms;
  user-select: none;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/singular/mark/shortcutHud.html.R.js */
.shortcut-hud-72dfe2 {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  padding: 2px;
  color: #aaa;
  z-index: 1000;
  width: 100%;
}
.shortcut-hud-72dfe2 .shortcuts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
.shortcut-hud-72dfe2 .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-51f205 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.shortcut-list-item-51f205:hover {
  color: #eee;
  cursor: pointer;
}
.shortcut-list-item-51f205 .headline {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shortcut-list-item-51f205 .remove {
  opacity: 0.5;
  padding: 0 2px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}
.shortcut-list-item-51f205 .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-51f205.blinking {
  animation: blink 0.25s ease-in-out;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/singular/renderContext.html.R.js */
.render-context-e08486 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #222;
}
.render-context-e08486 .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.render-context-e08486 canvas[data-id="background"].layer {
  z-index: 0;
  pointer-events: auto;
}
.render-context-e08486 > div[data-id="uiContainer"] {
  z-index: 1;
  overflow: visible;
  overscroll-behavior: none;
  /* Don't block events towards background */
  width: 0;
  height: 0;
}
.render-context-e08486 canvas[data-id="foreground"] {
  z-index: 2;
  pointer-events: none;
}
.render-context-e08486 div[data-id="cursorLayer"] {
  z-index: 4;
  pointer-events: none;
}
.render-context-e08486 > [data-id="popups"] {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.render-context-e08486 > [data-id="popups"] > * {
  pointer-events: auto;
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/singular/selection/selectionIndicator.html.R.js */
.selection-indicator-2993b8 {
  width: 256px;
  border-radius: 0 0 4px 4px;
  background: #ccc;
  color: #222;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 12px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.selection-indicator-2993b8 [data-id="actionIcon"] {
  position: absolute;
  right: 12px;
  top: 50%;
  height: 24px;
  display: inline-block;
  transform: translateY(-50%);
  color: #666;
  cursor: pointer;
}
.selection-indicator-2993b8 [data-id="actionIcon"]::before {
  content: '...';
}
/* /home/wuminghan/workspace/@branch-ts/web-consensus/src/singular/ui/iconButton.html.R.js */
.icon-button-7b9561 {
  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-7b9561:hover {
  translate: scale(1.2);
}
.icon-button-7b9561.solid {
  color: #444;
  background-color: #eee;
}
/* /home/wuminghan/workspace/@branch-ts/practice-auth3-web/src/authenticator/authenticator.html.R.js */
.authenticator-687f4b {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #222;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
.authenticator-687f4b .topbar {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fafafa;
  gap: 12px;
}
.authenticator-687f4b .title {
  font-size: 16px;
  font-weight: 600;
}
.authenticator-687f4b .spacer {
  flex: 1;
}
.authenticator-687f4b button {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
  color: #222;
}
.authenticator-687f4b button.close {
  background: transparent;
  padding: 6px 10px;
  border-radius: 8px;
}
.authenticator-687f4b button.primary {
  background: #222;
  border-color: #222;
  color: #fff;
}
.authenticator-687f4b .content {
  flex: 1;
  overflow: auto;
}
.authenticator-687f4b .entry {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}
.authenticator-687f4b .card {
  width: min(560px, 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.04) 0 6px 18px;
  background: #fff;
  box-sizing: border-box;
}
.authenticator-687f4b .headline {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.authenticator-687f4b .hint {
  opacity: 0.75;
  margin-bottom: 16px;
}
.authenticator-687f4b .actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.authenticator-687f4b .panel {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
/* /home/wuminghan/workspace/@branch-ts/practice-auth3-web/src/authenticator/emailPasswordLogin.html.R.js */
.email-password-login-d39615 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 12px;
  background: #fff;
  color: #222;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
.email-password-login-d39615 .topbar {
  display: flex;
  align-items: center;
  gap: 12px;
}
.email-password-login-d39615 .title {
  font-size: 18px;
  font-weight: 700;
}
.email-password-login-d39615 .spacer {
  flex: 1;
}
.email-password-login-d39615 button {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
  color: #222;
}
.email-password-login-d39615 button.back {
  background: transparent;
}
.email-password-login-d39615 button.primary {
  background: #222;
  border-color: #222;
  color: #fff;
}
.email-password-login-d39615 .body {
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.email-password-login-d39615 .banner {
  width: min(560px, 100%);
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.email-password-login-d39615 .banner.error {
  border-color: rgba(176, 0, 32, 0.25);
  background: rgba(176, 0, 32, 0.08);
  color: #b00020;
}
.email-password-login-d39615 .banner.status {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.75);
}
.email-password-login-d39615 .headline {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.email-password-login-d39615 .hint {
  opacity: 0.75;
  margin-bottom: 14px;
  line-height: 1.4;
}
.email-password-login-d39615 .row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.email-password-login-d39615 label {
  font-size: 13px;
  opacity: 0.8;
}
.email-password-login-d39615 input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fafafa;
  font-size: 14px;
  box-sizing: border-box;
  color: #222;
}
.email-password-login-d39615 .mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  opacity: 0.75;
  margin-bottom: 12px;
}
.email-password-login-d39615 .actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.email-password-login-d39615 .actions button {
  flex: 1;
}
/* /home/wuminghan/workspace/@branch-ts/practice-auth3-web/src/authenticator/emailPasswordRegister.html.R.js */
.email-password-register-0560b9 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 12px;
  background: #fff;
  color: #222;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
.email-password-register-0560b9 .topbar {
  display: flex;
  align-items: center;
  gap: 12px;
}
.email-password-register-0560b9 .title {
  font-size: 18px;
  font-weight: 700;
}
.email-password-register-0560b9 .spacer {
  flex: 1;
}
.email-password-register-0560b9 button {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
  color: #222;
}
.email-password-register-0560b9 button.back {
  background: transparent;
}
.email-password-register-0560b9 button.primary {
  background: #222;
  border: 1px solid #222;
  color: #fff;
}
.email-password-register-0560b9 .body {
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.email-password-register-0560b9 .banner {
  width: min(560px, 100%);
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.email-password-register-0560b9 .banner.error {
  border-color: rgba(176, 0, 32, 0.25);
  background: rgba(176, 0, 32, 0.08);
  color: #b00020;
}
.email-password-register-0560b9 .banner.status {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.75);
}
.email-password-register-0560b9 .headline {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.email-password-register-0560b9 .hint {
  opacity: 0.75;
  margin-bottom: 14px;
  line-height: 1.4;
}
.email-password-register-0560b9 .row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.email-password-register-0560b9 label {
  font-size: 13px;
  opacity: 0.8;
}
.email-password-register-0560b9 input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fafafa;
  font-size: 14px;
  box-sizing: border-box;
  color: #222;
}
.email-password-register-0560b9 .actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.email-password-register-0560b9 .actions button {
  flex: 1;
}
/* /home/wuminghan/workspace/@branch-ts/practice-auth3-web/src/authenticator/emailPasswordReset.html.R.js */
.email-password-reset-ce85e7 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 12px;
  background: #fff;
  color: #222;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
.email-password-reset-ce85e7 .topbar {
  display: flex;
  align-items: center;
  gap: 12px;
}
.email-password-reset-ce85e7 .title {
  font-size: 18px;
  font-weight: 700;
}
.email-password-reset-ce85e7 .spacer {
  flex: 1;
}
.email-password-reset-ce85e7 button {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
  color: #222;
}
.email-password-reset-ce85e7 button.back {
  background: transparent;
}
.email-password-reset-ce85e7 button.primary {
  background: #222;
  border-color: #222;
  color: #fff;
}
.email-password-reset-ce85e7 .body {
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.email-password-reset-ce85e7 .banner {
  width: min(560px, 100%);
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.email-password-reset-ce85e7 .banner.error {
  border-color: rgba(176, 0, 32, 0.25);
  background: rgba(176, 0, 32, 0.08);
  color: #b00020;
}
.email-password-reset-ce85e7 .banner.status {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.75);
}
.email-password-reset-ce85e7 .headline {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.email-password-reset-ce85e7 .hint {
  opacity: 0.75;
  margin-bottom: 14px;
  line-height: 1.4;
}
.email-password-reset-ce85e7 .row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.email-password-reset-ce85e7 label {
  font-size: 13px;
  opacity: 0.8;
}
.email-password-reset-ce85e7 input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fafafa;
  font-size: 14px;
  box-sizing: border-box;
  color: #222;
}
.email-password-reset-ce85e7 .mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  opacity: 0.75;
  margin-bottom: 12px;
}
.email-password-reset-ce85e7 .actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.email-password-reset-ce85e7 .actions button {
  flex: 1;
}
/* /home/wuminghan/workspace/verset/webapp/src/script/market/checkoutFailure/checkoutFailure.html.R.js */
.checkout-failure-943633 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #181A1B;
  color: #e2e3e1;
  overflow-y: auto;
  width: 100%;
}
.checkout-failure-943633 .failure-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 32px;
}
.checkout-failure-943633 .failure-content {
  max-width: 600px;
  width: 100%;
  background: #222;
  border: 2px solid #dc3545;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout-failure-943633 .failure-icon {
  color: #dc3545;
  margin-bottom: 24px;
  animation: failureShake 0.6s ease-out;
}
@keyframes failureShake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.checkout-failure-943633 .failure-icon svg {
  filter: drop-shadow(0 4px 12px rgba(220, 53, 69, 0.3));
}
.checkout-failure-943633 .failure-title {
  margin: 0 0 16px 0;
  font-size: 36px;
  font-weight: 700;
  color: #dc3545;
}
.checkout-failure-943633 .failure-message {
  margin: 0 0 32px 0;
  font-size: 18px;
  color: #888;
  line-height: 1.6;
}
.checkout-failure-943633 .failure-details {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
}
.checkout-failure-943633 .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.checkout-failure-943633 .detail-row:not(:last-child) {
  border-bottom: 1px solid #333;
}
.checkout-failure-943633 .detail-label {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}
.checkout-failure-943633 .detail-value {
  font-size: 16px;
  color: #e2e3e1;
  font-weight: 600;
}
.checkout-failure-943633 .common-issues {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
  text-align: left;
}
.checkout-failure-943633 .issues-title {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: 600;
  color: #e2e3e1;
}
.checkout-failure-943633 .issues-list {
  margin: 0;
  padding-left: 24px;
  list-style: disc;
}
.checkout-failure-943633 .issues-list li {
  font-size: 14px;
  color: #888;
  line-height: 1.8;
  margin-bottom: 8px;
}
.checkout-failure-943633 .issues-list li:last-child {
  margin-bottom: 0;
}
.checkout-failure-943633 .action-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checkout-failure-943633 .primary-action-btn {
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  color: #000;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.checkout-failure-943633 .primary-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 193, 7, 0.3);
}
.checkout-failure-943633 .primary-action-btn:active {
  transform: translateY(0);
}
.checkout-failure-943633 .secondary-action-btn {
  width: 100%;
  padding: 16px 32px;
  background: transparent;
  color: #dc3545;
  border: 1px solid #dc3545;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.checkout-failure-943633 .secondary-action-btn:hover {
  background: #dc3545;
  color: #fff;
}
.checkout-failure-943633 .tertiary-action-btn {
  width: 100%;
  padding: 16px 32px;
  background: transparent;
  color: #888;
  border: 1px solid #444;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.checkout-failure-943633 .tertiary-action-btn:hover {
  color: #e2e3e1;
  border-color: #888;
}
/* /home/wuminghan/workspace/verset/webapp/src/script/market/checkoutSuccess/checkoutSuccess.html.R.js */
.checkout-success-5cedee {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #181A1B;
  color: #e2e3e1;
  overflow-y: auto;
  width: 100%;
}
.checkout-success-5cedee .success-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 32px;
}
.checkout-success-5cedee .success-content {
  max-width: 600px;
  width: 100%;
  background: #222;
  border: 2px solid #28a745;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout-success-5cedee .success-icon {
  color: #28a745;
  margin-bottom: 24px;
  animation: successBounce 0.6s ease-out;
}
@keyframes successBounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.checkout-success-5cedee .success-icon svg {
  filter: drop-shadow(0 4px 12px rgba(40, 167, 69, 0.3));
}
.checkout-success-5cedee .success-title {
  margin: 0 0 16px 0;
  font-size: 36px;
  font-weight: 700;
  color: #28a745;
}
.checkout-success-5cedee .success-message {
  margin: 0 0 32px 0;
  font-size: 18px;
  color: #888;
  line-height: 1.6;
}
.checkout-success-5cedee .success-details {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
}
.checkout-success-5cedee .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.checkout-success-5cedee .detail-row:not(:last-child) {
  border-bottom: 1px solid #333;
}
.checkout-success-5cedee .detail-label {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}
.checkout-success-5cedee .detail-value {
  font-size: 16px;
  color: #e2e3e1;
  font-weight: 600;
}
.checkout-success-5cedee .action-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.checkout-success-5cedee .primary-action-btn {
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.checkout-success-5cedee .primary-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(40, 167, 69, 0.3);
}
.checkout-success-5cedee .primary-action-btn:active {
  transform: translateY(0);
}
.checkout-success-5cedee .secondary-action-btn {
  width: 100%;
  padding: 16px 32px;
  background: transparent;
  color: #888;
  border: 1px solid #444;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.checkout-success-5cedee .secondary-action-btn:hover {
  color: #e2e3e1;
  border-color: #888;
}
.checkout-success-5cedee .success-note {
  padding-top: 24px;
  border-top: 1px solid #333;
  width: 100%;
}
.checkout-success-5cedee .success-note p {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
/* /home/wuminghan/workspace/verset/webapp/src/script/userProfile/userProfile.html.R.js */
.user-profile-72dd5e {
  display: flex;
  width: 100%;
  height: 100%;
  background: #181A1B;
  color: #e2e3e1;
}
.user-profile-72dd5e .user-profile-container {
  display: flex;
  width: 100%;
  height: 100%;
}
.user-profile-72dd5e .left-panel {
  width: 240px;
  background: #222;
  border-right: 1px solid #333;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.user-profile-72dd5e .section {
  padding: 16px 20px;
  cursor: pointer;
  transition: background 0.2s;
  border-left: 3px solid transparent;
}
.user-profile-72dd5e .section:hover {
  background: rgba(255, 255, 255, 0.05);
}
.user-profile-72dd5e .section.active {
  background: rgba(23, 162, 184, 0.15);
  border-left-color: #17a2b8;
}
.user-profile-72dd5e .section-title {
  font-size: 14px;
  font-weight: 500;
  color: #e2e3e1;
}
.user-profile-72dd5e .right-panel {
  flex: 1;
  overflow: auto;
  background: #181A1B;
}
/* /home/wuminghan/workspace/verset/webapp/src/script/userProfile/subscriptionPanel/subscriptionPanel.html.R.js */
.subscription-panel-3d40d0 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #181A1B;
  color: #e2e3e1;
}
.subscription-panel-3d40d0 .subscription-header {
  padding: 16px 20px;
  background: #222;
  border-bottom: 1px solid #333;
}
.subscription-panel-3d40d0 .subscription-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.subscription-panel-3d40d0 .subscription-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.subscription-panel-3d40d0 .info-section {
  margin-bottom: 20px;
}
.subscription-panel-3d40d0 .info-label {
  font-size: 11px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.subscription-panel-3d40d0 .info-value {
  font-size: 15px;
  color: #e2e3e1;
  padding: 8px 12px;
  background: #222;
  border-radius: 6px;
  border: 1px solid #333;
}
.subscription-panel-3d40d0 .plan-name {
  font-weight: 600;
  color: #ffc107;
}
.subscription-panel-3d40d0 .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 500;
}
.subscription-panel-3d40d0 .status-indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}
.subscription-panel-3d40d0 .status-indicator.active {
  background: #28a745;
  box-shadow: 0 0 8px rgba(40, 167, 69, 0.6);
}
.subscription-panel-3d40d0 .status-indicator.hang {
  background: #ffc107;
  box-shadow: 0 0 8px rgba(255, 193, 7, 0.6);
}
.subscription-panel-3d40d0 .status-indicator.none {
  background: #6c757d;
  box-shadow: 0 0 8px rgba(108, 117, 125, 0.6);
}
.subscription-panel-3d40d0 .status-indicator.checkout {
  background: #17a2b8;
  box-shadow: 0 0 8px rgba(23, 162, 184, 0.6);
}
.subscription-panel-3d40d0 .status-indicator.due {
  background: #dc3545;
  box-shadow: 0 0 8px rgba(220, 53, 69, 0.6);
}
.subscription-panel-3d40d0 .privilege-card,
.subscription-panel-3d40d0 .due-card,
.subscription-panel-3d40d0 .plan-details-card {
  background: #222;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 12px;
}
.subscription-panel-3d40d0 .privilege-row,
.subscription-panel-3d40d0 .due-row,
.subscription-panel-3d40d0 .plan-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
.subscription-panel-3d40d0 .plan-detail-row:not(:last-child) {
  border-bottom: 1px solid #333;
}
.subscription-panel-3d40d0 .privilege-label,
.subscription-panel-3d40d0 .due-label,
.subscription-panel-3d40d0 .detail-label {
  font-size: 13px;
  color: #888;
}
.subscription-panel-3d40d0 .privilege-value,
.subscription-panel-3d40d0 .due-value,
.subscription-panel-3d40d0 .detail-value {
  font-size: 13px;
  color: #e2e3e1;
  font-weight: 500;
}
.subscription-panel-3d40d0 .subscription-id {
  font-family: monospace;
  font-size: 13px;
  word-break: break-all;
  color: #17a2b8;
}
.subscription-panel-3d40d0 .action-section {
  margin-top: 20px;
  margin-bottom: 12px;
}
.subscription-panel-3d40d0 .action-button {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
}
.subscription-panel-3d40d0 .action-button.primary {
  background: #28a745;
  color: #fff;
}
.subscription-panel-3d40d0 .action-button.primary:hover {
  background: #218838;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}
.subscription-panel-3d40d0 .action-button.warning {
  background: #dc3545;
  color: #fff;
}
.subscription-panel-3d40d0 .action-button.warning:hover {
  background: #c82333;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}
.subscription-panel-3d40d0 .action-button:active {
  transform: translateY(0);
}
/* /home/wuminghan/workspace/verset/webapp/src/script/market/planCheckout/planCheckout.html.R.js */
.plan-checkout-e0a8a4 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #181A1B;
  color: #e2e3e1;
  overflow-y: auto;
  width: 100%;
}
.plan-checkout-e0a8a4 .checkout-header {
  padding: 40px 32px 32px;
  background: #222;
  border-bottom: 1px solid #333;
  text-align: center;
}
.plan-checkout-e0a8a4 .checkout-header h2 {
  margin: 0 0 12px 0;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.plan-checkout-e0a8a4 .header-subtitle {
  margin: 0;
  font-size: 16px;
  color: #888;
}
.plan-checkout-e0a8a4 .plans-container {
  flex: 1;
  padding: 48px 32px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.plan-checkout-e0a8a4 .plans-container > div {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
}
.plan-checkout-e0a8a4 .plan-card {
  background: #222;
  border: 2px solid #333;
  border-radius: 12px;
  padding: 32px;
  width: 320px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}
.plan-checkout-e0a8a4 .plan-card:hover {
  border-color: #ffc107;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(255, 193, 7, 0.2);
}
.plan-checkout-e0a8a4 .plan-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.plan-checkout-e0a8a4 .plan-name {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #ffc107;
  text-transform: capitalize;
}
.plan-checkout-e0a8a4 .plan-badge {
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  color: #000;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.plan-checkout-e0a8a4 .plan-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}
.plan-checkout-e0a8a4 .price-amount {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.plan-checkout-e0a8a4 .price-currency {
  font-size: 20px;
  font-weight: 500;
  color: #888;
}
.plan-checkout-e0a8a4 .plan-duration {
  font-size: 16px;
  color: #888;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #333;
}
.plan-checkout-e0a8a4 .plan-features {
  flex: 1;
  margin-bottom: 32px;
}
.plan-checkout-e0a8a4 .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.plan-checkout-e0a8a4 .feature-icon {
  width: 24px;
  height: 24px;
  background: #28a745;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}
.plan-checkout-e0a8a4 .feature-text {
  font-size: 14px;
  color: #e2e3e1;
}
.plan-checkout-e0a8a4 .purchase-button {
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  color: #000;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.plan-checkout-e0a8a4 .purchase-button:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 16px rgba(255, 193, 7, 0.4);
}
.plan-checkout-e0a8a4 .purchase-button:active {
  transform: scale(0.98);
}
.plan-checkout-e0a8a4 .plan-details {
  margin-top: 16px;
  text-align: center;
}
.plan-checkout-e0a8a4 .detail-note {
  font-size: 12px;
  color: #666;
}
.plan-checkout-e0a8a4 .checkout-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 32px;
}
.plan-checkout-e0a8a4 .checkout-content {
  max-width: 600px;
  width: 100%;
  background: #222;
  border: 2px solid #333;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-checkout-e0a8a4 .checkout-icon {
  color: #ffc107;
  margin-bottom: 24px;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
.plan-checkout-e0a8a4 .checkout-title {
  margin: 0 0 16px 0;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.plan-checkout-e0a8a4 .checkout-description {
  margin: 0 0 32px 0;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
}
.plan-checkout-e0a8a4 .checkout-action-btn {
  width: 100%;
  max-width: 400px;
  padding: 20px 32px;
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  color: #000;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 32px;
}
.plan-checkout-e0a8a4 .checkout-action-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(255, 193, 7, 0.4);
}
.plan-checkout-e0a8a4 .checkout-action-btn:active {
  transform: scale(0.98);
}
.plan-checkout-e0a8a4 .checkout-alternative {
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid #333;
  margin-bottom: 24px;
}
.plan-checkout-e0a8a4 .alternative-text {
  margin: 0 0 16px 0;
  font-size: 14px;
  color: #666;
}
.plan-checkout-e0a8a4 .copy-link-btn {
  padding: 12px 24px;
  background: #333;
  color: #ffc107;
  border: 1px solid #444;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.plan-checkout-e0a8a4 .copy-link-btn:hover {
  background: #444;
  border-color: #ffc107;
}
.plan-checkout-e0a8a4 .checkout-uri-display {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
  overflow: hidden;
}
.plan-checkout-e0a8a4 .checkout-uri-display code {
  display: block;
  color: #888;
  font-size: 12px;
  font-family: 'Courier New', monospace;
  word-break: break-all;
  white-space: pre-wrap;
}
.plan-checkout-e0a8a4 .back-to-plans-btn {
  padding: 12px 24px;
  background: transparent;
  color: #888;
  border: 1px solid #444;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.plan-checkout-e0a8a4 .back-to-plans-btn:hover {
  color: #ffc107;
  border-color: #ffc107;
}
.plan-checkout-e0a8a4 .plan-card[stage~="disabled:disabled"] {
  opacity: 0.5;
  pointer-events: none;
}
.plan-checkout-e0a8a4 .plan-card[stage~="disabled:disabled"] .purchase-button {
  background: #444;
  cursor: not-allowed;
}
