@font-face {
  font-family: "Onest";
  src: url("/plugins/twowhois/module/assets/fonts/onest-variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --tw-bg: #f4f7f8;
  --tw-surface: #ffffff;
  --tw-surface-soft: #f7faf9;
  --tw-border: #dce5e1;
  --tw-border-strong: #bdcac5;
  --tw-text: #16211d;
  --tw-muted: #64716c;
  --tw-primary: #087a55;
  --tw-primary-strong: #056341;
  --tw-primary-fill: #087a55;
  --tw-primary-fill-hover: #056341;
  --tw-primary-soft: #e8f5ef;
  --tw-accent: #e89728;
  --tw-accent-soft: #fff6e7;
  --tw-danger: #c74545;
  --tw-danger-soft: #fff0ed;
  --tw-info: #2563eb;
  --tw-info-soft: #eef4ff;
  --tw-tooltip-bg: #17251f;
  --tw-tooltip-text: #ffffff;
  --tw-tooltip-border: #2d4239;
  --tw-radius: 8px;
  --tw-shadow: 0 16px 45px rgba(24, 54, 43, 0.07);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--tw-bg);
  color: var(--tw-text);
  scroll-behavior: smooth;
}

body.tw-site {
  margin: 0;
  background: var(--tw-bg);
  color: var(--tw-text);
  font-family: "Onest", Arial, "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0;
}

.tw-site a {
  color: var(--tw-primary-strong);
  text-decoration: none;
}

.tw-site a:hover {
  color: var(--tw-primary);
  text-decoration: none;
}

.tw-site img,
.tw-site iframe,
.tw-site video {
  max-width: 100%;
}

.tw-site img,
.tw-site video {
  height: auto;
}

.tw-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--tw-surface);
  border-bottom: 1px solid var(--tw-border);
}

.tw-site-header__inner {
  display: flex;
  gap: 28px;
  align-items: center;
  width: min(1380px, calc(100% - 56px));
  min-height: 64px;
  margin: 0 auto;
}

.tw-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--tw-text);
  min-width: 244px;
  font-weight: 700;
  text-decoration: none;
}

.tw-logo:hover {
  text-decoration: none;
}

.tw-logo__mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  flex: 0 0 auto;
}

.tw-logo__mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.tw-logo__text {
  font-size: 19px;
  line-height: 1;
}

.tw-logo__note {
  color: var(--tw-muted);
  font-size: 12px;
  font-weight: 500;
}

.tw-top-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-left: auto;
  overflow: hidden;
}

.tw-top-nav a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 5px 0;
  color: var(--tw-muted);
  font-weight: 500;
  white-space: nowrap;
}

.tw-top-nav a:hover {
  background: transparent;
  color: var(--tw-primary);
  text-decoration: none;
}

.tw-header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.tw-theme-toggle {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--tw-border);
  border-radius: 7px;
  background: var(--tw-surface);
  color: var(--tw-muted);
  font: inherit;
  cursor: pointer;
}

.tw-theme-toggle:hover,
.tw-theme-toggle:focus-visible {
  color: var(--tw-primary);
  background: var(--tw-surface-soft);
}

.tw-tools-button,
.tw-button,
.tw-login button,
.tw-login-form button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--tw-primary-fill);
  border-radius: var(--tw-radius);
  background: var(--tw-primary-fill);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.tw-tools-button {
  display: none;
  color: var(--tw-text);
  border-color: var(--tw-border-strong);
  background: var(--tw-surface);
}

.tw-site a.tw-button {
  color: #fff;
}

.tw-site a.tw-button:hover,
.tw-site a.tw-button:focus-visible {
  border-color: var(--tw-primary-fill-hover);
  background: var(--tw-primary-fill-hover);
  color: #fff;
}

.tw-button--secondary {
  color: var(--tw-primary-strong);
  border-color: var(--tw-border-strong);
  background: var(--tw-surface);
}

.tw-site a.tw-button--secondary,
.tw-site a.tw-button--secondary:hover,
.tw-site a.tw-button--secondary:focus-visible {
  color: var(--tw-primary-strong);
}

.tw-site a.tw-button--secondary:hover,
.tw-site a.tw-button--secondary:focus-visible {
  border-color: var(--tw-primary);
  background: var(--tw-primary-soft);
}

.tw-login {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.tw-login-form input,
.tw-login-form textarea,
.tw-login-form select,
.tw-site-tools input {
  min-width: 0;
  max-width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--tw-border-strong);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  color: var(--tw-text);
  font: inherit;
}

.tw-login a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: var(--tw-radius);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.tw-login a:hover {
  background: var(--tw-primary-soft);
}

.tw-login-modal[hidden] {
  display: none;
}

.tw-login-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
}

.tw-login-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 32, 42, 0.48);
}

.tw-login-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  padding: 22px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  box-shadow: 0 24px 70px rgba(23, 32, 42, 0.26);
  outline: 0;
}

.tw-login-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  color: var(--tw-muted);
  cursor: pointer;
}

.tw-login-modal__close:hover {
  border-color: var(--tw-border-strong);
  color: var(--tw-text);
}

.tw-login-modal__head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0 36px 18px 0;
}

.tw-login-modal__head > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--tw-radius);
  background: var(--tw-primary-soft);
  color: var(--tw-primary);
  font-size: 20px;
}

.tw-login-modal__head h2 {
  margin: 0 0 4px;
  font-size: 22px;
  line-height: 1.25;
}

.tw-login-modal__head p {
  margin: 0;
  color: var(--tw-muted);
}

.tw-login-form {
  display: grid;
  gap: 12px;
}

.tw-login-form label {
  display: grid;
  gap: 6px;
  color: var(--tw-text);
  font-weight: 800;
}

.tw-login-form label span {
  font-size: 14px;
}

.tw-login-form input {
  width: 100%;
}

.tw-login-form .tw-login-check {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--tw-muted);
  font-size: 14px;
}

.tw-login-form .tw-login-check input {
  width: auto;
}

.tw-login-form button {
  width: 100%;
  margin-top: 4px;
}

.tw-login-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tw-login-social:empty {
  display: none;
}

.tw-login-social a,
.tw-login-menu a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  color: var(--tw-primary-strong);
  font-weight: 800;
  text-decoration: none;
}

.tw-login-social a {
  width: 40px;
  height: 40px;
  justify-content: center;
}

.tw-login-social a:hover,
.tw-login-menu a:hover {
  border-color: #a7dfbf;
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
  text-decoration: none;
}

.tw-login-modal__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
  font-weight: 800;
}

.tw-login-menu {
  display: grid;
  gap: 8px;
}

.tw-login-menu a {
  min-height: 42px;
  padding: 9px 11px;
}

.tw-login-menu i {
  width: 18px;
  text-align: center;
}

.tw-layout {
  display: grid;
  grid-template-columns: 244px minmax(0, 840px) 248px;
  gap: 24px;
  width: min(1380px, calc(100% - 56px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.tw-has-module .tw-layout {
  grid-template-columns: 244px minmax(0, 1112px);
}

.tw-has-module .tw-layout > .tw-site-aside {
  display: none;
}

.tw-site-tools {
  grid-column: 1;
  grid-row: 1 / span 2;
  position: static;
  align-self: start;
  min-width: 0;
  padding-top: 7px;
}

.tw-tool-search,
.tw-tool-group {
  min-width: 0;
  max-width: 100%;
}

.tw-tool-search {
  position: relative;
}

.tw-tool-search > i {
  position: absolute;
  z-index: 1;
  top: 21px;
  left: 13px;
  color: #87928e;
  transform: translateY(-50%);
  pointer-events: none;
}

.tw-tool-search input {
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 6px 12px 6px 38px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  font-weight: 400;
  line-height: 1.2;
}

.tw-tool-search__empty {
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  color: var(--tw-muted);
  font-size: 14px;
  font-weight: 800;
}

.tw-tool-group {
  margin-bottom: 20px;
}

.tw-tool-search + .tw-tool-group,
.tw-tool-group.is-first-visible {
  padding-top: 25px;
}

.tw-tool-group__title {
  margin: 0 0 7px 11px;
  color: var(--tw-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.tw-tool-link {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-width: 0;
  min-height: 40px;
  margin-bottom: 3px;
  padding: 4px 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #3d4b46;
  font-weight: 500;
}

.tw-tool-link span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tw-tool-link:hover,
.tw-tool-link.is-active {
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
  text-decoration: none;
}

.tw-tool-link i {
  width: 20px;
  text-align: center;
  background: transparent;
  color: #87948f;
}

.tw-tool-link.is-active i {
  color: var(--tw-primary);
}

.tw-site .tw-site-tools .tw-tool-search input[type="search"] {
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  height: 42px;
  margin: 0;
  padding: 6px 12px 6px 38px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  font-weight: 400;
  line-height: 1.2;
}

.tw-main,
.tw-site-aside {
  min-width: 0;
}

.tw-main {
  grid-column: 2;
  grid-row: 2;
}

.tw-speedbar {
  margin-bottom: 14px;
  color: var(--tw-muted);
  font-size: 14px;
  font-weight: 700;
}

.tw-content-card,
.tw-monitorus-card,
.tw-tip-card {
  margin: 0 0 16px;
  padding: 18px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  box-shadow: 0 8px 22px rgba(23, 32, 42, 0.04);
}

.tw-layout > .tw-site-aside {
  grid-column: 3;
  grid-row: 2;
  position: sticky;
  top: 80px;
  margin-top: 34px;
  align-self: start;
  max-height: calc(100vh - 96px);
  overflow: auto;
  scrollbar-gutter: stable;
}

.tw-ad-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--tw-border-strong);
  border-radius: var(--tw-radius);
  background: color-mix(in srgb, var(--tw-surface) 72%, transparent);
  color: #66788f;
  text-align: center;
}

.tw-ad-slot a {
  display: block;
  width: 100%;
  padding: 18px;
  color: inherit;
}

.tw-ad-slot span {
  display: block;
  font-size: 13px;
  font-weight: 800;
}

.tw-ad-slot strong {
  display: block;
  font-size: 18px;
}

.tw-ad-slot--top {
  grid-column: 2 / -1;
  grid-row: 1;
  align-self: start;
  height: 90px;
  min-height: 90px;
  max-width: none;
  margin: 0;
}

.tw-ad-slot--side {
  min-height: 360px;
  margin-bottom: 16px;
}

.tw-sidebar-articles {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tw-sidebar-articles__title {
  margin: 0 0 10px;
  color: var(--tw-text);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.25;
}

.tw-sidebar-article-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-sidebar-article a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 44px;
  padding: 9px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  color: var(--tw-text);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(23, 32, 42, 0.035);
}

.tw-sidebar-article:last-child a {
  border-bottom: 1px solid var(--tw-border);
  padding-bottom: 9px;
}

.tw-sidebar-article:first-child a {
  padding-top: 9px;
}

.tw-sidebar-article a:hover,
.tw-sidebar-article a:focus-visible {
  border-color: color-mix(in srgb, var(--tw-primary) 34%, var(--tw-border));
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
  text-decoration: none;
}

.tw-sidebar-article i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 7px;
  background: var(--tw-primary-soft);
  color: var(--tw-primary);
  font-size: 13px;
}

.tw-sidebar-article span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.tw-monitorus-card {
  border-color: #f4d37b;
  background: var(--tw-accent-soft);
}

.tw-section-head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.tw-section-head > i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: var(--tw-primary-soft);
  color: var(--tw-primary);
}

.tw-section-head h1,
.tw-section-head h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}

.tw-home-articles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 23px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tw-home-articles > .tw-section-head {
  grid-column: 1 / -1;
  justify-content: space-between;
  margin: 0;
}

.tw-home-articles > .tw-section-head a {
  color: var(--tw-primary);
  font-size: 13px;
  font-weight: 600;
}

.tw-home-articles .shortstory {
  display: flex;
  flex-direction: column;
  min-height: 174px;
  margin: 0;
  padding: 17px;
  background: var(--tw-surface-soft);
  box-shadow: none;
}

.tw-home-articles .shortstory h2 {
  margin: 0 0 7px;
  font-size: 15px;
  font-weight: 650;
}

.tw-home-articles .tw-story-meta,
.tw-home-articles .story_icons,
.tw-home-articles .meta,
.tw-home-articles .tw-story-tools > :not(.tw-button) {
  display: none;
}

.tw-home-articles .tw-text {
  position: relative;
  max-height: 76px;
  overflow: hidden;
  color: var(--tw-muted);
  font-size: 12px;
}

.tw-home-articles .tw-text img,
.tw-home-articles .tw-text ul,
.tw-home-articles .tw-text ol,
.tw-home-articles .tw-text table {
  display: none;
}

.tw-home-articles .tw-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  background: linear-gradient(to bottom, transparent, var(--tw-surface-soft));
  pointer-events: none;
}

.tw-home-articles .tw-story-tools {
  margin-top: auto;
}

.tw-home-articles .tw-button--secondary {
  min-height: 0;
  padding: 8px 0 0;
  border: 0;
  background: transparent;
  color: var(--tw-primary);
  font-size: 12px;
  font-weight: 650;
}

.tw-has-module-result .tw-home-articles {
  display: none;
}

.tw-related-articles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 22px;
  border: 1px solid var(--tw-border);
  background: var(--tw-surface);
  box-shadow: var(--tw-shadow);
}

.tw-related-articles .tw-text {
  max-height: none;
  overflow: visible;
}

.tw-related-articles .tw-text::after {
  display: none;
}

.tw-muted,
.tw-story-meta,
.tw-monitorus-card p,
.tw-tip-card p {
  color: var(--tw-muted);
}

.tw-story h1,
.tw-story h2 {
  margin: 0 0 10px;
  line-height: 1.25;
}

.tw-story-cover {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 1;
  overflow: hidden;
  border-radius: 6px;
  background: var(--tw-surface-soft);
}

.tw-story-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw-story-cover--full {
  margin: 0 0 14px;
}

.tw-story-cover--short {
  flex: 0 0 auto;
  margin: 0 0 12px;
}

.tw-text {
  overflow-wrap: anywhere;
}

.tw-story > h1:empty {
  display: none;
}

.tw-story.fullstory .tw-text h2 {
  margin: 30px 0 12px;
  font-size: 24px;
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
}

.tw-story.fullstory .tw-text h3 {
  margin: 22px 0 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.tw-story.fullstory .tw-text a:not(.tw-button) {
  color: var(--tw-primary-strong);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tw-story.fullstory .tw-text a:not(.tw-button):hover,
.tw-story.fullstory .tw-text a:not(.tw-button):focus-visible {
  color: var(--tw-primary);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.tw-article-figure {
  margin: 24px 0 26px;
}

.tw-article-figure img {
  display: block;
  width: 100%;
  border: 1px solid var(--tw-border);
  border-radius: 6px;
  background: #e8f1ec;
}

.tw-article-figure figcaption {
  margin-top: 9px;
  color: var(--tw-muted);
  font-size: 13px;
  line-height: 1.45;
}

.tw-story.fullstory .tw-text .tw-article-code {
  max-width: 100%;
  margin: 18px 0 22px;
  padding: 15px 17px;
  overflow-x: auto;
  border: 1px solid #263d34;
  border-radius: 6px;
  background: #101b17;
  color: #e8f5ee;
  font: 14px/1.55 Consolas, "Courier New", monospace;
  white-space: pre;
}

.tw-story.fullstory .tw-text .tw-article-code code {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.tw-story-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--tw-border);
}

.tw-story-info {
  margin-top: 16px;
  padding: 10px 12px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface-soft);
}

.tw-story-info__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  min-width: 0;
}

.tw-story-info__item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  color: var(--tw-muted);
  font-size: 13px;
  font-weight: 520;
  line-height: 1.3;
}

.tw-story-info__item > i {
  width: 16px;
  min-width: 16px;
  color: var(--tw-primary);
  text-align: center;
}

.tw-story-info__item a {
  color: var(--tw-primary-strong);
  font-weight: 620;
  text-decoration: none;
}

.tw-story-info__item a:hover,
.tw-story-info__item a:focus-visible {
  color: var(--tw-primary);
  text-decoration: none;
}

.tw-story-info__author {
  color: var(--tw-text);
  font-weight: 600;
  overflow-wrap: anywhere;
}

.tw-story-info__avatar {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--tw-primary-soft);
  color: var(--tw-primary);
  font-size: 13px;
}

.tw-story-info__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid var(--tw-border);
  list-style: none;
}

.tw-story-info__actions li:empty {
  display: none;
}

.tw-site .tw-story-info .tw-story-info__actions a {
  display: inline-flex;
  width: auto;
  min-width: 0;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  overflow: visible;
  padding: 6px 9px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  color: var(--tw-primary-strong);
  font-size: 13px;
  font-weight: 620;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
}

.tw-site .tw-story-info .tw-story-info__actions a:hover,
.tw-site .tw-story-info .tw-story-info__actions a:focus-visible {
  border-color: var(--tw-primary);
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
  text-decoration: none;
}

.tw-story-info__actions i,
.tw-site .tw-story-info .tw-story-info__actions a i {
  display: inline-flex;
  width: 16px;
  min-width: 16px;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: currentColor;
  font-size: 14px;
  text-align: center;
}

.tw-site .tw-story-info .tw-story-info__actions a span {
  display: inline;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  overflow: visible;
  color: currentColor;
  font: inherit;
  line-height: inherit;
}

.tw-site .tw-story-info .tw-story-info__actions .edit_btn a::before {
  content: none;
}

.tw-site .tw-story-info .tw-story-info__actions .edit_btn i {
  display: inline-flex;
}

.tw-story-info__actions .complaint {
  margin-left: auto;
}

.tw-site .tw-story-info .tw-story-info__actions .fav_btn a,
.tw-site .tw-story-info .tw-story-info__actions .edit_btn a,
.tw-site .tw-story-info .tw-story-info__actions .complaint a {
  position: relative;
  display: inline-grid;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  place-items: center;
  gap: 0;
  padding: 0;
}

.tw-site .tw-story-info .tw-story-info__actions .fav_btn a i,
.tw-site .tw-story-info .tw-story-info__actions .edit_btn a i,
.tw-site .tw-story-info .tw-story-info__actions .complaint a i {
  display: grid;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  place-items: center;
  margin: 0;
  line-height: 1;
}

.tw-site .tw-story-info .tw-story-info__actions .fav_btn a i::before,
.tw-site .tw-story-info .tw-story-info__actions .edit_btn a i::before,
.tw-site .tw-story-info .tw-story-info__actions .complaint a i::before {
  display: block;
  margin: 0;
  line-height: 1;
}

.tw-site .tw-story-info .tw-story-info__actions .fav_btn a span,
.tw-site .tw-story-info .tw-story-info__actions .edit_btn a span,
.tw-site .tw-story-info .tw-story-info__actions .complaint a span {
  position: absolute;
  width: 1px;
  min-width: 1px;
  height: 1px;
  min-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.tw-story-info__actions b {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.tw-story-info__tags {
  min-width: 0;
}

.tw-story-info__tag-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin: 0;
  font-size: 0;
}

.tw-story-info__tag-list a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid var(--tw-border);
  border-radius: 999px;
  background: var(--tw-surface);
  color: var(--tw-primary-strong);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.tw-story-info__tag-list a:hover,
.tw-story-info__tag-list a:focus-visible {
  border-color: var(--tw-primary);
  background: var(--tw-primary-soft);
  text-decoration: none;
}

.tw-article-table {
  width: 100%;
  margin: 20px 0 24px;
  border-collapse: collapse;
  font-size: 14px;
}

.tw-article-table th,
.tw-article-table td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--tw-border);
  text-align: left;
  vertical-align: top;
}

.tw-article-table th {
  background: var(--tw-surface-soft);
  color: var(--tw-muted);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.tw-article-table td:first-child {
  width: 74px;
  color: var(--tw-primary-strong);
  font-weight: 750;
  white-space: nowrap;
}

.tw-about {
  display: grid;
  gap: 24px;
}

.tw-about-header {
  display: grid;
  gap: 8px;
}

.tw-about-header h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.12;
}

.tw-about-header p {
  max-width: 840px;
  margin: 0;
  color: var(--tw-muted);
  font-size: 17px;
  line-height: 1.55;
}

.tw-about-hero {
  margin: 0;
}

.tw-about-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 20 / 7;
  object-fit: cover;
  border: 1px solid var(--tw-border);
  border-radius: 8px;
  background: var(--tw-surface-soft);
}

.tw-about-lead {
  display: grid;
  gap: 12px;
  color: var(--tw-muted);
  font-size: 17px;
  line-height: 1.65;
}

.tw-about-lead p,
.tw-about-section p {
  margin: 0;
}

.tw-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tw-about-actions .tw-button {
  min-width: 0;
}

.tw-about-actions .tw-button {
  box-shadow: 0 10px 24px rgba(8, 122, 85, 0.14);
}

.tw-about-actions .tw-button--secondary {
  box-shadow: none;
}

.tw-about-section {
  display: grid;
  gap: 15px;
  padding: 22px;
  border: 1px solid var(--tw-border);
  border-radius: 8px;
  background: var(--tw-surface-soft);
}

.tw-about-section__heading {
  display: flex;
  gap: 11px;
  align-items: center;
}

.tw-about-section__heading h2 {
  margin: 0;
  font-size: 23px;
  font-weight: 760;
  line-height: 1.25;
}

.tw-about-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: var(--tw-primary-soft);
  color: var(--tw-primary);
}

.tw-about-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tw-about-tool-card {
  display: grid;
  min-height: 142px;
  align-content: start;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--tw-border);
  border-radius: 8px;
  background: var(--tw-surface);
  color: var(--tw-text);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.tw-about-tool-card:hover,
.tw-about-tool-card:focus-visible {
  border-color: var(--tw-primary);
  color: var(--tw-text);
  box-shadow: 0 12px 30px rgba(9, 83, 59, 0.08);
  transform: translateY(-1px);
}

.tw-about-tool-card i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--tw-primary-soft);
  color: var(--tw-primary);
  font-size: 15px;
}

.tw-about-tool-card span {
  color: var(--tw-primary-strong);
  font-weight: 760;
}

.tw-about-tool-card small {
  color: var(--tw-muted);
  font-size: 13px;
  line-height: 1.45;
}

.tw-about-split {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.42fr);
  align-items: start;
}

.tw-about-split > div:not(.tw-about-panel) {
  display: grid;
  gap: 15px;
  align-content: start;
}

.tw-about-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-about-check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--tw-muted);
  line-height: 1.55;
}

.tw-about-check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--tw-primary);
  font: var(--fa-font-solid);
  content: "\f00c";
}

.tw-about-panel {
  display: grid;
  gap: 9px;
  padding: 18px;
  border: 1px solid var(--tw-border);
  border-radius: 8px;
  background: var(--tw-surface);
}

.tw-about-panel strong {
  color: var(--tw-text);
  font-size: 17px;
}

.tw-about-panel p {
  color: var(--tw-muted);
  line-height: 1.55;
}

.tw-about-panel a {
  color: var(--tw-primary-strong);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tw-about-panel--accent {
  border-color: rgba(232, 151, 40, 0.45);
  background: var(--tw-accent-soft);
}

.tw-about-final {
  background: var(--tw-surface);
}

.tw-adv-page {
  display: grid;
  gap: 24px;
}

.tw-adv-header,
.tw-adv-lead {
  padding: 22px;
  border: 1px solid var(--tw-border);
  border-radius: 8px;
  background: var(--tw-surface-soft);
}

.tw-adv-lead {
  font-size: 16px;
}

.tw-adv-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tw-adv-audience-card {
  display: grid;
  gap: 8px;
  min-height: 166px;
  padding: 16px;
  border: 1px solid var(--tw-border);
  border-radius: 8px;
  background: var(--tw-surface);
}

.tw-adv-audience-card i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--tw-primary-soft);
  color: var(--tw-primary);
}

.tw-adv-audience-card strong {
  color: var(--tw-primary-strong);
  font-size: 15px;
  line-height: 1.25;
}

.tw-adv-audience-card span {
  color: var(--tw-muted);
  font-size: 13px;
  line-height: 1.45;
}

.tw-adv-placement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tw-adv-placement {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 13px;
  border: 1px solid var(--tw-border);
  border-radius: 8px;
  background: var(--tw-surface);
}

.tw-adv-placement img {
  display: block;
  width: 100%;
  aspect-ratio: 45 / 26;
  object-fit: cover;
  border: 1px solid var(--tw-border);
  border-radius: 8px;
  background: var(--tw-surface-soft);
}

.tw-adv-placement figcaption {
  display: grid;
  gap: 6px;
}

.tw-adv-placement figcaption strong {
  color: var(--tw-primary-strong);
  font-size: 16px;
}

.tw-adv-placement figcaption span {
  color: var(--tw-muted);
  font-size: 13px;
  line-height: 1.5;
}

.tw-adv-split {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
}

.tw-adv-rate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tw-adv-rate-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--tw-border);
  border-radius: 8px;
  background: var(--tw-surface);
}

.tw-adv-rate-card strong {
  color: var(--tw-text);
  font-size: 16px;
}

.tw-adv-rate-card span {
  color: var(--tw-muted);
  line-height: 1.45;
}

.tw-adv-rate-card b {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
  font-size: 14px;
}

.tw-adv-conditions > p {
  color: var(--tw-muted);
  line-height: 1.55;
}

.tw-story.fullstory .tw-text .tw-monitorus-article {
  gap: 18px;
}

.tw-story.fullstory .tw-text .tw-monitorus-article > * {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.tw-story.fullstory .tw-text .tw-monitorus-article > p {
  margin: 0;
}

.tw-story.fullstory .tw-text .tw-monitorus-article > p + p {
  margin-top: 0;
}

.tw-story.fullstory .tw-text .tw-monitorus-article > ul {
  margin: 0;
  padding-left: 24px;
}

.tw-story.fullstory .tw-text .tw-monitorus-article > ul li {
  margin: 0 0 7px;
}

.tw-story.fullstory .tw-text .tw-monitorus-article > ul + h2,
.tw-story.fullstory .tw-text .tw-monitorus-article > p + h2,
.tw-story.fullstory .tw-text .tw-monitorus-article > .tw-article-figure + h2 {
  margin-top: 8px;
}

.tw-monitorus-article .tw-about-lead {
  gap: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.tw-monitorus-article .tw-about-actions {
  margin: 0;
}

.tw-monitorus-article .tw-about-section {
  gap: 15px;
  padding: 22px;
}

.tw-monitorus-article .tw-about-section__heading {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

.tw-story.fullstory .tw-text .tw-monitorus-article .tw-about-section__heading h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.tw-monitorus-article .tw-about-split > div:not(.tw-about-panel) {
  gap: 15px;
}

.tw-monitorus-article .tw-about-tool-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tw-story.fullstory .tw-text a.tw-about-tool-card,
.tw-story.fullstory .tw-text a.tw-about-tool-card:hover,
.tw-story.fullstory .tw-text a.tw-about-tool-card:focus-visible {
  text-decoration: none;
}

.tw-monitorus-article .tw-about-tool-card {
  min-height: 136px;
  gap: 8px;
  padding: 16px;
}

.tw-monitorus-article .tw-about-panel {
  padding: 16px;
}

.tw-monitorus-article .tw-about-check-list {
  gap: 10px;
}

.tw-story.fullstory .tw-text .tw-monitorus-article > h2 {
  margin: 8px 0 0;
}

.tw-monitorus-article .tw-article-figure {
  margin: 6px 0;
}

.tw-monitorus-article .tw-article-table {
  margin: 4px 0 6px;
  table-layout: fixed;
}

.tw-monitorus-article .tw-article-table th,
.tw-monitorus-article .tw-article-table td {
  overflow-wrap: anywhere;
}

.tw-monitorus-article .tw-article-table td:first-child {
  width: auto;
  white-space: normal;
}

@media (max-width: 1080px) {
  .tw-about-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-about-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .tw-monitorus-article .tw-about-tool-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tw-story.fullstory .tw-text h2 {
    margin-top: 26px;
    font-size: 21px;
  }

  .tw-story.fullstory .tw-text h3 {
    margin-top: 20px;
    font-size: 16px;
  }

  .tw-story.fullstory .tw-text .tw-article-code {
    padding: 13px 14px;
    font-size: 13px;
  }

  .tw-article-table,
  .tw-article-table tbody,
  .tw-article-table tr,
  .tw-article-table td {
    display: block;
    width: 100%;
  }

  .tw-article-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .tw-article-table tr {
    padding: 9px 0;
    border-bottom: 1px solid var(--tw-border);
  }

  .tw-article-table td,
  .tw-article-table td:first-child {
    display: grid;
    grid-template-columns: minmax(90px, 34%) minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    padding: 5px 0;
    border: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .tw-article-table td::before {
    content: attr(data-label);
    color: var(--tw-muted);
    font-size: 12px;
    font-weight: 700;
  }

  .tw-about {
    gap: 18px;
  }

  .tw-about-hero img {
    aspect-ratio: 16 / 9;
  }

  .tw-about-lead {
    font-size: 15px;
    line-height: 1.58;
  }

  .tw-about-section {
    padding: 16px;
  }

  .tw-about-section__heading {
    align-items: flex-start;
  }

  .tw-monitorus-article .tw-about-section__heading {
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
  }

  .tw-about-section__heading h2 {
    font-size: 20px;
  }

  .tw-about-tool-grid {
    grid-template-columns: 1fr;
  }

  .tw-about-tool-card {
    min-height: 0;
  }

  .tw-adv-page {
    gap: 18px;
  }

  .tw-adv-header,
  .tw-adv-lead,
  .tw-adv-placement,
  .tw-adv-rate-card,
  .tw-adv-audience-card {
    padding: 15px;
  }

  .tw-adv-audience-grid,
  .tw-adv-placement-grid,
  .tw-adv-rate-grid,
  .tw-adv-split {
    grid-template-columns: 1fr;
  }

  .tw-adv-audience-card {
    min-height: 0;
  }
}

.tw-story-tools,
.tw-inline-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.tw-tabs-lite {
  display: grid;
  gap: 12px;
}

.tw-form-list {
  display: grid;
  gap: 12px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.tw-form-list label {
  display: block;
  margin-bottom: 6px;
  font-weight: 800;
}

.tw-form-list input,
.tw-form-list textarea,
.tw-form-list select {
  width: 100%;
}

.tw-feedback-notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid #bfe6d6;
  border-radius: var(--tw-radius-lg);
  background: #f1fbf6;
  color: var(--tw-text);
}

.tw-feedback-notice > i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  background: var(--tw-primary-soft);
  color: var(--tw-primary-fill);
  font-size: 16px;
}

.tw-feedback-notice h2 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.tw-feedback-notice p {
  margin: 0 0 8px;
  color: var(--tw-muted);
  line-height: 1.55;
}

.tw-feedback-notice p:last-child {
  margin-bottom: 0;
}

.tw-feedback-recipient {
  display: none !important;
}

.tw-form-grid,
.tw-search-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tw-search-box {
  display: grid;
  gap: 12px;
}

.tw-result-note,
.tw-info {
  border-color: #c9dcff;
  background: var(--tw-info-soft);
}

.tw-info-message {
  display: grid;
  gap: 14px;
  border-color: #d4e8ff;
  background: #f6fbff;
  box-shadow: 0 10px 26px rgba(37, 99, 235, 0.05);
}

.tw-info-message__head {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2f0ff;
}

.tw-info-message__head > i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: var(--tw-radius);
  background: #eaf5ff;
  color: var(--tw-info);
  font-size: 17px;
}

.tw-info-message__head h2 {
  margin: 0;
  color: var(--tw-text);
  font-size: 20px;
  line-height: 1.25;
}

.tw-info-message__body {
  color: var(--tw-text);
  line-height: 1.55;
}

.tw-info-message__body p {
  margin: 0 0 8px;
}

.tw-info-message__body p:last-child {
  margin-bottom: 0;
}

.tw-info-message__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.tw-info-message__actions .tw-button {
  min-height: 40px;
}

.tw-navigation {
  margin: 16px 0;
}

.tw-footer {
  border-top: 1px solid var(--tw-border);
  background: var(--tw-surface);
}

.tw-footer__inner {
  display: grid;
  grid-template-columns: 244px minmax(0, 1fr);
  gap: 24px;
  width: min(1380px, calc(100% - 56px));
  margin: 0 auto;
  padding: 27px 0 20px;
}

.tw-footer p {
  max-width: 210px;
  margin: 9px 0 0;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.55;
}

.tw-logo--footer {
  min-width: 0;
  font-size: 17px;
}

.tw-logo--footer .tw-logo__mark {
  width: 30px;
  height: 30px;
}

.tw-logo--footer .tw-logo__text {
  font-size: 17px;
}

.tw-footer-content {
  min-width: 0;
}

.tw-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding-bottom: 18px;
}

.tw-footer-links a {
  color: #46544f;
  font-size: 13px;
  font-weight: 550;
}

.tw-footer-bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--tw-border);
  color: var(--tw-muted);
  font-size: 11px;
}

.tw-footer-copyright {
  display: grid;
  gap: 4px;
}

.tw-footer-copyright .copyright,
.tw-footer-copyright .ca {
  color: var(--tw-muted);
  font-size: 10px;
}

.tw-footer-note {
  text-align: center;
}

.tw-footer-monitorus {
  color: var(--tw-primary);
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

.tw-mobile-bottom {
  display: none;
}

.tw-offline-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background: var(--tw-bg);
}

.tw-offline {
  width: min(760px, 100%);
}

.tw-offline-card {
  position: relative;
  display: grid;
  gap: 18px;
  overflow: hidden;
  margin: 0;
  padding: 34px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  box-shadow: var(--tw-shadow);
}

.tw-offline-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--tw-primary);
}

.tw-offline-logo {
  min-width: 0;
}

.tw-offline-logo .tw-logo__mark {
  width: 38px;
  height: 38px;
}

.tw-offline-logo .tw-logo__text {
  font-size: 22px;
}

.tw-offline-status {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid #f2d19b;
  border-radius: var(--tw-radius);
  background: var(--tw-accent-soft);
  color: #8a5a12;
  font-size: 13px;
  font-weight: 700;
}

.tw-offline-status i {
  color: var(--tw-accent);
}

.tw-offline-card h1 {
  max-width: 640px;
  margin: 0;
  color: var(--tw-text);
  font-size: 46px;
  line-height: 1.04;
}

.tw-offline-lead {
  max-width: 620px;
  margin: 0;
  color: var(--tw-muted);
  font-size: 17px;
  line-height: 1.6;
}

.tw-offline-reason {
  display: grid;
  gap: 10px;
  margin-top: 2px;
  padding: 16px;
  border: 1px solid #d4e8ff;
  border-radius: var(--tw-radius);
  background: #f6fbff;
}

.tw-offline-reason__title {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--tw-info);
  font-size: 13px;
  font-weight: 700;
}

.tw-offline-reason__text {
  color: var(--tw-text);
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.tw-offline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.tw-offline-note {
  margin: 0;
  color: var(--tw-muted);
  font-size: 13px;
}

.tw-site .tw-site-tools .tw-tool-search input[type="search"] {
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  height: 42px;
  margin: 0;
  padding: 6px 12px 6px 38px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  font-weight: 400;
  line-height: 1.2;
}

.tw-site .tw-site-tools .tw-tool-search input[type="search"]::placeholder {
  color: #87928e;
  font: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 1;
}

/* DLE service pages */
.tw-site .box,
.tw-site .story,
.tw-site .comments,
.tw-site .block_grey,
.tw-site .berrors,
.tw-site .pm-box,
.tw-site .pmlist,
.tw-site .userinfo_top,
.tw-site .related,
.tw-site .basecont {
  min-width: 0;
}

.tw-site .box,
.tw-site .story,
.tw-site .block_grey,
.tw-site .berrors,
.tw-site .related,
.tw-site .basecont,
.tw-site .tags_cloud,
.tw-site .profile_popup {
  margin: 0 0 16px;
  padding: 18px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  box-shadow: 0 8px 22px rgba(23, 32, 42, 0.04);
}

.tw-site .box_in {
  min-width: 0;
}

.tw-site .tw-comment-form-card,
.tw-site .tw-comments-card {
  scroll-margin-top: 86px;
}

.tw-site .tw-comment-form-card.is-empty {
  display: none;
}

.tw-site .tw-comment-form-card .box {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tw-site .tw-comment-form-card .box_in {
  padding: 0;
}

.tw-site .tw-addcomment-head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
}

.tw-site .tw-addcomment-head > i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  flex: 0 0 34px;
  border-radius: var(--tw-radius);
  background: var(--tw-primary-soft);
  color: var(--tw-primary);
  font-size: 16px;
}

.tw-site .tw-addcomment-head h3 {
  margin: 0;
  color: var(--tw-text);
  font-size: 20px;
  line-height: 1.25;
}

.tw-site .tw-comment-form-card .ui-form {
  gap: 12px;
}

.tw-site .comments-image-uploader-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.tw-site .comments-image-uploader-area .tw-upload-button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid var(--tw-border-strong);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  color: var(--tw-muted);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.tw-site .comments-image-uploader-area .tw-upload-button:hover,
.tw-site .comments-image-uploader-area .tw-upload-button:focus-visible {
  border-color: var(--tw-primary);
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
  text-decoration: none;
}

.tw-site .tw-comments-list-wrap {
  min-width: 0;
}

.tw-site .tw-comments-empty {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px dashed var(--tw-border-strong);
  border-radius: var(--tw-radius);
  background: var(--tw-surface-soft);
  color: var(--tw-muted);
}

.tw-site #dle-ajax-comments:not(:empty) + .tw-comments-empty {
  display: none;
}

.tw-site .tw-comments-empty i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: var(--tw-radius);
  background: var(--tw-primary-soft);
  color: var(--tw-primary);
}

.tw-site .tw-comments-empty p {
  margin: 0;
  font-weight: 650;
}

.tw-site .title,
.tw-site .h1,
.tw-site .heading {
  margin: 0 0 14px;
  color: var(--tw-text);
  font-weight: 800;
  line-height: 1.25;
}

.tw-site h1.title,
.tw-site .h1 {
  font-size: 24px;
}

.tw-site h2,
.tw-site h3,
.tw-site h4.heading {
  font-size: 19px;
}

.tw-site .grey,
.tw-site .meta,
.tw-site .vote_votes,
.tw-site .signature,
.tw-site .offline_copyright {
  color: var(--tw-muted);
}

.tw-site .text,
.tw-site .full-text,
.tw-site .short-text,
.tw-site .com_content,
.tw-site .ui-c2,
.tw-site .searchheading,
.tw-site .quote,
.tw-site .spoiler,
.tw-site .pmlist {
  overflow-wrap: anywhere;
}

.tw-site .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  margin: 0;
  line-height: 1;
}

.tw-site .tag_list > span {
  display: inline-flex;
  margin: 0;
  line-height: 1;
}

.tw-site .tag_list > span > a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0.45em 0.85em;
  border: 1px solid var(--tw-border);
  border-radius: 999px;
  background: var(--tw-surface-soft);
  color: var(--tw-primary-strong);
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(8, 122, 85, 0.06);
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.tw-site .tag_list > span > a:hover,
.tw-site .tag_list > span > a:focus-visible {
  border-color: var(--tw-primary);
  background: var(--tw-primary-soft);
  color: var(--tw-primary);
  text-decoration: none;
  transform: translateY(-1px);
}

.tw-site .tag_list .clouds_xsmall {
  font-size: 13px;
}

.tw-site .tag_list .clouds_small {
  font-size: 15px;
}

.tw-site .tag_list .clouds_medium {
  font-size: 17px;
}

.tw-site .tag_list .clouds_large {
  font-size: 19px;
}

.tw-site .tag_list .clouds_xlarge {
  font-size: 22px;
}

.tw-site .tag_list .tags_more {
  display: flex;
  flex-basis: 100%;
  margin-top: 4px;
}

.tw-site .tag_list .tags_more a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid var(--tw-border);
  border-radius: 999px;
  background: var(--tw-surface);
  color: var(--tw-primary-strong);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
}

.tw-site .tag_list .tags_more a:hover,
.tw-site .tag_list .tags_more a:focus-visible {
  border-color: var(--tw-primary);
  background: var(--tw-primary-soft);
  color: var(--tw-primary);
  text-decoration: none;
}

.tw-site .ui-form,
.tw-site .usinf,
.tw-site .form-list,
.tw-site .com_info ul,
.tw-site .vote_list,
.tw-site .pm-box nav,
.tw-site .user_tab {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-site .ui-form {
  display: grid;
  gap: 12px;
}

.tw-site .form-group,
.tw-site .form_submit,
.tw-site .combo,
.tw-site .c-captcha,
.tw-site .comments-image-uploader-area {
  min-width: 0;
}

.tw-site .form-group label,
.tw-site .addform label,
.tw-site .imp {
  display: block;
  margin-bottom: 6px;
  color: var(--tw-text);
  font-weight: 800;
}

.tw-site .combo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tw-site .wide,
.tw-site .field,
.tw-site input[type="text"],
.tw-site input[type="password"],
.tw-site input[type="email"],
.tw-site input[type="file"],
.tw-site input[type="search"],
.tw-site textarea,
.tw-site select {
  width: 100%;
}

.tw-site input[type="text"],
.tw-site input[type="password"],
.tw-site input[type="email"],
.tw-site input[type="search"],
.tw-site input[type="url"],
.tw-site input[type="number"],
.tw-site textarea,
.tw-site select {
  min-width: 0;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid var(--tw-border-strong);
  border-radius: var(--tw-radius);
  outline: 0;
  background: var(--tw-surface);
  color: var(--tw-text);
  font: inherit;
  line-height: 1.35;
}

.tw-site input[type="text"]:focus,
.tw-site input[type="password"]:focus,
.tw-site input[type="email"]:focus,
.tw-site input[type="search"]:focus,
.tw-site input[type="url"]:focus,
.tw-site input[type="number"]:focus,
.tw-site textarea:focus,
.tw-site select:focus {
  border-color: var(--tw-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--tw-primary) 14%, transparent);
}

.tw-site textarea {
  min-height: 118px;
  resize: vertical;
}

.tw-site fieldset {
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
}

.tw-site legend {
  padding: 0 6px;
  color: var(--tw-muted);
  font-weight: 800;
}

.tw-site .btn,
.tw-site .btn-border,
.tw-site .btn-white,
.tw-site button.btn,
.tw-site button.btn-border,
.tw-site input[type="button"],
.tw-site input[type="submit"] {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--tw-primary);
  border-radius: var(--tw-radius);
  background: var(--tw-primary);
  color: #fff;
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.tw-site .btn:hover,
.tw-site .btn-border:hover,
.tw-site .btn-white:hover,
.tw-site button.btn:hover,
.tw-site button.btn-border:hover,
.tw-site input[type="button"]:hover,
.tw-site input[type="submit"]:hover {
  border-color: var(--tw-primary-strong);
  background: var(--tw-primary-strong);
  color: #fff;
  text-decoration: none;
}

.tw-site .btn-border,
.tw-site .btn-white {
  border-color: var(--tw-border-strong);
  background: var(--tw-surface);
  background-color: var(--tw-surface) !important;
  color: var(--tw-primary-strong);
}

.tw-site .btn-big {
  min-height: 46px;
  padding-inline: 18px;
}

.tw-site .form_submit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.tw-site .form-sep {
  min-width: 0;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--tw-border);
  background: transparent;
}

.tw-site li.form-sep:empty {
  height: 1px;
  min-height: 1px;
  margin: 8px 0;
  padding: 0;
  border-top: 1px solid var(--tw-border);
  background: transparent;
}

.tw-site .checkbox,
.tw-site .form-check-label {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.tw-site input[type="checkbox"],
.tw-site input[type="radio"] {
  width: auto;
  min-height: 0;
}

.tw-site table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.tw-site .table_top_users {
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.tw-site .table_top_users table.userstop {
  width: max-content;
  min-width: 760px;
  max-width: none;
}

.tw-site th,
.tw-site td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--tw-border);
  text-align: left;
  vertical-align: top;
  overflow-wrap: break-word;
}

.tw-site th {
  color: var(--tw-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.tw-site .pm-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface-soft);
}

.tw-site #pm-menu,
.tw-site .user_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tw-site #pm-menu span,
.tw-site .user_tab a,
.tw-site .user_tab li > span,
.tw-site .vote_more a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  color: var(--tw-primary-strong);
  font-weight: 800;
}

.tw-site .pm_status {
  color: var(--tw-muted);
  font-weight: 800;
  white-space: nowrap;
}

.tw-site .comment {
  margin: 0 0 12px;
  padding: 14px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
}

.tw-site .com_info {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.tw-site .avatar,
.tw-site .cover {
  display: block;
}

.tw-site .cover {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--tw-primary-soft);
  color: transparent;
  background-size: cover;
  background-position: center;
}

.tw-site .com_online {
  display: inline-flex;
  margin-top: 6px;
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
  font-size: 11px;
  font-weight: 800;
}

.tw-site .com_user .name {
  display: block;
  color: var(--tw-text);
  font-size: 16px;
}

.tw-site .meta ul,
.tw-site .left {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.tw-site .meta li a,
.tw-site .meta li i,
.tw-site .reply a,
.tw-site .complaint a,
.tw-site .del a,
.tw-site .edit_btn a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 8px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  color: var(--tw-primary-strong);
  font-style: normal;
  font-weight: 800;
}

.tw-site .story_icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.tw-site .story_icons a,
.tw-site .story_icons span,
.tw-site .story_icons li > i,
.tw-site .meta li a,
.tw-site .meta li > span,
.tw-site .meta li > i,
.tw-site .complaint a,
.tw-site .del a,
.tw-site .edit_btn a,
.tw-site .edit_btn i {
  display: inline-flex;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  color: var(--tw-primary-strong);
  font-size: 0;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.tw-site .story_icons a:hover,
.tw-site .story_icons span:hover,
.tw-site .meta li a:hover,
.tw-site .meta li > span:hover,
.tw-site .meta li > i:hover {
  border-color: var(--tw-primary);
  color: var(--tw-primary);
  text-decoration: none;
}

.tw-site .story_icons i,
.tw-site .meta li a i,
.tw-site .complaint a i,
.tw-site .del a svg,
.tw-site .meta li a svg {
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: currentColor;
  font-size: 14px;
}

.tw-site .edit_btn i::before,
.tw-site .edit_btn a::before {
  content: "\f044";
  font: var(--fa-font-solid);
  font-size: 14px;
}

.tw-site .com_content {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--tw-border);
}

.tw-site .icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.tw-site .usinf {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.tw-site .usinf li {
  display: grid;
  grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--tw-border);
}

.tw-site .ui-c1 {
  font-weight: 800;
}

.tw-site .userinfo_top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border-color: #cde7d9;
  background: var(--tw-primary-soft);
}

.tw-site .vote_list {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}

.tw-site .vote_more {
  margin-bottom: 10px;
}

.tw-site .searchheading {
  display: block;
  margin-bottom: 4px;
  color: var(--tw-text);
  font-weight: 800;
}

.tw-site .profile_popup {
  max-width: 380px;
}

.tw-site .dle-popup-userprofile.ui-dialog {
  overflow: hidden;
  border-radius: 12px;
}

.tw-site .dle-popup-userprofile .ui-dialog-content {
  padding: 0 !important;
}

.tw-site .dle-popup-userprofile .ui-dialog-buttonpane {
  margin: 0;
  padding: 12px 18px;
}

.tw-site .dle-popup-userprofile .ui-dialog-titlebar-close {
  display: grid !important;
  width: 34px !important;
  height: 34px !important;
  place-items: center;
  margin-top: -17px !important;
  color: #fff;
}

.tw-site .dle-popup-userprofile .ui-dialog-titlebar-close .ui-icon {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px 14px;
  opacity: 0.75;
  transform: translate(-50%, -50%);
}

.tw-site .dle-popup-userprofile .ui-dialog-titlebar-close span.ui-button-text {
  display: none !important;
  width: 0;
  height: 0;
  margin: 0 !important;
  background: none !important;
  opacity: 0;
}

.tw-site .dle-popup-userprofile .ui-dialog-titlebar-close:hover .ui-icon,
.tw-site .dle-popup-userprofile .ui-dialog-titlebar-close:focus-visible .ui-icon {
  opacity: 1;
}

.tw-site .profile_popup.tw-user-popup {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tw-user-popup {
  overflow: hidden;
  color: var(--tw-text);
}

.tw-user-popup__head {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--tw-border);
  background: linear-gradient(135deg, var(--tw-primary-soft), var(--tw-surface));
}

.tw-user-popup__avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--tw-primary) 24%, var(--tw-border));
  border-radius: 18px;
  background: var(--tw-primary-soft);
}

.tw-user-popup__avatar img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw-user-popup__avatar > i {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--tw-primary-strong);
  font-size: 30px;
  line-height: 1;
}

.tw-user-popup__avatar > i::before {
  display: block;
  line-height: 1;
}

.tw-user-popup__avatar.has-photo > i {
  visibility: hidden;
}

.tw-user-popup__online-dot {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--tw-surface);
  border-radius: 999px;
  background: #20b878;
}

.tw-user-popup__intro {
  min-width: 0;
}

.tw-user-popup__name {
  overflow: hidden;
  color: var(--tw-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw-user-popup__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  align-items: center;
}

.tw-user-popup__presence,
.tw-user-popup__group {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 7px;
  padding: 5px 9px;
  border: 1px solid var(--tw-border);
  border-radius: 999px;
  background: var(--tw-surface);
  color: var(--tw-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.tw-user-popup__presence--online {
  border-color: color-mix(in srgb, var(--tw-primary) 38%, var(--tw-border));
  color: var(--tw-primary-strong);
  background: var(--tw-primary-soft);
}

.tw-user-popup__presence--offline i {
  color: var(--tw-muted);
}

.tw-user-popup__group {
  max-width: 100%;
}

.tw-user-popup__facts {
  display: grid;
  gap: 0;
  padding: 6px 20px 0;
  background: var(--tw-surface);
}

.tw-user-popup__fact {
  display: grid;
  grid-template-columns: 26px minmax(112px, 0.45fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--tw-border);
}

.tw-user-popup__fact i {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 7px;
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
  font-size: 13px;
}

.tw-user-popup__fact span {
  color: var(--tw-muted);
  font-weight: 650;
}

.tw-user-popup__fact b {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--tw-text);
  font-weight: 650;
}

.tw-user-popup__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px 20px 20px;
  background: var(--tw-surface);
}

.tw-user-popup__stat {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: 2px 10px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface-soft);
}

.tw-user-popup__stat > i {
  grid-row: 1 / span 3;
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
}

.tw-user-popup__stat b {
  color: var(--tw-text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  align-self: end;
}

.tw-user-popup__stat span {
  color: var(--tw-muted);
  font-size: 13px;
  font-weight: 700;
  align-self: start;
}

.tw-user-popup__stat small {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  min-width: 0;
  min-height: 18px;
  margin-top: 4px;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.25;
}

.tw-site .tw-user-popup__stat small a {
  color: var(--tw-primary-strong);
  font-weight: 750;
}

.tw-site .tw-user-popup__stat small a:hover,
.tw-site .tw-user-popup__stat small a:focus-visible {
  color: var(--tw-primary);
}

.tw-site .c-captcha {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.tw-site .bb-editor,
.tw-site .bb-editor textarea,
.tw-site .editor,
.tw-site .dlewysiwyg {
  max-width: 100%;
}

.tw-site .xfields,
.tw-site .user_fields,
.tw-site .soc_links,
.tw-site .admin_checkboxs {
  min-width: 0;
  overflow-wrap: anywhere;
}

.tw-site .soc_links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tw-site .berrors {
  border-color: #ffd5ce;
  background: var(--tw-danger-soft);
}

.tw-site .attachment,
.tw-site .quote,
.tw-site .scriptcode,
.tw-site pre {
  max-width: 100%;
  overflow: auto;
}

.tw-site .title_quote,
.tw-site .quote,
.tw-site blockquote {
  padding: 10px 12px;
  border: 1px solid var(--tw-border);
  border-left: 3px solid var(--tw-accent);
  background: var(--tw-surface-soft);
  color: var(--tw-text);
}

.tw-site .title_quote {
  margin: 10px 0 0;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  color: var(--tw-muted);
  font-weight: 650;
}

.tw-site .quote,
.tw-site blockquote {
  margin: 0 0 10px;
  border-radius: 0 6px 6px 0;
}

.tw-site blockquote {
  margin-top: 10px;
}

.tw-site .quote_block {
  margin: 10px 0;
}

.tw-site .title_quote a,
.tw-site .quote a,
.tw-site blockquote a {
  color: var(--tw-primary-strong);
  text-decoration: none;
}

.tw-site .title_quote a:hover,
.tw-site .quote a:hover,
.tw-site blockquote a:hover {
  color: var(--tw-primary);
  text-decoration: none;
}

.tw-site .quote_link {
  float: right;
  margin-left: 8px;
  color: var(--tw-muted);
}

.tw-site .quote_link:hover,
.tw-site .quote_link:focus-visible {
  color: var(--tw-primary-strong);
}

.tw-site .quote_link svg,
.tw-site .quote_link i {
  color: currentColor;
}

.tw-site .title_hide {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Unified DLE components */
.tw-site .btn-border,
.tw-site button.btn-border,
.tw-site .btn-white,
.tw-site button.btn-white,
.tw-site input.tw-button--secondary,
.tw-site input[type="reset"] {
  border-color: var(--tw-border-strong);
  background: var(--tw-surface);
  color: var(--tw-primary-strong);
}

.tw-site .btn-border:hover,
.tw-site button.btn-border:hover,
.tw-site button.btn-border:focus-visible,
.tw-site .btn-white:hover,
.tw-site button.btn-white:hover,
.tw-site button.btn-white:focus-visible,
.tw-site input.tw-button--secondary:hover,
.tw-site input.tw-button--secondary:focus-visible,
.tw-site input[type="reset"]:hover {
  border-color: var(--tw-primary);
  background: var(--tw-primary-soft);
  background-color: var(--tw-primary-soft) !important;
  color: var(--tw-primary-strong);
  text-decoration: none;
}

.tw-site .bbcodes {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin: 4px 2px;
  padding: 8px 13px;
  border: 1px solid var(--tw-border-strong);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  color: var(--tw-primary-strong);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.tw-site .bbcodes[type="submit"] {
  border-color: var(--tw-primary);
  background: var(--tw-primary);
  color: #fff;
}

.tw-site .bbcodes:hover {
  border-color: var(--tw-primary-strong);
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
}

.tw-site .bbcodes[type="submit"]:hover {
  background: var(--tw-primary-strong);
  color: #fff;
}

.tw-site .form_submit,
.tw-site .tw-inline-row {
  row-gap: 8px;
}

.tw-site .pm-box {
  border: 0;
  background: var(--tw-surface-soft);
}

.tw-site #pm-menu {
  gap: 4px;
}

.tw-site #pm-menu span,
.tw-site #pm-menu a {
  border: 0;
  border-radius: 6px;
  background: transparent;
}

.tw-site #pm-menu span:hover,
.tw-site #pm-menu a:hover {
  background: var(--tw-primary-soft);
}

.tw-site .user_tab {
  min-width: 0;
  align-items: center;
  gap: 4px;
}

.tw-site .user_tab li {
  min-width: 0;
}

.tw-site .user_tab a,
.tw-site .user_tab li > span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 8px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--tw-muted);
  font-size: 14px;
  font-weight: 650;
}

.tw-site .user_tab li.active a,
.tw-site .user_tab a:hover {
  background: var(--tw-surface);
  color: var(--tw-text);
}

.tw-site .userinfo_top .user_tab li:first-child a {
  padding-left: 0;
  background: transparent;
  color: var(--tw-text);
  font-size: 22px;
  font-weight: 800;
}

.tw-site .userinfo_top {
  grid-template-columns: minmax(0, 1fr) auto;
  margin: -18px -18px 18px;
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid var(--tw-border);
  border-radius: var(--tw-radius) var(--tw-radius) 0 0;
  background: var(--tw-surface-soft);
  box-shadow: none;
}

.tw-site .userinfo_top .avatar .cover {
  width: 52px;
  height: 52px;
}

.tw-site .usinf li {
  grid-template-columns: minmax(140px, 34%) minmax(0, 1fr);
}

.tw-site .ui-c1 {
  min-width: 0;
  color: var(--tw-muted);
  font-weight: 650;
}

.tw-site .ui-c2 {
  min-width: 0;
  font-weight: 400;
}

.tw-site .com_info {
  grid-template-columns: 44px minmax(0, 1fr) minmax(0, auto);
}

.tw-site .cover {
  width: 44px;
  height: 44px;
}

.tw-site .story_icons,
.tw-site .meta ul,
.tw-site .left {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  float: none;
  list-style: none;
}

.tw-site .story_icons {
  margin-bottom: 8px;
}

.tw-site .story_icons a,
.tw-site .story_icons span,
.tw-site .story_icons li > i,
.tw-site .comment .meta li a,
.tw-site .comment .meta li > span,
.tw-site .comment .meta li > i,
.tw-site .comment .complaint a,
.tw-site .comment .del a,
.tw-site .comment .edit_btn a,
.tw-site .comment .edit_btn i {
  display: inline-flex;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--tw-muted);
  font-size: 0;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.tw-site .story_icons a:hover,
.tw-site .story_icons span:hover,
.tw-site .comment .meta li a:hover,
.tw-site .comment .meta li > span:hover,
.tw-site .comment .meta li > i:hover {
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
  text-decoration: none;
}

.tw-site .story_icons i,
.tw-site .comment .meta li a i,
.tw-site .comment .meta li a svg,
.tw-site .comment .meta li > svg,
.tw-site .comment .meta li > span > svg {
  width: 16px !important;
  min-width: 0;
  height: 16px !important;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: currentColor;
  font-size: 14px;
  fill: currentColor;
}

.tw-site .edit_btn a::before {
  content: "\f044";
  font: var(--fa-font-solid);
  font-size: 14px;
}

.tw-site .edit_btn i {
  display: none;
}

.tw-site .comment .meta .reply a span {
  display: none;
}

.tw-site .comment .meta {
  display: grid;
  min-width: 0;
  gap: 6px;
  justify-items: end;
}

.tw-site .comment .rate,
.tw-site .comment .rate_stars,
.tw-site .comment .rate_like,
.tw-site .comment .rate_like-dislike {
  min-width: 0;
  max-width: 100%;
  float: none;
}

.tw-site .comment .rate_stars {
  width: auto !important;
}

.tw-site #dle-comments-list,
.tw-site #dle-comments-list .comments-tree-list,
.tw-site #dle-comments-list .comments-tree-list ol,
.tw-site #dle-comments-list .comments-tree-list ul,
.tw-site .comments-tree-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-site #dle-comments-list .comments-tree-list li,
.tw-site .comments-tree-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-site #dle-comments-list .comments-tree-list li::marker,
.tw-site .comments-tree-list li::marker {
  content: "";
  font-size: 0;
}

.tw-site #dle-comments-list .comments-tree-list .comments-tree-list {
  margin-top: 8px;
  padding-left: 28px;
  border-left: 0;
}

.tw-site #dle-comments-list .comments-tree-list .comments-tree-list > li,
.tw-site .comments-tree-list .comments-tree-list > li {
  position: relative;
}

.tw-site #dle-comments-list .comments-tree-list .comments-tree-list > li::before,
.tw-site .comments-tree-list .comments-tree-list > li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: -14px;
  width: 14px;
  border-top: 1px solid var(--tw-border);
}

.tw-site #dle-comments-list .comments-tree-list .comments-tree-list > li::after,
.tw-site .comments-tree-list .comments-tree-list > li::after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -14px;
  border-left: 1px solid var(--tw-border);
}

.tw-site #dle-comments-list .comments-tree-list .comments-tree-list > li:last-child::after,
.tw-site .comments-tree-list .comments-tree-list > li:last-child::after {
  bottom: auto;
  height: 32px;
}

.tw-site .comment {
  margin: 0 0 8px;
  padding: 10px 12px 12px;
}

.tw-site .comment.tw-comment-admin {
  border-color: color-mix(in srgb, var(--tw-accent) 46%, var(--tw-border));
  background: var(--tw-accent-soft);
}

.tw-site .comment.tw-comment-admin .com_online {
  border-color: var(--tw-accent-soft);
}

.tw-site .comment .com_info {
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.tw-site .comment .cover {
  width: 34px;
  height: 34px;
  border-radius: 7px;
}

.tw-site .comment .avatar {
  position: relative;
  min-width: 0;
  width: 34px;
}

.tw-site .comment .com_online {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 11px;
  height: 11px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  border: 2px solid var(--tw-surface);
  border-radius: 999px;
  background: #16a971;
  color: transparent;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

.tw-site .comment .com_user {
  min-width: 0;
  padding-top: 0;
}

.tw-site .comment .com_user .name {
  display: inline-flex;
  max-width: 100%;
  color: var(--tw-primary-strong);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.tw-site .comment .com_user .grey {
  display: block;
  margin-top: 1px;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.25;
}

.tw-site .comment .meta {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  gap: 4px;
  align-items: center;
  justify-content: flex-end;
}

.tw-site .comment .meta ul,
.tw-site .comment .left {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-site .comment .tw-comment-more {
  position: relative;
  display: inline-block;
}

.tw-site .comment .tw-comment-more summary {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 6px;
  color: var(--tw-muted);
  cursor: pointer;
  list-style: none;
}

.tw-site .comment .tw-comment-more summary::-webkit-details-marker {
  display: none;
}

.tw-site .comment .tw-comment-more summary::marker {
  content: "";
}

.tw-site .comment .tw-comment-more summary:hover,
.tw-site .comment .tw-comment-more[open] summary {
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
}

.tw-site .comment .tw-comment-more summary i {
  font-size: 14px;
  line-height: 1;
}

.tw-site .comment .tw-comment-more .left {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 8;
  display: grid;
  min-width: 176px;
  padding: 6px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  box-shadow: var(--tw-shadow);
}

.tw-site .comment .tw-comment-more:not([open]) .left {
  display: none;
}

.tw-site .comment .tw-comment-more .left li {
  display: block;
  width: 100%;
}

.tw-site .comment .meta li {
  display: inline-flex;
  min-width: 0;
}

.tw-site .comment .meta li a,
.tw-site .comment .meta li > span,
.tw-site .comment .meta li > i,
.tw-site .comment .complaint a,
.tw-site .comment .del a,
.tw-site .comment .edit_btn a,
.tw-site .comment .edit_btn i {
  display: inline-grid;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  place-items: center;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--tw-muted);
  font-size: 0;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.tw-site .comment .tw-comment-more .complaint a,
.tw-site .comment .tw-comment-more .tw-comment-quote a,
.tw-site .comment .tw-comment-more .del a,
.tw-site .comment .tw-comment-more .edit_btn a,
.tw-site .comment .tw-comment-more .tw-comment-copy a {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  width: 100%;
  min-width: 156px;
  height: auto;
  min-height: 34px;
  align-items: center;
  justify-content: start;
  justify-items: start;
  padding: 7px 9px;
  column-gap: 9px;
  border-radius: 6px;
  color: var(--tw-text);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  text-align: left;
}

.tw-site .comment .tw-comment-more .complaint a span,
.tw-site .comment .tw-comment-more .tw-comment-quote a span,
.tw-site .comment .tw-comment-more .del a span,
.tw-site .comment .tw-comment-more .edit_btn a span,
.tw-site .comment .tw-comment-more .tw-comment-copy a span {
  justify-self: start;
}

.tw-site .comment .meta li a:hover,
.tw-site .comment .meta li > span:hover,
.tw-site .comment .meta li > i:hover,
.tw-site .comment .complaint a:hover,
.tw-site .comment .tw-comment-quote a:hover,
.tw-site .comment .del a:hover,
.tw-site .comment .edit_btn a:hover,
.tw-site .comment .tw-comment-copy a:hover {
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
  text-decoration: none;
}

.tw-site .comment .tw-comment-more .left a:hover,
.tw-site .comment .tw-comment-more .left a:focus-visible {
  background: transparent;
  color: var(--tw-primary);
  text-decoration: none;
}

.tw-site .comment .meta li a i,
.tw-site .comment .meta li > i,
.tw-site .comment .meta li > span > i,
.tw-site .comment .complaint a i,
.tw-site .comment .del a i,
.tw-site .comment .edit_btn a i,
.tw-site .comment .edit_btn i,
.tw-site .comment .tw-comment-copy a i {
  display: inline-grid;
  width: 15px !important;
  min-width: 15px;
  height: 15px !important;
  min-height: 15px;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: currentColor;
  font-size: 14px;
  line-height: 1;
}

.tw-site .comment .tw-comment-more .complaint a i,
.tw-site .comment .tw-comment-more .tw-comment-quote a i,
.tw-site .comment .tw-comment-more .del a i,
.tw-site .comment .tw-comment-more .edit_btn a i,
.tw-site .comment .tw-comment-more .tw-comment-copy a i {
  justify-self: center;
  width: 18px !important;
  min-width: 18px;
  height: 18px !important;
  min-height: 18px;
  font-size: 14px;
}

.tw-site .comment .tw-comment-more .tw-comment-copy a.is-copied {
  color: var(--tw-primary);
}

.tw-site .comment {
  scroll-margin-top: 86px;
}

.tw-site .comment .edit_btn a::before {
  content: none;
}

.tw-site .comment .meta > a span,
.tw-site .comment .meta > span:not(.tw-comment-mass),
.tw-site .comment .meta > i {
  position: absolute;
  width: 1px;
  min-width: 1px;
  height: 1px;
  min-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.tw-site .comment .mass input {
  width: 14px;
  height: 14px;
  margin: 0;
}

.tw-site .comment .tw-comment-mass {
  display: inline-grid;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  place-items: center;
  border-radius: 6px;
}

.tw-site .comment .tw-comment-mass:hover {
  background: var(--tw-primary-soft);
}

.tw-site .comment .rate,
.tw-site .comment .rate_stars,
.tw-site .comment .rate_like,
.tw-site .comment .rate_like-dislike {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 4px;
  color: var(--tw-primary-strong);
  font-size: 13px;
  line-height: 1;
}

.tw-site .comment .rate_like a,
.tw-site .comment .rate_like-dislike a,
.tw-site .comment .rate_like > span,
.tw-site .comment .rate_like-dislike > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}

.tw-site .comment .rate_like .icon,
.tw-site .comment .rate_like-dislike .icon {
  display: block;
  width: 15px;
  height: 15px;
}

.tw-site .comment .com_content {
  margin-top: 8px;
  padding-top: 0;
  padding-left: 42px;
  border-top: 0;
}

.tw-site .comment .com_content > .text {
  margin: 0;
  color: var(--tw-text);
  font-size: 15px;
  line-height: 1.5;
}

.tw-site .comment .tw-comment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 6px;
  color: var(--tw-muted);
  font-size: 12px;
}

.tw-site .comment .tw-comment-actions .reply {
  display: inline-flex;
  margin: 0;
}

.tw-site .comment .tw-comment-actions .reply:empty {
  display: none;
}

.tw-site .comment .tw-comment-actions a {
  display: inline-flex;
  min-height: 0;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--tw-muted);
  box-shadow: none;
  font-weight: 600;
  line-height: 1.35;
}

.tw-site .comment .tw-comment-actions .tw-comment-more {
  display: inline-flex;
  align-items: center;
}

.tw-site .comment .tw-comment-actions .tw-comment-more summary {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.tw-site .comment .tw-comment-actions .tw-comment-more summary i {
  font-size: 12px;
}

.tw-site .comment .tw-comment-actions a:hover,
.tw-site .comment .tw-comment-actions a:focus-visible {
  color: var(--tw-primary-strong);
  text-decoration: none;
}

.tw-site .comment .tw-comment-actions i {
  color: currentColor;
  font-size: 11px;
}

.tw-site .comment .com_content > .text > :first-child {
  margin-top: 0;
}

.tw-site .comment .com_content > .text > :last-child {
  margin-bottom: 0;
}

.tw-site .rating,
.tw-site .unit-rating {
  background-color: transparent;
}

.tw-site .unit-rating,
.tw-site .unit-rating li a:hover,
.tw-site .unit-rating li.current-rating {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='69' viewBox='0 0 23 69'%3E%3Cpath fill='%23f5c451' d='m11.5 1.7 2.9 5.87 6.48.94-4.69 4.57 1.11 6.45-5.8-3.05-5.8 3.05 1.11-6.45-4.69-4.57 6.48-.94z'/%3E%3Cpath fill='%23f5c451' transform='translate(0 23)' d='m11.5 1.7 2.9 5.87 6.48.94-4.69 4.57 1.11 6.45-5.8-3.05-5.8 3.05 1.11-6.45-4.69-4.57 6.48-.94z'/%3E%3Cpath fill='%238b9691' transform='translate(0 46)' d='m11.5 1.7 2.9 5.87 6.48.94-4.69 4.57 1.11 6.45-5.8-3.05-5.8 3.05 1.11-6.45-4.69-4.57 6.48-.94z'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 23px 69px;
}

.tw-site #dropmenudiv {
  padding: 6px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  color: var(--tw-text);
  box-shadow: var(--tw-shadow);
}

.tw-site #dropmenudiv a {
  padding: 8px 10px;
  border-radius: 5px;
  color: var(--tw-text);
  line-height: 1.35;
}

.tw-site #dropmenudiv a:hover,
.tw-site #dropmenudiv a:focus-visible {
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
}

.tw-site .ui-dialog {
  border: 1px solid var(--tw-border);
  background: var(--tw-surface);
  color: var(--tw-text);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.tw-site .ui-dialog-titlebar {
  border-bottom: 1px solid color-mix(in srgb, var(--tw-primary) 75%, #000);
  background: var(--tw-primary) !important;
  color: #fff;
}

.tw-site .ui-dialog-title {
  text-shadow: none;
}

.tw-site .ui-dialog .ui-dialog-titlebar-close {
  display: grid !important;
  overflow: hidden;
  width: 34px !important;
  height: 34px !important;
  place-items: center;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}

.tw-site .ui-dialog .ui-dialog-titlebar-close .ui-icon {
  position: static !important;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px 14px;
  opacity: 0.75;
  transform: none;
}

.tw-site .ui-dialog .ui-dialog-titlebar-close .ui-button-text {
  display: none !important;
  visibility: hidden !important;
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  opacity: 0;
  text-indent: -9999px;
}

.tw-site .ui-dialog .ui-dialog-titlebar-close:hover .ui-icon,
.tw-site .ui-dialog .ui-dialog-titlebar-close:focus-visible .ui-icon {
  opacity: 1;
}

.tw-site .ui-dialog-content {
  border: 0;
  background: var(--tw-surface);
  color: var(--tw-text);
}

.tw-site .ui-dialog label {
  color: var(--tw-muted);
}

.tw-site .ui-dialog input:not([type="button"]):not([type="submit"]):not([type="reset"]),
.tw-site .ui-dialog textarea,
.tw-site .ui-dialog select {
  border: 1px solid var(--tw-border-strong);
  border-radius: 6px;
  background: var(--tw-surface-soft);
  color: var(--tw-text);
  font: inherit;
}

.tw-site .ui-dialog input::placeholder,
.tw-site .ui-dialog textarea::placeholder {
  color: var(--tw-muted);
  opacity: 1;
}

.tw-site .ui-dialog .ui-dialog-buttonpane {
  border-top: 1px solid var(--tw-border);
  background: var(--tw-surface-soft);
  color: var(--tw-text);
}

.tw-site .ui-dialog .ui-button {
  border: 1px solid var(--tw-primary);
  background: var(--tw-primary);
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  text-shadow: none;
}

.tw-site .ui-dialog .ui-button:hover,
.tw-site .ui-dialog .ui-button:focus-visible,
.tw-site .ui-dialog .ui-dialog-buttonset button:last-child:hover {
  border-color: var(--tw-primary-strong);
  background: var(--tw-primary-strong);
  color: #fff;
}

.tw-site .ui-dialog .ui-dialog-buttonset button:first-child {
  border-color: var(--tw-border-strong);
  background: var(--tw-surface);
  color: var(--tw-text);
}

.tw-site .ui-dialog .ui-dialog-buttonset button:first-child:hover,
.tw-site .ui-dialog .ui-dialog-buttonset button:first-child:focus-visible {
  border-color: var(--tw-border-strong);
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
}

.tw-site .com_content {
  clear: both;
}

.tw-site .fullstory > .meta {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid var(--tw-border);
}

.tw-site .fullstory > .meta li a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--tw-muted);
  font-size: 13px;
  font-weight: 650;
}

.tw-site .fullstory > .meta li a:hover {
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
}

.tw-site .shortstory > .meta {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.tw-site .shortstory > .meta li a,
.tw-site .shortstory > .meta li > span,
.tw-site .shortstory > .meta li > i {
  display: inline-flex;
  width: auto;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 7px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--tw-muted);
  font-size: 13px;
  font-weight: 650;
}

.tw-site .shortstory > .meta li a:hover {
  background: var(--tw-primary-soft);
  color: var(--tw-primary-strong);
}

.tw-site .shortstory > .meta li a i {
  width: 15px;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 14px;
}

.tw-site .statistics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tw-site .stats_head > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 20px;
  padding: 0;
  list-style: none;
}

.tw-site .stats_head > ul > li {
  min-width: 0;
  margin: 0;
  padding: 12px;
  border-left: 3px solid var(--tw-primary);
  border-radius: 6px;
  background: var(--tw-surface-soft);
}

.tw-site .stats_head > ul > li::before {
  display: none;
}

.tw-site .stats_head > ul > li.stats_d {
  border-left-color: var(--tw-accent);
}

.tw-site .stats_head > ul > li.stats_w {
  border-left-color: var(--tw-danger);
}

.tw-site .stats_head > ul > li > b,
.tw-site .stats_head > ul > li > span {
  display: block;
}

.tw-site .stats_head > ul > li > b {
  margin-bottom: 4px;
  color: var(--tw-text);
  font-size: 13px;
}

.tw-site .stats_head > ul > li > span {
  color: var(--tw-muted);
  font-size: 13px;
  line-height: 1.45;
}

.tw-site .stat_group {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.tw-site .stat_group > h5 {
  margin: 0 0 8px;
  color: var(--tw-text);
  font-size: 16px;
}

.tw-site .stat_group > ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--tw-border);
  list-style: none;
}

.tw-site .stat_group > ul > li {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid var(--tw-border);
}

.tw-site .stat_group .right {
  flex: 0 0 auto;
  float: none;
  color: var(--tw-text);
}

.tw-site .statistics > p {
  grid-column: 1 / -1;
  margin: -4px 0 0;
}

.tw-site .tw-navigation {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
}

.tw-site .tw-navigation .page_next-prev,
.tw-site .tw-navigation .pages {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.tw-site .tw-navigation a,
.tw-site .tw-navigation .pages > span {
  display: inline-flex;
  min-width: 34px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  border: 0;
  border-radius: 6px;
  background: var(--tw-surface-soft);
  color: var(--tw-primary-strong);
}

.tw-site .tw-navigation a:hover,
.tw-site .tw-navigation .pages > span {
  background: var(--tw-primary-soft);
}

.tw-tooltip {
  position: fixed;
  z-index: 120;
  width: max-content;
  max-width: min(280px, calc(100vw - 16px));
  padding: 7px 10px;
  border: 1px solid var(--tw-tooltip-border);
  border-radius: 6px;
  background: var(--tw-tooltip-bg);
  box-shadow: 0 8px 24px rgba(10, 25, 18, 0.2);
  color: var(--tw-tooltip-text);
  font-family: "Onest", Arial, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  overflow-wrap: anywhere;
  pointer-events: none;
}

.tw-tooltip[hidden] {
  display: none;
}

.tw-tooltip::after {
  content: "";
  position: absolute;
  left: var(--tw-tooltip-arrow-left, 50%);
  width: 8px;
  height: 8px;
  margin-left: -5px;
  border: 1px solid var(--tw-tooltip-border);
  background: var(--tw-tooltip-bg);
  transform: rotate(45deg);
}

.tw-tooltip[data-placement="top"]::after {
  bottom: -5px;
  border-top: 0;
  border-left: 0;
}

.tw-tooltip[data-placement="bottom"]::after {
  top: -5px;
  border-right: 0;
  border-bottom: 0;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --tw-bg: #111613;
  --tw-surface: #1b221e;
  --tw-surface-soft: #202a25;
  --tw-border: #34423b;
  --tw-border-strong: #4a5a52;
  --tw-text: #edf4f0;
  --tw-muted: #a0ada7;
  --tw-primary: #54d6a6;
  --tw-primary-strong: #82e7c1;
  --tw-primary-fill: #0c8a60;
  --tw-primary-fill-hover: #0fa875;
  --tw-primary-soft: #193b2f;
  --tw-accent: #f0aa42;
  --tw-accent-soft: #382b19;
  --tw-danger: #ff7777;
  --tw-danger-soft: #432525;
  --tw-info: #72a8ff;
  --tw-info-soft: #1b2d48;
  --tw-tooltip-bg: #edf4f0;
  --tw-tooltip-text: #16211d;
  --tw-tooltip-border: #c7d5cf;
  --tw-shadow: 0 16px 45px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .tw-info-message {
  border-color: #2b4867;
  background: #152333;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

html[data-theme="dark"] .tw-info-message__head {
  border-bottom-color: #243d57;
}

html[data-theme="dark"] .tw-info-message__head > i {
  background: #203852;
  color: var(--tw-info);
}

html[data-theme="dark"] .tw-feedback-notice {
  border-color: #2f6b56;
  background: #142820;
}

html[data-theme="dark"] .tw-feedback-notice > i {
  background: #1f4638;
  color: var(--tw-primary);
}

html[data-theme="dark"] .tw-offline-status {
  border-color: #6d4e22;
  color: #ffd596;
}

html[data-theme="dark"] .tw-offline-reason {
  border-color: #2b4867;
  background: #152333;
}

html[data-theme="dark"] .tw-offline-card::before {
  background: var(--tw-primary);
}

html[data-theme="dark"] .tw-top-nav a,
html[data-theme="dark"] .tw-tool-link,
html[data-theme="dark"] .tw-footer-links a {
  color: #b6c2bd;
}

html[data-theme="dark"] .tw-tool-link:hover,
html[data-theme="dark"] .tw-tool-link.is-active {
  color: var(--tw-primary-strong);
}

html[data-theme="dark"] .tw-tool-search > i,
html[data-theme="dark"] .tw-tool-link i {
  color: #82918a;
}

html[data-theme="dark"] .tw-site input::placeholder,
html[data-theme="dark"] .tw-site textarea::placeholder {
  color: #89958f;
  opacity: 1;
}

html[data-theme="dark"] .tw-monitorus-card {
  border-color: #715526;
}

html[data-theme="dark"] .tw-ad-slot {
  color: #89958f;
}

.tw-cookie-notice[hidden] {
  display: none;
}

.tw-cookie-notice {
  position: fixed;
  z-index: 90;
  bottom: 22px;
  left: 22px;
  width: min(480px, calc(100vw - 44px));
  padding: 16px;
  border: 1px solid var(--tw-border-strong);
  border-left: 4px solid var(--tw-primary);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  color: var(--tw-text);
  box-shadow: 0 18px 55px rgba(20, 43, 35, 0.2);
}

.tw-cookie-notice__inner {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.tw-cookie-notice__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: var(--tw-radius);
  background: var(--tw-primary-soft);
  color: var(--tw-primary);
  font-size: 18px;
}

.tw-cookie-notice__content {
  min-width: 0;
}

.tw-cookie-notice__content strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.tw-cookie-notice__content p {
  margin: 0 0 8px;
  color: var(--tw-muted);
  font-size: 13px;
  line-height: 1.5;
}

.tw-cookie-notice__content a {
  color: var(--tw-primary-strong);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tw-cookie-notice__content a:hover,
.tw-cookie-notice__content a:focus-visible {
  color: var(--tw-primary);
  text-decoration: underline;
}

.tw-cookie-notice__button {
  grid-column: 2;
  justify-self: start;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--tw-primary);
  border-radius: var(--tw-radius);
  background: var(--tw-primary);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.tw-cookie-notice__button:hover,
.tw-cookie-notice__button:focus-visible {
  border-color: var(--tw-primary-strong);
  background: var(--tw-primary-strong);
}

@media (max-width: 1180px) {
  .tw-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .tw-site-tools {
    grid-column: 1;
    grid-row: 1 / span 3;
  }

  .tw-ad-slot--top {
    grid-column: 2;
    grid-row: 1;
  }

  .tw-main {
    grid-column: 2;
    grid-row: 2;
  }

  .tw-layout > .tw-site-aside {
    grid-column: 2;
    grid-row: 3;
    position: static;
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .tw-ad-slot--side {
    min-height: 180px;
  }
}

@media (max-width: 920px) {
  .tw-site-header__inner {
    width: calc(100% - 30px);
    gap: 10px;
  }

  .tw-logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .tw-top-nav {
    display: none;
  }

  .tw-tools-button {
    display: inline-flex;
  }

  .tw-header-actions {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .tw-layout {
    display: block;
    width: auto;
    padding: 12px 14px 28px;
  }

  .tw-site-tools {
    display: none;
    position: static;
    max-height: none;
    margin-bottom: 14px;
    padding: 12px 0 14px;
    border-right: 0;
    border-bottom: 1px solid var(--tw-border);
  }

  .tw-tools-open .tw-site-tools {
    display: block;
  }

  .tw-layout > .tw-site-aside {
    display: block;
  }

  .tw-tool-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tw-tool-group__title {
    grid-column: 1 / -1;
  }

  .tw-tool-link {
    margin-bottom: 0;
  }

  .tw-ad-slot--top {
    margin: 0 0 16px;
  }

  .tw-footer__inner {
    width: calc(100% - 30px);
  }
}

@media (max-width: 640px) {
  body.tw-site {
    padding-bottom: 58px;
  }

  body.tw-offline-page {
    padding: 16px;
  }

  .tw-offline-card {
    gap: 15px;
    padding: 24px 18px;
  }

  .tw-offline-card h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .tw-offline-lead {
    font-size: 15px;
  }

  .tw-offline-actions {
    align-items: stretch;
  }

  .tw-offline-actions .tw-button {
    width: 100%;
  }

  .tw-site-header__inner {
    min-height: 64px;
  }

  .tw-logo__mark {
    width: 34px;
    height: 34px;
  }

  .tw-logo__note {
    display: none;
  }

  .tw-header-actions {
    gap: 6px;
  }

  .tw-login__pm {
    display: none !important;
  }

  .tw-login a {
    padding-inline: 8px;
  }

  .tw-login a span,
  .tw-login-open span {
    max-width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tw-tools-button span {
    display: none;
  }

  .tw-tool-group {
    grid-template-columns: 1fr;
  }

  .tw-form-grid,
  .tw-search-grid,
  .tw-footer__inner {
    grid-template-columns: 1fr;
  }

  .tw-home-articles {
    grid-template-columns: 1fr;
  }

  .tw-home-articles .shortstory {
    min-height: 150px;
  }

  .tw-story-info {
    padding: 10px;
  }

  .tw-story-info__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .tw-story-info__actions li {
    flex: 0 1 auto;
  }

  .tw-site .tw-story-info .tw-story-info__actions a {
    width: auto;
  }

  .tw-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    padding-bottom: 16px;
  }

  .tw-footer__inner {
    padding: 24px 0 82px;
  }

  .tw-footer p {
    max-width: none;
  }

  .tw-footer-bottom {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tw-footer-note {
    text-align: left;
  }

  .tw-footer-monitorus {
    white-space: normal;
  }

  .tw-mobile-bottom {
    position: fixed;
    z-index: 30;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 58px;
    padding: 6px 8px;
    border-top: 1px solid var(--tw-border);
    background: color-mix(in srgb, var(--tw-surface) 98%, transparent);
  }

  .tw-mobile-bottom a,
  .tw-mobile-bottom button {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 2px;
    padding: 0;
    border: 0;
    color: var(--tw-muted);
    background: transparent;
    font: inherit;
    font-size: 10px;
    cursor: pointer;
  }

  .tw-mobile-bottom i {
    font-size: 15px;
  }

  .tw-mobile-bottom a.is-active {
    color: var(--tw-primary);
    font-weight: 700;
  }

  .tw-cookie-notice {
    right: 12px;
    bottom: 70px;
    left: 12px;
    width: auto;
    padding: 14px;
  }

  .tw-cookie-notice__inner {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
  }

  .tw-cookie-notice__icon {
    width: 36px;
    height: 36px;
  }

  .tw-cookie-notice__button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .tw-site .box,
  .tw-site .story,
  .tw-site .block_grey,
  .tw-site .berrors,
  .tw-site .related,
  .tw-site .basecont,
  .tw-site .tags_cloud,
  .tw-site .profile_popup,
  .tw-site .tw-content-card {
    padding: 14px;
  }

  .tw-site h1.title,
  .tw-site .h1,
  .tw-site .userinfo_top .user_tab li:first-child a {
    font-size: 20px;
  }

  .tw-site .userinfo_top {
    grid-template-columns: minmax(0, 1fr);
    margin: -14px -14px 16px;
    padding: 14px;
  }

  .tw-site .userinfo_top .avatar {
    display: none;
  }

  .tw-user-popup__head {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .tw-user-popup__avatar {
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  .tw-user-popup__name {
    font-size: 20px;
  }

  .tw-user-popup__facts {
    padding: 4px 16px 0;
  }

  .tw-user-popup__fact {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 6px 10px;
  }

  .tw-user-popup__fact b {
    grid-column: 2;
  }

  .tw-user-popup__stats {
    grid-template-columns: minmax(0, 1fr);
    padding: 14px 16px 16px;
  }

  .tw-site .user_tab {
    align-items: flex-start;
  }

  .tw-site .user_tab li:first-child {
    flex: 1 0 100%;
  }

  .tw-site .usinf li {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    padding: 10px 0;
  }

  .tw-site .ui-c1,
  .tw-site .ui-c2,
  .tw-site .rate,
  .tw-site .rate_stars,
  .tw-site .rate_like,
  .tw-site .rate_like-dislike {
    min-width: 0;
    max-width: 100%;
  }

  .tw-site .com_info {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
  }

  .tw-site .cover {
    width: 40px;
    height: 40px;
  }

  .tw-site .comment .meta {
    grid-column: auto;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0;
    border-top: 0;
  }

  .tw-site .comment .meta ul {
    justify-content: flex-start;
  }

  .tw-site .comment .com_info {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .tw-site .comment .cover {
    width: 34px;
    height: 34px;
  }

  .tw-site .comment .com_content {
    padding-left: 42px;
  }

  .tw-site .comment .tw-comment-actions .tw-comment-more .left {
    right: 0;
    left: auto;
  }

  .tw-site #dle-comments-list .comments-tree-list .comments-tree-list {
    padding-left: 20px;
  }

  .tw-site #dle-comments-list .comments-tree-list .comments-tree-list > li::before,
  .tw-site .comments-tree-list .comments-tree-list > li::before {
    left: -10px;
    width: 10px;
  }

  .tw-site #dle-comments-list .comments-tree-list .comments-tree-list > li::after,
  .tw-site .comments-tree-list .comments-tree-list > li::after {
    left: -10px;
  }

  .tw-site .statistics,
  .tw-site .stats_head > ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .tw-site .statistics {
    gap: 20px;
  }

  .tw-site .stats_head > ul {
    margin-bottom: 16px;
  }

  .tw-site .tw-navigation {
    align-items: flex-start;
  }

  .tw-site .tw-search-box .tw-inline-row,
  .tw-site .form_submit {
    align-items: stretch;
  }

  .tw-site .tw-search-box .tw-inline-row > *,
  .tw-site .form_submit > .btn,
  .tw-site .form_submit > button {
    flex: 1 1 auto;
  }

}
