/* ==========================================================================
   SVG ICON SYSTEM (mask-image based)
   ========================================================================== */

/* --- Icons --- */
.ic {
  display: block;
  fill: currentColor;
}

.im,
.ui-dialog-titlebar-close .ui-icon {
  --im-size: 24px;
  --im-color: hsl(var(--c-text));
}

.im::before,
.ui-dialog-titlebar-close .ui-icon::before {
  content: "";
  background-color: var(--im-color);
  display: block;
  flex-shrink: 0;
  width: var(--im-size);
  height: var(--im-size);
  mask-size: auto 100%;
  -webkit-mask-size: auto 100%;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: var(--im-img);
  -webkit-mask-image: var(--im-img);
}

.im-5play {
  --im-img: url(../img/icons/5play.svg);
}

.im-gamepad {
  --im-img: url(../img/icons/gamepad.svg);
}

.im-bolt {
  --im-img: url(../img/icons/bolt.svg);
}

.im-apps {
  --im-img: url(../img/icons/apps.svg);
}

.im-cup {
  --im-img: url(../img/icons/cup.svg);
}

.im-addtopic {
  --im-img: url(../img/icons/addtopic.svg);
}

.im-burger {
  --im-img: url(../img/icons/burger.svg);
}

.im-close {
  --im-img: url(../img/icons/close.svg);
}

.im-search {
  --im-img: url(../img/icons/search.svg);
}

.im-login {
  --im-img: url(../img/icons/login.svg);
}

.im-moon {
  --im-img: url(../img/icons/moon.svg);
}

.im-sun {
  --im-img: url(../img/icons/sun.svg);
}

.im-kright {
  --im-img: url(../img/icons/kright.svg);
}

.im-aright {
  --im-img: url(../img/icons/aright.svg);
}

.im-aleft {
  --im-img: url(../img/icons/aleft.svg);
}

.im-aup {
  --im-img: url(../img/icons/aup.svg);
}

.im-addcircle {
  --im-img: url(../img/icons/addcircle.svg);
}

.im-bell {
  --im-img: url(../img/icons/bell.svg);
}

.im-staroutline {
  --im-img: url(../img/icons/staroutline.svg);
}

.im-starfill {
  --im-img: url(../img/icons/starfill.svg);
}

.im-logout {
  --im-img: url(../img/icons/logout.svg);
}

.im-com {
  --im-img: url(../img/icons/com.svg);
}

.im-stat {
  --im-img: url(../img/icons/stat.svg);
}

.im-vdots {
  --im-img: url(../img/icons/vdots.svg);
}

.im-download {
  --im-img: url(../img/icons/download.svg);
}

.im-views {
  --im-img: url(../img/icons/views.svg);
}

.im-thumbup {
  --im-img: url(../img/icons/thumb-up.svg);
}

.im-thumbdown {
  --im-img: url(../img/icons/thumb-down.svg);
}

.im-share {
  --im-img: url(../img/icons/share.svg);
}

.im-update {
  --im-img: url(../img/icons/update.svg);
}

.im-info {
  --im-img: url(../img/icons/info.svg);
}

.im-reply {
  --im-img: url(../img/icons/reply.svg);
}

.im-pleft {
  --im-img: url(../img/icons/pleft.svg);
}

.im-pright {
  --im-img: url(../img/icons/pright.svg);
}

.im-send {
  --im-img: url(../img/icons/send.svg);
}

.im-sendline {
  --im-img: url(../img/icons/sendline.svg);
}

.im-inbox {
  --im-img: url(../img/icons/inbox.svg);
}

.im-message {
  --im-img: url(../img/icons/message.svg);
}

/* Mask */
.mask {
  background-color: var(--mask-bg);
  display: block;
  flex-shrink: 0;
  width: var(--mask-w);
  height: var(--mask-h);
  mask-size: var(--mask-size);
  -webkit-mask-size: var(--mask-size);
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: var(--mask-img);
  -webkit-mask-image: var(--mask-img);
}

.cbxchangelog_wrapper * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.cbxchangelog_wrapper *,
.cbxchangelog_wrapper:after,
.cbxchangelog_wrapper:before {
  box-sizing: border-box !important
}

.cbxchangelog_release {
  position: relative;
  padding: 20px 0;
  display: grid;
  grid-gap: 15px
}

.cbxchangelog_release .cbxchangelog_release_header {
  display: grid;
  grid-template-columns: 120px auto;
  grid-gap: 15px;
  line-height: 35px
}

.cbxchangelog_release .cbxchangelog_release_header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 58px;
  bottom: 0;
  width: 4px;
  background: rgb(83 92 104 / .5)
}

.cbxchangelog_release .cbxchangelog_version {
  color: #fff;
  background: #535c68;
  padding: 5px 0;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  min-width: 100px
}

.cbxchangelog_release .cbxchangelog_date {
  align-self: center;
  font-size: 26px;
  color: #212120 !important
}

.cbxchangelog_release .cbxchangelog_release_inner {
  margin-left: 135px;
  display: grid;
  grid-gap: 15px
}

.cbxchangelog_release .cbxchangelog_note p {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.5;
  color: #212120 !important
}

.cbxchangelog_release .cbxchangelog_note ul {
  margin: 0 0 0 20px !important;
  padding: 0 !important
}

.cbxchangelog_release .cbxchangelog_features {
  display: grid;
  grid-gap: 10px
}

.cbxchangelog_release .cbxchangelog_log {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: minmax(100px, max-content) 1fr
}

.cbxchangelog_release .cbxchangelog_log .feature_note {
  grid-column: 1/-1;
  margin-bottom: 5px
}

.cbxchangelog_release .cbxchangelog_log .feature_note p {
  margin-bottom: 5px !important
}

.cbxchangelog_release .cbxchangelog_log .feature_note p:last-child {
  margin-bottom: 0 !important
}

.cbxchangelog_release .cbxchangelog_log-label {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  align-self: start
}

.cbxchangelog_release .cbxchangelog_log_label_added {
  background: #00b894
}

.cbxchangelog_release .cbxchangelog_log_label_fixed {
  background: #0984e3
}

.cbxchangelog_release .cbxchangelog_log_label_improved {
  background: #be2edd
}

.cbxchangelog_release .cbxchangelog_log_label_updated {
  background: #6c5ce7
}

.cbxchangelog_release .cbxchangelog_log_label_removed {
  background: #f44336
}

.cbxchangelog_release .cbxchangelog_log_label_deprecate {
  background: #e17055
}

.cbxchangelog_release .cbxchangelog_log_label_compatibility {
  background: #27ae60
}

.cbxchangelog_release .cbxchangelog_features .cbxchangelog_feature {
  font-size: 16px;
  color: #212120 !important
}

.cbxchangelog_release .cbxchangelog_features .cbxchangelog_feature p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5
}

.cbxchangelog_release .cbxchangelog_features_url a {
  font-size: 16px !important;
  text-decoration: none !important;
  color: #212120 !important
}

.cbxchangelog_release .cbxchangelog_features_url a::-moz-selection {
  background-color: transparent !important;
  color: #212120 !important
}

.cbxchangelog_release .cbxchangelog_features_url a::selection {
  background-color: transparent !important;
  color: #212120 !important
}

.cbxchangelog_release .cbxchangelog_features_url a:focus {
  outline: 0 !important
}

.cbxchangelog_release .cbxchangelog_features_url img {
  max-width: 15px !important;
  margin-right: 5px !important
}

.cbxchangelog-widget .cbxchangelog_release .cbxchangelog_release_header {
  line-height: 32px
}

.cbxchangelog-widget .cbxchangelog_release .cbxchangelog_release_header:before {
  display: none
}

.cbxchangelog-widget .cbxchangelog_release .cbxchangelog_release_inner {
  margin-left: 0
}

.cbxchangelog-widget .cbxchangelog_release .cbxchangelog_date {
  font-size: 20px
}

.cbxchangelog-widget .cbxchangelog_release .cbxchangelog_version {
  font-size: 15px;
  line-height: 22px
}

.cbxchangelog-widget .cbxchangelog_features_url a {
  font-size: 15px !important
}

.cbxchangelog-widget .cbxchangelog_features_url img {
  max-width: 14px !important
}

.cbxchangelog_wrapper_prepros .cbxchangelog_wrapper_hide_label .cbxchangelog_log {
  grid-template-columns: 100%;
  position: relative
}

.cbxchangelog_wrapper_prepros .cbxchangelog_wrapper_hide_label .cbxchangelog_feature p {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 20px;
  position: relative
}

.cbxchangelog_wrapper_prepros .cbxchangelog_wrapper_hide_label .cbxchangelog_log:before {
  display: inline-block;
  content: "";
  background: #000;
  background-size: contain;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 7px
}

@media (max-width:800px) {
  .cbxchangelog_wrapper {
    margin-top: 15px;
    align-self: start
  }
}

@media (max-width:630px) {
  .cbxchangelog_wrapper {
    padding: 10px
  }

  .cbxchangelog_release .cbxchangelog_release_header {
    line-height: 32px
  }

  .cbxchangelog_release .cbxchangelog_release_header:before {
    display: none
  }

  .cbxchangelog_release .cbxchangelog_date {
    font-size: 20px
  }

  .cbxchangelog_release .cbxchangelog_version {
    font-size: 15px;
    line-height: 22px
  }

  .cbxchangelog_release .cbxchangelog_release_inner {
    margin-left: 0
  }
}

.cbxchangelog_wrapper_classic_plain .cbxchangelog_release_header {
  display: grid;
  grid-template-columns: 120px auto;
  grid-gap: 15px;
  line-height: 35px
}

.cbxchangelog_wrapper_classic_plain .cbxchangelog_release_header:before {
  background: 0 0
}

.cbxchangelog_wrapper_classic_plain .cbxchangelog_version {
  color: #343a40;
  background: 0 0;
  padding: 5px 0;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700
}

.cbxchangelog_wrapper_classic_plain .cbxchangelog_date {
  align-self: center;
  font-size: 20px;
  text-align: right
}

.cbxchangelog_wrapper_classic_plain .cbxchangelog_release_inner {
  margin-left: 0;
  display: grid;
  grid-gap: 15px
}

.cbxchangelog_wrapper_classic_plain .cbxchangelog_features {
  display: grid;
  grid-gap: 10px
}

.cbxchangelog_wrapper_classic_plain .cbxchangelog_log {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: minmax(100px, max-content) 1fr;
  position: relative;
  margin-left: 30px
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_plain .cbxchangelog_wrapper_hide_label .cbxchangelog_log:before,
.cbxchangelog_wrapper_classic_plain .cbxchangelog_log:before {
  display: block;
  content: "";
  background: #000;
  background-size: contain;
  width: 12px;
  height: 2px;
  position: absolute;
  margin-top: 12px;
  left: -30px
}

.cbxchangelog_wrapper_classic_plain .cbxchangelog_log-label {
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #1a1a1a;
  border-radius: 4px;
  padding: 4px 10px;
  align-self: start;
  border: 1px solid #535c68
}

.cbxchangelog_wrapper_classic_plain .cbxchangelog_log_label_added,
.cbxchangelog_wrapper_classic_plain .cbxchangelog_log_label_compatibility,
.cbxchangelog_wrapper_classic_plain .cbxchangelog_log_label_deprecate,
.cbxchangelog_wrapper_classic_plain .cbxchangelog_log_label_fixed,
.cbxchangelog_wrapper_classic_plain .cbxchangelog_log_label_improved,
.cbxchangelog_wrapper_classic_plain .cbxchangelog_log_label_removed,
.cbxchangelog_wrapper_classic_plain .cbxchangelog_log_label_updated {
  background: 0 0
}

.cbxchangelog_classi1c_plain .cbxchangelog_feature p {
  font-size: 20px;
  line-height: .5;
  position: relative
}

.cbxchangelog_wrapper_classic_plain .cbxchangelog_features .cbxchangelog_feature {
  font-size: 16px
}

.cbxchangelog_wrapper_classic_plain .cbxchangelog_features .cbxchangelog_feature p {
  margin: 0
}

.cbxchangelog-widget .cbxchangelog_wrapper {
  padding: 10px
}

.cbxchangelog-widget .cbxchangelog_wrapper *,
.cbxchangelog-widget .cbxchangelog_wrapper:after,
.cbxchangelog-widget .cbxchangelog_wrapper:before {
  box-sizing: border-box !important
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_plain .cbxchangelog_release_header {
  line-height: 32px
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_plain .cbxchangelog_log:before,
.cbxchangelog-widget .cbxchangelog_wrapper_classic_plain .cbxchangelog_release_header:before {
  display: none
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_plain .cbxchangelog_release_inner {
  margin-left: 0
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_plain .cbxchangelog_date {
  font-size: 18px
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_plain .cbxchangelog_version {
  font-size: 15px;
  line-height: 22px
}

.cbxchangelog-widget .cbxchangelog_features .cbxchangelog_feature {
  font-size: 15px;
  line-height: 26px
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_plain .cbxchangelog_feature p {
  font-size: 15px
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_plain .cbxchangelog_log {
  margin-left: 0
}

.cbxchangelog_wrapper_classic_plain .cbxchangelog_wrapper_hide_label .cbxchangelog_log {
  grid-template-columns: 100%
}

.cbxchangelog_wrapper_classic_plain .cbxchangelog_wrapper_hide_label .cbxchangelog_feature p {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 5px;
  position: relative
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_plain .cbxchangelog_wrapper_hide_label .cbxchangelog_log:before {
  left: 0
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_plain .cbxchangelog_wrapper_hide_label .cbxchangelog_feature p {
  margin-left: 25px
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_plain .cbxchangelog_log-label {
  font-size: 10px
}

@media (max-width:800px) {
  .cbxchangelog_wrapper {
    margin-top: 15px;
    align-self: start
  }
}

@media (max-width:630px) {
  .cbxchangelog_wrapper {
    padding: 10px
  }

  .cbxchangelog_wrapper_classic_plain .cbxchangelog_release_header {
    line-height: 32px
  }

  .cbxchangelog_wrapper_classic_plain .cbxchangelog_log:before,
  .cbxchangelog_wrapper_classic_plain .cbxchangelog_release_header:before {
    display: none
  }

  .cbxchangelog_wrapper_classic_plain .cbxchangelog_date {
    font-size: 18px
  }

  .cbxchangelog_wrapper_classic_plain .cbxchangelog_version {
    font-size: 15px;
    line-height: 22px
  }

  .cbxchangelog_wrapper_classic_plain .cbxchangelog_log-label {
    padding: 2px 0
  }

  .cbxchangelog_wrapper_classic_plain .cbxchangelog_feature p {
    font-size: 16px
  }

  .cbxchangelog_wrapper_classic_plain .cbxchangelog_log,
  .cbxchangelog_wrapper_classic_plain .cbxchangelog_release_inner {
    margin-left: 0
  }

  .cbxchangelog_wrapper_classic_plain .cbxchangelog_wrapper_hide_label .cbxchangelog_log:before {
    display: block;
    content: "";
    background: #000;
    background-size: contain;
    width: 12px;
    height: 2px;
    position: absolute;
    margin-top: 12px;
    left: 0
  }

  .cbxchangelog_wrapper_classic_plain .cbxchangelog_log-label {
    font-size: 10px
  }
}

:root {
  color-scheme: light;
  --fmono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --f: Geologica, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --lh: 1.5;
  --fw: normal;
  --fw-bold: bold;
  --fs: 16px;
  --fs-1: 15px;
  --fs-2: 14px;
  --fs-3: 12px;
  --fs-4: 11px;

  /* Type Scale */
  --font-size-xs: 0.688rem;
  --font-size-sm: 0.833rem;
  --font-size-base: 0.885rem;
  --font-size-lg: 0.938rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.438rem;
  --font-size-3xl: 1.625rem;
  --font-size-4xl: 4rem;
  --wrp-p: 20px;
  --fs-title-sect: 20px;
  --fs-title-cat: 26px;
  --fs-title-file: 22px;
  --fs-title-view: 26px;
  --fs-desc-view: 16px;
  --lh-desc-view: var(--lh);
  --btn-fs: 15px;
  --btn-fs-sm: 14px;
  --sect-gap: 32px;
  --group-gap: 32px;
  --hs-p: 157, 76%;
  --hs-s: 157, 71%;
  --hs-y: 45, 99%;
  --hs-b: 206, 86%;
  --hs-r: 3, 88%;
  --hs-t: 157, 2%;
  --c-text-white: 0, 0%, 100%;
  --c-text: var(--hs-t), 25%;
  --c-body: 0, 0%, 100%;
  --c-body-tone: var(--hs-t), 96%;
  --c-link: var(--hs-p), 25%;
  --c-link-h: var(--hs-p), 38%;
  --c-primary: var(--hs-p), 38%;
  --c-second: var(--hs-s), 25%;
  --c-yellow: var(--hs-y), 64%;
  --c-blue: var(--hs-b), 55%;
  --c-red: var(--hs-r), 60%;
  --c-border: hsla(0, 0%, 0%, 0.1);
  --dropdown-w: 260px;
  --dropdown-rd: 28px;
  --dropdown-bg: 0, 0%, 100%;
  --dropdown-sw: 0 16px 40px -4px var(--c-border), 0 0 0 1px hsla(0, 0%, 0%, 0.05);
  --modal-pc-w: 700px;
  --modal-w: 344px;
  --modal-rd: 28px;
  --modal-bg: 0, 0%, 100%;
  --modal-sw: 0 16px 40px -4px var(--c-border), 0 0 0 1px hsla(0, 0%, 0%, 0.05);
  --modal-overlay: hsla(0, 0%, 0%, 0.25);
  --btn-fill-text: hsl(0, 0%, 100%);
  --btn-fill-bg: hsl(var(--hs-p), 38%);
  --btn-fill-bg-h: hsl(var(--hs-p), 42%);
  --btn-fill-blue-bg: hsl(var(--c-blue));
  --btn-fill-blue-bg-h: hsl(var(--hs-b), 62%);
  --btn-tone-text: hsl(var(--c-second));
  --btn-tone-bg: hsl(var(--hs-p), 38%);
  --btn-edit-bg: 0, 0%, 95%;
  --block-rd: 28px;
  --block-sw: 0 0 1px 0 hsla(0, 0%, 0%, .05), 0 2px 16px -4px hsla(0, 0%, 0%, .15);
  --block-bg: 0, 0%, 100%;
  --comcloud-bg: hsla(var(--c-second), 0.05);
  --comcloud-bg-pos: hsla(var(--c-primary), 0.12);
  --comcloud-bg-neg: hsla(var(--c-red), 0.12)
}

.darkmod {
  color-scheme: dark;
  --c-text: var(--hs-t), 92%;
  --c-body: 0, 0%, 9%;
  --c-body-tone: var(--hs-t), 14%;
  --c-link: var(--hs-p), 42%;
  --c-link-h: var(--hs-p), 38%;
  --c-primary: var(--hs-p), 42%;
  --c-second: var(--hs-p), 42%;
  --c-border: hsla(var(--c-text), 0.07);
  --dropdown-bg: var(--hs-t), 14%;
  --dropdown-sw: 0 16px 40px -4px hsla(0, 0%, 0%, 0.07), inset 0 0 0 1px hsla(0, 0%, 100%, 0.05);
  --modal-bg: var(--hs-t), 14%;
  --modal-sw: 0 16px 40px -4px hsla(0, 0%, 0%, 0.07), inset 0 0 0 1px hsla(0, 0%, 100%, 0.05);
  --modal-overlay: hsla(0, 0%, 0%, 0.25);
  --btn-edit-bg: 0, 0%, 8%;
  --block-sw: 0 0 1px 0 hsla(0, 0%, 0%, .05), 0 2px 16px -4px hsla(0, 0%, 0%, .15);
  --block-bg: var(--hs-t), 12%;
  --comcloud-bg: hsl(var(--block-bg))
}

@media (min-width:576px) {
  :root {
    --wrp-p: 24px
  }
}

@media (min-width:768px) {
  :root {
    --fs-desc-view: 18px;
    --lh-desc-view: 32px
  }
}

@media (min-width:992px) {
  :root {
    --fs-title-cat: 32px;
    --fs-title-file: 28px;
    --fs-title-view: 52px;
    --group-gap: 40px
  }
}

@media (min-width:1200px) {
  :root {
    --wrp-p: 72px
  }
}

@media (min-width:1400px) {
  :root {
    --wrp-w: 1264px
  }
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

html.load * {
  transition: none !important
}

*,
*::before,
*::after {
  box-sizing: border-box
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: #fff0
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  margin: 1em 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .1
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: var(--fw-bold)
}

p {
  margin-top: 0;
  margin-bottom: 1em
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  margin: 0;
  font-style: normal;
  line-height: inherit
}

ol,
ul,
dl {
  list-style: none;
  padding: 0;
  margin: 0
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

dd {
  margin-bottom: 8px;
  margin-left: 0
}

blockquote {
  margin: 0 0 16px 0
}

b,
strong,
dt {
  font-weight: var(--fw-bold)
}

small,
.small {
  font-size: var(--fs-3)
}

sub,
sup {
  position: relative;
  font-size: var(--fs-4);
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

pre,
code,
kbd,
samp {
  font-family: var(--ft-mono);
  font-size: var(--fs)
}

pre {
  margin: 0;
  overflow: auto
}

a>code {
  color: inherit
}

figure {
  margin: 0
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  vertical-align: middle
}

table {
  border-collapse: collapse
}

th {
  text-align: inherit
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #99999e;
  text-align: left;
  caption-side: bottom
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

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

::-webkit-search-decoration {
  appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  appearance: button
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit;
  appearance: button
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

.small,
small {
  font-size: 12px
}

.muted {
  opacity: .7
}

.c-muted {
  color: hsla(var(--c-text), .7)
}

.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.uppercase {
  text-transform: uppercase
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.balance {
  text-wrap: balance
}

.fw-b {
  font-weight: 700
}

.fw-n {
  font-weight: 400
}

.lh-norm {
  line-height: normal
}

.f-right {
  float: right
}

.f-left {
  float: left
}

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

.fc {
  display: flex;
  align-items: center
}

.cover {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  flex-grow: 1;
  margin: 0
}

.cover img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  pointer-events: none;
  user-select: none;
  min-width: 100%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center center;
  -o-object-position: center center;
  -o-object-fit: cover
}

.ic {
  display: block;
  fill: currentColor
}

.im,
.ui-dialog-titlebar-close .ui-icon {
  --im-size: 24px;
  --im-color: hsl(var(--c-text))
}

.im::before,
.ui-dialog-titlebar-close .ui-icon::before {
  content: "";
  background-color: var(--im-color);
  display: block;
  flex-shrink: 0;
  width: var(--im-size);
  height: var(--im-size);
  mask-size: auto 100%;
  -webkit-mask-size: auto 100%;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: var(--im-img);
  -webkit-mask-image: var(--im-img)
}

.im-5play {
  --im-img: url(../img/icons/5play.svg)
}

.im-gamepad {
  --im-img: url(../img/icons/gamepad.svg)
}

.im-bolt {
  --im-img: url(../img/icons/bolt.svg)
}

.im-apps {
  --im-img: url(../img/icons/apps.svg)
}

.im-cup {
  --im-img: url(../img/icons/cup.svg)
}

.im-addtopic {
  --im-img: url(../img/icons/addtopic.svg)
}

.im-burger {
  --im-img: url(../img/icons/burger.svg)
}

.im-close {
  --im-img: url(../img/icons/close.svg)
}

.im-search {
  --im-img: url(../img/icons/search.svg)
}

.im-login {
  --im-img: url(../img/icons/login.svg)
}

.im-moon {
  --im-img: url(../img/icons/moon.svg)
}

.im-sun {
  --im-img: url(../img/icons/sun.svg)
}

.im-kright {
  --im-img: url(../img/icons/kright.svg)
}

.im-aright {
  --im-img: url(../img/icons/aright.svg)
}

.im-aleft {
  --im-img: url(../img/icons/aleft.svg)
}

.im-aup {
  --im-img: url(../img/icons/aup.svg)
}

.im-addcircle {
  --im-img: url(../img/icons/addcircle.svg)
}

.im-bell {
  --im-img: url(../img/icons/bell.svg)
}

.im-staroutline {
  --im-img: url(../img/icons/staroutline.svg)
}

.im-starfill {
  --im-img: url(../img/icons/starfill.svg)
}

.im-logout {
  --im-img: url(../img/icons/logout.svg)
}

.im-com {
  --im-img: url(../img/icons/com.svg)
}

.im-stat {
  --im-img: url(../img/icons/stat.svg)
}

.im-vdots {
  --im-img: url(../img/icons/vdots.svg)
}

.im-download {
  --im-img: url(../img/icons/download.svg)
}

.im-views {
  --im-img: url(../img/icons/views.svg)
}

.im-thumbup {
  --im-img: url(../img/icons/thumb-up.svg)
}

.im-thumbdown {
  --im-img: url(../img/icons/thumb-down.svg)
}

.im-share {
  --im-img: url(../img/icons/share.svg)
}

.im-update {
  --im-img: url(../img/icons/update.svg)
}

.im-info {
  --im-img: url(../img/icons/info.svg)
}

.im-reply {
  --im-img: url(../img/icons/reply.svg)
}

.im-pleft {
  --im-img: url(../img/icons/pleft.svg)
}

.im-pright {
  --im-img: url(../img/icons/pright.svg)
}

.im-send {
  --im-img: url(../img/icons/send.svg)
}

.im-sendline {
  --im-img: url(../img/icons/sendline.svg)
}

.im-inbox {
  --im-img: url(../img/icons/inbox.svg)
}

.im-message {
  --im-img: url(../img/icons/message.svg)
}

.mask {
  background-color: var(--mask-bg);
  display: block;
  flex-shrink: 0;
  width: var(--mask-w);
  height: var(--mask-h);
  mask-size: var(--mask-size);
  -webkit-mask-size: var(--mask-size);
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: var(--mask-img);
  -webkit-mask-image: var(--mask-img)
}

.wrp {
  width: 100%;
  max-width: calc(var(--wrp-w) + var(--wrp-p) * 2);
  padding-left: var(--wrp-p);
  padding-right: var(--wrp-p);
  margin-left: auto;
  margin-right: auto
}

@media (min-width:992px) {
  .str {
    display: flex;
    gap: var(--str-gap, 80px)
  }

  .str-main {
    flex: 1 1 auto;
    min-width: 0
  }

  .str-add {
    flex: 0 0 var(--str-add-w, 40%);
    min-width: var(--str-add-minw, 300px);
    max-width: var(--str-add-maxw, 380px)
  }
}

.dropdown {
  position: relative
}

.dropdown-box {
  --dropdown-p: 12px;
  position: absolute;
  z-index: 100;
  left: calc(var(--dropdown-p)/-1);
  top: 100%;
  border-radius: var(--dropdown-rd);
  margin-top: 4px;
  background-color: hsl(var(--dropdown-bg));
  box-shadow: var(--dropdown-sw)
}

.dropdown-box {
  visibility: hidden;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease
}

.open>.dropdown-box {
  display: block !important;
  visibility: visible;
  opacity: 1;
  transform: translateY(0)
}

.close-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 20px;
  width: 64px;
  height: 64px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit !important;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: .5;
  transition: opacity .2s ease
}

.close-btn:hover {
  opacity: .8
}

html:not(.with-fancybox) body,
html:not(.with-fancybox) {
  scrollbar-gutter: stable
}

html,
body {
  margin: 0;
  padding: 0
}

body {
  font: var(--fw) var(--fs)/var(--lh) var(--f);
  background-color: hsl(var(--c-body));
  color: hsl(var(--c-text));
  text-rendering: optimizeLegibility;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden
}

a {
  color: inherit;
  outline: none !important;
  text-decoration: none
}

.link,
.text a {
  color: hsl(var(--c-second))
}

.link:hover,
.text a:hover {
  color: hsl(var(--c-primary));
  text-decoration: underline
}

.text img {
  max-width: 100%;
  height: auto
}

@media (max-width:575px) {
  .text {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word
  }
}

.text #ul,
.text ul,
.text #ol,
.text ol {
  padding-left: 1.5em
}

.text #ul,
.text ul {
  list-style: disc outside
}

.text #ol,
.text ol {
  list-style: decimal outside
}

.text h2,
.text h3,
.text h4,
.text h5 {
  font-size: 18px;
  display: block;
  margin-top: .5em
}

.text h2+br,
.text h3+br,
.text h4+br,
.text h5+br {
  display: none !important
}

img.fr-dii {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important
}

img.fr-dii.fr-fil {
  float: left;
  margin: 5px 24px 25px 0;
  max-width: calc(100% - 5px)
}

.text img {
  max-width: 100%;
  border-radius: var(--block-rd)
}

.text img[style*=left] {
  margin: .25em 1em 1em 0
}

.text img[style*=right] {
  margin: .25em 0 1em 1em
}

.text iframe,
.text video {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  max-width: 100%;
  border-radius: var(--block-rd)
}

.text *[style*="font-size"] {
  display: block;
  line-height: 1.5em
}

.text p:last-child,
.text ol:last-child,
.text ul:last-child {
  margin-bottom: 0
}

pre code {
  display: block;
  padding: .5em;
  background: #f9fafa;
  border: 1px solid #dce7e7;
  overflow: auto;
  white-space: pre
}

pre .comment,
pre .template_comment,
pre .diff .header,
pre .doctype,
pre .lisp .string,
pre .javadoc {
  color: #93a1a1;
  font-style: italic
}

pre .keyword,
pre .css .rule .keyword,
pre .winutils,
pre .javascript .title,
pre .method,
pre .addition,
pre .css .tag,
pre .lisp .title {
  color: #859900
}

pre .number,
pre .command,
pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula,
pre .regexp,
pre .hexcolor {
  color: #2aa198
}

pre .title,
pre .localvars,
pre .function .title,
pre .chunk,
pre .decorator,
pre .builtin,
pre .built_in,
pre .lisp .title,
pre .identifier,
pre .title .keymethods,
pre .id {
  color: #268bd2
}

pre .tag .title,
pre .rules .property,
pre .django .tag .keyword {
  font-weight: 700
}

pre .attribute,
pre .variable,
pre .instancevar,
pre .lisp .body,
pre .smalltalk .number,
pre .constant,
pre .class .title,
pre .parent,
pre .haskell .label {
  color: #b58900
}

pre .preprocessor,
pre .pi,
pre .shebang,
pre .symbol,
pre .diff .change,
pre .special,
pre .keymethods,
pre .attr_selector,
pre .important,
pre .subst,
pre .cdata {
  color: #cb4b16
}

pre .deletion {
  color: #dc322f
}

pre .tex .formula {
  background: #eee8d5
}

.emoji {
  border: none;
  vertical-align: middle;
  margin-top: -.25em
}

.title_quote,
.quote,
blockquote {
  border: 0 solid hsl(var(--c-primary))
}

.title_quote {
  font-size: var(--fs-4);
  line-height: 16px;
  color: hsla(var(--c-text), .7);
  font-weight: 700
}

.text .title_quote,
.text .quote,
.text blockquote {
  border-left-width: 2px;
  text-align: left
}

.text .title_quote {
  padding: 4px 16px;
  border-left: 2px solid hsl(var(--c-primary))
}

.text .title_quote+.quote {
  padding-top: 0 !important
}

.text .quote,
.text blockquote {
  padding: 12px 16px;
  position: relative;
  text-align: left
}

.m-item,
.ms-item {
  --menu-p: 12px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  padding: var(--menu-p) !important;
  gap: 6px;
  transition: opacity .15s ease
}

.ms-item {
  --menu-p: 6px 12px;
  font-size: var(--fs-2);
  opacity: .8;
  white-space: normal
}

.ms-item:hover {
  opacity: 1
}

.m-item:hover,
.m-item:hover,
#dropmenudiv>a:hover {
  opacity: .7
}

.m-item-num {
  font-size: var(--fs-4);
  line-height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background-color: hsla(var(--c-yellow), .5);
  margin-left: auto
}

html.darkmod .m-item-num {
  background-color: hsla(var(--c-yellow), .1);
  color: hsl(var(--c-yellow))
}

.item {
  position: relative;
  display: block
}

.item-link {
  text-decoration: none !important;
  color: inherit !important
}

.item-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1
}

.sect-sep {
  display: block;
  height: 0;
  width: 100%;
  border-top: 1px solid var(--c-border);
  margin: var(--group-gap) 0
}

@media (max-width:575px) {
  .sect-sep.nomobile {
    display: none
  }
}

.sect+.sect {
  margin-top: var(--sect-gap)
}

.sect-head {
  --title-mb: 12px;
  --title-lh: 32px
}

.sect-head-link {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 12px
}

.sect-head-link .im {
  --im-size: 16px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px
}

.sect-head-link .im::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid;
  opacity: .1;
  transition: opacity .2s ease, transform .2s ease
}

.sect-head-link .im::before {
  opacity: .8;
  transition: opacity .2s ease
}

.sect-head-link:hover .im::after {
  transform: scale(1.1);
  opacity: .2
}

.sect-head-link:hover .im::before {
  opacity: 1
}

.sect-more {
  position: relative;
  padding-top: var(--group-gap);
  background-image: linear-gradient(180deg, hsl(0 0% 0% / .05) 0%, hsl(0 0% 0% / .03) 5px, #fff0 100%);
  box-shadow: inset 0 1px 0 0 hsla(var(--c-text), .05)
}

.page-back {
  position: sticky;
  top: 20px;
  z-index: 100;
  height: 0;
  pointer-events: none
}

.page-back .btn {
  --btn-h: 40px;
  --btn-rd: 50%;
  margin-top: 20px;
  pointer-events: all;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: hsla(var(--c-body), .5)
}

.content-5p {
  padding-top: 12px;
  padding-bottom: var(--group-gap)
}

@media (min-width:992px) {
  .content-5p {
    padding-top: 20px;
    padding-bottom: calc(var(--group-gap) * 2)
  }
}

@media (min-width:768px) {
  .category-head:not(.category-head-menu) {
    margin-bottom: 20px
  }
}

.category-head-menu {
  margin-bottom: var(--sect-gap)
}

.category-head .title {
  --title-fs: var(--fs-title-cat)
}

.category-tags {
  display: flex;
  gap: 4px;
  white-space: nowrap;
  user-select: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x mandatory
}

.category-tags.open {
  flex-wrap: wrap
}

.category-tags::-webkit-scrollbar {
  display: none
}

.category-tags>* {
  font-size: var(--fs-2) !important;
  padding: 6px 10px !important;
  align-items: center;
  gap: 4px;
  border-radius: 20px;
  background-color: hsla(var(--c-primary), .1) !important;
  color: hsl(var(--c-second)) !important;
  transition: background-color .2s ease;
  scroll-snap-align: start;
  scroll-snap-stop: always
}

.category-tags:not(.open)>a,
.category-tags.open>button {
  display: none
}

.category-tags:not(.open)>a:nth-child(-n+6) {
  display: flex
}

.category-tags>a.active {
  order: -1;
  display: flex !important
}

.category-tags>*:not(.active):hover {
  background-color: hsla(var(--c-primary), .15) !important
}

.category-tags>*.active {
  box-shadow: inset 0 0 0 1px hsla(var(--c-primary), .3) !important;
  background-color: hsla(var(--c-primary), .2) !important
}

@media (max-width:991px) {
  .category-tags {
    padding-left: var(--wrp-p);
    padding-right: var(--wrp-p);
    margin-left: calc(var(--wrp-p)/-1);
    margin-right: calc(var(--wrp-p)/-1)
  }

  .category-tags>* {
    scroll-margin-left: var(--wrp-p);
    scroll-margin-right: var(--wrp-p)
  }
}

.tag-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap
}

.tag-list a {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  padding: 8px 16px !important;
  gap: 4px;
  border-radius: 28px;
  background-color: hsla(var(--c-primary), .1) !important;
  color: hsl(var(--c-second)) !important;
  transition: background-color .2s ease
}

.tag-list a:hover {
  background-color: hsla(var(--c-primary), .15) !important
}

.appicon {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--appicon-size, 144px)
}

.appicon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 22%;
  user-select: none;
  pointer-events: none;
  transition: transform .15s ease
}

.title {
  font-size: var(--title-fs, var(--fs-title-sect));
  font-weight: var(--title-fw, var(--fw-bold));
  line-height: var(--title-lh, 1.25);
  margin-bottom: var(--title-mb, .5em)
}

.desc {
  font-size: var(--desc-fs, inherit);
  line-height: var(--desc-lh, inherit)
}

.speedbar {
  margin-bottom: 20px;
  color: hsla(var(--c-text), .5);
  font-size: var(--fs-2)
}

.speedbar a {
  color: hsla(var(--c-text), .7);
  transition: color .15s ease
}

.speedbar a+a {
  display: none !important
}

.speedbar a:hover {
  color: hsla(var(--c-text), .9)
}

.speedbar-sep {
  margin: 0 8px
}

.block-border {
  box-shadow: inset 0 0 0 1px var(--c-border);
  border-radius: var(--block-rd);
  background-clip: padding-box;
  padding: var(--block-pad, 40px)
}

.expand .title {
  margin-bottom: 12px
}

.expand-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  text-overflow: ellipsis
}

.expand:not(.open) .expand-text p,
.expand:not(.open) .expand-text ul,
.expand:not(.open) .expand-text ol,
.expand:not(.open) .expand-text div {
  margin: 0;
  display: inline
}

.expand:not(.open) .expand-text br,
.expand:not(.open) .expand-text img {
  display: none
}

.expand:not(.open) .expand-text h2,
.expand:not(.open) .expand-text h3,
.expand:not(.open) .expand-text h4,
.expand:not(.open) .expand-text h5 {
  font-size: inherit !important;
  display: inline !important
}

.expand:not(.open) .expand-text * {
  font-weight: var(--fw) !important
}

.expand-text p:last-child,
.expand-text ul:last-child,
.expand-text ol:last-child {
  margin-bottom: 0
}

.expand-text a {
  color: inherit !important
}

.expand.open .expand-text a {
  color: hsl(var(--c-link)) !important
}

.expand.open .expand-text a:hover {
  color: hsl(var(--c-link-h)) !important;
  text-decoration: underline
}

.expand.open .expand-text {
  overflow: visible;
  -webkit-line-clamp: unset;
  line-clamp: unset
}

.seo-block .expand-text {
  opacity: .7;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  transition: opacity .2s ease
}

.seo-block.open .expand-text {
  opacity: 1
}

.expand-btn {
  margin-top: 12px;
  color: hsl(var(--c-link)) !important;
  padding: 0;
  cursor: pointer;
  background: none !important;
  border: none !important;
  outline: none !important
}

.expand.open .expand-btn>span {
  display: none
}

.expand.open .expand-btn::after {
  content: attr(data-less)
}

.expand-btn:hover {
  color: hsl(var(--c-link));
  text-decoration: underline
}

.link-faq {
  display: flex;
  align-items: center;
  padding: 12px 0;
  transition: color .12s ease
}

.link-faq:not(:first-child) {
  border-top: 1px solid var(--c-border)
}

.link-faq>span {
  flex: 1 1 auto
}

.link-faq .im::before {
  transition: background-color .12s ease
}

.link-faq:hover {
  color: hsl(var(--c-primary))
}

.link-faq:hover .im {
  --im-color: hsl(var(--c-primary))
}

button {
  text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  font: inherit;
  appearance: button;
  color: inherit;
  background: none;
  border: 0 none;
  padding: 0;
  outline: none !important;
  cursor: pointer
}

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

.btn-group,
.save-buttons,
.ui-dialog-buttonset {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.btn-group .btn-block {
  width: 100%
}

.save-buttons {
  padding-top: 0 !important;
  margin-top: 8px
}

.btn-reset {
  padding: 0;
  margin: 0;
  background: none;
  border: 0 none;
  cursor: pointer
}

.btn,
.bbcodes,
.ui-button {
  --btn-h: 48px;
  --btn-lh: 24px;
  --btn-fs: var(--fs-1);
  --btn-rd: 12px;
  --btn-c-text: inherit;
  --btn-c-bg: transparent;
  --btn-c-sw: inset 0px -1px 1px 0px hsla(0, 0%, 0%, .1), 0px 2px 6px -2px hsla(0, 0%, 0%, .25);
  position: relative;
  z-index: 1;
  height: var(--btn-h);
  line-height: var(--btn-lh);
  border-radius: var(--btn-rd);
  padding: calc((var(--btn-h) - var(--btn-lh))/2);
  color: var(--btn-c-text) !important;
  font-size: var(--btn-fs);
  white-space: nowrap;
  text-align: center;
  border: 0 none;
  font-weight: var(--fw-bold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  text-decoration: none !important;
  background: none;
  user-select: none
}

.btn-cont {
  padding: 0 6px;
  transition: opacity .2s ease
}

.btn-icon {
  max-width: var(--btn-h)
}

.btn .im {
  --im-color: var(--btn-c-text)
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--btn-c-bg);
  transition: background-color .2s ease, opacity .2s ease, color .2s ease, box-shadow .2s ease;
  pointer-events: none
}

.btn-sm {
  --btn-h: 40px;
  --btn-fs: var(--fs-2)
}

.btn-lg {
  --btn-h: 56px;
  --btn-fs: var(--fs)
}

.btn-fill {
  --btn-c-text: var(--btn-fill-text);
  --btn-c-bg: var(--btn-fill-bg)
}

.btn-fill::after {
  box-shadow: var(--btn-c-sw)
}

.btn-fill:hover {
  --btn-c-bg: var(--btn-fill-bg-h)
}

.btn-fill:active {
  --btn-c-bg: var(--btn-fill-bg);
  --btn-c-sw: none
}

.btn-fill .im {
  --im-color: var(--btn-fill-text)
}

.btn-tone {
  --btn-c-text: var(--btn-tone-text);
  --btn-c-bg: var(--btn-tone-bg)
}

.btn-tone::after {
  opacity: .1
}

.btn-tone:hover::after {
  opacity: .2
}

.btn-tone:active::after {
  opacity: .3
}

.btn-line {
  --btn-c-text: hsla(var(--c-text), 0.8);
  --btn-c-bg: hsla(var(--c-primary), 0);
  --btn-c-sw: inset 0 0 0 1px var(--c-border)
}

.btn-line::after {
  box-shadow: var(--btn-c-sw)
}

.btn-line:hover {
  --btn-c-text: hsl(var(--c-second));
  --btn-c-bg: hsla(var(--c-primary), 0.1);
  --btn-c-sw: inset 0 0 0 6px hsla(var(--c-primary), 0)
}

.btn-line:active {
  --btn-c-bg: hsla(var(--c-primary), 0.2)
}

.btn-link {
  --btn-c-text: hsl(var(--c-second));
  font-weight: var(--fw);
  transition: color .2s ease
}

.btn-link::after {
  display: none
}

.btn-link:hover {
  --btn-c-text: hsl(var(--c-link-h))
}

.btn-link:hover .btn-cont {
  text-decoration: underline
}

.btn-fill.btn-blue {
  --btn-c-bg: var(--btn-fill-blue-bg)
}

.btn-fill.btn-blue:hover {
  --btn-c-bg: var(--btn-fill-blue-bg-h)
}

.btn-fill.btn-blue:active {
  --btn-c-bg: var(--btn-fill-blue-bg)
}

@media (max-width:575px) {
  .btn-block {
    width: 100%
  }
}

.btn-wide {
  width: 100%
}

.bbcodes,
.ui-button {
  --btn-h: 40px;
  --btn-fs: var(--fs-2);
  --btn-c-text: var(--btn-fill-text);
  --btn-c-bg: var(--btn-fill-bg);
  background: var(--btn-c-bg);
  box-shadow: var(--btn-c-sw);
  transition: background-color .2s ease, opacity .2s ease, color .2s ease, box-shadow .2s ease
}

.bbcodes:hover,
.ui-button:hover {
  --btn-c-bg: var(--btn-fill-bg-h)
}

.bbcodes:active,
.ui-button:active {
  --btn-c-bg: var(--btn-fill-bg);
  --btn-c-sw: none
}

.form-list {
  --gap: 20px
}

.form-submit,
.form-submit-terms {
  margin-top: var(--gap)
}

.form-group:not(:last-child),
.form-check:not(:last-child),
.form-combo:not(:last-child),
.form-sep:not(:last-child) {
  margin-bottom: var(--gap)
}

.form-group-label {
  display: flex;
  gap: 8px;
  margin-bottom: 8px !important;
  font-size: var(--fs-1)
}

.form-group-label label {
  flex: 1 1 auto;
  opacity: .7
}

.form-group-label .right {
  margin-left: auto
}

.form-submit-terms {
  font-size: 14px
}

.comment-editor>br,
.comment-editor>.comments_subscribe,
.comment-editor .bb-pane,
.dlereplypopup .bb-pane {
  display: none
}

@media (min-width:680px) {
  .form-combo {
    display: flex;
    margin-left: -12px;
    margin-right: -12px
  }

  .form-combo .form-group {
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
    margin: 0 !important
  }
}

select,
textarea,
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=range]) {
  --field-h: 48px;
  --field-lh: 24px;
  --field-c-bg: hsl(var(--c-body));
  --field-rd: 12px;
  --field-sw: inset 0 0 0 1.5px hsla(var(--c-text), 0.15);
  display: block;
  width: 100%;
  height: var(--field-h);
  font: inherit;
  line-height: var(--field-lh);
  background-clip: padding-box;
  padding: calc((var(--field-h) - var(--field-lh))/2) calc((var(--field-h) - var(--field-lh))/1.5);
  background-color: var(--field-c-bg) !important;
  border: 0 none;
  box-shadow: var(--field-sw);
  border-radius: var(--field-rd);
  outline: none !important;
  transition: box-shadow .2s ease;
  color: inherit
}

select:focus,
textarea:focus,
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=range]):focus {
  --field-sw: inset 0 0 0 1.5px hsla(var(--c-primary), 0.8), 0 0 0 3px hsla(var(--c-primary), 0.1)
}

textarea {
  margin: 0;
  overflow: auto;
  vertical-align: top;
  resize: vertical
}

input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
  vertical-align: middle
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto
}

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

select[multiple],
select {
  -webkit-appearance: none;
  appearance: none
}

select[multiple],
select[size],
textarea {
  height: auto
}

select:not([multiple]) {
  padding-right: 2rem;
  background-position: calc(100% - 6px) 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237E7E7E' style='opacity: 0.7' d='M18.7071 9.29289C19.0976 9.68342 19.0976 10.3166 18.7071 10.7071L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L5.29289 10.7071C4.90237 10.3166 4.90237 9.68342 5.29289 9.29289C5.68342 8.90237 6.31658 8.90237 6.70711 9.29289L12 14.5858L17.2929 9.29289C17.6834 8.90237 18.3166 8.90237 18.7071 9.29289Z'/%3E%3C/svg%3E")
}

::placeholder {
  opacity: .4;
  color: inherit
}

input:focus {
  outline: none
}

input[type="file"],
input[type="image"] {
  padding: 0;
  border-width: 0;
  background: none;
  box-shadow: none
}

#loading-layer {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: hsla(var(--c-text), .8);
  z-index: 9999 !important;
  position: fixed;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px)
}

#loading-layer:before,
#loading-layer:after {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px
}

#loading-layer:before {
  border: 4px solid hsla(var(--c-body), .3);
  border-radius: 50%
}

#loading-layer:after {
  border: 4px solid;
  border-color: hsla(var(--c-body)) hsl(var(--c-body)) #fff0 #fff0;
  border-radius: 50%
}

#loading-layer:after {
  animation: load_rotate .6s infinite linear
}

@keyframes load_rotate {
  100% {
    transform: rotate(360deg)
  }
}

img.fr-dii {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important
}

img.fr-dii.fr-fil {
  float: left;
  margin: .25rem 1.5rem 1.5rem 0;
  max-width: calc(100% - .25rem)
}

.moder {
  position: relative
}

.moder .story-edit {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2
}

.meta {
  display: flex;
  gap: var(--meta-gap, 4px);
  height: 16px;
  line-height: 16px;
  font-size: var(--meta-fs, var(--fs-4));
  color: hsla(var(--c-text), .7);
  user-select: none;
  white-space: nowrap
}

.meta * {
  font-style: normal
}

.meta-item,
.meta-item>button {
  display: flex;
  align-items: center;
  gap: 4px
}

.meta .im {
  --im-size: 16px;
  --im-color: hsla(var(--c-text), 0.7)
}

.logotype+.lang-sel {
  margin-left: 12px
}

.lang-sel {
  position: relative;
  z-index: 1;
  height: 40px;
  padding: 0;
  cursor: pointer
}

.lang-sel button {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0
}

.lang-sel button.active {
  display: none
}

.lang-sel-border {
  height: 28px;
  line-height: 14px;
  padding: 8px;
  gap: 4px;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px hsla(var(--c-text), .1);
  font-size: var(--fs-4);
  text-transform: uppercase;
  transition: box-shadow .2s ease
}

.lang-sel-border>i::after {
  content: attr(title)
}

.lang-sel-border * {
  font-style: normal
}

.lang-sel-border>i {
  transition: opacity .2s ease
}

.lang-sel:hover .lang-sel-border {
  box-shadow: inset 0 0 0 1px hsla(var(--c-text), .2)
}

html:lang(ru) .lang-sel-border>i.lang-sel-en {
  opacity: .2
}

html:lang(en) .lang-sel-border>i.lang-sel-ru {
  opacity: .2
}

html:lang(en) .lang-sel:hover .lang-sel-border>i.lang-sel-ru {
  opacity: .4
}

html:lang(ru) .lang-sel:hover .lang-sel-border>i.lang-sel-en {
  opacity: .4
}

.alert {
  --title-fs: var(--fs);
  --title-mb: 4px;
  border-radius: var(--block-rd);
  padding: 24px;
  background-color: hsla(var(--c-yellow), .2);
  margin-bottom: 20px
}

.alert>.desc {
  opacity: .7
}

@media (max-width:575px) {
  .alert {
    --desc-fs: var(--fs-2)
  }
}

.DLEPush {
  z-index: 2001;
  position: fixed;
  max-width: 432px;
  width: 100%;
  right: 0;
  top: 0;
  padding: 16px;
  pointer-events: none
}

.DLEPush-notification.wrapper {
  animation-name: DLEPush-show;
  animation-duration: .75s;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: #222;
  margin-bottom: 10px;
  width: 100%;
  min-width: 280px;
  box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
  background-color: #fff;
  border-radius: 10px;
  pointer-events: auto
}

@keyframes DLEPush-show {
  0% {
    transform: translateY(100%);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

.DLEPush-notification .DLEPush-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 45px;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center
}

.DLEPush-notification .DLEPush-icon svg {
  scale: .8
}

.DLEPush-notification .DLEPush-header {
  font-weight: 700;
  grid-column: 2;
  grid-row: 1;
  font-size: 1rem;
  margin-left: 1rem;
  margin-top: .5rem
}

.DLEPush-notification .DLEPush-header:empty {
  margin-top: 0
}

.DLEPush-notification .DLEPush-message {
  grid-column: 2;
  grid-row: 2;
  font-size: .875rem;
  margin: 1rem
}

.DLEPush-notification .DLEPush-message li,
.DLEPush-notification .DLEPush-message ul {
  list-style-type: none;
  padding-left: 0
}

.DLEPush-notification .DLEPush-close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-weight: 300;
  background: none;
  border: 0;
  font-size: 1.15rem;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  color: inherit;
  outline: 0;
  opacity: .75
}

.DLEPush-notification .DLEPush-close:hover {
  opacity: 1
}

.DLEPush-notification.wrapper.push-success {
  background-color: #e0f2f1
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
  background-color: #00897b
}

.DLEPush-notification.wrapper.push-warning {
  background-color: #FFF3E0
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
  background-color: #FF9800
}

.DLEPush-notification.wrapper.push-error {
  background-color: #FBE9E7
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
  background-color: #FF5722
}

:root {
  --header-h: 72px;
  --headersec-h: 64px;
  scroll-padding-top: var(--headersec-h)
}

.header-first {
  height: var(--header-h)
}

.header-first .wrp {
  height: inherit
}

.head-r {
  margin-left: auto
}

@media (min-width:992px) {
  :root {
    --header-h: 80px;
    --headersec-h: var(--header-h)
  }

  .header-first {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: hsl(var(--c-body))
  }
}

.logotype {
  width: 100px;
  height: 36px
}

.logotype svg {
  width: inherit;
  height: inherit;
  display: block
}

.logo-text,
.logo-icon path:nth-child(3) {
  fill: hsl(var(--c-primary))
}

.hbtn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease
}

.hbtn+.hbtn {
  margin-left: 4px
}

.hbtn:hover {
  transform: scale(1.04)
}

.hbt .im {
  width: 24px;
  height: 24px;
  transition: transform .2s ease, opacity .2s ease;
  opacity: 0;
  transform: scale(.5)
}

.hbt .im+.im {
  margin-left: -24px
}

html.darkmod .mod-btn .im-sun,
html:not(.darkmod) .mod-btn .im-moon {
  opacity: 1;
  transform: scale(1)
}

@media (min-width:992px) {
  .head-r .qs-toggle {
    display: flex !important
  }
}

html.qs .head-r .qs-toggle .im-close,
html:not(.qs) .head-r .qs-toggle .im-search {
  opacity: 1;
  transform: scale(1)
}

.hbtn+.huser {
  margin-left: 8px
}

.huser .mask {
  --mask-img: url(../img/icons/user-mask.svg);
  --mask-w: 100%;
  --mask-h: 100%;
  --mask-size: auto 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit
}

.huser.hlogin .mask {
  --mask-bg: hsla(var(--c-primary), 0.2)
}

.huser.hlogin .mask .im {
  --im-color: hsl(var(--c-primary))
}

.huser.hlogged .mask {
  --mask-bg: hsla(var(--c-second), 0.2)
}

html.darkmod .huser.hlogged .mask {
  --mask-bg: hsla(var(--c-text), 0.2)
}

.huser.hlogged .mask img {
  width: inherit;
  height: inherit
}

.header-tools,
.header-second {
  height: var(--headersec-h)
}

@media (max-width:991px) {
  .header-second {
    position: sticky;
    top: 0;
    z-index: 99;
    margin-top: -8px;
    padding-left: 0;
    padding-right: 0;
    background-color: hsl(var(--c-body))
  }

  .header-second.scrolled .qs-form {
    position: fixed;
    inset: 0;
    bottom: auto
  }

  .header-second.scrolled.searchopen .qs-form {
    margin-top: 0
  }
}

@media (min-width:992px) {
  .header-second {
    margin-top: calc(var(--header-h)/-1);
    pointer-events: none;
    position: sticky;
    top: 0;
    z-index: 99
  }

  .header-tools {
    pointer-events: all;
    margin: 0 188px
  }

  .hbtn+.huser {
    margin-left: 16px
  }

  #header-placeholder {
    display: none
  }
}

.hmenu-list,
.qs-control {
  transition: opacity .25s ease, transform .25s ease;
  will-change: transform
}

html.qs .hmenu-list {
  transform: translateY(-16px);
  opacity: 0;
  pointer-events: none
}

.hmenu,
.qs-form {
  position: relative;
  height: var(--headersec-h)
}

@media (max-width:991px) {
  .hmenu-list {
    min-width: 100%;
    padding: 0 calc(var(--wrp-p) - 12px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory
  }

  .hmenu-list::-webkit-scrollbar {
    display: none
  }

  .hmenu-list .m-item {
    scroll-margin-left: calc(var(--wrp-p) - 12px);
    scroll-margin-right: calc(var(--wrp-p) - 12px);
    scroll-snap-align: start;
    scroll-snap-stop: always
  }

  .hmenu-list a.m-item {
    display: flex !important
  }

  .hmenu-list .qs-toggle {
    order: -1;
    display: flex !important
  }
}

@media (min-width:992px) {
  .hmenu-list>button.m-item {
    display: none !important
  }

  .hmenu-list .dropdown {
    display: block !important
  }

  .hmenu-list .dropdown-box {
    min-width: 240px
  }

  .hmenu-list .dropdown-box .hmenu-sub-list {
    padding: var(--dropdown-p)
  }

  .hmenu-list .dropdown-box .hmenu-sub-list+.hmenu-sub-list {
    border-top: 1px solid hsla(var(--c-text), .1)
  }
}

.qs-form {
  overflow: hidden;
  margin-top: calc(var(--headersec-h)/-1);
  pointer-events: none
}

.qs-form .qs-control {
  transform: translateY(16px);
  opacity: 0;
  pointer-events: none
}

.searchopen .qs-control {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all
}

.qs-control {
  --qs-field-h: 48px;
  --qs-field-lh: 24px;
  --qs-field-c-bg: hsl(var(--c-body));
  --qs-field-c-brd: hsla(var(--c-text), 0.15);
  --qs-field-rd: 24px;
  display: flex;
  width: 100%;
  position: relative
}

.qs-input {
  height: var(--qs-field-h) !important;
  line-height: var(--qs-field-lh) !important;
  padding: calc((var(--qs-field-h) - var(--qs-field-lh))/2) calc((var(--qs-field-h) - var(--qs-field-lh))/1.5) !important;
  background-color: var(--qs-field-c-bg) !important;
  box-shadow: inset 0 0 0 1.5px var(--qs-field-c-brd) !important;
  border-radius: var(--qs-field-rd) !important;
  padding-right: calc(var(--qs-field-h) + 12px) !important
}

.qs-input:focus {
  --qs-field-c-brd: hsla(var(--c-primary), 0.5)
}

.qs-control .qs-toggle,
.qs-control .qs-btn {
  position: absolute;
  top: 0;
  width: var(--qs-field-h);
  height: var(--qs-field-h);
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width:992px) {
  .qs-control .qs-toggle {
    display: none
  }
}

@media (max-width:991px) {
  .qs-form {
    padding-left: calc(var(--wrp-p) - 10px);
    padding-right: calc(var(--wrp-p) - 10px)
  }

  .qs-control {
    --qs-field-h: 44px
  }

  .qs-control .qs-toggle {
    left: 0
  }

  .qs-control .qs-toggle .im {
    position: relative;
    --im-size: 16px;
    --im-color: hsl(var(--c-primary))
  }

  .qs-control .qs-toggle .im::after {
    content: "";
    position: absolute;
    left: calc(50% - 14px);
    top: calc(50% - 14px);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: hsla(var(--c-primary), .2)
  }

  .qs-input {
    padding-left: var(--qs-field-h) !important
  }
}

.qs-control .qs-btn {
  right: 0
}

html:not(.qs) #searchsuggestions {
  display: none !important
}

#searchsuggestions {
  z-index: 2200;
  position: fixed !important;
  border-radius: var(--modal-rd);
  overflow: hidden;
  background-color: hsl(var(--modal-bg));
  box-shadow: var(--modal-sw);
  background-clip: padding-box;
  font-size: var(--fs-2);
  box-sizing: border-box;
  padding: 12px 20px
}

.fastsearch-item {
  display: flex;
  align-items: center;
  padding: 8px 0
}

.fastsearch-item:not(:first-child) {
  border-top: 1px solid var(--c-border)
}

.fastsearch-item .cover {
  align-self: start;
  min-width: 40px;
  flex: 0 0 40px;
  height: 40px;
  background-color: hsla(var(--c-text), .1);
  aspect-ratio: 1 / 1;
  border-radius: 22%
}

.fastsearch-title {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 12px
}

.fastsearch-item .fastsearch-title>span {
  opacity: .7;
  transition: opacity .12s ease
}

.fastsearch-item:hover .fastsearch-title>span {
  opacity: 1
}

.fastsearch-title>span {
  display: block;
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden
}

@media (min-width:992px) and (max-width:1407px) {
  #searchsuggestions {
    left: calc(var(--wrp-p) + 188px) !important;
    right: calc(var(--wrp-p) + 188px) !important
  }
}

@media (max-width:991px) {
  #searchsuggestions {
    top: 132px !important;
    left: var(--wrp-p) !important;
    right: var(--wrp-p) !important
  }

  .scrolled~#searchsuggestions {
    top: var(--headersec-h) !important
  }
}

@media (min-width:992px) {
  #searchsuggestions {
    top: var(--header-h) !important;
    margin-top: -8px !important
  }
}

@media (min-width:1408px) {
  #searchsuggestions {
    width: 888px !important;
    left: 50% !important;
    transform: translateX(-50%)
  }
}

#searchsuggestions .seperator {
  display: none
}

@media (min-width:992px) {
  .mobilemenu {
    display: none !important
  }
}

@media (max-width:991px) {
  .mobilemenu {
    position: fixed;
    right: 0;
    left: calc(50% - 180px);
    top: 50%;
    z-index: 103;
    margin: 8px;
    width: 360px;
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, calc(50%/-1 + 32px));
    background-color: hsl(var(--modal-bg));
    border-radius: var(--modal-rd);
    box-shadow: var(--modal-sw);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease
  }

  .mobilemenu-cont {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-height: 90vh;
    padding: 32px 20px
  }

  .mobilemenu-cont::-webkit-scrollbar {
    display: none
  }

  .mmenu-list+.mmenu-sublist {
    margin-top: 24px
  }

  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 101;
    background-color: var(--modal-overlay);
    transition: opacity .3s ease, visibility .3s ease;
    opacity: 0;
    visibility: hidden
  }

  html.mo body {
    overflow: hidden
  }

  html.mo .mobilemenu {
    transform: translate(0, -50%)
  }

  html.mo .mobile-menu-overlay,
  html.mo .mobilemenu {
    opacity: 1;
    visibility: visible
  }
}

@media (max-width:575px) {
  .mobilemenu {
    top: auto;
    left: 0;
    bottom: 0;
    width: auto;
    max-width: 100%;
    margin: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateY(32px)
  }

  html.mo .mobilemenu {
    transform: translateY(0)
  }
}

.navigation {
  user-select: none;
  margin-top: var(--sect-gap);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none
}

.navigation::-webkit-scrollbar {
  display: none
}

@media (max-width:991px) {
  .navigation {
    margin-left: calc(var(--wrp-p)/-1);
    margin-right: calc(var(--wrp-p)/-1);
    padding-left: var(--wrp-p);
    padding-right: var(--wrp-p)
  }
}

.pages-arrow>*,
.pages-list>* {
  padding: 8px;
  line-height: 24px;
  height: 40px;
  min-width: 40px;
  white-space: nowrap;
  border-radius: 20px;
  text-align: center
}

.pages-arrow>* {
  display: flex;
  box-shadow: inset 0 0 0 1px hsla(var(--c-text), .1)
}

.pages-arrow .im {
  display: block;
  opacity: .8
}

.pages-arrow+.pages-arrow {
  margin-left: 4px
}

.pages-arrow>span .im {
  opacity: .3
}

.pages-arrow>a {
  transition: box-shadow .2s ease
}

.pages-arrow>a .im {
  transition: opacity .2s ease
}

.pages-arrow>a:hover .im {
  opacity: 1
}

.pages-arrow>a:hover {
  box-shadow: inset 0 0 0 1px hsla(var(--c-text), .2)
}

.pages-arrow+.pages-list {
  margin-left: 16px
}

.pages-list {
  gap: 2px
}

.pages-list>* {
  padding-left: 12px;
  padding-right: 12px;
  font-weight: var(--fw-bold)
}

.pages-list>span:not(.nav_ext) {
  background-color: hsla(var(--c-primary), .1);
  color: hsl(var(--c-second))
}

.pages-list>a:hover {
  box-shadow: inset 0 0 0 1px hsla(var(--c-text), .1)
}

:root {
  --com-gap: 24px;
  --com-head-gap: 12px;
  --com-tree-gap: 16px;
  --com-tree-indent: 12px;
  --com-avatar: 44px
}

@media (min-width:992px) {
  :root {
    --com-avatar: 56px
  }
}

@media (min-width:768px) {
  :root {
    --com-gap: 32px;
    --com-head-gap: 16px;
    --com-tree-gap: 20px;
    --com-tree-indent: 20px
  }
}

.lastcomments-list .com-item,
.com-item+.com-item {
  margin-top: var(--com-gap)
}

.com-head {
  display: flex;
  margin-bottom: var(--com-head-gap);
  gap: var(--com-head-gap)
}

.com-head-cont {
  align-self: center;
  flex: 1 1 auto;
  min-width: 0
}

.com-head-cont .name {
  display: flex
}

.com-head-cont .name>a {
  min-width: 0
}

.com-drop {
  align-self: start
}

.com-drop>.dropdown-btn {
  padding: 8px;
  margin: -8px
}

.com-drop .dropdown-box {
  right: 0;
  left: auto
}

.com-drop-menu {
  padding: var(--dropdown-p);
  font-size: var(--fs-2)
}

.com-drop-menu a {
  color: hsl(var(--c-text));
  display: block;
  padding: 8px 12px;
  line-height: 20px;
  border-radius: 20px;
  border: 0 none;
  white-space: nowrap;
  opacity: 1 !important
}

.com-drop-menu a:hover {
  background-color: hsla(var(--c-text), .05)
}

.com-meta {
  font-size: var(--fs-4);
  gap: 12px;
  margin-top: 4px;
  white-space: nowrap
}

.com-meta time {
  opacity: .7
}

.com-avatar {
  position: relative;
  z-index: 1;
  flex: 0 0 var(--com-avatar);
  height: var(--com-avatar);
  border-radius: 50%
}

.com-avatar .cover {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: hsla(var(--c-text), .2)
}

.com-avatar>label {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer
}

.com-avatar>label input {
  position: absolute;
  opacity: 0;
  visibility: hidden
}

.com-avatar:has(input)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  border-radius: inherit;
  pointer-events: none;
  border: 4px solid hsl(var(--c-primary));
  transition: opacity .2s ease, border-width .2s ease
}

.com-avatar:has(input) .cover {
  transition: transform .2s ease
}

.com-avatar:has(input:checked)::after {
  opacity: 1;
  border-width: 2px
}

.com-avatar:has(input:checked) .cover {
  transform: scale(.8)
}

.avatar-status>label i {
  color: #fff;
  opacity: 0;
  background-color: rgb(76 203 112 / .8);
  transition: opacity .2s ease
}

.avatar-status>label i svg {
  display: block;
  transform: translateY(.25rem);
  transition: transform .2s ease
}

.avatar-status>label input:checked~i {
  opacity: 1
}

.avatar-status>label input:checked~i svg {
  transform: translateY(0)
}

.group-label {
  user-select: none;
  background-color: var(--group-label-bg, transparent);
  font-weight: var(--fw-bold);
  height: var(--group-label-h, 20px);
  line-height: 20px;
  box-shadow: var(--group-label-sw, inset 0 0 0 1px hsla(var(--c-text), .1));
  color: var(--group-label-c, hsla(var(--c-text), .7));
  padding: var(--group-label-p, 0 6px);
  border-radius: calc(var(--group-label-h, 24px)/2)
}

.group-label.g-adm,
.group-label.g-jrn {
  --group-label-bg: hsl(var(--c-text));
  --group-label-c: hsl(var(--c-body));
  --group-label-sw: none
}

.group-label.g-my {
  --group-label-bg: hsla(var(--c-yellow), 0.5);
  --group-label-c: hsl(var(--c-text));
  --group-label-sw: none
}

html.darkmod .group-label.g-my {
  --group-label-bg: hsla(var(--c-yellow), 0.2);
  --group-label-c: hsl(var(--c-yellow))
}

.group-label * {
  color: inherit !important;
  font-weight: inherit !important
}

@media (max-width:575px) {
  .com-head-cont {


/* ==========================================================================
   DEVELOPER CODE & MONOSPACE STYLING (JetBrains Mono / Code Blocks)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --font-family-mono: 'JetBrains Mono', 'Fira Code', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code,
kbd,
samp,
pre,
pre code,
.desc pre,
.desc code,
.text pre,
.text code,
.blogview pre,
.blogview code,
.blogview-desc pre,
.blogview-desc code,
.str-main pre,
.str-main code {
  font-family: var(--font-family-mono) !important;
  font-feature-settings: "liga" on, "calt" on;
  letter-spacing: 0px !important;
}

pre,
.desc pre,
.text pre,
.blogview pre,
.str-main pre {
  background: #181825 !important;
  color: #cdd6f4 !important;
  padding: 18px 22px !important;
  border-radius: 12px !important;
  overflow-x: auto !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  margin: 22px 0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
  white-space: pre !important;
  word-spacing: normal !important;
  word-break: normal !important;
  word-wrap: normal !important;
  tab-size: 4 !important;
}

pre code,
.desc pre code,
.text pre code,
.blogview pre code,
.str-main pre code {
  background: transparent !important;
  color: inherit !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: var(--font-family-mono) !important;
  border: none !important;
  box-shadow: none !important;
}

:not(pre) > code,
.desc :not(pre) > code,
.text :not(pre) > code,
.blogview :not(pre) > code,
.str-main :not(pre) > code {
  background: rgba(120, 120, 140, 0.15) !important;
  color: #f38ba8 !important;
  padding: 2px 7px !important;
  border-radius: 6px !important;
  font-size: 0.88em !important;
  font-weight: 500 !important;
  font-family: var(--font-family-mono) !important;
  border: 1px solid rgba(120, 120, 140, 0.25) !important;
}

