/* Navigation menu */
#content .sl-navi-menu {
  display: block;
}
.sl-navi-menu {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0 0 50px 0;
  border-bottom: 1px solid var(--sl-color-border-subtle);
}
.sl-navi-menu li {
  display: inline;
}
.sl-navi-menu li a {
  margin-right: 20px;
}
.sl-navi-lower {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sl-space-md);
  margin: 20px 0;
}
.sl-navi-lower-action {
  color: var(--sl-color-brand-link);
  background-color: var(--sl-color-bg);
  border-color: var(--sl-color-border-subtle);
}
.sl-navi-lower-action:hover {
  border-color: var(--sl-color-border-muted);
  text-decoration: none;
}
.sl-highlight {
  color: #ff0000;
  background-color: #ffff00;
}
.sl-geo-flag img {
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin-right: var(--sl-space-xs);
  border: 1px solid var(--sl-color-border-strong);
  border-radius: var(--sl-radius-control);
}
.sl-calculator-field {
  width: 65px;
}
.sl-fieldset-form-legend-success {
  color: var(--sl-color-success);
}
.sl-fieldset-form-legend-danger {
  color: var(--sl-color-danger);
}
.sl-fieldset-center {
  text-align: center;
}
.sl-fieldset-legend-info {
  color: var(--sl-color-tone-info);
}
.sl-text-success {
  color: var(--sl-color-success);
}
.sl-text-danger {
  color: var(--sl-color-danger);
}
.sl-text-bold {
  font-weight: 700;
}
.sl-text-justify {
  text-align: justify;
}
.sl-letter {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  width: 16px;
  height: 16px;
  padding: 1px;
  line-height: 16px;
  text-align: center;
  margin: 0 0 5px 2px;
  position: relative;
  top: 0;
  border: 1px solid var(--sl-color-text-strong);
  border-radius: 3px;
}
a .sl-letter {
  cursor: pointer;
  color: var(--sl-color-brand);
  border-color: var(--sl-color-brand);
}
a .sl-letter:hover {
  background: var(--sl-color-brand);
  color: var(--sl-color-on-dark);
}

/* Article container */
.sl-post {
  margin-bottom: 50px;
}
.sl-fullview {
  padding-bottom: 25px;
}
.sl-fullview > .sl-title,
.sl-fullview .sl-meta,
.sl-fullview .sl-entry-content,
.sl-fullview .sl-section,
.sl-fullview .sl-meta-foot {
  max-width: var(--sl-content);
}
.sl-title {
  font-size: 22px;
  color: var(--sl-color-text);
  margin: 0 0 10px 0;
}
.sl-title a {
  color: var(--sl-color-text);
}

/* Utilities: reusable helpers */
.sl-pull-right {
  float: right;
}

/* Article meta */
.sl-meta {
  font-size: 0.9em;
  color: var(--sl-color-text-muted);
  border-bottom: 1px solid var(--sl-color-border-subtle);
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.sl-meta:after,
.sl-entry-content:after,
.sl-meta-foot:after,
.sl-card-aside:after,
.sl-partners:after,
.sl-grid-1-2:after,
.sl-grid-1-4:after,
.sl-grid-1-3:after,
#head-content .sl-wrp:after,
.sl-comment:after,
.sl-com-top:after,
.sl-progress-info:after {
  content: "";
  display: block;
  clear: both;
}
.sl-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sl-meta > ul > li {
  display: inline-flex;
  align-items: center;
  float: left;
  margin-right: 20px;
}
.sl-meta > ul.sl-pull-right > li,
.sl-search-meta > ul.sl-pull-right > li {
  margin-right: 0;
  margin-left: 20px;
}

/* Article body */
.sl-entry-content {
  margin-bottom: 18px;
}

/* Article footer */
.sl-meta-foot .sl-rate-box {
  margin-top: 2px;
}
.sl-meta-foot .sl-pull-right {
  margin-left: 20px;
}

/* Rating box */
.sl-rate-box {
  display: inline-block;
}
.sl-rate {
  display: inline-block;
  cursor: pointer;
}
.sl-rate .sl-rate-num,
.sl-rate .sl-urating {
  float: left;
}
.sl-rate-box .sl-rate {
  float: left;
  margin-top: 2px;
}
.sl-min-rate .sl-rate {
  float: none;
  margin: 0 auto;
  display: inline-block;
}
.sl-rate-num {
  position: relative;
  display: inline-block;
  margin: 0 0 0 9px;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  border: 1px solid var(--sl-color-border-stronger);
  border-radius: 3px;
  background: var(--sl-color-bg);
  color: var(--sl-color-text-muted);
  font-size: 11px;
}
.sl-rate-num:after,
.sl-rate-num:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sl-rate-num:after {
  border-color: transparent;
  border-right-color: var(--sl-color-bg);
  border-width: 4px;
  margin-top: -4px;
}
.sl-rate-num:before {
  border-color: transparent;
  border-right-color: var(--sl-color-border-stronger);
  border-width: 5px;
  margin-top: -5px;
}
.sl-rate-is.sl-rate-num {
  color: var(--sl-color-on-dark);
  background: var(--sl-color-success-soft);
  border-color: var(--sl-color-success-soft);
}
.sl-rate-is.sl-rate-num:after,
.sl-rate-is.sl-rate-num:before {
  border-right-color: var(--sl-color-success-soft);
}
.sl-rate-like {
  float: left;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: var(--sl-space-sm);
}
.sl-rate-like p {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.sl-rate-like p .bi {
  font-size: var(--sl-icon-size-md);
  line-height: 1;
  color: var(--sl-color-text-subtle);
  transition: color 0.2s ease;
}
.sl-rate-plus.sl-out:hover .bi {
  color: var(--sl-color-success);
}
.sl-rate-minus.sl-out:hover .bi {
  color: var(--sl-color-danger);
}
.sl-min-rate .sl-rate-like {
  float: none;
}
.sl-min-rate .sl-rate-like p .bi {
  font-size: var(--sl-icon-size-sm);
}
.sl-min-rate .sl-rate-like-box .sl-rate-num {
  line-height: 17px;
  height: 17px;
  text-align: center;
  padding: 0 2px;
  margin: 0;
  font-size: 11px;
}
.sl-min-rate .sl-rate-like-box .sl-rate-num:before,
.sl-min-rate .sl-rate-like-box .sl-rate-num:after {
  display: none;
}

/* Tables: list layout */
.sl-table,
.sl-table-list,
.sl-table-list-sort {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-spacing: 0;
}
.sl-table--sort td:first-child,
.sl-table-list-sort td:first-child {
  text-align: left;
}
.sl-table--sort td:last-child,
.sl-table-list-sort td:last-child {
  text-align: right;
}
.sl-table-head th {
  padding: 13px 15px 10px 15px;
  background-color: var(--sl-color-surface-alt);
  border-bottom: 1px solid var(--sl-color-border-stronger);
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
.sl-table-head th a {
  color: var(--sl-color-text-heading);
}
.sl-table-head th:first-child {
  border-radius: 8px 0 0 0;
}
.sl-table-head th:last-child {
  border-radius: 0 8px 0 0;
}
.sl-table-body .sl-table-cell {
  border-bottom: 1px solid var(--sl-color-border-stronger);
  padding: 5px;
}
.sl-table-col-num {
  width: 45px;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
.sl-table-num-link {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  color: var(--sl-color-text);
}
.sl-table-num-link:hover {
  background-color: var(--sl-color-border-subtle);
  text-decoration: none;
}
.sl-table-date {
  color: inherit;
}

/* Pagination: pager controls */
.sl-pager {
  position: relative;
  height: 40px;
  padding: 25px 60px 0 60px;
  border-top: 1px solid var(--sl-color-border-subtle);
}
.sl-pager-main {
  display: block;
}
.sl-pager-pages {
  padding-top: 5px;
  text-align: center;
  font-size: 18px;
}
.sl-pager-nextprev {
  display: inline;
}
.sl-pager-prev,
.sl-pager-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
}
.sl-pager-prev {
  left: 0;
}
.sl-pager-next {
  right: 0;
}

/* Pagination: page numbers */
.sl-pnum {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 15px;
}
a.sl-pnum {
  color: var(--sl-color-text);
}
a.sl-pnum:hover {
  background-color: var(--sl-color-border-subtle);
  text-decoration: none;
}
.sl-pnum-cur {
  background-color: var(--sl-color-brand-link);
  color: var(--sl-color-on-dark);
}
.sl-pnum-dots {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 var(--sl-space-xs);
  color: var(--sl-color-text-muted);
}

/* Pagination: previous and next arrows */
.sl-pager-prev .sl-pnum-nav,
.sl-pager-next .sl-pnum-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: none;
  color: var(--sl-color-text-muted);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.sl-pager-prev .sl-pnum-nav .bi,
.sl-pager-next .sl-pnum-nav .bi {
  font-size: var(--sl-icon-size-md);
  line-height: 1;
}
.sl-pager-prev a.sl-pnum-nav:hover,
.sl-pager-next a.sl-pnum-nav:hover {
  background-color: var(--sl-color-border-subtle);
  color: var(--sl-color-brand-link);
}
span.sl-pnum-nav {
  opacity: 0.4;
}

/* Pagination: pager info */
.sl-pager-info {
  margin: 0 0 var(--sl-space-xs) 0;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: var(--sl-color-text-muted);
}

/* Cards: title override */
.sl-card .sl-title {
  font-size: 16px;
}

/* Breadcrumbs: category trail */
.sl-category-nav {
  margin-bottom: 10px;
  font-size: 0.9em;
  color: var(--sl-color-text-muted);
}

/* Section divider: horizontal rule */
.sl-section {
  margin-bottom: 10px;
}

/* Alerts: info and warning box icons */
.sl-warn .bi {
  color: var(--sl-color-warning);
  margin-right: var(--sl-space-sm);
}
.sl-info .bi {
  color: var(--sl-color-tone-info);
  margin-right: var(--sl-space-sm);
}
.sl-news-info:hover {
  opacity: 0.8;
}
.sl-icat,
.sl-card-image {
  padding: 10px;
  margin: 0 0 10px 10px;
  border: 1px solid var(--sl-color-border-subtle);
  border-radius: 4px;
  float: right;
}
.sl-mt-5 {
  margin-top: 5px;
}
.sl-none {
  display: none;
}

/* Forms: controls and field states */
.sl-field--auto {
  width: auto;
  margin-right: var(--sl-space-md);
}
.sl-table-form {
  width: 100%;
}
.sl-table-form td {
  padding-bottom: 5px;
}
.sl-table-form td:first-child {
  width: 35%;
}
.sl-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.sl-inline-form {
  display: inline;
}
.sl-but,
.sl-but-neutral {
  color: var(--sl-but-neutral-text);
  background: linear-gradient(to top, var(--sl-but-neutral-start) 0%, var(--sl-but-neutral-end) 100%);
  border-color: var(--sl-but-neutral-start);
  --sl-but-border-light: var(--sl-but-neutral-border-inner);
  --sl-but-border-dark: var(--sl-but-neutral-border-outer);
  text-shadow: var(--sl-but-text-shadow-neutral);
}
.sl-but-primary {
  color: var(--sl-but-primary-text);
  background: linear-gradient(to top, var(--sl-but-primary-start) 0%, var(--sl-but-primary-end) 100%);
  border-color: var(--sl-but-primary-start);
  --sl-but-border-light: var(--sl-but-primary-border-inner);
  --sl-but-border-dark: var(--sl-but-primary-border-outer);
  text-shadow: var(--sl-but-text-shadow-dark);
}
.sl-but-success {
  color: var(--sl-but-success-text);
  background: linear-gradient(to top, var(--sl-but-success-start) 0%, var(--sl-but-success-end) 100%);
  border-color: var(--sl-but-success-start);
  --sl-but-border-light: var(--sl-but-success-border-inner);
  --sl-but-border-dark: var(--sl-but-success-border-outer);
  text-shadow: var(--sl-but-text-shadow-dark);
}
.sl-but-danger {
  color: var(--sl-but-danger-text);
  background: linear-gradient(to top, var(--sl-but-danger-start) 0%, var(--sl-but-danger-end) 100%);
  border-color: var(--sl-but-danger-start);
  --sl-but-border-light: var(--sl-but-danger-border-inner);
  --sl-but-border-dark: var(--sl-but-danger-border-outer);
  text-shadow: var(--sl-but-text-shadow-dark);
}
.sl-but-warning {
  color: var(--sl-but-warning-text);
  background: linear-gradient(to top, var(--sl-but-warning-start) 0%, var(--sl-but-warning-end) 100%);
  border-color: var(--sl-but-warning-start);
  --sl-but-border-light: var(--sl-but-warning-border-inner);
  --sl-but-border-dark: var(--sl-but-warning-border-outer);
  text-shadow: var(--sl-but-text-shadow-dark);
}
.sl-but-accent {
  color: var(--sl-but-accent-text);
  background: linear-gradient(to top, var(--sl-but-accent-start) 0%, var(--sl-but-accent-end) 100%);
  border-color: var(--sl-but-accent-start);
  --sl-but-border-light: var(--sl-but-accent-border-inner);
  --sl-but-border-dark: var(--sl-but-accent-border-outer);
  text-shadow: var(--sl-but-text-shadow-dark);
}
.sl-but:hover,
.sl-but-neutral:hover,
.sl-but-primary:hover,
.sl-but-success:hover,
.sl-but-danger:hover,
.sl-but-warning:hover,
.sl-but-accent:hover {
  opacity: 0.85;
}
.sl-hidden {
  opacity: 0.5;
}
.sl-hidden.sl-but:hover {
  cursor: not-allowed;
  opacity: 0.5;
}
.sl-but-navi,
.sl-but-read {
  color: var(--sl-but-link-text);
  background-color: var(--sl-color-bg);
  border-color: var(--sl-but-neutral-start);
  --sl-but-border-light: var(--sl-but-link-border-light);
  --sl-but-border-dark: var(--sl-but-link-border-dark);
  text-shadow: var(--sl-but-text-shadow-light);
}
.sl-but-navi:hover,
.sl-but-read:hover {
  border-color: var(--sl-but-link-hover-border);
}
.sl-avatar {
  max-width: 100%;
}
.sl-login-avatar {
  object-fit: cover;
}
.sl-com-ava .sl-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.sl-fp-left .sl-com-ava {
  width: 100px;
  height: 100px;
  margin: 0 auto var(--sl-space-lg);
}
.sl-check {
  margin: 0 var(--sl-space-xs) 0 0;
}
.sl-sig {
  color: var(--sl-color-text-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}
.sl-catflex-box {
  min-width: 150px;
  min-height: 70px;
  margin: 0 0 15px 0;
  padding: 3px;
  text-align: center;
  border: 1px solid var(--sl-color-border-subtle);
  border-radius: 4px;
  vertical-align: middle;
}
.sl-catflex-box:hover {
  background-color: var(--sl-color-surface);
}
.sl-catflex-box div {
  text-align: left;
}
.sl-catflex-inbox {
  width: 230px;
  height: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.sl-catflex-inbox div {
  padding: 0 3px 0 0;
  text-align: left;
}
.sl-catflex-cont {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sl-table-faq {
  width: 100%;
  margin: 0 0 20px 0;
}
.sl-muted,
.sl-muted a {
  color: var(--sl-color-text-muted);
}
.sl-main-section {
  margin-bottom: 50px;
}
.sl-main-list,
.sl-main-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sl-main-list > li {
  border-top: 1px solid var(--sl-color-border-subtle);
  padding: 25px 29px 0 80px;
  height: 1%;
  min-height: 60px;
  position: relative;
  margin-bottom: 25px;
}
.sl-main-list > li:before {
  content: "";
  background-color: var(--sl-color-border-strong);
  border-radius: 5px;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  right: 0;
  margin-top: var(--sl-space-sm);
}
.sl-main-list > li:hover:before {
  background-color: var(--sl-color-brand-link);
}
.sl-main-list > li:first-child {
  border-top-width: 0;
  padding-top: 5px;
}
.sl-main-img {
  margin-left: -80px;
  position: absolute;
  border-radius: 4px;
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.sl-main-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sl-main-list > li > b {
  font-weight: normal;
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--sl-color-brand-link);
  margin-top: -4px;
}
.sl-main-list > li p {
  margin: 0 0 0.3em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sl-main-list > li ul {
  font-size: 0.9em;
  color: var(--sl-color-text-muted);
}
.sl-main-list > li ul li {
  display: inline;
  margin-right: 20px;
}
.sl-menu ul,
.sl-card-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sl-menu ul li,
.sl-card-menu ul li {
  position: relative;
}
.sl-menu > ul > li > a,
.sl-menu > ul > li,
.sl-menu > ul,
.sl-menu,
.sl-card-menu > ul > li > a,
.sl-card-menu > ul > li,
.sl-card-menu > ul,
.sl-card-menu {
  float: left;
}
.sl-menu > ul > li > a {
  display: block;
  margin: 0 0 0 var(--sl-space-xs);
  padding: 5px 15px;
  border-radius: 15px;
  background-color: var(--sl-color-bg);
  border: 1px solid var(--sl-color-border-subtle);
  text-decoration: none !important;
}
.sl-menu > ul > li > a:hover,
.sl-menu > ul > li:hover > a {
  background-color: var(--sl-color-surface-alt);
}
.sl-menu ul ul,
.sl-card-menu ul ul {
  position: absolute;
  top: 10px;
  margin-top: 30px;
  padding: 13px 0;
  border-radius: 13px;
  min-width: 150px;
  background-color: var(--sl-color-surface-dark);
  color: var(--sl-color-on-dark);
  text-align: left;
  z-index: 2001;
  box-shadow: var(--sl-shadow-medium);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.sl-menu ul ul:after,
.sl-card-menu ul ul:after {
  content: "";
  border-bottom: 8px solid var(--sl-color-surface-dark);
  border-right: 8px solid transparent;
  border-top: 0 dotted;
  border-left: 8px solid transparent;
  position: absolute;
  left: 15px;
  top: -8px;
}
.sl-menu ul ul a,
.sl-card-menu ul ul a {
  white-space: nowrap;
  display: block;
  color: var(--sl-color-on-dark);
  padding: 3px 15px;
  text-decoration: none !important;
}
.sl-menu ul ul a:hover,
.sl-card-menu ul ul a:hover {
  background-color: var(--sl-color-brand-link);
}
.sl-menu li:hover ul,
.sl-card-menu li:hover ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* Editor/admin action menu: gear-icon trigger (system-wide) */
.sl-editor-menu,
.sl-editor-menu > ul,
.sl-editor-menu > ul > li {
  float: none;
  display: inline-block;
  position: relative;
}
.sl-editor-gear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--sl-size-24);
  height: var(--sl-size-24);
  border-radius: 50%;
  background-color: var(--sl-color-border-strong);
  color: var(--sl-color-on-dark);
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  transition: background-color 0.2s ease;
}
.sl-editor-gear .bi {
  color: inherit;
  font-size: var(--sl-icon-size-xs);
  line-height: 1;
}
.sl-editor-menu:hover .sl-editor-gear,
.sl-editor-gear:focus-visible {
  background-color: var(--sl-color-brand-link);
}

.sl-forum-last:hover {
  opacity: 0.8;
}
.sl-label {
  font-weight: bold;
}

/* Forms: add form layout */
.sl-form {
  margin-bottom: 20px;
}
.sl-form-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.sl-form-label {
  width: 160px;
  flex-shrink: 0;
  padding-top: var(--sl-space-sm);
}
.sl-form-label::after {
  content: ":";
}
.sl-action-label::after {
  content: ":";
}
.sl-form-row .sl-field {
  flex: 1;
  min-width: 0;
}
.sl-form-value {
  padding-top: var(--sl-space-sm);
}
.sl-form-submit {
  padding-top: 10px;
  text-align: center;
}

/* Content cards: related articles */
.sl-related-title {
  font-weight: bold;
  font-size: 30px;
  color: var(--sl-login-link-color);
  margin: 45px 0 15px 0;
}
.sl-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sl-related-item {
  display: flex;
  align-items: center;
  gap: var(--sl-space-lg);
  padding: var(--sl-space-md) 0;
  border-bottom: 1px solid var(--sl-color-border-subtle);
}
.sl-related-img {
  display: block;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--sl-color-surface-alt);
  background-size: cover;
  background-position: center;
  font-size: 0;
  color: transparent;
}
.sl-related-img-inner {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sl-related-meta {
  list-style: none;
  padding: 0;
  margin: var(--sl-space-xs) 0 0 0;
  font-size: 0.85em;
  color: var(--sl-color-text-muted);
}
.sl-related-date {
  color: inherit;
}

/* Content cards: news sl-grid */
.sl-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px -10px;
}
.sl-grid .sl-card {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px 20px 10px;
  box-sizing: border-box;
}
.sl-grid .sl-post {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px 20px 10px;
  box-sizing: border-box;
}
.sl-grid .sl-card-col-1 {
  flex-basis: 100%;
  max-width: 100%;
}
.sl-grid .sl-card-col-2 {
  flex-basis: 50%;
  max-width: 50%;
}
.sl-grid .sl-card-col-3 {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}
.sl-grid .sl-card-col-4 {
  flex-basis: 25%;
  max-width: 25%;
}
.sl-grid .sl-card-col-5 {
  flex-basis: 20%;
  max-width: 20%;
}
.sl-grid .sl-card-col-6 {
  flex-basis: 16.6667%;
  max-width: 16.6667%;
}
.sl-card-aside {
  float: right;
  margin: 0 0 25px 20px;
  border: 1px solid var(--sl-color-border-subtle);
  border-radius: 8px;
  padding: 15px 20px;
  width: 170px;
  list-style: none;
}
.sl-coms:hover,
.sl-card-comment:hover {
  opacity: 0.8;
}
.sl-card-id,
.sl-cart-id {
  float: left;
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 var(--sl-space-md);
  margin-left: 10px;
  color: var(--sl-color-on-dark);
  font-weight: bold;
  text-decoration: none !important;
  font-size: 12px;
}
.sl-card-id {
  background-color: var(--sl-color-border-strong);
}
a.sl-card-id:hover,
a.sl-cart-id:hover {
  background-color: var(--sl-color-brand-link);
}
.sl-card-read,
.sl-card-admin,
.sl-back-button {
  text-decoration: none !important;
  cursor: pointer;
  box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}
.sl-card-admin {
  color: var(--sl-color-on-dark);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--sl-color-danger);
  background: linear-gradient(to top, var(--sl-color-danger-soft) 0%, var(--sl-color-danger) 100%);
}
.sl-card-read,
.sl-back-button {
  text-shadow: none;
  background-color: var(--sl-color-bg);
  border: 1px solid var(--sl-color-border-subtle);
  color: var(--sl-color-brand-link);
  box-shadow: none;
}
.sl-card-read:hover {
  opacity: 1;
  border-color: var(--sl-color-border-muted);
}
/* Tables: list-wrap and list-row layouts */
.sl-cart-row td,
.sl-forum-line td {
  border-bottom: 1px solid var(--sl-color-border-stronger);
  padding: 5px;
  font-size: 0.9em;
}

/* Associations: assoc-wrap and assoc-item layout */

.sl-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sl-space-md);
}
.sl-session-table {
  width: 100%;
  border-collapse: collapse;
}
.sl-session-table td {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.sl-session-right {
  text-align: right;
}
.sl-session-center {
  text-align: center;
}
.sl-session-hidden {
  display: none;
}
.sl-session-note {
  opacity: 0.75;
}
.sl-session-toggle {
  cursor: pointer;
}
.sl-session-button {
  display: inline-block;
}
.sl-image-preview-toggle {
  position: relative;
}
.sl-image-preview-popup {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.sl-image-preview-mini {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.5s;
}
.sl-image-preview-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sl-image-preview-mini:hover {
  width: 48px;
  height: 48px;
  border-radius: 30px;
}

.sl-cart-table {
  width: 100%;
}
.sl-cart-foot td {
  padding-top: 10px;
}
.sl-cart-foot td:first-child {
  text-align: left;
}
.sl-cart-foot td:last-child {
  text-align: right;
}
.sl-cart-col-num {
  text-align: center !important;
  width: 45px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.sl-cart-col-stat {
  text-align: center !important;
  width: 80px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
td.sl-cart-col-stat {
  color: var(--sl-login-link-color);
}
.sl-cart-col-content h4 {
  font-size: 14px;
  margin: 0;
}
.sl-cart-id {
  background-color: var(--sl-color-border-muted);
}
.sl-shop-price {
  font-size: 28px;
  margin-bottom: 10px;
}
.sl-read-link {
  display: inline-block;
}
.sl-favor {
  font-size: 0.9em;
  color: var(--sl-color-text-muted);
  cursor: pointer;
}

.sl-table-amount td:first-child {
  width: 15%;
}
.sl-avatar-grid {
  table-layout: fixed;
}
.sl-avatar-grid td {
  width: calc(100% / 6);
}
.sl-user-group-special {
  font-weight: bold;
}
.sl-editor-upload-files {
  margin: 5px;
}
.sl-list,
.sl-sublist,
.sl-sublist-two {
  margin: 0;
  padding: 0;
  counter-reset: li;
  list-style: none;
}
.sl-list li:before {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  margin-right: 5px;
  padding: 0 2px;
  border-radius: 10px;
  color: var(--sl-color-on-dark);
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  counter-increment: li;
  content: counters(li, ".");
}
.sl-list a {
  text-decoration: none;
}
ol.sl-list li:before {
  background: #65486c;
}
ol.sl-sublist li:before {
  background: #7282a3;
  box-shadow: 15px 0 0 #97a8c2;
  margin-right: 20px;
  transition: 0.5s linear;
}
ol.sl-sublist li:hover:before {
  box-shadow: none;
  margin-right: 5px;
}
ol.sl-sublist-two li:before {
  background: #b9aca6;
  box-shadow:
    15px 0 0 #cebeb1,
    30px 0 0 #d9c9bc;
  margin-right: 35px;
  transition: 0.5s linear;
}
ol.sl-sublist-two li:hover:before {
  box-shadow: none;
  margin-right: 5px;
}
.sl-debug-section {
  border: 1px solid var(--sl-color-border);
  margin: 10px;
  padding: 10px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
}
/* Tone palette shared by the section legend and the metric values */
.sl-debug-section-info,
.sl-debug-info {
  --sl-debug-tone: var(--sl-color-tone-info);
}
.sl-debug-section-success,
.sl-debug-success {
  --sl-debug-tone: var(--sl-color-success);
}
.sl-debug-section-warn,
.sl-debug-warn {
  --sl-debug-tone: var(--sl-color-warning);
}
.sl-debug-section-danger,
.sl-debug-danger {
  --sl-debug-tone: var(--sl-color-danger);
}
.sl-debug-section-accent {
  --sl-debug-tone: var(--sl-color-accent);
}
.sl-debug-section legend {
  font-weight: bold;
  color: var(--sl-debug-tone);
}
.sl-debug-stats {
  margin: 0;
}
.sl-debug-stats dt {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-top: var(--sl-space-md);
  font-weight: normal;
}
.sl-debug-stats dt:first-of-type {
  margin-top: 0;
}
.sl-debug-stats dd {
  margin: 0;
}
.sl-debug-value {
  display: inline-block;
  padding-bottom: var(--sl-space-xs);
  cursor: help;
  color: var(--sl-debug-tone);
}
.sl-debug-section-danger ul {
  margin: 0;
  padding-left: 0;
}
.sl-debug-section-danger li {
  display: flex;
  align-items: center;
  list-style: none;
}
.sl-debug-section-danger li::before {
  content: "\f1db";
  font-family: bootstrap-icons;
  font-weight: normal;
  font-size: 1em;
  min-width: 0;
  padding: 0;
  margin-right: var(--sl-space-xs);
  color: var(--sl-debug-tone);
}
.sl-debug-section-danger li .sl-debug-value {
  padding-bottom: 0;
}
.sl-code-row-odd {
  background-color: var(--sl-color-surface);
}
.sl-code-row-even {
  background-color: var(--sl-color-bg);
}
.sl-code-row-num {
  vertical-align: top;
}
.sl-code-row-cell {
  width: 100%;
}
.sl-embed-img {
  border: 0;
}
.sl-note {
  cursor: help;
}
.sl-small {
  margin: 10px;
  font-size: 0.9em;
  text-align: justify;
}
.sl-img {
  margin: 0 5px 0 0;
  border-radius: 5px;
}
.sl-img-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--sl-img-placeholder-size);
  height: var(--sl-img-placeholder-size);
  vertical-align: top;
  font-size: var(--sl-img-placeholder-icon-size);
}
.sl-img-placeholder[hidden] {
  display: none;
}
.sl-img-left {
  float: left;
}
.sl-img-right {
  float: right;
}
.sl-home {
  min-height: 100%;
}
.sl-left {
  text-align: left;
}
.sl-right {
  text-align: right;
}
.sl-shop-invoice {
  width: 640px;
  margin: 5%;
}
.sl-shop-invoice-logo {
  width: 40%;
}
.sl-money-separator {
  border: 1px solid #000;
}
.sl-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: help;
  width: 16px;
  height: 16px;
  margin: -3px var(--sl-space-sm) 0 0;
  color: var(--sl-color-brand-strong);
  font-size: 15px;
  line-height: 1;
  transition: color 0.18s ease;
}
.sl-tip > .bi {
  display: block;
  pointer-events: none;
  transition: transform 0.18s ease;
}
.sl-tip:hover {
  color: var(--sl-color-brand-link);
}
.sl-tip:hover > .bi {
  transform: scale(1.08);
}
.sl-tip:focus-visible {
  outline: 2px solid rgba(47, 141, 189, 0.45);
  outline-offset: 2px;
  border-radius: 50%;
}
.sl-tip div {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  float: left;
  min-width: 180px;
  width: max-content;
  max-width: 520px;
  padding: 10px;
  margin: 2px 0 0 0;
  list-style: none;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.45;
  background-color: var(--sl-color-bg);
  border: 1px solid var(--sl-color-border-muted);
  border-radius: 6px;
  box-shadow: var(--sl-shadow-strong);
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.sl-tip dl {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: var(--sl-space-xs) var(--sl-space-md);
  margin: 0;
}
.sl-tip dt {
  margin: 0;
  color: var(--sl-color-text-heading);
  font-weight: bold;
}
.sl-tip dd {
  margin: 0;
  min-width: 0;
}
.sl-tip:hover > div,
.sl-tip:focus-within > div {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.sl-table-block {
  width: 100%;
}
.sl-table-block td {
  padding-bottom: 5px;
}
.sl-generates,
.sl-license {
  font-size: 0.9em;
  color: var(--sl-color-text-muted);
}
.sl-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 73px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
  background: none;
  font-size: 0;
}
.sl-loading:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sl-color-brand-strong);
  box-shadow:
    12px 0 0 var(--sl-color-brand),
    24px 0 0 var(--sl-color-brand);
  content: "";
  animation: sl-loading-dots 0.8s infinite linear;
}
@keyframes sl-loading-dots {
  0% {
    box-shadow:
      12px 0 0 var(--sl-color-brand),
      24px 0 0 var(--sl-color-brand);
  }
  33% {
    box-shadow:
      12px 0 0 var(--sl-color-brand-strong),
      24px 0 0 var(--sl-color-brand);
  }
  66% {
    box-shadow:
      12px 0 0 var(--sl-color-brand),
      24px 0 0 var(--sl-color-brand-strong);
  }
}
.sl-editor-area {
  font: 12px Verdana;
  width: 100%;
  height: 100px;
  padding: 5px;
  background-color: var(--sl-color-surface);
  border: 1px solid var(--sl-color-border-stronger);
  border-radius: 4px;
  color: var(--sl-color-text-muted);
  box-sizing: border-box;
}
.sl-editor-area:focus {
  border-color: var(--sl-color-brand);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: none;
}
.sl-preview {
  border: 1px solid var(--sl-color-border-stronger);
  border-radius: 8px;
  background: var(--sl-color-bg);
  margin-bottom: var(--sl-space-lg);
  overflow: hidden;
}
.sl-preview-head {
  padding: var(--sl-space-lg) 15px;
  background: var(--sl-color-surface);
  border-bottom: 1px solid var(--sl-color-border-stronger);
  font-weight: bold;
  color: var(--sl-color-text-heading);
}
.sl-preview-body {
  display: grid;
  gap: 0;
}
.sl-preview-title,
.sl-preview-section {
  padding: var(--sl-space-lg) 15px;
  border-bottom: 1px solid var(--sl-color-border-subtle);
}
.sl-preview-body > :last-child {
  border-bottom: 0;
}
.sl-preview-title {
  font-weight: bold;
  color: var(--sl-color-text-heading);
}
.sl-preview-meta {
  background-color: var(--sl-color-surface);
  color: var(--sl-color-text-muted);
}
.sl-preview-meta > div + div {
  margin-top: var(--sl-space-sm);
}
.sl-preview-admin-title,
.sl-preview-field-primary,
.sl-preview-field-secondary,
.sl-preview-field-meta {
  min-width: 0;
}
.sl-vote-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.sl-vote-list li input {
  margin-right: 5px;
}
.sl-vote-title {
  font-weight: bold;
  font-size: 1em;
  margin: 0 0 20px 0;
}
.sl-vote-links {
  margin-top: 1em;
  margin-bottom: -8px;
  font-size: 0.9em;
}
.sl-vote-links a {
  margin-right: 20px;
}
.sl-vote-actions {
  display: inline-block;
}
.sl-progress-line {
  box-sizing: content-box;
  width: 100%;
  height: var(--sl-progress-track-height);
  background: var(--sl-progress-track-bg);
  border: 1px solid var(--sl-progress-track-border);
  border-radius: var(--sl-progress-track-radius);
}
.sl-progress-line div {
  box-sizing: content-box;
  height: var(--sl-progress-fill-height);
  border-radius: calc(var(--sl-progress-track-radius) - 1px);
  overflow: hidden;
  text-indent: -9999px;
}
.sl-progress-1 div {
  border: 1px solid var(--sl-progress-fill-1-end);
  background: var(--sl-progress-fill-1-base);
  background: linear-gradient(to top, var(--sl-progress-fill-1-start) 10%, var(--sl-progress-fill-1-end) 90%);
}
.sl-progress-2 div {
  border: 1px solid var(--sl-progress-fill-2-end);
  background: var(--sl-progress-fill-2-base);
  background: linear-gradient(to top, var(--sl-progress-fill-2-start) 10%, var(--sl-progress-fill-2-end) 90%);
}
.sl-progress-3 div {
  border: 1px solid var(--sl-progress-fill-3-end);
  background: var(--sl-progress-fill-3-base);
  background: linear-gradient(to top, var(--sl-progress-fill-3-start) 10%, var(--sl-progress-fill-3-end) 90%);
}
.sl-progress-4 div {
  border: 1px solid var(--sl-progress-fill-4-end);
  background: var(--sl-progress-fill-4-base);
  background: linear-gradient(to top, var(--sl-progress-fill-4-start) 10%, var(--sl-progress-fill-4-end) 90%);
}
.sl-progress-5 div {
  border: 1px solid var(--sl-progress-fill-5-end);
  background: var(--sl-progress-fill-5-base);
  background: linear-gradient(to top, var(--sl-progress-fill-5-start) 10%, var(--sl-progress-fill-5-end) 90%);
}
.sl-vote-list .sl-progress-line {
  margin: var(--sl-space-sm) 0 var(--sl-space-lg) 0;
}
.sl-search-line .sl-pull-right img {
  vertical-align: middle;
  margin-left: 3px;
}

.sl-changelog {
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    sans-serif;
  color: var(--sl-changelog-text);
  max-width: 1400px;
  margin: 0 auto;
}

.sl-changelog-filter {
  background: var(--sl-changelog-card);
  border: 1px solid var(--sl-changelog-border);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.sl-changelog-filter h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--sl-color-text-strong);
}

.sl-changelog-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 15px;
}

.sl-changelog-filter-field {
  display: flex;
  flex-direction: column;
}

.sl-changelog-filter-top {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-end;
  margin-bottom: 15px;
}

.sl-changelog-filter-top .sl-changelog-filter-field {
  flex: 1 1 320px;
}

.sl-changelog-filter-field label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--sl-changelog-meta);
}
.sl-changelog-filter-field label::after {
  content: ":";
}

.sl-changelog-filter-field input {
  padding: var(--sl-space-md) var(--sl-space-lg);
  border: 1px solid var(--sl-changelog-border);
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.2s;
}

.sl-changelog-filter-field input:focus {
  outline: none;
  border-color: var(--sl-color-brand-link);
}

.sl-changelog-filter-actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.sl-changelog-button {
  padding: var(--sl-space-md) 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.sl-changelog-button-primary {
  background: linear-gradient(135deg, var(--sl-but-primary-start) 0%, var(--sl-but-primary-end) 100%);
  color: var(--sl-color-on-dark);
  border: none;
}

.sl-changelog-button-primary:hover {
  background: linear-gradient(135deg, var(--sl-but-primary-start) 0%, var(--sl-color-brand-strong) 100%);
}

.sl-changelog-button-secondary {
  background: var(--sl-color-surface-alt);
  color: var(--sl-changelog-text);
}

.sl-changelog-button-secondary:hover {
  background: var(--sl-color-border-muted);
}

.sl-changelog-results {
  background: var(--sl-changelog-header);
  border: 1px solid var(--sl-changelog-border);
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sl-changelog-results-info {
  font-size: 14px;
  color: var(--sl-changelog-meta);
}

.sl-changelog-results-info strong {
  color: var(--sl-changelog-text);
  font-weight: 600;
}

.sl-changelog-commits {
  background: var(--sl-changelog-card);
  border: 1px solid var(--sl-changelog-border);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: var(--sl-shadow-soft);
}

.sl-changelog-date-header {
  background: linear-gradient(135deg, var(--sl-but-primary-start) 0%, var(--sl-but-primary-end) 100%);
  color: var(--sl-color-on-dark);
  padding: var(--sl-space-lg) 20px;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid var(--sl-changelog-border);
}

.sl-changelog-commit {
  padding: 20px;
  border-bottom: 1px solid var(--sl-changelog-border);
  transition: background-color 0.2s;
}

.sl-changelog-commit:last-child {
  border-bottom: none;
}

.sl-changelog-commit:hover {
  background-color: var(--sl-color-surface) !important;
}

.sl-changelog-commit-alt {
  background: var(--sl-color-surface);
}

.sl-changelog-commit-header {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sl-changelog-commit-header strong {
  color: var(--sl-color-text-strong);
  font-weight: 600;
}

.sl-changelog-commit-header code {
  background: var(--sl-changelog-code);
  color: var(--sl-color-warning-soft);
  padding: 3px var(--sl-space-md);
  border-radius: 4px;
  font-size: 13px;
  font-family: "Courier New", monospace;
}

.sl-changelog-commit-meta {
  font-size: 13px;
  color: var(--sl-changelog-meta);
  margin-bottom: var(--sl-space-lg);
  padding-left: 2px;
}

.sl-changelog-commit-meta strong {
  font-weight: 500;
  color: var(--sl-changelog-text);
}

.sl-changelog-commit-body {
  background: var(--sl-changelog-header);
  border-left: 4px solid var(--sl-color-brand-link);
  padding: var(--sl-space-lg) 16px;
  margin: var(--sl-space-lg) 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.6;
}

.sl-changelog-commit-body code {
  background: var(--sl-changelog-card);
  border: 1px solid var(--sl-changelog-border);
  padding: 2px var(--sl-space-sm);
  border-radius: 3px;
  font-size: 13px;
  color: var(--sl-color-warning);
}

.sl-changelog-commit-stats {
  font-size: 13px;
  padding: 10px 0;
  border-top: 1px solid var(--sl-changelog-border);
  margin-top: var(--sl-space-lg);
}

.sl-changelog-commit-stats strong {
  font-weight: 500;
}

.sl-changelog-commit-stats .sl-changelog-add {
  color: var(--sl-changelog-add);
  font-weight: 600;
}

.sl-changelog-commit-stats .sl-changelog-del {
  color: var(--sl-changelog-del);
  font-weight: 600;
}

.sl-changelog-commit-files {
  margin-top: 10px;
  background: var(--sl-changelog-bg);
  border-radius: 4px;
  padding: 10px;
  font-family: "Courier New", monospace;
  font-size: 12px;
  max-height: 300px;
  overflow-y: auto;
}

.sl-changelog-commit-files div {
  padding: 3px 0;
  line-height: 1.5;
}

.sl-changelog-commit-files .sl-changelog-add,
.sl-changelog-commit-files .sl-changelog-del {
  display: inline-block;
  width: 50px;
  text-align: right;
  font-weight: 600;
}

.sl-changelog-pagination {
  margin: 20px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .sl-changelog-filter-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sl-changelog-filter-grid .sl-changelog-filter-field:last-child:nth-child(odd) {
    grid-column: span 2;
  }

  .sl-changelog-results {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .sl-changelog-commit-header {
    font-size: 14px;
  }

/* Buttons */
}
.sl-but,
.sl-but-neutral,
.sl-but-primary,
.sl-but-success,
.sl-but-navi,
.sl-but-read,
.sl-but-danger,
.sl-but-accent,
.sl-but-warning,
.sl-card-read,
.sl-card-admin,
.sl-back-button,
.sl-navi-lower-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: var(--sl-space-xs) 14px;
  margin: 0 3px 0 0;
  line-height: 1;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  text-decoration: none !important;
  box-shadow: var(--sl-but-border-shadow);
  transition: opacity 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  background-clip: padding-box;
}
.sl-block {
  background: var(--sl-color-surface);
  height: 1%;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 1px solid var(--sl-color-border-subtle);
  box-shadow: var(--sl-shadow-soft);
}
.sl-block-content {
  line-height: 1.45;
}
#sidebar .sl-block:last-child {
  margin-bottom: 0;
}

/* Modules: navigation */
.sl-block-modules {
  display: flex;
  flex-direction: column;
  gap: var(--sl-space-xs);
}
.sl-block-modules .sl-module {
  display: block;
  padding: var(--sl-space-xs) 2px;
}
.sl-block-mod-section {
  margin-top: 10px;
  padding-top: var(--sl-space-md);
  border-top: 1px solid var(--sl-color-border-subtle);
  font-size: 12px;
  color: var(--sl-color-text-muted);
}

/* Languages: flag selection */
.sl-block-flags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sl-space-sm);
  align-items: center;
}
.sl-block-flags a {
  display: inline-flex;
}
.sl-block-flags img {
  width: 24px;
  height: auto;
  border: 1px solid var(--sl-color-border-strong);
  border-radius: var(--sl-radius-control);
}

/* Login: user-info form */
.sl-block-login p {
  margin: var(--sl-space-sm) 0;
}
.sl-block-login input {
  margin: 3px 0;
}

/* User blocks */
.sl-block-user-ava {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  text-align: center;
}
.sl-block-user-ava p {
  margin: 0;
  color: var(--sl-color-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
.sl-block-user-ava .sl-ava-min {
  width: 100px;
  height: 100px;
  border-width: 7px;
  border-radius: 50%;
  box-shadow: var(--sl-shadow-soft);
  background-color: var(--sl-color-bg);
}
.sl-block-pm {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}
.sl-block-pm li {
  margin: 0 0 var(--sl-space-sm);
}
.sl-block-pm li:first-child {
  margin-bottom: 10px;
}
.sl-block-session {
  margin-top: var(--sl-space-lg);
}
.sl-net-login {
  margin-top: var(--sl-space-lg);
}

/* Menu: database-driven navigation */
.sl-block-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sl-block-menu li {
  margin: var(--sl-space-xs) 0;
}

/* Home page blocks: slider, advantages and examples */
.sl-slider-head {
  height: 440px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sl-bx-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bx-viewport {
  z-index: 1;
}
.bx-pager {
  position: absolute;
  top: 39px;
  left: 50%;
  margin-left: -550px;
}
.bx-pager-item {
  float: left;
  position: relative;
  z-index: 2;
}
.bx-pager-item a {
  width: 27px;
  height: 0;
  padding-top: 27px;
  overflow: hidden;
  float: left;
  position: relative;
}
.bx-pager-item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 13px;
  height: 13px;
  background-color: var(--sl-color-bg);
  opacity: 0.5;
  border-radius: 7px;
}
.bx-pager-item a:hover:after {
  opacity: 0.9;
}
.bx-pager-item a.active:after {
  opacity: 1;
  border: 4px solid var(--sl-color-bg);
  background-color: transparent;
  width: 5px;
  height: 5px;
}

/* Slider: controls */
.bx-prev,
.bx-next {
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background-color: rgba(0, 0, 0, 0.2);
  color: var(--sl-color-on-dark);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.bx-prev .bi,
.bx-next .bi {
  font-size: var(--sl-icon-size-md);
  line-height: 1;
}
.sl-bx-wrapper:hover .bx-prev,
.sl-bx-wrapper:hover .bx-next,
#site-carousel:hover .bx-next,
#site-carousel:hover .bx-prev {
  opacity: 1;
  visibility: visible;
}
.bx-prev:hover,
.bx-next:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.bx-prev {
  left: 3%;
}
.bx-next {
  right: 3%;
}

/* Slider: slide content */
.sl-slide-img {
  width: 1920px;
  height: 440px;
  margin-left: -960px;
  text-align: center;
  position: relative;
  left: 50%;
}
.sl-slide-cont {
  width: 450px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -550px;
  z-index: 2;
  color: var(--sl-color-on-dark);
}
.sl-slide-cont a {
  color: var(--sl-color-on-dark);
}
.sl-slide-title {
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: var(--sl-space-sm);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.sl-slide-cont p {
  font-size: 18px;
  margin-bottom: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Advantages: feature cards */
.sl-advantage .sl-wrp {
  position: relative;
}
.sl-big-sl-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sl-big-sl-icons:after,
.sl-big-sl-icons:before,
.sl-big-sl-icons li:after,
.sl-big-sl-icons li:before {
  content: "";
  position: absolute;
  height: 85px;
  width: 1px;
  background-color: var(--sl-color-border-subtle);
}
.sl-big-sl-icons:after {
  top: 0;
  right: 0;
}
.sl-big-sl-icons:before {
  bottom: 0;
  right: 0;
}
.sl-big-sl-icons li:before {
  top: 0;
  left: 0;
}
.sl-big-sl-icons li:after {
  bottom: 0;
  left: 0;
}
.sl-big-sl-icons li {
  float: left;
  text-align: center;
  width: 235px;
  height: 312px;
  padding: 50px 20px;
  position: relative;
}
.sl-big-sl-icons li h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
.sl-big-sl-icons li h4 a {
  color: var(--sl-color-surface-dark);
}
.sl-big-sl-icons li p {
  line-height: 1.4em;
  max-height: 4.2em;
  overflow: hidden;
}
.sl-b-icon {
  background-image: url(../../images/misc/big-sl-icons.png);
  width: 140px;
  height: 140px;
  display: inline-block;
  text-indent: 9999px;
  overflow: hidden;
  margin-bottom: 25px;
}
.sl-b-i-1 {
  background-position: 0 0;
}
.sl-b-i-2 {
  background-position: 0 -140px;
}
.sl-b-i-3 {
  background-position: 0 -280px;
}
.sl-b-i-4 {
  background-position: 0 -420px;
}

/* Implementation examples */
#site-carousel {
  background-color: var(--sl-color-surface-soft);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 45px 0;
}
#site-carousel .sl-heading-1 {
  margin-top: 0;
}
.sl-carousel {
  position: relative;
}
.sl-carousel .bx-viewport {
  padding: 5px;
  margin-left: -5px;
}
.sl-heading-1 {
  font-weight: bold;
  color: var(--sl-login-link-color);
  font-size: 30px;
  margin: 50px 0 16px 0;
}

/* Site block: implementation examples */
.sl-site-item {
  position: relative;
}
.sl-site-link {
  display: block;
  background-color: var(--sl-color-bg);
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: var(--sl-color-text-muted);
  text-decoration: none !important;
}
.sl-site-link * {
  cursor: pointer;
}
.sl-site-title {
  line-height: 20px;
  height: 20px;
  padding: var(--sl-space-lg) 0 var(--sl-space-lg) 20px;
  max-width: 170px;
  white-space: nowrap;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
.sl-site-title:hover {
  text-decoration: none;
}
.sl-site-link:hover .sl-site-title:hover {
  color: var(--sl-color-surface-dark);
}
.sl-site-img,
.sl-site-img img,
.sl-site-img:after {
  width: 260px;
  height: 185px;
  border-radius: 4px 4px 0 0;
}
.sl-site-img {
  position: relative;
  overflow: hidden;
}
.sl-site-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--sl-color-brand-link);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.sl-site-zoom {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: var(--sl-icon-size-lg);
  color: var(--sl-color-on-dark);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.sl-site-link:hover .sl-site-img:after {
  opacity: 0.8;
  visibility: visible;
}
.sl-site-link:hover .sl-site-zoom {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.sl-rate-sites {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 20px;
  height: 20px;
  padding: var(--sl-space-lg) 20px;
  color: var(--sl-color-text-muted);
  text-decoration: none !important;
  opacity: 0.5;
}
.sl-rate-sites.active {
  opacity: 1 !important;
}
.sl-rate-sites:hover {
  opacity: 0.8;
}

/* Bottom page blocks: forum, sl-partners, contacts, ideas and feedback */
.sl-list-item,
.sl-list-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sl-list-item > li {
  padding: 14px 0 0;
  margin-bottom: 14px;
  border-top: 1px solid #3d4450;
}
.sl-list-item > li:first-child {
  padding-top: 0;
  border-top-width: 0;
}
.sl-list-item > li > a {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  color: var(--sl-color-on-dark);
}
.sl-forum-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--sl-space-md) 18px;
  margin-top: 0.35em;
  color: var(--sl-color-text-subtle);
  font-size: 0.9em;
}
.sl-forum-meta-item {
  display: inline-flex;
  align-items: center;
  gap: var(--sl-space-sm);
  white-space: nowrap;
}
.sl-forum-meta-icon {
  color: var(--sl-but-link-text);
  font-size: var(--sl-icon-size-xs);
  line-height: 1;
}
.sl-list-item > li ul {
  font-size: 0.9em;
  margin-top: 0.2em;
}
.sl-list-item > li ul li {
  display: inline;
  margin-right: 16px;
}
.sl-list-item > li ul,
.sl-list-item > li ul a {
  color: var(--sl-color-text-subtle);
}

/* sl-partners and technology block */
.sl-partners {
  margin-right: -7px;
}
.sl-partners a {
  float: left;
  border: 1px solid var(--sl-color-surface-divider);
  margin: 0 7px 7px 0;
}
.sl-partners a:hover {
  border-color: var(--sl-color-surface-divider);
}

/* Contacts block */
.sl-block-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sl-block-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.sl-block-contact li .sl-contact-icon {
  flex: 0 0 var(--sl-icon-size-md);
  width: var(--sl-icon-size-md);
  margin: 0;
  color: var(--sl-but-link-text);
  text-align: center;
  font-size: var(--sl-icon-size-md);
  line-height: 1;
}
.sl-block-contact a {
  color: inherit;
}

/* Ideas and feedback floating tabs */
#block-idea,
#block-feedback {
  position: fixed;
  right: 0;
  z-index: 2005;
  margin-top: -85px;
  width: 34px;
}
#block-idea {
  top: 475px;
  height: 190px;
}
#block-feedback {
  top: 675px;
  height: 170px;
}
.sl-btn-idea,
.sl-btn-feedback {
  position: absolute;
  bottom: 0;
  width: 34px;
  height: 34px;
  transform: rotate(-90deg);
}
.sl-btn-idea b,
.sl-btn-feedback b {
  position: absolute;
  border-radius: 6px 6px 0 0;
  height: 18px;
  line-height: 18px;
  padding: var(--sl-space-md) 0;
  text-align: center;
  color: var(--sl-color-on-dark);
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none !important;
}
.sl-btn-idea b {
  width: 190px;
  background: linear-gradient(to top, var(--sl-but-success-start) 0%, var(--sl-but-success-end) 100%);
}
.sl-btn-feedback b {
  width: 170px;
  background: linear-gradient(to top, var(--sl-but-primary-start) 0%, var(--sl-but-primary-end) 100%);
}
#block-feedback .sl-dropdown-form {
  left: auto;
  right: 36px;
  top: 0;
  margin: 0;
  padding: 25px;
  background: linear-gradient(to top, var(--sl-color-bg) 0%, var(--sl-color-surface-alt) 100%);
}
.sl-block-feedback-form {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 410px;
}
.sl-bff-col2 {
  float: left;
  width: 170px;
}
.sl-bff-col1 {
  float: left;
  width: 225px;
  margin-right: 15px;
}
.sl-block-feedback-form input,
.sl-block-feedback-form textarea {
  width: 100%;
  box-sizing: border-box;
}
.sl-block-feedback-form input {
  height: 30px;
  margin-bottom: 15px;
}
.sl-block-feedback-form textarea {
  height: 136px;
  resize: none;
}

/* Messages: centered message box layout */
.sl-message-box {
  margin-bottom: 50px;
}
.sl-message-box h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--sl-color-border-subtle);
}

/* Error page */
.sl-view-error {
  max-width: 680px;
  margin: 40px auto;
  padding: 30px;
}
.sl-view-error-title {
  font-size: 26px;
  margin: 0 0 20px 0;
}
.sl-view-error-alert {
  margin-bottom: 16px;
}
.sl-view-error-link {
  margin-bottom: var(--sl-space-md);
}
.sl-view-error-time {
  color: var(--sl-color-text-muted);
  font-size: 0.9em;
}

/* Utilities: shared helpers */
.sl-font {
  font-family: "Magistral", Arial, Tahoma, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.sl-clrfix:before,
.sl-clrfix:after {
  content: "";
  display: table;
}
.sl-clrfix:after,
.sl-clr,
.clr {
  clear: both;
}
.sl-clrfix {
  zoom: 1;
}
.sl-grey,
.sl-grey a {
  color: var(--sl-color-text-muted);
}

/* Hidden text */
.sl-hide {
  border-left: 1px solid var(--sl-color-danger-soft);
  border-right: 1px solid var(--sl-color-danger-soft);
}
.sl-hide:before {
  color: var(--sl-color-danger-soft);
}
.sl-hide:after {
  color: var(--sl-color-danger-soft);
}

/* Code highlighting */
.sl-code {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 0.9em;
  background: var(--sl-color-bg);
  border-left: 1px solid var(--sl-color-border-muted);
  border-right: 1px solid var(--sl-color-border-muted);
  color: var(--sl-color-text-muted);
  margin: var(--sl-space-xs);
  padding: var(--sl-space-xs);
  border-radius: 8px;
}
.sl-code div {
  border-radius: 8px;
}

/* Tables */
.sl-table td,
.sl-table th {
  background-color: var(--sl-color-bg) !important;
}
.sl-table > thead > tr > th,
.sl-table > tbody > tr > th,
.sl-table > tfoot > tr > th,
.sl-table > thead > tr > td,
.sl-table > tbody > tr > td,
.sl-table > tfoot > tr > td {
  padding: var(--sl-space-md);
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid var(--sl-color-border-subtle);
}
.sl-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--sl-color-border-subtle);
}
.sl-table-acc-info {
  width: 100%;
  border-spacing: 5px;
}
.sl-table-acc-info td {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Theme tabs */
div[id^="sl_tabs_"] {
  margin: 18px 0 26px;
  border: 1px solid var(--sl-color-border-strong);
  border-radius: 6px;
  background: var(--sl-color-bg);
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
div[id^="sl_tabs_"] > ul {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: var(--sl-space-md) var(--sl-space-md) 0;
  list-style: none;
  background: var(--sl-color-surface);
  border-bottom: 1px solid var(--sl-color-border-strong);
  overflow: visible;
}
div[id^="sl_tabs_"] > ul > li {
  display: block;
  margin: 0 2px -1px 0;
  padding: 0;
  list-style: none;
  flex: 0 0 auto;
}
div[id^="sl_tabs_"] > ul > li > a {
  display: block;
  padding: var(--sl-space-sm);
  border: 1px solid var(--sl-color-border-strong);
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: var(--sl-color-surface);
  color: var(--sl-color-text-muted);
  font-size: 13px;
  font-weight: bold;
  line-height: 1.15;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
div[id^="sl_tabs_"] > ul > li > a:hover {
  color: var(--sl-color-brand-strong);
  background: var(--sl-color-bg);
  border-color: var(--sl-color-border-muted);
  text-decoration: none;
}
  div[id^="sl_tabs_"] > ul > li.sl-tabs-active > a,
  div[id^="sl_tabs_"] > ul > li > a.selected,
  div[id^="sl_tabs_"] > ul > li > a[aria-selected="true"] {
  background: var(--sl-color-bg);
  border-color: var(--sl-color-border-strong);
  border-bottom: 1px solid var(--sl-color-bg);
  color: var(--sl-color-brand-link);
  text-shadow: none;
  padding-bottom: var(--sl-space-sm);
}
div[id^="sl_tabs_"] > div,
div[id^="sl_tabs_"] > .sl-tabs-panel {
  margin: 0;
  border-top: 0;
  padding: 14px 16px 10px;
  background: var(--sl-color-bg);
}

/* BX Slider wrapper */
.sl-bx-wrapper {
  position: relative;
  padding: 0;
  zoom: 1;
}
.sl-bx-wrapper img {
  max-width: 100%;
  display: block;
}

/* sl-grid system: containers */
.sl-grid-1-3,
.sl-grid-1-2,
.sl-grid-1-4 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sl-grid {
  float: left;
}
.sl-grid-1-2 .sl-grid,
.sl-grid-1-4 .sl-grid:first-child,
.sl-grid-1-3 .sl-grid:first-child {
  margin-left: 0;
}
.sl-grid-1-4 .sl-grid {
  margin-left: 2%;
  width: 23.5%;
}

/* sl-dropdown */
.sl-dropdown {
  position: relative;
}
.sl-dropdown-form {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  padding: 15px;
  margin: 2px 0 0;
  list-style: none;
  background-color: var(--sl-color-bg);
  border: 1px solid var(--sl-color-border-muted);
  border-radius: 6px;
  box-shadow: var(--sl-shadow-strong);
  background-clip: padding-box;
}
.sl-dropup .sl-dropdown-form {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* Visually hide link text while keeping the bi icon child */
.sl-thd {
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-indent: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  white-space: nowrap;
}
.sl-thide {
  display: none;
}
.sl-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Layout */
.sl-wrp {
  margin: 0 auto;
  width: min(100% - 32px, var(--sl-container));
}

.sl-table-shell {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sl-table-shell > table {
  min-width: 100%;
}

/* Top bar */
#topbar {
  background-color: var(--sl-color-surface-dark);
  min-height: 50px;
  color: var(--sl-color-on-dark);
  font-size: 14px;
}
#topbar .sl-wrp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--sl-space-lg) 20px;
  min-height: 50px;
}
#topbar a {
  color: var(--sl-color-on-dark);
}
#topbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sl-top-contact {
  float: none;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 20px;
  min-width: 0;
}
.sl-top-contact li {
  margin: 0;
  line-height: 1.2;
}
.sl-top-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: var(--sl-sidebar);
  flex: 0 0 var(--sl-sidebar);
  gap: 16px;
}
.sl-top-social {
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: var(--sl-space-xs);
  margin: 0;
}
.sl-circle-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: var(--sl-control-size);
  height: var(--sl-control-size);
  margin-left: 0;
  border-radius: calc(var(--sl-control-size) / 2);
  overflow: hidden;
  background-color: transparent;
  background-image: none;
}
.sl-circle-action .bi {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.sl-circle-action:hover,
.sl-circle-action:focus-visible {
  background-image: var(--sl-bg-hover-gloss);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sl-top-social .sl-circle-action .bi {
  font-size: var(--sl-icon-size-sm);
  color: var(--sl-color-on-dark);
}
.sl-i-gh:hover {
  background-color: var(--sl-color-tone-neutral);
}
.sl-i-yt:hover {
  background-color: var(--sl-color-tone-danger);
}
.sl-i-rss:hover {
  background-color: var(--sl-color-tone-warning);
}
.sl-i-tw:hover {
  background-color: var(--sl-color-tone-info);
}
.sl-i-vk:hover {
  background-color: var(--sl-color-tone-primary);
}
.sl-i-recom:hover {
  background-color: var(--sl-color-tone-danger);
}
.sl-top-social .sl-circle-action.sl-i-doc-de:hover {
  background-color: var(--sl-color-tone-success);
}
.sl-top-social .sl-circle-action.sl-i-doc-en:hover {
  background-color: var(--sl-color-tone-accent);
}

/* Header */
#header {
  width: 100%;
  padding: 24px 0;
}
#header .sl-wrp {
  display: flex;
  align-items: flex-start;
  gap: 24px 30px;
}
#header .sl-d-pane {
  margin-top: 10px;
}
#header .sl-d-pane {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: var(--sl-sidebar);
  flex: 0 0 var(--sl-sidebar);
  margin-left: auto;
  margin-right: -30px;
  text-align: left;
}
#header .sl-d-pane > li {
  margin-left: 0;
}
#header .sl-d-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
#header .sl-d-btns a {
  margin-top: 0;
}
.sl-logo {
  width: auto;
  height: 59px;
  margin: 0;
  margin-left: -30px;
  background: none;
  overflow: visible;
}
.sl-logo img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
}
.sl-slogan {
  font-size: 23px;
  line-height: 24px;
  margin: 0;
  color: var(--sl-color-text-muted);
}
#header .sl-slogan {
  margin-top: var(--sl-space-xs);
}

/* Login */
.sl-login-top--head {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 40px;
}
.sl-login-top--head > li {
  float: none;
  display: block;
}
.sl-login-top--head > li + li {
  margin-left: 0;
}
.sl-login-top--head > li > a {
  float: none;
  display: block;
  padding: var(--sl-login-link-pad-y) var(--sl-login-link-pad-x);
  margin-top: 5px;
  line-height: var(--sl-login-link-line-height);
  height: var(--sl-login-link-height);
  color: var(--sl-login-link-color);
  text-decoration: none !important;
  box-sizing: border-box;
}
.sl-login-top--head > li > .sl-login-toggle {
  background: var(--sl-login-pill-bg);
  border: 0;
  border-radius: var(--sl-login-pill-radius);
  box-shadow: none;
}
.sl-login-top--head > li > .sl-login-toggle .bi {
  display: inline-block;
  margin: -2px 5px 0 -4px;
  vertical-align: middle;
  font-size: var(--sl-icon-size-sm);
  line-height: 1;
}
.sl-login-top--head > li > .sl-login-link-top {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.sl-login-top--head > li > a:hover,
.sl-login-top--head > li > a:focus-visible,
.sl-login-top--head .sl-login-links a:hover,
.sl-login-top--head .sl-login-links a:focus-visible {
  color: var(--sl-login-link-hover-color);
}
.sl-login-top--head .sl-login-dropdown {
  position: relative;
}
.sl-login-top--head .sl-login-dropdown-form {
  position: absolute;
  top: 100%;
  left: var(--sl-login-dropdown-form-left);
  z-index: 1000;
  display: none;
  float: left;
  width: var(--sl-login-dropdown-form-width);
  max-width: var(--sl-login-dropdown-form-max-width);
  min-width: var(--sl-login-dropdown-min-width);
  padding: var(--sl-login-dropdown-padding);
  margin: 2px 0 0 var(--sl-login-dropdown-form-margin-left);
  list-style: none;
  background-color: var(--sl-color-bg);
  border: 1px solid var(--sl-color-border-muted);
  border-radius: var(--sl-login-dropdown-radius);
  box-shadow: var(--sl-login-dropdown-shadow);
  background-clip: padding-box;
}
.sl-login-top--head .sl-login-dropdown-form:after,
.sl-login-top--head .sl-login-dropdown-form:before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -8px;
  border-bottom: 8px solid rgba(0, 0, 0, 0.15);
  border-right: 8px solid transparent;
  border-top: 0 dotted;
  border-left: 8px solid transparent;
}
.sl-login-top--head .sl-login-dropdown-form:after {
  top: -8px;
  border-bottom-color: var(--sl-color-bg);
}
.sl-login-top--head .sl-login-form {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.sl-login-top--head .sl-login-form li {
  margin-bottom: 10px;
}
.sl-login-top--head .sl-login-form li.sl-login-links {
  margin-bottom: 0;
  font-size: var(--sl-login-links-font-size);
}
.sl-login-top--head .sl-login-field {
  width: var(--sl-login-field-width);
  height: var(--sl-login-field-height);
  padding: var(--sl-login-field-pad-y) var(--sl-login-field-pad-x);
  box-sizing: border-box;
}
.sl-login-top--head .sl-login-submit {
  display: inline-block;
  white-space: nowrap;
  padding: var(--sl-login-submit-pad-y) var(--sl-login-submit-pad-x);
  margin: 0 var(--sl-login-submit-mr) 0 0;
  line-height: var(--sl-login-link-line-height);
  height: var(--sl-login-link-height);
  color: var(--sl-login-link-color);
  background: transparent;
  border: 0;
  border-radius: var(--sl-login-pill-radius);
  box-shadow: none;
  cursor: pointer;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none !important;
}
.sl-login-top--head .sl-login-submit:hover,
.sl-login-top--head .sl-login-submit:focus-visible {
  color: var(--sl-login-link-hover-color);
}
.sl-login-top--head .sl-login-links a {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-shadow: none;
}
.sl-login-top--head .sl-login-links a + a {
  margin-left: var(--sl-login-links-gap);
}
.sl-login-top--head.sl-logged > li > .sl-login-profile {
  position: relative;
  padding-left: 56px;
  background: var(--sl-login-pill-bg);
  border: 0;
  border-radius: var(--sl-login-pill-radius);
  box-shadow: none;
}
.sl-login-top--head.sl-logged > li > .sl-login-profile:hover,
.sl-login-top--head.sl-logged > li > .sl-login-profile:focus-visible {
  color: var(--sl-login-link-hover-color);
  background: var(--sl-login-pill-bg);
}
.sl-login-avatar {
  position: absolute;
  left: 0;
  top: var(--sl-login-avatar-offset-top);
  display: inline-block;
  width: var(--sl-login-avatar-size);
  height: var(--sl-login-avatar-size);
  border: var(--sl-login-avatar-border-width) solid var(--sl-login-avatar-border-color);
  border-radius: 50%;
  background-color: var(--sl-color-bg);
  box-sizing: content-box;
  object-fit: cover;
}
.sl-login-top--head.sl-logged > li:last-child > a {
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* Demo */
.sl-d-pane {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.sl-d-pane > li {
  float: none;
  margin-left: var(--sl-space-lg);
}
.sl-d-info {
  color: var(--sl-color-text-muted);
}
.sl-d-num {
  color: var(--sl-color-brand-link);
  font-weight: bold;
  font-size: 45px;
  line-height: 40px;
}

/* Top menu */
#hmenu {
  border-top: 1px solid var(--sl-color-border);
  width: 100%;
  padding: var(--sl-space-lg) 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  background: linear-gradient(to top, var(--sl-color-surface) 0%, var(--sl-color-bg) 50%);
}
#topmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#topmenu ul li {
  position: relative;
}
#topmenu > ul > li > a,
#topmenu > ul > li,
#topmenu > ul,
#topmenu {
  float: left;
}
#topmenu > ul > li > a {
  border-radius: calc(var(--sl-nav-control-size) / 2);
  line-height: var(--sl-nav-control-size);
  height: var(--sl-nav-control-size);
  padding: 0 15px;
  color: var(--sl-login-link-color);
  text-decoration: none !important;
  font-size: 1.15em;
}
#topmenu > ul > li > a:hover,
#topmenu > ul > li:hover > a {
  color: var(--sl-color-surface-dark);
  background-color: var(--sl-color-surface-alt);
  background-image: var(--sl-bg-hover-gloss);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#topmenu > ul > li > a.sl-home-link.sl-circle-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--sl-nav-control-size);
  height: var(--sl-nav-control-size);
  padding: 0;
  line-height: 1;
  border-radius: calc(var(--sl-nav-control-size) / 2);
  overflow: hidden;
  color: var(--sl-login-link-color);
  background-color: transparent;
  background-image: none;
}
#topmenu > ul > li > a.sl-home-link.sl-circle-action .bi {
  font-size: var(--sl-icon-size-sm);
  color: currentColor;
}
.bi-stars {
  font-size: var(--sl-icon-size-sm);
}
#topmenu > ul > li > a.sl-home-link.sl-circle-action:hover,
#topmenu > ul > li > a.sl-home-link.sl-circle-action:focus-visible,
#topmenu > ul > li:hover > a.sl-home-link.sl-circle-action {
  color: var(--sl-color-on-dark);
  background-color: var(--sl-color-tone-neutral) !important;
  background-image: var(--sl-bg-hover-gloss) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#topmenu ul ul {
  position: absolute;
  top: 10px;
  margin-top: var(--sl-nav-control-size);
  padding: 13px 0;
  border-radius: 13px;
  min-width: 150px;
  background-color: var(--sl-color-surface-dark);
  color: var(--sl-color-on-dark);
  z-index: 2001;
  box-shadow: var(--sl-shadow-medium);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#topmenu ul ul:after {
  content: "";
  border-bottom: 8px solid var(--sl-color-surface-dark);
  border-right: 8px solid transparent;
  border-top: 0 dotted;
  border-left: 8px solid transparent;
  position: absolute;
  left: 15px;
  top: -8px;
}
#topmenu ul ul a {
  white-space: nowrap;
  display: block;
  color: var(--sl-color-on-dark);
  padding: 3px 15px;
  text-decoration: none !important;
}
#topmenu ul ul a:hover {
  background-color: var(--sl-color-brand-link);
  background-image: var(--sl-bg-hover-gloss);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#topmenu li:hover ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#topmenu li:focus-within ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* Search */
.sl-search-form {
  float: right;
  display: flex;
  align-items: center;
  gap: var(--sl-space-lg);
  width: var(--sl-sidebar);
  max-width: 100%;
}
.sl-search-form button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--sl-nav-control-size);
  width: var(--sl-nav-control-size);
  height: var(--sl-nav-control-size);
  padding: 0;
  margin: 0;
  border-radius: calc(var(--sl-nav-control-size) / 2);
  border: 0 none;
  appearance: none;
  color: var(--sl-color-on-dark);
  background-color: var(--sl-but-primary-end);
  background-image: none;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.18), 0 1px 2px rgba(42, 48, 60, 0.12);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.sl-search-form button .bi {
  font-size: var(--sl-icon-size-sm);
  line-height: 1;
  transition: color 0.2s ease;
}
.sl-search-form button:hover,
.sl-search-form button:focus-visible {
  background-color: var(--sl-but-primary-start);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.24), 0 1px 2px rgba(42, 48, 60, 0.16);
}
.sl-search-form button.sl-circle-action:hover,
.sl-search-form button.sl-circle-action:focus-visible {
  background-image: var(--sl-bg-hover-gloss);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sl-search-form input {
  color: var(--sl-color-text-muted);
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: var(--sl-nav-control-size);
  box-sizing: border-box;
  position: relative;
  padding: 0 15px;
  margin: 0;
  border-radius: calc(var(--sl-nav-control-size) / 2);
  line-height: var(--sl-nav-control-size);
  background: var(--sl-color-surface-alt);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border: 0 none;
}
.sl-search-form input:focus {
  color: var(--sl-color-text);
}

/* Category header */
#head-content {
  height: 116px;
  color: var(--sl-color-on-dark);
  background: var(--sl-color-brand-banner) url(../../images/seasons/head-bg.jpg) no-repeat 50% 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-size: cover;
}
#head-content a {
  color: var(--sl-color-on-dark);
}
#head-content .sl-font {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  float: left;
  margin: 35px 45px 0 0;
}
.sl-breadcrumbs {
  float: left;
  list-style: none;
  padding: 0;
  margin: 47px 0 0;
  max-width: 660px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Demo strip */
#demo-line {
  background-color: var(--sl-color-brand);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--sl-color-on-dark);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  height: 76px;
}
.sl-demo-line-title {
  float: left;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  margin: 22px 0 0;
}
#demo-line .sl-d-pane {
  float: right;
  margin-top: 18px;
}
#demo-line .sl-d-pane > li {
  float: left;
  margin-left: var(--sl-space-lg);
}
#demo-line .sl-d-pane .sl-d-info,
#demo-line .sl-d-pane .sl-d-num {
  color: var(--sl-color-on-dark);
}
#demo-line .sl-d-btns {
  display: flex;
  align-items: center;
  gap: var(--sl-space-sm);
  margin-top: 5px;
  padding-left: var(--sl-space-xs);
}
#demo-line .sl-d-btns .sl-but-neutral,
#demo-line .sl-d-btns .sl-but-primary {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

/* Footer */
#footbox {
  background-color: var(--sl-color-surface-dark);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 24px 0 0 0;
  color: var(--sl-color-on-dark);
}
#footbox address {
  font-style: normal;
}
.sl-upper-wordmark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 170px;
  margin-bottom: 20px;
  text-decoration: none;
  overflow: visible;
}
.sl-upper-wordmark .sl-upper-wordmark-img {
  display: block;
  width: 145px;
  height: auto;
}
.sl-upper-wordmark .sl-upper-tagline {
  display: block;
  margin-top: 2px;
  color: var(--sl-color-text-subtle);
  font-size: 16.6px;
  line-height: 1.05;
  white-space: nowrap;
}
.sl-madein,
.sl-madein-brand {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--sl-space-md);
  width: auto;
  margin-top: 30px;
  text-decoration: none;
  overflow: visible;
  background: none;
}
.sl-madein-label {
  display: block;
  width: 54px;
  margin-top: 0;
  color: var(--sl-color-text-subtle);
  font-size: 13px;
  line-height: 1.05;
  text-transform: uppercase;
  white-space: normal;
}
.sl-copyright,
.sl-license {
  display: block;
  margin-bottom: 20px;
  color: var(--sl-color-on-dark);
}
.sl-generates {
  display: block;
  margin-bottom: 20px;
  color: var(--sl-color-text-subtle);
}
.sl-copyright a,
.sl-license a {
  color: var(--sl-color-on-dark);
}
.sl-fp-moder {
  position: absolute;
  margin-top: 20px;
  margin-bottom: 20px;
  bottom: -10px;
}
.sl-f-title {
  font-size: 28px;
  font-weight: bold;
  margin: -4px 0 0;
}
.sl-f-title:after {
  content: "";
  display: block;
  background-color: var(--sl-color-text-subtle);
  width: 28px;
  height: 3px;
  margin: 18px 0 20px 0;
}

/* Footer menu */
#footbox > .sl-wrp.sl-clrfix {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: var(--sl-color-surface-darker);
  padding: 0;
}
#footbox > .sl-wrp.sl-clrfix > .sl-fmenu {
  display: flow-root;
  width: min(100% - 32px, var(--sl-container));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.sl-fmenu {
  display: inline;
  color: var(--sl-color-text-subtle);
}
.sl-fmenu a {
  color: var(--sl-color-text-subtle);
}
.sl-fmenu a:hover {
  color: var(--sl-color-on-dark);
}
.sl-fmenu ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sl-fmenu ul li {
  float: left;
}
.sl-fmenu ul li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  vertical-align: middle;
  background-color: var(--sl-color-surface-divider);
  margin: 0 20px;
}
.sl-fmenu ul li:first-child:before {
  display: none;
}

/* Content */
#container {
  padding: 24px calc(var(--sl-sidebar) + var(--sl-gutter)) 24px 0;
  height: 1%;
}
#content {
  float: left;
  width: 100%;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content picture,
#content video,
#content canvas,
#content svg {
  max-width: 100%;
  height: auto;
}
#content {
  overflow-wrap: anywhere;
  word-break: break-word;
}
#content pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre;
}
#content code,
#content kbd,
#content samp {
  overflow-wrap: anywhere;
}
#content iframe,
#content object,
#content embed {
  display: block;
  max-width: 100%;
}
#content video {
  display: block;
  max-width: 100%;
  height: auto;
}
#content blockquote {
  overflow-wrap: anywhere;
  word-break: break-word;
}
#content .sl-code {
  overflow-x: auto;
}
#sidebar {
  float: right;
  width: var(--sl-sidebar);
  margin-right: calc((var(--sl-sidebar) + var(--sl-gutter)) * -1);
}

/* News: titles */
.sl-mtl {
  font-weight: bold;
  font-size: 30px;
  color: var(--sl-login-link-color);
  margin: 45px 0 15px 0;
}
.sl-heading {
  font-size: 22px;
  margin: 0 0 20px 0;
}
.sl-heading a {
  color: var(--sl-color-text);
}
.sl-cat-all {
  margin-bottom: 50px;
}

/* Comments */
.sl-comment {
  padding: 0 0 0 113px;
  margin-bottom: 25px;
  height: 1%;
}
.sl-com-ava {
  border-radius: 50%;
  border: 2px solid var(--sl-login-link-color);
  padding: var(--sl-space-sm);
  width: 64px;
  height: 64px;
  box-sizing: content-box;
  display: block;
}
.sl-com-left {
  width: 80px;
  margin-left: -113px;
  float: left;
}
.sl-com-left li {
  width: 93px;
}
.sl-com-right {
  float: right;
  width: 100%;
}
.sl-com-left .sl-min-rate {
  margin-top: var(--sl-space-md);
}
.sl-com-cont {
  background-color: var(--sl-color-surface-alt);
  position: relative;
  padding: 15px 20px;
  border-radius: 0 4px 4px 4px;
}
.sl-com-cont:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 0;
  border: solid transparent;
  border-right-color: var(--sl-color-surface-alt);
  border-width: 0 17px 17px 0;
}
.sl-carg {
  display: inline-block;
  margin-right: 15px;
}
.sl-cargs {
  font-size: 12px;
}
.sl-com-top {
  margin-bottom: 0.6em;
}
.sl-com-edit {
  float: right;
  display: flex;
  align-items: center;
  gap: var(--sl-space-sm);
  margin: 2px 0 0 0;
}
.sl-com-edit .sl-card-id {
  float: none;
  margin: 0;
}

/* Forum */
.sl-ft-topics {
  margin-bottom: 20px;
}
.sl-fl-col-icon {
  width: var(--sl-size-64);
  padding-right: 0 !important;
}
.sl-fl-col-icon img {
  display: block;
  width: var(--sl-size-64);
  height: var(--sl-size-64);
  object-fit: contain;
}
.sl-fl-col-icon-m {
  width: 16px;
  padding-right: 0 !important;
}
.sl-fl-col-last {
  width: 140px;
}
.sl-fl-col-num {
  text-align: center !important;
  width: 45px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.sl-fl-col-stat {
  text-align: center !important;
  width: 80px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.sl-fl-col-content h4,
.sl-fl-col-content h3 {
  font-size: 14px;
  margin: 0;
}
.sl-forum-description {
  margin: 0.2em 0 0 0;
}
.sl-forum-last {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--sl-login-link-color);
}
.sl-forum-last img {
  vertical-align: middle;
  margin-top: -4px;
}
.sl-forum-cat-info {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sl-space-md) 24px;
}
.sl-forum-cat-info .sl-grid {
  display: block;
  float: none;
  width: auto;
  margin: 0;
  min-width: 0;
  flex: 1 1 0;
}
.sl-forum-cat-info img {
  vertical-align: middle;
  margin: -1px 5px 0 0;
}
.sl-forum-top .sl-pull-right {
  margin-left: 20px;
}
.sl-forum-foot {
  margin-bottom: 50px;
}
.sl-forum-list-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.sl-forum-list-info .sl-grid {
  display: block;
  float: none;
  width: auto;
  margin: 0;
  flex: 1 1 280px;
}
.sl-forum-list-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sl-forum-list-info ul li {
  margin: var(--sl-space-md) 0;
}
.sl-forum-list-info img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.sl-moder-mass {
  border-radius: 8px;
  border: 1px solid var(--sl-color-border-stronger);
  padding: 10px 15px;
  margin-bottom: 50px;
}
.sl-forum-post {
  position: relative;
  border-bottom: 1px solid var(--sl-color-border-stronger);
  padding-bottom: 25px;
  margin-bottom: 25px;
  width: 100%;
}
.sl-forum-post-in {
  padding-left: 175px;
}
.sl-fp-left {
  float: left;
  width: 160px;
  text-align: center;
  padding-right: 15px;
  margin-left: -175px;
}
.sl-fp-nickname {
  border-radius: 8px;
  position: relative;
  height: 20px;
  padding: 9px 14px;
  margin-bottom: 20px;
  border: 1px solid var(--sl-color-border-stronger);
}
.sl-fp-nickname b {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sl-fp-nickname:after,
.sl-fp-nickname:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid var(--sl-color-border-stronger);
  border-right: 8px solid transparent;
  border-bottom: 0 dotted;
  border-left: 8px solid transparent;
}
.sl-fp-nickname:after {
  bottom: -8px;
  border-top-color: var(--sl-color-bg);
  z-index: 1;
}
.sl-fp-user-info {
  list-style: none;
  margin: var(--sl-space-lg) 0 0;
  padding: 0;
  font-size: 0.9em;
}
.sl-fp-right {
  float: right;
  width: 100%;
}
.sl-fp-meta {
  background-color: var(--sl-color-surface-alt);
  border-radius: 8px;
  height: 20px;
  line-height: 20px;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.sl-fp-meta .sl-grey {
  font-size: 12px;
  float: left;
}
.sl-fp-meta .sl-pull-right {
  display: flex;
  align-items: center;
  gap: var(--sl-space-md);
}
.sl-fp-meta .sl-pull-right .sl-min-rate {
  float: none;
}
.sl-fp-meta .sl-pull-right .sl-card-id {
  margin: 0;
}

/* Polls */
.sl-post-vote {
  padding: 30px 15px;
  height: 1%;
  border-bottom: 1px solid var(--sl-color-border-subtle);
  margin-top: -18px;
  margin-bottom: 25px;
}
.sl-progress-info span {
  float: left;
}
.sl-progress-info .sl-pull-right {
  float: right;
  color: var(--sl-color-text-muted);
}
.sl-progress-info b {
  font-weight: normal;
}

/* Seasonal styles */
.sl-slide-season {
  display: block;
  background: var(--sl-color-brand) url(../../images/seasons/default.jpg);
  width: 1920px;
  height: 440px;
}
.sl-winter .sl-slide-season {
  background: #4c8cc9 url(../../images/seasons/winter.jpg) no-repeat 50% 50%;
}
.sl-winter #demo-line {
  background: #4c8cc9 url(../../images/seasons/winter-foot.jpg) no-repeat 50% 50%;
}
.sl-winter #head-content {
  background: #4c8cc9 url(../../images/seasons/winter-cat.jpg) no-repeat 50% 50%;
}
.sl-autumn .sl-slide-season {
  background: #be8a7c url(../../images/seasons/autumn.jpg) no-repeat 50% 50%;
}
.sl-autumn #demo-line {
  background: #be8a7c url(../../images/seasons/autumn-foot.jpg) no-repeat 50% 50%;
}
.sl-autumn #head-content {
  background: #be8a7c url(../../images/seasons/autumn-cat.jpg) no-repeat 50% 50%;
}
.sl-summer .sl-slide-season {
  background: #98c781 url(../../images/seasons/summer.jpg) no-repeat 50% 50%;
}
.sl-summer #demo-line {
  background: #98c781 url(../../images/seasons/summer-foot.jpg) no-repeat 50% 50%;
}
.sl-summer #head-content {
  background: #98c781 url(../../images/seasons/summer-cat.jpg) no-repeat 50% 50%;
}
.sl-spring .sl-slide-season {
  background: #5d82b7 url(../../images/seasons/spring.jpg) no-repeat 50% 50%;
}
.sl-spring #demo-line {
  background: #5d82b7 url(../../images/seasons/spring-foot.jpg) no-repeat 50% 50%;
}
.sl-spring #head-content {
  background: #5d82b7 url(../../images/seasons/spring-cat.jpg) no-repeat 50% 50%;
}
.sl-newyear .sl-slide-season {
  background: #5e9ad6 url(../../images/seasons/newyear.jpg) no-repeat 50% 50%;
}
.sl-newyear #demo-line {
  background: #5e9ad6 url(../../images/seasons/newyear-foot.jpg) no-repeat 50% 50%;
}
.sl-newyear #head-content {
  background: #5e9ad6 url(../../images/seasons/newyear-cat.jpg) no-repeat 50% 50%;
}

/* Marquee */
.sl-head-marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  animation: step 5s steps(50) 1;
}
@keyframes step {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }

/* Desktop density tuning */
}

/* Bootstrap Icons: shared sizing/color for the migrated meta/forum/cart glyphs */
.sl-date .bi, .sl-card-date .bi,
.sl-views .bi, .sl-card-reads .bi, .sl-hits .bi,
.sl-post-icon .bi, .sl-card-post .bi, .sl-media-post .bi,
.sl-coms .bi, .sl-card-comment .bi, .sl-comment-link .bi,
.sl-cat .bi, .sl-card-category .bi,
.sl-votes .bi, .sl-rate-sites .bi, .sl-cart-total .bi,
.sl-download .bi, .sl-faq .bi,
.sl-message-in .bi, .sl-message-out .bi, .sl-message-save .bi,
.sl-favor .bi, .sl-favor-on .bi, .sl-favor-off .bi,
.sl-n-day .bi, .sl-n-days .bi, .sl-n-week .bi,
.sl-news-info .bi, .sl-status-active .bi, .sl-status-inactive .bi,
.sl-module .bi, .sl-ed2k .bi, .sl-http .bi, .sl-last .bi,
.sl-cart-checkout .bi, .sl-shop-checkout .bi, .sl-shop-add .bi,
.sl-plus .bi, .sl-cart-plus .bi, .sl-cart-minus .bi,
.sl-forum-new .bi, .sl-forum-old .bi, .sl-forum-closed .bi, .sl-forum-last .bi,
.sl-topic-post .bi, .sl-topic-edit .bi, .sl-topic-new .bi, .sl-topic-old .bi,
.sl-topic-popular-new .bi, .sl-topic-popular-old .bi, .sl-topic-announcement .bi,
.sl-topic-hot .bi, .sl-topic-moderated .bi, .sl-topic-admin .bi,
.sl-topic-closed .bi, .sl-topic-pending .bi {
  color: var(--sl-but-link-text);
  font-size: var(--sl-icon-size-xs);
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
/* Forum/topic state icon colors (match etalon): grey read, orange warning, green review */
.sl-forum-old .bi, .sl-topic-old .bi,
.sl-topic-popular-old .bi, .sl-topic-closed .bi,
.sl-forum-closed .bi {
  color: var(--sl-color-text-subtle);
}
.sl-topic-hot .bi, .sl-topic-admin .bi {
  color: var(--sl-color-warning-soft);
}
.sl-topic-moderated .bi {
  color: var(--sl-color-success-soft);
}

/* Bootstrap Icons migration (phase 2): rating stars via bi half-stars */
.sl-urating {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  width: auto;
  height: auto;
  background: none;
  text-indent: 0;
  line-height: 1;
}
.sl-urating .sl-star {
  display: inline-flex;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.sl-urating .bi {
  font-size: var(--sl-icon-size-sm);
  line-height: 1;
  color: var(--sl-color-brand);
}
.sl-urating .bi-star {
  color: var(--sl-color-border-strong);
}
.sl-urating .sl-star:hover .bi {
  color: var(--sl-color-brand-strong);
}
.sl-min-rate .sl-urating .bi {
  font-size: var(--sl-icon-size-xs);
}

@media (min-width: 901px) {
  .sl-post,
  .sl-card {
    margin-bottom: 40px;
  }

  .sl-meta {
    margin-bottom: 14px;
    padding-bottom: 16px;
  }

  .sl-entry-content {
    margin-bottom: 14px;
  }

  .sl-meta-foot .sl-rate-box {
    margin-top: 0;
  }

  .sl-block {
    margin-bottom: 20px;
    padding: var(--sl-space-lg) 14px;
  }

  .sl-grid {
    margin: 0 0 20px 0;
  }

  .sl-forum-line td {
    padding: var(--sl-space-sm) 5px;
  }

/* Responsive fallbacks: shell, menus and content blocks */
}
@media (max-width: 900px) {
  .sl-wrp {
    width: min(100% - 24px, var(--sl-container));
  }

  #footbox > .sl-wrp > .sl-grid:first-child {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }

  #footbox > .sl-wrp > .sl-grid:first-child > * {
    float: none;
    width: auto;
    max-width: 100%;
    min-width: 0;
  }

  #hmenu {
    overflow-x: clip;
  }

  .sl-changelog-filter-top {
    flex-direction: column;
    align-items: stretch;
  }

  .sl-changelog-filter-top .sl-changelog-filter-field {
    flex: 1 1 auto;
    width: 100%;
  }

  .sl-changelog-filter-actions {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .sl-changelog-filter-actions .sl-changelog-button {
    flex: 1 1 160px;
  }

  /* Tablet and mobile grids: keep card gutters inside the wrapper */
  .sl-grid {
    margin: 0 0 20px 0;
  }

  #topbar {
    height: auto;
    padding: var(--sl-space-lg) 0 var(--sl-space-md);
  }

  .sl-top-contact,
  .sl-top-social,
  .sl-login-top,
  .sl-d-pane {
    float: none;
  }

  .sl-top-contact li {
    float: none;
    display: inline-block;
    margin: 0 var(--sl-space-lg) var(--sl-space-md) 0;
  }

  #topbar .sl-wrp {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: var(--sl-space-md) var(--sl-space-lg);
  }

  #header .sl-wrp {
    flex-wrap: wrap;
  }

  .sl-top-contact,
  .sl-top-social,
  .sl-top-right {
    width: 100%;
  }
  .sl-top-right {
    flex: 1 1 auto;
  }

  .sl-top-social {
    margin: 0;
  }
  .sl-top-right {
    margin-left: 0;
  }

  #header {
    padding: 20px 0 16px;
  }

  .sl-logo,
  .sl-slogan {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }

  .sl-slogan {
    margin-top: var(--sl-space-lg);
  }

  .sl-login-top {
    margin-left: 0;
    margin-top: var(--sl-space-lg);
  }

  .sl-login-top > li {
    float: none;
    display: inline-block;
  }

  #hmenu {
    padding: var(--sl-space-lg) 0;
  }

  #topmenu,
  #topmenu > ul,
  #topmenu > ul > li,
  #topmenu > ul > li > a {
    float: none;
  }

  #topmenu > ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sl-space-xs);
    align-items: center;
  }

  #topmenu ul ul {
    min-width: min(150px, calc(100vw - 40px));
    max-width: calc(100vw - 24px);
  }

  .sl-search-form {
    float: none;
    width: 100%;
    margin-top: var(--sl-space-lg);
  }

  .sl-search-form input {
    width: auto;
  }

  #head-content,
  #demo-line {
    height: auto;
    min-height: 0;
    padding: 18px 0;
  }

  #head-content .sl-font,
  .sl-breadcrumbs,
  .sl-demo-line-title {
    float: none;
    margin-right: 0;
  }

  .sl-breadcrumbs {
    max-width: none;
    overflow: visible;
    white-space: normal;
  }

  .sl-demo-line-title {
    margin-top: 0;
    margin-bottom: var(--sl-space-lg);
  }

  #demo-line .sl-d-pane {
    margin-top: 0;
  }

  #container {
    padding: 0 0 40px;
    height: auto;
  }

  #leftbar,
  #content,
  #sidebar {
    float: none;
    width: auto;
    margin-right: 0;
    padding-left: 0;
  }

  #leftbar,
  #sidebar {
    margin-top: 20px;
  }

  .sl-comment,
  .sl-forum-post-in,
  .sl-fp-left,
  .sl-fp-right {
    padding-left: 0;
  }

  .sl-comment,
  .sl-forum-post,
  .sl-fp-meta,
  .sl-fp-nickname {
    height: auto;
  }

  .sl-com-left,
  .sl-fp-left {
    float: none;
    width: auto;
    margin: 0 0 15px;
    padding-right: 0;
    text-align: left;
  }

  .sl-com-left li {
    width: auto;
  }

  .sl-com-right,
  .sl-fp-right {
    float: none;
    width: auto;
  }

  .sl-slide-season,
  .sl-slide-img {
    width: 100%;
    max-width: 1920px;
    height: clamp(260px, 52vw, 440px);
    margin-left: 0;
    left: 0;
    background-size: cover;
  }

  .sl-slide-cont {
    width: min(450px, calc(100vw - 32px));
    left: 16px;
    margin-left: 0;
    bottom: 24px;
  }

  .sl-slide-title {
    font-size: clamp(28px, 5vw, 48px);
  }

  .sl-slide-cont p {
    font-size: clamp(16px, 2.4vw, 18px);
  }

  .sl-table-shell {
    max-width: 100%;
  }

}
@media (max-width: 768px) {
  #topmenu > ul {
    display: block;
  }

  #topmenu > ul > li {
    display: block;
    margin: 0 0 var(--sl-space-xs);
  }

  #topmenu > ul > li > a {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  #topmenu ul ul {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: var(--sl-space-xs) 0 var(--sl-space-md);
    padding: var(--sl-space-sm) 0;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }

  #topmenu li:hover > ul,
  #topmenu li:focus-within > ul {
    display: block;
    top: auto;
  }

  #topmenu ul ul a {
    white-space: normal;
  }

  .sl-login-top--head {
    --sl-login-dropdown-form-left: 0;
    --sl-login-dropdown-form-margin-left: 0;
    --sl-login-dropdown-form-width: min(260px, calc(100vw - 24px));
    --sl-login-dropdown-form-max-width: calc(100vw - 24px);
    --sl-login-field-width: 100%;
  }

  .sl-search-form {
    width: 100%;
  }

  .sl-search-form input {
    width: auto;
  }

}
@media (max-width: 560px) {
  .sl-wrp {
    width: min(100% - 16px, var(--sl-container));
  }

  #header .sl-d-pane {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex: 1 1 100%;
    flex-wrap: wrap;
    gap: var(--sl-space-md);
  }

  #header .sl-d-pane > li {
    margin-left: 0;
  }

  #header .sl-d-btns {
    flex: 1 1 100%;
    width: 100%;
    flex-wrap: wrap;
    white-space: normal;
  }

  .sl-top-contact li {
    display: block;
    width: 100%;
  }

  .sl-head-marquee {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    overflow-wrap: anywhere;
    animation: none;
  }

  #footbox > .sl-wrp > .sl-grid {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  #footbox > .sl-wrp > .sl-grid + .sl-grid {
    margin-top: 20px;
  }

  #footbox .sl-list-item > li > a {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #footbox .sl-list-item > li {
    width: 100%;
    min-width: 0;
  }

  #footbox .sl-list-item {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  #footbox .sl-forum-meta-item {
    white-space: nowrap;
  }

  .sl-partners {
    margin-right: 0;
  }

  .sl-partners a {
    display: inline-block;
    float: none;
  }

  .sl-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .sl-logo {
    width: auto;
    height: 59px;
  }

  .sl-login-top--head {
    --sl-login-link-pad-x: 10px;
  }

  #topmenu > ul > li > a {
    padding: 5px 10px;
    font-size: 1em;
  }

  .sl-search-form input {
    padding-right: 15px;
  }

  .sl-slide-cont {
    width: calc(100vw - 16px);
    left: 8px;
    bottom: 16px;
  }

  .sl-slide-title {
    font-size: clamp(24px, 6vw, 34px);
  }

  .sl-com-edit {
    float: none;
    margin-top: 10px;
  }

  /* Changelog filter: stack secondary fields on narrow screens */
  .sl-changelog-filter-grid {
    grid-template-columns: 1fr;
  }

  .sl-changelog-filter-grid .sl-changelog-filter-field:last-child:nth-child(odd) {
    grid-column: auto;
  }

/* Responsive fallbacks: forum posts, comments, cards and pagination */
}
@media (max-width: 768px) {
  .sl-comment,
  .sl-forum-post {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .sl-com-top,
  .sl-fp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sl-space-md) var(--sl-space-lg);
    align-items: flex-start;
  }

  .sl-com-edit,
  .sl-fp-moder {
    float: none;
    width: 100%;
    margin: 0;
  }

  .sl-carg {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sl-space-sm) 10px;
    margin-right: 0;
    min-width: 0;
  }

  .sl-carg > a {
    min-width: 0;
  }

  .sl-carg > a b {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .sl-cargs {
    display: block;
    margin-top: var(--sl-space-xs);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .sl-meta,
  .sl-fp-meta {
    height: auto;
    line-height: 1.4;
  }

  .sl-meta > ul > li,
  .sl-meta > ul.sl-pull-right > li {
    float: none;
    display: inline-block;
    margin: 0 var(--sl-space-lg) var(--sl-space-md) 0;
  }

  .sl-meta-foot {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sl-space-md) 10px;
    align-items: center;
  }

  .sl-meta-foot .sl-rate-box {
    float: none;
    margin: 0 0 0 auto;
  }

  .sl-meta-foot .sl-pull-right {
    float: none;
    margin-left: 0;
  }

  .sl-entry-content,
  .sl-com-cont,
  .sl-fp-meta,
  .sl-block-content,
  .sl-preview-body,
  .sl-preview-section {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .sl-card-aside {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }

  .sl-grid .sl-card-col-3,
  .sl-grid .sl-card-col-4,
  .sl-grid .sl-card-col-5,
  .sl-grid .sl-card-col-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .sl-card-menu {
    float: none;
    width: 100%;
  }

  .sl-card-menu > ul,
  .sl-card-menu > ul > li,
  .sl-card-menu > ul > li > a,
  .sl-card-menu {
    float: none;
  }

  .sl-card-menu ul ul {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: var(--sl-space-xs) 0 var(--sl-space-md);
    padding: var(--sl-space-sm) 0;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }

  .sl-card-menu li:hover ul,
  .sl-card-menu li:focus-within ul {
    top: auto;
    display: block;
  }

  .sl-card-menu ul ul a {
    white-space: normal;
  }

  .sl-pager {
    height: auto;
    padding: 16px 0 0;
  }

  .sl-pager-prev,
  .sl-pager-next {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin: 0 var(--sl-space-sm) var(--sl-space-md) 0;
  }

  .sl-pager-nextprev {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--sl-space-sm);
  }

  .sl-pager-pages {
    padding-top: 0;
  }

  .sl-pnum {
    margin-bottom: var(--sl-space-md);
  }

  .sl-block-feedback-form {
    width: 100%;
  }

  #block-feedback .sl-dropdown-form {
    width: min(410px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    box-sizing: border-box;
  }

  .sl-bff-col1,
  .sl-bff-col2 {
    float: none;
    width: 100%;
    margin-right: 0;
  }

}
@media (max-width: 560px) {
  .sl-meta > ul > li,
  .sl-meta > ul.sl-pull-right > li {
    display: block;
    margin: 0 0 var(--sl-space-md);
  }

  .sl-fp-meta .sl-grey,
  .sl-fp-meta .sl-pull-right,
  .sl-fp-meta .sl-pull-right .sl-min-rate {
    float: none;
  }

  .sl-fp-meta .sl-grey,
  .sl-fp-meta .sl-pull-right {
    width: 100%;
  }

  .sl-fp-moder {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sl-space-sm);
    position: static;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .sl-grid .sl-card,
  .sl-grid .sl-post,
  .sl-grid .sl-card-col-1,
  .sl-grid .sl-card-col-2,
  .sl-grid .sl-card-col-3,
  .sl-grid .sl-card-col-4,
  .sl-grid .sl-card-col-5,
  .sl-grid .sl-card-col-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .sl-preview-head,
  .sl-preview-title,
  .sl-preview-section {
    padding-right: var(--sl-space-lg);
    padding-left: var(--sl-space-lg);
  }

}

/* Captcha widget */
.sl-captcha {
  margin-top: var(--sl-gutter);
}
.sl-captcha-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
/* Captcha checkbox: match the form inputs, single centered success (green) check */
.sl-captcha .altcha-checkbox {
  --altcha-checkbox-size: 18px;
}
.sl-captcha .altcha-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: var(--altcha-checkbox-size);
  height: var(--altcha-checkbox-size);
  min-width: var(--altcha-checkbox-size);
  min-height: var(--altcha-checkbox-size);
  margin: 0;
  padding: 0;
  border: 1px solid var(--sl-color-border-strong);
  border-radius: var(--sl-radius-control);
  background: var(--sl-color-bg);
  box-shadow: var(--sl-shadow-input, inset 0 1px 2px rgba(0, 0, 0, 0.06));
}
.sl-captcha .altcha-checkbox input[type="checkbox"]:checked {
  background: var(--sl-color-success);
  border-color: var(--sl-color-success);
}
.sl-captcha .altcha-checkbox input[type="checkbox"]:checked + svg {
  color: #fff;
}
