/* max-width should be var(--maxContentWidth) + var(--mediumViewPortContentMargin) left and right */
@custom-media --medium-viewport screen and (max-width: 1340px);
@custom-media --small-viewport screen and (max-width: 720px);
::-webkit-scrollbar {
  -webkit-appearance: none;
}
:root {
  --maxContentWidth: 1300px;
  --tool-bar-height: 60px;
  --head-height: 40px;
  --contextTextSize: 1.2rem;
  --quoteTextSize: 1rem;
  --subtleSize: 1rem;
  --commentTextSize: 1.1rem;
  --mediumViewPortContentMargin: 20px;
  --smallViewPortContentMargin: 10px;
  --accentColor: #B34126;
}
@media screen and (max-width: 720px) {
  :root {
    --contextTextSize: 1rem;
    --quoteTextSize: 0.9rem;
    --subtleSize: 0.9rem;
    --commentTextSize: 1rem;
  }
}
@media (--small-viewport) {
  :root {
    --contextTextSize: 1rem;
    --quoteTextSize: 0.9rem;
    --subtleSize: 0.9rem;
    --commentTextSize: 1rem;
  }
}
.VWOJS6MZ6xi2QADPFzy4 {
  --tool-bar-height: 80px;
}
h1,
h2,
.header {
  font-family: Helvetica, 'Microsoft JhengHei', Arial, sans-serif, sans-serif;
}
body {
  background: var(--pageBackground);
  color: var(--foreground);
}
.push-ipdatetime {
  color: var(--subtleColor);
  float: right;
}
.push {
  clear: both;
}
.fb-comments,
.fb-comments iframe[style] {
  width: 100% !important;
}
::-webkit-scrollbar:vertical {
  width: 3px;
}
::-webkit-scrollbar:horizontal {
  height: 3px;
}
/* ! tailwindcss v3.4.9 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hidden{
  display: none;
}
.h-\[250px\]{
  height: 250px;
}
.w-\[300px\]{
  width: 300px;
}
.max-w-96{
  max-width: 24rem;
}
.shrink{
  flex-shrink: 1;
}
.resize{
  resize: both;
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.rounded{
  border-radius: 0.25rem;
}
.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-red-900{
    background-color: rgb(127 29 29 / var(--tw-bg-opacity));
  }
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-gray-500{
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.Qke_yETfR7sb6LItg1Tw {
  height: 100%;
}

.D7OpcDfD1kyeaFk4MRdo {
}

.PnZ3mA_jJrPKSz5jHhwS:not(.D7OpcDfD1kyeaFk4MRdo) {
  padding-top: var(--tool-bar-height);
}

/* Only the first content area should have top padding */

.PnZ3mA_jJrPKSz5jHhwS .PnZ3mA_jJrPKSz5jHhwS {
  padding-top: 0;
}

.KIm_AE3tfmuDz0ya7KGX {
  height: calc(100vh - var(--tool-bar-height));
}

.hFUa6_iehm0xNFdF0gNa {
  max-width: var(--maxContentWidth);
  margin: 0 auto;
}

.PnZ3mA_jJrPKSz5jHhwS.g6XkQAjeRMBg9kB9tZ5j {
  margin-top: var(--mediumViewPortContentMargin);
}

.X442QCGV5u3OA7AsNXRI {
  background-color: var(--contentPanelBackground);
  border-radius: 8px;
}

@media (--medium-viewport) {
  .PnZ3mA_jJrPKSz5jHhwS._8VykV0HuukxlUNNaDgOo {
    margin-left: var(--mediumViewPortContentMargin);
    margin-right: var(--mediumViewPortContentMargin);
  }
}

@media (--small-viewport) {
  .PnZ3mA_jJrPKSz5jHhwS._8VykV0HuukxlUNNaDgOo {
    margin-left: var(--smallViewPortContentMargin);
    margin-right: var(--smallViewPortContentMargin);
  }

  .PnZ3mA_jJrPKSz5jHhwS.g6XkQAjeRMBg9kB9tZ5j {
    margin-top: var(--smallViewPortContentMargin);
  }
}

.gsc-control-cse {
  padding: 0 !important;
  background-color: transparent !important;
}

.gsc-search-box {
  margin-bottom: 0 !important;
}

.gsc-input {
  padding-right: 5px !important;
}

.gsc-input-box {
  border: 1px solid #555 !important;
  border-radius: 5px;
}

.gsc-search-button-v2 {
  height: 32px !important;
  width: 32px !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gsib_a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

input.gsc-input {
  height: 25px !important;
}

._wGFCJWgPKqsr8ApjM7N {
  width: 100%;
  color: #000;
}

.CvXL_6hYVwaRE1qISXGa {
  width: 100%;
  min-width: 330px;
  background-color: #202020;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  height: var(--tool-bar-height);
  z-index: 3;
}

.uSTfu1nnpi5arAyGq7qY {
}

.Qah_fmr5tUTKxv_AT8qX {
  position: fixed !important;
  top: 0;
  left: 0;
}

.y3i6wk7vMtUdkKbGpGCd {
  max-width: var(--maxContentWidth);
  margin: 0 auto;
  position: relative;
  flex: 1;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.y3i6wk7vMtUdkKbGpGCd > *,
.kyrcoNY_1aqz0uf4NfLp > * {
  display: inline-block;
  vertical-align: middle;
}

.FpkhZuUdUQgCgqNne2HA {
  height: 25px;
  filter: invert(100%);
  flex: 1;
}

.kyrcoNY_1aqz0uf4NfLp {
  position: absolute;
  right: 0;
  width: 250px;
}

.kyrcoNY_1aqz0uf4NfLp.g4N0mKIanC_dMkSI64R9 {
  position: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.kyrcoNY_1aqz0uf4NfLp.g4N0mKIanC_dMkSI64R9.AK2SF0E1PJP9KLgKX_XO {
  margin-left: 50px;
}

.nkN7TGrlru4ITXDwBQBu {
  background-color: transparent;
  outline: 0;
  width: calc(100% - 30px);
  color: #C8C8C8;
  font-size: 15px;
}

.tXcnJPPdAowNnnmODuhg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 40px;
}

.tXcnJPPdAowNnnmODuhg a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #C8C8C8;
  margin: 0;
  padding: 3px 8px;
  display: inline-block;
  font-size: 15px;
  margin-left: 5px;
}

._srItU8vsYw2RVZ9WFBk {
  margin-left: 5px;
}

._srItU8vsYw2RVZ9WFBk a {
  display: inline-block;
  margin: 0;
  font-size: 0;
}

.L0pe1nSuBaYI9hkRxr0R {
  position: absolute;
  left: 0;
}

.uXIj0jK0Kyiw8w0cYcQb {
  position: absolute;
  right: 0;
}

.tXcnJPPdAowNnnmODuhg a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.tXcnJPPdAowNnnmODuhg a:focus-visible {
  -webkit-text-decoration: none;
  text-decoration: none;
}

._srItU8vsYw2RVZ9WFBk > *:not(:last-child) {
  margin-right: 2px;
}

.tXcnJPPdAowNnnmODuhg a:hover,
._srItU8vsYw2RVZ9WFBk a:hover,
.CvXL_6hYVwaRE1qISXGa .azMmZ50_uw9zTCLVaBa0 {
  background-color: rgba(255,255,255,0.18824);
  background-color: #FFFFFF30;
  border-radius: 5px;
}

._srItU8vsYw2RVZ9WFBk a:focus-visible {
  background-color: rgba(255,255,255,0.18824);
  background-color: #FFFFFF30;
  border-radius: 5px;
}

@media screen and (max-width: 500px) {
  .CvXL_6hYVwaRE1qISXGa {
    padding: 0 10px;
  }
}

.tjto36U8bkY9jXI_HHoN a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.pLWa7avTjslFLdRHRBsv {
  background-color: #555;
  color: white;
  border-radius: 5px;
}

.fBvqrUFK12Lrg45i1Pp8 {
  margin: 0;
  font-size: 1rem;
  padding: 5px 10px;
}

.fBvqrUFK12Lrg45i1Pp8 a {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.WMlxYH8iMVw_zcamLX20 {
  margin: 10px 0;
}

.WMlxYH8iMVw_zcamLX20 hr {
  background: var(--separatorColor) !important;
}

.N8goWo7DW6L1wA82vSmC {
  background-color: #555;
  color: white;
  border-radius: 5px;
}

.dn6SPzTumPdPqBUhgHjt {
  min-width: 130px;
  overflow-y: auto;
}

.dn6SPzTumPdPqBUhgHjt ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.yXuETqIgAf13SAgQK4ej {
  opacity: 0.3;
}

.YUHUQUSk7LHcCcNsWeBw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vz9fvu3j_bSsWpLejr5t {
  min-width: 130px;
  padding-top: 15px;
  padding-right: 15px;
  box-sizing: content-box;
  box-sizing: initial;
  box-sizing: unset;
}

.vz9fvu3j_bSsWpLejr5t ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.km__Mu9VS4qELHwtBLtO {
  position: fixed;
  top: 0;
  bottom: 0;
  padding-right: 5px;
  margin-top: calc(var(--tool-bar-height) + 30px);
}

.vY2wcxulKmdyS5WQoccx {
  margin: 0;
  font-size: 0.95rem;
  cursor: pointer;
  padding: 5px 10px;
}

.vY2wcxulKmdyS5WQoccx::before {
  content: '● ';
}

.gRdbsbdvVnbEjU6KBeEE {
  background-color: #555;
  color: white;
  border-radius: 5px;
}

.IdYeG9KmsH3JZhIkfAop {
  position: fixed;
  min-width: 130px;
}

.Mm7uZef0umg5t036_spH {
  flex-grow: 1;
  margin-bottom: 20px;
  position: relative;
}

.Mm7uZef0umg5t036_spH.VFgegbwHimaZllkEhFQ6 {
  width: 840px;
}

.Mm7uZef0umg5t036_spH.t1jlUjE9dsvwhzYXBEVw {
  width: calc(100% - 185px);
}

.Mm7uZef0umg5t036_spH.ZRVTO0DKA9gquA1JOtNe {
  width: calc(100% - 20px);
}

.cL69YJhymQECsQZ5aRSX {
  flex-shrink: 0;
  width: 300px;
  margin-top: 15px;
  margin-left: 15px;
}

.jpI98VkM_qle0Exq24js {
  margin-top: 15px;
}

.yal39vEKL2aTwOlKRC_i {
  min-height: 50px;
  margin: 0 auto;
  color: #3D3D3D;
  position: relative;
}

.yal39vEKL2aTwOlKRC_i > * {
  display: block;
  margin: 0;
  min-height: 50px;
}

.Ma4K8GztwhXuWUvnUcmQ {
  display: none;
  float: right;
}

.yal39vEKL2aTwOlKRC_i:hover .Ma4K8GztwhXuWUvnUcmQ {
  display: inline-block;
}

.yal39vEKL2aTwOlKRC_i:focus-visible .Ma4K8GztwhXuWUvnUcmQ {
  display: inline-block;
}

.QotC6WphicSBRZfxn0QS {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: #0000;
}

.yal39vEKL2aTwOlKRC_i > a,
.yal39vEKL2aTwOlKRC_i > a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.yal39vEKL2aTwOlKRC_i > a:focus-visible {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.Q8Dthwu4UQcq8K6yPKNJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0;
}

.Ajp5fG2IrXrmG6iZ0qlX {
  flex: 1;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.aJURx3ALnkFWv7GdbYVU {
  word-break: break-all;
  color: var(--subtleColor);
  overflow: hidden;
  position: relative;
  font-size: var(--subtleSize);
  line-height: 1.6em;
  max-height: 1.6em;
  text-align: justify;
  padding-right: 10px;
}

.aJURx3ALnkFWv7GdbYVU::before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.aJURx3ALnkFWv7GdbYVU::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: var(--contentPanelBackground);
}

.lRLjBOUPbhYcJ1NDan2I {
  width: 120px;
  height: 120px;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  flex-shrink: 0;
  margin-left: 15px;
}

.ElNn83BoxD9UixcSXEU6 {
  position: relative;
  vertical-align: top;
  font-size: 0.6rem;
}

.XyR3CrHvYRY__YHmpJBz {
  height: 15px;
  width: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.DwebTaB9IRNwozcZz2EA {
  color: #777;
  vertical-align: middle;
  display: inline-block;
  border: solid 1px #777;
  padding: 4px 5px;
  border-radius: 3px;
  line-height: 1;
  font-size: 0.7rem;
}

.R34tMOTiVYWVl7BHvG91 {
  display: inline-block;
}

.Ma4K8GztwhXuWUvnUcmQ::after {
  content: '';
  clear: both;
}

.Jot_4DBcn9nx5OA6XmeW {
  width: 25px;
}

.ntjNx3kHfhCJxbOiji8U {
  color: #777;
  font-size: var(--subtleSize);
  line-height: 1;
  margin: 0;
}

.EmOLiB9ROH2FMJ86zoxQ {
  color: #b34126;
  display: inline-block;
  margin-left: 8px;
  font-weight: bold;
}

.Yaa6wk16KUGmDnFAcpcC {
  font-size: var(--contextTextSize);
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--postTitle);
  font-weight: bold;
}

.Yaa6wk16KUGmDnFAcpcC:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.Yaa6wk16KUGmDnFAcpcC:focus-visible {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.XyR3CrHvYRY__YHmpJBz,
.R34tMOTiVYWVl7BHvG91 {
  vertical-align: middle;
}

body.dark .XyR3CrHvYRY__YHmpJBz {
  filter: invert(100%);
}

.jvNpYYk2HrYFHz85tvuw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.iB_KNhUzSKm4dcOGBmjj {
  text-align: right;
  color: #777;
  margin-left: 10px;
  font-size: var(--subtleSize);
}

.kiGHeVhS9Dq3uXg3udCU {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0;
  font-size: var(--subtleSize);
  line-height: 1;
}

.KRFInEHkTGqYjthASbW1 {
  color: #777;
}

.UCfmnec57v7otD_45ToZ {
  color: #00A000;
}

.TJKvhMqpaAxegRm6Ez0a {
  color: #D00000;
}

.eCYtP_jtAWGw6RMAgZVA {
  flex: 1;
}

.eCYtP_jtAWGw6RMAgZVA > * {
  display: inline-block;
  vertical-align: middle;
}

.LGnDanUhAFcWD8kw5Fgg {
  margin-top: 20px;
}

.MRjiQBaw9DpfvVS4nWmH {
  flex-grow: 1;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 468px) {
  .EWzzLEPMBaeJBOT04PYy,
  .aJURx3ALnkFWv7GdbYVU {
    font-size: 0.9em;
  }
}

.T1stmdwEGcBoOjNW2n2h {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.T1stmdwEGcBoOjNW2n2h > *,
.LaskCQ70zwJyTvy1c0LT > * {
  display: inline-block;
  vertical-align: middle;
}

._Fo7YlThnrHd7QjVIz00,
.LaskCQ70zwJyTvy1c0LT {
  flex: 1;
}

.LaskCQ70zwJyTvy1c0LT,
.LaskCQ70zwJyTvy1c0LT:hover,
.LaskCQ70zwJyTvy1c0LT:visited {
  color: black;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}

.LaskCQ70zwJyTvy1c0LT:focus-visible {
  color: black;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}

._Fo7YlThnrHd7QjVIz00 {
  text-align: left;
  color: var(--foreground);
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 0;
}

.Wdp5cFYsVpc62asPiPxi {
  background-color: var(--accentColor);
  width: 5px;
  align-self: stretch;
  margin-right: 15px;
}

.xw_YZzkTDJcaViCEw82e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
}

@media screen and (max-width: 468px) {
  ._Fo7YlThnrHd7QjVIz00 {
    font-size: 1.5rem;
  }
}

.voYjisYq73VKuvyWOWDT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  opacity: 0.2;
}

.voYjisYq73VKuvyWOWDT .text-row,
.voYjisYq73VKuvyWOWDT .rect-shape {
  background-color: var(--subtleColor);
}

.voYjisYq73VKuvyWOWDT .Q2VTbpKy4jX3CCvNftyw.text-row {
  font-size: var(--contextTextSize);
}

.voYjisYq73VKuvyWOWDT .KNfQTTCBFHIfArz0Fos6.text-row {
  width: 50px !important;
}

.KXWXp3ScIL7fGG8Fpzfg {
  text-align: center;
}

.bOaVBMO4xSanFw6n2je9,
.DsafK6dIIqqDuX_x0tpw,
.GKRgKt4e4rVscBSJolaT {
  margin: 0 auto;
  max-width: 680px;
  padding: 20px;
  text-align: center;
  font-size: var(--subtleSize);
  color: #777;
}

.eQQBIg8cCvCM3ULHZ1k8 {
  background-color: var(--contentPanelBackground);
  padding: 15px 25px;
}

.eQQBIg8cCvCM3ULHZ1k8:not(.zAwRwd28iN9iDKctf0Z6) {
  border-top: 1px var(--separatorColor) solid;
}

.zAwRwd28iN9iDKctf0Z6 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.yGxBce8U0iWsW7XoQxhY {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media screen and (max-width: 500px) {
  .eQQBIg8cCvCM3ULHZ1k8 {
    padding: 10px 15px;
  }
}

.KGSoBW9qRy2CsEregtdZ {
  text-align: center;
  font-size: var(--subtleSize);
  color: subtleColor;
  margin: 50px;
}

.SQlngzWXH4v1_NV1v2aJ a,
.SQlngzWXH4v1_NV1v2aJ a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 0.8rem;
  color: black;
  font-weight: bold;
}

.SQlngzWXH4v1_NV1v2aJ a:focus-visible {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 0.8rem;
  color: black;
  font-weight: bold;
}

.HmWfDP8AVILQxVLD08uM {
  position: fixed;
  bottom: 0;
  z-index: 1000;
}

.HmWfDP8AVILQxVLD08uM.mX5KgEcDzxzf35GHn9hh {
  left: 0;
  right: 0;
}

.lmy8jbHz_mKXMmtyAZv8 {
  background-color: #AFAFAF;
}

.aXd7A5XUDS86SneQQo5m {
  text-align: center;
  padding: 40px 0;
  border-radius: 8px;
  background-color: var(--contentPanelBackground);
}

.aXd7A5XUDS86SneQQo5m h1 {
  margin: 0;
}

.aXd7A5XUDS86SneQQo5m span {
  color: subtleColor;
  font-size: var(--subtleSize);
}

.UqN4b6fORJW7j8yEHA7Q {
  margin-top: 40px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.oARLuV82XwxOLtx7YPHA {
  display: block;
  background-color: #b34126;
  width: 3px;
  align-self: stretch;
  content: '';
  margin-right: 10px;
}

h2.citU0FWyhRGdC6IkcX5a {
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
  margin: 4px 0 2px;
}

.fLio4rJQql24LPWSNOvi {
  margin: 0;
  display: block;
  width: 100%;
}

.wxFDR7gvBwzy8H2USkub {
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1;
}

.p90rkNSDdHxsuKbwjsMh {
  font-size: var(--commentTextSize);
  color: var(--commentAuthorColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(var(--commentTextSize) / 4);
  line-height: 1.4;
}

.kkbh26SGSRiTE0jqMWis {
  display: inline-block;
  margin-right: 8px;
  margin-top: 2px;
  height: 1rem;
}

.cozL5I9yTAoKj2q85hMa {
  color: #1C903B;
}

.niKMsa0VPzfrp2zvwhnM {
  color: #DC3232;
}

.YZPzoNzWSlXebPSQRytZ {
  color: #AAA;
}

.QhTvJtt6q6SafYaFaOQQ {
  margin-right: 5px;
}

.qIm88EMEzWPkVVqwCol0 {
  color: var(--commentColor);
}

.pdGz3mLjLZ_ya34IAdJg {
  word-wrap: break-word;
  word-break: break-all;
}

.cFZn5iyGc7rVVDMuiBMP {
  display: inline;
  height: 1rem !important;
  margin-right: 8px;
}

.gGalFLMGCNow0Q02JLyo {
  margin-top: 10px;
  font-size: var(--subtleSize);
  color: #777;
}

.gGalFLMGCNow0Q02JLyo.NusHFZXwQD_ZI_TIBRu8 {
  cursor: pointer;
}

.gGalFLMGCNow0Q02JLyo * {
  vertical-align: middle;
}

.gGalFLMGCNow0Q02JLyo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}

.lxVRlu0gO4od48t_Ljdk {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0;
}

.o_pqSZvuHj7qfwrPg7tI {
  font-size: var(--subtleSize);
  color: #777;
}

.KfZuCCTaDH5bxUg6vKik {
  max-width: 100%;
  margin: 20px 0;
  max-height: 30vh;
}

.p9lvjzXOrDM52CuHIy3M {
  margin: 20px 0 20px 0;
  line-height: 1.8;
  font-size: var(--contextTextSize);
  font-family: Inconsolata, 細明體, 'AR PL UMing TW', monospace, monospace;
  white-space: pre-wrap;
}

.QOyJtvZcGsGvLi_xiov1 {
  line-height: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: pre;
}

.XuHsbczuV7OdvjkNugvM {
  margin-top: 20px;
}

.xwaudEe8ar5eAwx_8BBa {
  color: var(--quoteColor);
  background-color: var(--quoteBackground);
  border-left: solid 3px var(--quoteBorder);
  padding: 10px;
  font-size: var(--quoteTextSize);
}

.oc66jDGJ43grpPRgg3Yi {
  margin-left: 5px;
  color: #777;
}

.xwaudEe8ar5eAwx_8BBa .XuHsbczuV7OdvjkNugvM {
  margin-top: 5px;
}

.fTIursA6eBcy9A19VJh4 {
  font-weight: bold;
}

.Wjbk4ill3VJOK6ObxWbj {
  color: green;
}

.J7jgfTQAV52bL483Fsi6 {
  margin-top: 30px;
}

.z15IOuslvoOVFGK4hdnQ {
  font-size: var(--subtleSize);
  color: #777;
}

.s6VaihNAskGz6Mgzxgl0 {
  font-size: 0.8rem;
  color: #777;
  line-height: 2;
}

.FEfFxCwDtx6IcnHAFaMR {
  font-size: 0.8rem;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  background: var(--feedbackContainerBackground);
  color: var(--subtleColor);
  padding: 5px 0;
  margin-top: 10px;
  border-radius: 5px;
}

.YgkDx3w9SUp1YpPLm6Jb {
  text-align: right;
  margin: 40px 0;
}

.GGSBQtIGfDJiiuqB8TXo::before {
  content: '--';
  display: block;
  margin-bottom: 10px;
}

.GGSBQtIGfDJiiuqB8TXo {
  font-size: var(--subtleSize);
  color: #AAA;
  line-height: 1.1;
  font-family: Inconsolata, 細明體, 'AR PL UMing TW', monospace, monospace;
  white-space: pre-wrap;
}

.Zkj8rDosKwearzV1YjeL {
  font-size: 1rem;
  color: var(--subtleColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  margin-bottom: 20px;
  background-color: var(--feedbackContainerBackground);
  border: solid 1px var(--feedbackContainerBorderColor);
  border-radius: 6px;
}

.Zkj8rDosKwearzV1YjeL::before,
.Zkj8rDosKwearzV1YjeL::after {
  content: '';
  display: block;
  width: 0;
}

.T86VdSgcSk_wVSJ87Jd_ {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}

.eCBQc85L5A1_MHPsDpmy {
  display: inline;
  height: 1rem;
  margin-right: 8px;
}

.heHLpEM0UF02qegGcGpN {
  margin-bottom: 8px;
  font-size: var(--contextTextSize);
}

.heHLpEM0UF02qegGcGpN a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.heHLpEM0UF02qegGcGpN a:visited {
  color: var(--subtleColor);
}

.vjmZ_eZdvAQv5z7zZwOi {
  color: var(--subtleColor);
}

.UZn_jymouV9Mc3pLolot {
  background-color: var(--contentPanelBackground);
  padding: 15px 25px;
}

.UZn_jymouV9Mc3pLolot:not(.JQDedEsu40cmBXyH8Ics) {
  /* border-top: 1px #EEE solid; */
}

.JQDedEsu40cmBXyH8Ics {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.ilE7WhsU_fyd3rsHkdIV {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.IjCULSGKtTFQwV7_Uo5S,
.zw16Ft1nybP16NStI27e {
  text-align: center;
  padding: 40px 0;
}

.AyqTEPsgIoM6DG_O9TV1 {
  height: 20px;
  margin-bottom: 20px;
}

.IjCULSGKtTFQwV7_Uo5S h1 {
  margin: 0 0 10px;
}

.IjCULSGKtTFQwV7_Uo5S span,
.zw16Ft1nybP16NStI27e span {
  color: #777;
  font-size: var(--subtleSize);
}

.Nh3t9OQX_ILB7VJgxlUt {
  margin-top: 15px;
}

._3eMd8v4A26XJHvi7Xay {
  margin-left: auto;
  margin-right: auto;
}

.zjYBBkZO4ZlmdQhsXtV2 {
  margin: 20px 5px;
}

.zjYBBkZO4ZlmdQhsXtV2.gNq35O3PhBnYa3RxlNU4 {
  display: none;
}

.ThmRhwDB_UPYEGD8hdDw {
  padding: 10px 0;
}

.cH9j7swsvDb8kvqKkL5K {
  font-size: var(--subtleSize);
  color: #777;
  margin-bottom: 5px;
}

@media screen and (max-width: 500px) {
  .UZn_jymouV9Mc3pLolot {
    padding: 10px 15px;
  }
}

.XriZAJAxljoFmE2bhb2E {
  margin: 0 auto;
}

.IuWQ5eszi4xakDGibHvD {
  width: 300px;
  height: 250px;
}

@media (min-width: 400px) {
  .IuWQ5eszi4xakDGibHvD {
    width: 336px;
    height: 280px;
  }
}

.WYtFW5evUcXVe00riwIY {
  width: 320px;
  height: 100px;
}

@media (min-width: 520px) {
  .WYtFW5evUcXVe00riwIY {
    width: 468px;
    height: 60px;
  }
}

@media (min-width: 950px) {
  .WYtFW5evUcXVe00riwIY {
    width: 728px;
    height: 90px;
  }
}

.CDT_FRjpx1VJd3Z9sb7b {
  padding: 40px;
  text-align: center;
}

.hH5NiPpno7l28ef_bSaG {
  margin: 20px 0 30px 0;
}

.OmL40RCpAOBCtFiGpz3N {
  height: 30px;
}

body.dark .OmL40RCpAOBCtFiGpz3N {
  filter: invert(100%);
}

.hJZw_gFojb4KGEryQ7OG {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 20px;
}

.jQlySF7fnyt5wTw62Gyh {
  color: #777;
}

.M3mAdbPNS8uECxo1bc3F {
  color: #777;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 20px;
  display: block;
}

.EO4PPQlmp4wLtLjp3TBR {
  background-color: var(--contentPanelBackground);
  border-radius: 8px;
  padding: 40px;
  text-align: center;
}

.VsQ64HGgyzlhu1MJoD0A {
  text-align: center;
  padding: 40px 0;
}

.VsQ64HGgyzlhu1MJoD0A h1 {
  margin: 0;
}

.VsQ64HGgyzlhu1MJoD0A span {
  color: #777;
  font-size: var(--subtleSize);
}

.gs-title {
  font-family: Helvetica, 'Microsoft JhengHei', Arial, sans-serif, sans-serif !important;
  font-size: 18px !important;
  height: inherit !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.gs-title b {
  font-size: 18px !important;
}

.gs-title a {
  overflow: inherit !important;
}

.gs-title a:hover {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.gs-title a:focus-visible {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.gs-result > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.a915xb9yDOrp4hA1_erB {
  width: 100%;
  background: #FFF;
  padding: 20px;
  border-radius: 8px;
}


.J1ebanDp4scGSsnX4PKW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: var(--maxContentWidth);
  margin: 0 auto;
}

.qeYA_7pixHtn4LmYe0RQ {
  min-width: 130px;
  background: var(--contentPanelBackground) !important;
}

.qeYA_7pixHtn4LmYe0RQ button {
  color: var(--foreground) !important;
}

.qeYA_7pixHtn4LmYe0RQ .LNorlus1uod8lfqzR3FA {
  padding: 15px;
}

.oHbOdQhrzHE3aefekSPW {
  width: 100%;
}

.KJtdVd9BtnFcAbhCtBpP {
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1;
  overflow-y: scroll;
}

* {
  -webkit-overflow-scrolling: touch;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #B3D4FC;
  text-shadow: none;
}

::selection {
  background: #B3D4FC;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

body.bmthMyikYKC8EyTrjbeR {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

img,
a {
  border: none;
  outline: none;
  color: inherit;
  cursor: pointer;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: initial;
}

/**
 * App container styles
 */

.gi9WMNs8RLG5fkmJM_wQ {
  display: block;
  min-width: 300px;
}

body.light ::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    border: 4px solid rgba(0,0,0,0.13333);
    border: 4px solid #0002;
  }
:root body.light {
    --subtleColor: #777;
    --subtleColor2: #555;
    --contentPanelBackground: #FFF;
    --separatorColor: #E0E0E0;
    --pageBackground: #EEE;
    --foreground: #111;
    --postTitle: #333;
    --commentColor: #666;
    --commentAuthorColor: #777;
    --feedbackContainerBackground: #F5F5F5;
    --feedbackContainerBorderColor: #DDD;
    --quoteBackground: #F5F5F5;
    --quoteBorder: #888;
    --quoteColor: #555;
  }
body.light .b0 {
    background-color: #BBB;
  }
body.light .b1 {
    background-color: #B00;
  }
body.light .b2 {
    background-color: #0B0;
  }
body.light .b3 {
    background-color: #BB0;
  }
body.light .b4 {
    background-color: #00B;
  }
body.light .b5 {
    background-color: #B0B;
  }
body.light .b6 {
    background-color: #0BB;
  }
body.light .b7 {
    background-color: #222;
  }
body.light .f0 {
    color: #DDD;
  }
body.light .f1 {
    color: #900;
  }
body.light .f2 {
    color: #090;
  }
body.light .f3 {
    color: #990;
  }
body.light .f4 {
    color: #009;
  }
body.light .f5 {
    color: #909;
  }
body.light .f6 {
    color: #099;
  }
body.light .f7 {
    color: var(--foreground);
  }
body.light .hl {
    color: #000;
  }
body.light .hl.f0 {
    color: #BBB;
  }
body.light .hl.f1 {
    color: #F66;
  }
body.light .hl.f2 {
    color: #6F6;
  }
body.light .hl.f3 {
    color: #FFBF00;
  }
body.light .hl.f4 {
    color: #66F;
  }
body.light .hl.f5 {
    color: #F6F;
  }
body.light .hl.f6 {
    color: #6FF;
  }
body.light .hl.f7 {
    color: #000;
  }

body.dark ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 4px solid rgba(255,255,255,0.2);
    border: 4px solid #FFF3;
  }
:root body.dark {
    --subtleColor: #888;
    --subtleColor2: #777;
    --contentPanelBackground: #202020;
    --separatorColor: #333;
    --pageBackground: #2C2C2C;
    --foreground: #EEE;
    --postTitle: #E5E5E5;
    --commentColor: #FFB400;
    --commentAuthorColor: #AAA;
    --feedbackContainerBackground: #333;
    --feedbackContainerBorderColor: #444;
    --quoteBackground: #333;
    --quoteBorder: #555;
    --quoteColor: #AAA;
  }
body.dark .b0 {
    background-color: #000;
  }
body.dark .b1 {
    background-color: #B00;
  }
body.dark .b2 {
    background-color: #0B0;
  }
body.dark .b3 {
    background-color: #BB0;
  }
body.dark .b4 {
    background-color: #00B;
  }
body.dark .b5 {
    background-color: #B0B;
  }
body.dark .b6 {
    background-color: #0BB;
  }
body.dark .b7 {
    background-color: #BBB;
  }
body.dark .f0 {
    color: #000;
  }
body.dark .f1 {
    color: #900;
  }
body.dark .f2 {
    color: #090;
  }
body.dark .f3 {
    color: #990;
  }
body.dark .f4 {
    color: #009;
  }
body.dark .f5 {
    color: #909;
  }
body.dark .f6 {
    color: #099;
  }
body.dark .f7 {
    color: var(--foreground);
  }
body.dark .hl {
    color: #FFF;
  }
body.dark .hl.f0 {
    color: #666;
  }
body.dark .hl.f1 {
    color: #F66;
  }
body.dark .hl.f2 {
    color: #6F6;
  }
body.dark .hl.f3 {
    color: #FF6;
  }
body.dark .hl.f4 {
    color: #66F;
  }
body.dark .hl.f5 {
    color: #F6F;
  }
body.dark .hl.f6 {
    color: #6FF;
  }
body.dark .hl.f7 {
    color: #FFF;
  }
