/**
 * Tio-style DarkNews polish.
 */

.tio-eroge-style {
  --tio-bg: #050505;
  --tio-panel: #141414;
  --tio-panel-soft: #1f1f1f;
  --tio-line: rgba(255, 255, 255, 0.11);
  --tio-green: #00d000;
  --tio-green-soft: rgba(0, 208, 0, 0.18);
  --tio-red: #ff1010;
  --tio-blue: #087fd4;
  --tio-text: #ffffff;
  --tio-muted: rgba(255, 255, 255, 0.72);
  background: var(--tio-bg);
}

.tio-eroge-style .af-whole-wrapper,
.tio-eroge-style .site,
.tio-eroge-style .container-wrapper {
  background-color: var(--tio-bg);
}

.tio-access-shell {
  background: #090909;
  color: var(--tio-text);
  position: relative;
  z-index: 20;
}

.tio-access-bar {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-height: 46px;
  padding: 7px 14px;
}

.tio-private-link,
.tio-vip-button,
.tio-plan-button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  line-height: 1.1;
  text-decoration: none;
  text-transform: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.tio-private-link {
  color: var(--tio-text);
  font-size: 18px;
  letter-spacing: 0;
}

.tio-lock-icon {
  background: linear-gradient(180deg, #ffe86a, #ffb300);
  border-radius: 4px;
  box-shadow: 0 0 18px rgba(255, 203, 35, 0.38);
  display: inline-block;
  height: 22px;
  position: relative;
  width: 22px;
}

.tio-lock-icon::before {
  border: 3px solid #ffe86a;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  content: "";
  height: 12px;
  left: 5px;
  position: absolute;
  top: -9px;
  width: 12px;
}

.tio-vip-button {
  background: var(--tio-red);
  box-shadow: 0 0 22px rgba(255, 16, 16, 0.32);
  color: #ffffff;
  font-size: 16px;
  min-height: 34px;
  padding: 7px 12px;
}

.tio-private-link:hover,
.tio-vip-button:hover,
.tio-plan-button:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.tio-vip-button:hover {
  background: #ff3434;
  box-shadow: 0 0 30px rgba(255, 16, 16, 0.5);
}

.tio-support-strip {
  background: linear-gradient(90deg, #008d00, var(--tio-green), #008d00);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 8px 12px;
  text-align: center;
}

.tio-eroge-style .af-middle-header {
  background: #101010;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 0 30px;
}

.tio-eroge-style .site-branding {
  text-align: center;
}

.tio-eroge-style .site-title {
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.tio-eroge-style .site-title a {
  color: #ffffff;
  display: inline-block;
  max-width: 100%;
  text-shadow: 0 0 24px rgba(0, 208, 0, 0.22);
  white-space: normal;
  word-break: keep-all;
}

.tio-eroge-style .site-title a:hover {
  color: var(--tio-green);
}

.tio-eroge-style .site-description {
  color: var(--tio-muted);
  font-weight: 700;
  margin-top: 8px;
}

.tio-eroge-style .af-bottom-header {
  background: #1d1d1d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.tio-eroge-style .search-watch .custom-menu-link a {
  background: var(--tio-blue);
  border-radius: 0;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.18);
  color: #ffffff;
  font-weight: 800;
}

.tio-eroge-style .search-watch .custom-menu-link a:hover {
  background: #0c95f6;
}

.tio-eroge-style .exclusive-posts {
  background: #242424;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.tio-eroge-style .exclusive-now {
  background: var(--tio-green);
  color: #ffffff;
}

.tio-eroge-style .exclusive-slides a {
  color: #ffffff;
  font-weight: 800;
}

.tio-eroge-style .circle-marq {
  background: rgba(0, 208, 0, 0.14);
}

.tio-eroge-style .aft-main-banner-section,
.tio-eroge-style .section-block-upper {
  background: #050505;
}

.tio-eroge-style article,
.tio-eroge-style .darknews-widget,
.tio-eroge-style .read-single,
.tio-eroge-style .color-pad {
  background: transparent;
}

.tio-eroge-style .af-cat-widget-carousel .read-categories a,
.tio-eroge-style .darknews-categories {
  border-radius: 0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 4px 7px;
  text-transform: uppercase;
}

.tio-eroge-style .read-categories .cat-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tio-eroge-style .read-categories .cat-links li {
  line-height: 1;
  margin: 0;
  padding: 0;
}

.tio-eroge-style .read-categories .darknews-categories {
  border-radius: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  line-height: 1;
}

.tio-eroge-style .read-categories .darknews-categories[href*="/category/android/"] {
  background: #00d000;
}

.tio-eroge-style .read-categories .darknews-categories[href*="/category/pc/"] {
  background: #1689ff;
}

.tio-eroge-style .read-categories .darknews-categories[href*="/category/renpy/"] {
  background: #10aee8;
}

.tio-eroge-style .read-categories .darknews-categories[href*="/category/vip-icerikler/"] {
  background: #ff7a00;
}

.tio-eroge-style .read-categories .darknews-categories[href*="/category/ucretsiz-icerikler/"] {
  background: #00d000;
}

.tio-eroge-style .read-categories .darknews-categories[href*="/category/oyun-motorlari/"],
.tio-eroge-style .read-categories .darknews-categories[href*="/category/isletim-sistemi/"] {
  background: #8c3dff;
}

.tio-eroge-style .entry-title,
.tio-eroge-style .entry-title a,
.tio-eroge-style h1,
.tio-eroge-style h2,
.tio-eroge-style h3,
.tio-eroge-style h4 {
  letter-spacing: 0;
}

.tio-eroge-style .entry-title a:hover,
.tio-eroge-style article a:hover {
  color: var(--tio-green);
}

.tio-eroge-style .af-bottom-head-nav {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.tio-eroge-style .af-bottom-head-nav .navigation-container {
  min-width: 0;
}

.tio-drawer-toggle {
  align-items: center;
  background: #050505;
  border: 1px solid rgba(0, 208, 0, 0.65);
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  gap: 9px;
  min-height: 42px;
  padding: 10px 13px;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tio-drawer-toggle:hover {
  background: rgba(0, 208, 0, 0.14);
  border-color: rgba(0, 208, 0, 0.72);
  transform: translateY(-1px);
}

.tio-drawer-toggle-icon,
.tio-drawer-toggle-icon::before,
.tio-drawer-toggle-icon::after {
  background: #23ff23;
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  width: 18px;
}

.tio-drawer-toggle-icon {
  position: relative;
}

.tio-drawer-toggle-icon::before,
.tio-drawer-toggle-icon::after {
  left: 0;
  position: absolute;
}

.tio-drawer-toggle-icon::before {
  top: -6px;
}

.tio-drawer-toggle-icon::after {
  top: 6px;
}

.tio-drawer-overlay {
  background: rgba(0, 0, 0, 0.72);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 9998;
}

.tio-drawer-panel {
  background: #030303;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  bottom: 0;
  box-shadow: 24px 0 80px rgba(0, 0, 0, 0.58);
  color: #ffffff;
  left: 0;
  max-width: min(92vw, 365px);
  overflow-y: auto;
  padding: 14px 15px 22px;
  position: fixed;
  top: 0;
  transform: translateX(-102%);
  transition: transform 220ms ease;
  width: 365px;
  z-index: 9999;
}

body.tio-drawer-open {
  overflow: hidden;
}

body.tio-drawer-open .tio-drawer-overlay {
  opacity: 1;
}

body.tio-drawer-open .tio-drawer-panel {
  transform: translateX(0);
}

.tio-drawer-head {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 12px;
}

.tio-drawer-head span {
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.tio-drawer-head strong {
  color: #ffffff;
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.tio-drawer-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  width: 40px;
}

.tio-drawer-menu,
.tio-drawer-fallback-menu,
.tio-drawer-menu .sub-menu,
.tio-drawer-fallback-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tio-drawer-menu li,
.tio-drawer-fallback-menu li {
  margin: 0;
}

.tio-drawer-menu a,
.tio-drawer-fallback-menu a {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: space-between;
  min-height: 41px;
  padding: 10px 0;
  text-decoration: none;
  transition: color 160ms ease, padding-left 160ms ease;
}

.tio-drawer-menu a::after,
.tio-drawer-fallback-menu a::after {
  content: "";
  font-size: 14px;
}

.tio-drawer-menu a:hover,
.tio-drawer-fallback-menu a:hover {
  color: #23ff23;
  padding-left: 8px;
}

.tio-drawer-menu .sub-menu,
.tio-drawer-fallback-menu .sub-menu {
  border-left: 1px solid rgba(0, 208, 0, 0.3);
  margin-left: 8px;
  padding-left: 12px;
}

.tio-drawer-menu .sub-menu a,
.tio-drawer-fallback-menu .sub-menu a {
  color: var(--tio-muted);
  font-size: 13px;
  min-height: 40px;
}

.tio-eroge-style .read-img img,
.tio-eroge-style .post-thumbnail img,
.tio-eroge-style .data-bg-hover::before {
  transition: filter 200ms ease, opacity 200ms ease, transform 220ms ease;
}

.tio-eroge-style article:hover .post-thumbnail img,
.tio-eroge-style article:hover .read-img img {
  filter: saturate(1.12) contrast(1.04);
}

.tio-vip-landing-page .section-block-upper {
  display: block;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 24px 56px;
  width: 100%;
}

.tio-vip-landing-page .breadcrumb-trail,
.tio-vip-landing-page .breadcrumbs,
.tio-vip-landing-page .aft-breadcrumbs,
.tio-vip-landing-page .aft-breadcrumb-wrapper {
  display: none !important;
}

.tio-vip-landing-page .container-wrapper #primary,
.tio-vip-landing-page .container-wrapper #primary.content-area,
.tio-vip-landing-page #primary {
  float: none;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.tio-vip-landing-page .container-wrapper #secondary,
.tio-vip-landing-page #secondary {
  display: none !important;
}

.tio-vip-landing-page .entry-header,
.tio-vip-landing-page .entry-footer {
  display: none;
}

.tio-vip-landing-page .entry-content-wrap,
.tio-vip-landing-page .entry-content,
.tio-vip-landing-page .inner-entry-content {
  margin: 0;
  padding: 0;
}

.tio-vip-landing-page .inner-entry-content > * {
  margin-left: 0;
  margin-right: 0;
}

.tio-vip-landing-page pre:has(.tio-vip-section),
.tio-vip-landing-page code:has(.tio-vip-section) {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  display: block;
  font: inherit;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  white-space: normal;
}

.tio-vip-section {
  background:
    linear-gradient(135deg, rgba(0, 208, 0, 0.12), rgba(255, 16, 16, 0.08) 45%, rgba(8, 127, 212, 0.1)),
    linear-gradient(180deg, #0d0d0d 0%, #070707 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
  isolation: isolate;
  margin: 26px 0 44px;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  position: relative;
}

.tio-vip-section::before {
  background:
    linear-gradient(90deg, rgba(0, 208, 0, 0.42), transparent 32%, transparent 68%, rgba(255, 16, 16, 0.34)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 42%);
  content: "";
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.tio-vip-intro {
  align-items: end;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 0 24px;
  padding: 0 0 22px;
  text-align: left;
}

.tio-vip-intro span {
  background: rgba(0, 208, 0, 0.12);
  border: 1px solid rgba(0, 208, 0, 0.34);
  border-radius: 999px;
  color: #23ff23;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 8px;
  padding: 6px 10px;
  text-transform: uppercase;
  width: fit-content;
}

.tio-vip-intro h2 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 900;
  line-height: 0.98;
  margin: 0;
}

.tio-vip-intro p {
  color: var(--tio-muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  margin: 12px 0 0;
  max-width: 760px;
}

.tio-vip-plans {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  margin: 0;
}

.tio-vip-plan,
.tio-private-gate {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 34%),
    linear-gradient(135deg, rgba(0, 208, 0, 0.08), rgba(255, 16, 16, 0.035)),
    #111111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.36);
  color: #ffffff;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.tio-vip-plan {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tio-vip-plan::after {
  background: linear-gradient(90deg, var(--tio-green), transparent 38%, rgba(255, 16, 16, 0.9));
  content: "";
  height: 2px;
  left: 0;
  opacity: 0.72;
  position: absolute;
  right: 0;
  top: 0;
}

.tio-vip-plan:hover {
  border-color: rgba(0, 208, 0, 0.52);
  box-shadow: 0 24px 70px rgba(0, 208, 0, 0.12), 0 18px 54px rgba(0, 0, 0, 0.42);
  transform: translateY(-4px);
}

.tio-vip-plan-featured {
  border-color: rgba(0, 208, 0, 0.7);
  box-shadow: 0 24px 74px rgba(0, 208, 0, 0.18), 0 18px 54px rgba(0, 0, 0, 0.4);
  transform: translateY(-6px);
}

.tio-vip-ribbon {
  background: linear-gradient(90deg, var(--tio-green), #87ff42);
  border-radius: 999px;
  color: #031303;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  right: 16px;
  text-transform: uppercase;
  top: 16px;
}

.tio-vip-plan-badge,
.tio-private-gate-kicker {
  color: #23ff23;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tio-vip-plan h2,
.tio-private-gate h2 {
  color: #ffffff;
  font-size: clamp(24px, 2.5vw, 31px);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 12px;
}

.tio-vip-price {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  min-height: 58px;
}

.tio-vip-price strong {
  color: #ffffff;
  font-size: clamp(36px, 4vw, 48px);
  letter-spacing: 0;
  line-height: 0.95;
  white-space: nowrap;
}

.tio-vip-price span,
.tio-private-gate p {
  color: var(--tio-muted);
}

.tio-vip-price span {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 4px;
  white-space: nowrap;
}

.tio-vip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.tio-plan-button {
  background: var(--tio-red);
  box-shadow: 0 13px 30px rgba(255, 16, 16, 0.24);
  color: #ffffff;
  font-size: 15px;
  min-height: 46px;
  padding: 12px 16px;
  text-align: center;
  width: 100%;
}

.tio-plan-button:hover {
  background: #ff3030;
  box-shadow: 0 18px 34px rgba(255, 16, 16, 0.34);
}

.tio-plan-button-alt {
  background: var(--tio-green);
}

.tio-plan-button-alt:hover {
  background: #16ea16;
}

.tio-vip-plan ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none !important;
  list-style-type: none !important;
  margin: auto 0 0;
  padding: 8px 0 0;
}

.tio-vip-plan li {
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: flex;
  gap: 12px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none !important;
  list-style-type: none !important;
  padding: 12px 0;
  position: relative;
}

.tio-vip-plan li:first-child {
  border-top: 0;
}

.tio-vip-plan li::before {
  background: var(--tio-green);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(0, 208, 0, 0.55);
  content: "";
  flex: 0 0 8px;
  height: 8px;
  margin-top: 7px;
  position: static;
  width: 8px;
}

.tio-vip-plan li::marker {
  content: "";
}

.tio-private-gate {
  margin: 24px 0;
  text-align: left;
}

.tio-eroge-style .swpm-login-link,
.tio-eroge-style .swpm-join-us-link,
.tio-eroge-style a[href*="membership-join"] {
  font-weight: 900;
}

.tio-download-box {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), transparent 35%),
    linear-gradient(135deg, rgba(0, 208, 0, 0.12), rgba(255, 16, 16, 0.06)),
    #101010;
  border: 1px solid rgba(0, 208, 0, 0.36);
  border-radius: 8px;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.42), 0 0 32px rgba(0, 208, 0, 0.08);
  color: #ffffff;
  margin: 28px 0;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.tio-download-box::before {
  background: linear-gradient(90deg, var(--tio-green), transparent 45%, var(--tio-red));
  content: "";
  height: 2px;
  left: 0;
  opacity: 0.78;
  position: absolute;
  right: 0;
  top: 0;
}

.tio-download-kicker {
  background: rgba(0, 208, 0, 0.13);
  border: 1px solid rgba(0, 208, 0, 0.32);
  border-radius: 999px;
  color: #23ff23;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.tio-download-box h3 {
  color: #ffffff;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 10px;
}

.tio-download-box p {
  color: var(--tio-muted);
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 16px;
}

.tio-download-meta {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 16px 0;
  padding: 12px 0;
}

.tio-download-meta strong {
  color: #ffffff;
  font-weight: 900;
}

.tio-download-meta span {
  color: var(--tio-muted);
  font-size: 14px;
  font-weight: 800;
}

.tio-download-button {
  align-items: center;
  background: var(--tio-red);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 13px 30px rgba(255, 16, 16, 0.25);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.tio-download-button:hover {
  background: #ff3030;
  box-shadow: 0 18px 34px rgba(255, 16, 16, 0.36);
  color: #ffffff;
  transform: translateY(-1px);
}

.tio-download-form {
  margin: 0;
}

.tio-revealed-link {
  background: rgba(0, 208, 0, 0.11);
  border: 1px solid rgba(0, 208, 0, 0.28);
  border-radius: 6px;
  margin: 16px 0;
  padding: 12px;
}

.tio-revealed-link span {
  color: #23ff23;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.tio-revealed-link a {
  color: #ffffff;
  display: block;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: rgba(0, 208, 0, 0.7);
  text-underline-offset: 3px;
}

.tio-download-status {
  background: rgba(0, 208, 0, 0.1);
  border: 1px solid rgba(0, 208, 0, 0.24);
  border-radius: 6px;
  color: #ffffff;
  font-weight: 800;
  margin-top: 14px;
  padding: 11px 12px;
}

.tio-download-status-denied {
  background: rgba(255, 16, 16, 0.1);
  border-color: rgba(255, 16, 16, 0.28);
}

.kado-game-info {
  background: #080808;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  margin: 22px 0;
  overflow-x: auto;
}

.kado-game-info table {
  border-collapse: collapse;
  color: #ffffff;
  margin: 0;
  width: 100%;
}

.kado-game-info th,
.kado-game-info td {
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
}

.kado-game-info th {
  background: rgba(0, 208, 0, 0.08);
  color: #23ff23;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  width: 160px;
}

.kado-game-info td {
  color: #ffffff;
  font-weight: 800;
}

.kado-free-download {
  align-items: center;
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin: 12px 0;
  padding: 12px;
}

.kado-free-download span {
  color: #23ff23;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.kado-free-download strong {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 4px;
}

.kado-free-download p {
  color: var(--tio-muted);
  font-weight: 700;
  line-height: 1.45;
  margin: 6px 0 0;
}

.kado-free-download a {
  align-items: center;
  background: #1689ff;
  border-radius: 5px;
  box-shadow: 0 10px 22px rgba(22, 137, 255, 0.26);
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 38px;
  min-width: 104px;
  padding: 10px 14px;
  text-decoration: none;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.kado-free-download a:hover {
  background: #2b97ff;
  box-shadow: 0 14px 28px rgba(22, 137, 255, 0.36);
  color: #ffffff;
  transform: translateY(-1px);
}

.kado-free-download em {
  color: var(--tio-muted);
  flex: 0 0 auto;
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 900px) {
  .tio-vip-plans {
    grid-template-columns: 1fr;
  }

  .tio-vip-plan-featured {
    transform: none;
  }
}

@media (max-width: 600px) {
  .tio-vip-landing-page .section-block-upper {
    padding: 0 14px 42px;
  }

  .tio-access-bar {
    padding: 8px 10px;
  }

  .tio-private-link {
    font-size: 16px;
  }

  .tio-vip-button {
    font-size: 14px;
    min-height: 32px;
    padding: 7px 10px;
  }

  .tio-support-strip {
    font-size: 12px;
  }

  .tio-eroge-style .af-middle-header {
    padding: 24px 0;
  }

  .tio-eroge-style .site-title {
    font-size: clamp(42px, 12vw, 62px);
  }

  .tio-vip-plan,
  .tio-private-gate {
    padding: 18px;
  }

  .tio-vip-section {
    padding: 18px;
  }

  .tio-vip-price {
    min-height: 0;
  }

  .kado-game-info th,
  .kado-game-info td {
    padding: 9px 10px;
  }

  .kado-game-info th {
    width: 118px;
  }

  .kado-free-download {
    align-items: stretch;
    flex-direction: column;
  }

  .kado-free-download a,
  .kado-free-download em {
    width: 100%;
  }
}
