:root {
  --text-on-primary: #000000;
  --bg-dark: #0b0d14;
  --bg-card: #131722;
  --bg-card-hover: #1c2232;
  --bg-secondary: #181d2c;
  
  --primary-cyan: #ff4e50;
  --primary-purple: #f9d423;
  --accent-pink: #ff0844;
  --accent-neon: #00ff87;
  
  --text-main: #f0f4f8;
  --text-muted: #94a3b8;
  --text-dark: #64748b;
  
  --border-color: rgba(255, 255, 255, 0.08);
  --border-highlight: #ff007f4d;
  
  --font-heading: 'Space Grotesk', sans-serif;
  --font-body: 'Outfit', sans-serif;
  
  --glow-cyan: 0 0 20px rgba(0, 242, 254, 0.35);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-main);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

.element-active-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.mod-box__bottom {
  background: linear-gradient(135deg, var(--primary-cyan), var(--accent-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight {
  color: var(--primary-cyan);
}

a {
  color: var(--primary-cyan);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-purple);
}

/* TOP BAR */
.top-bar {
  background: linear-gradient(90deg, #111827, #1f2937);
  border-bottom: 1px solid var(--border-color);
  padding: 8px 0;
  font-size: 0.85rem;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.badge-verified {
  color: var(--accent-neon);
  font-weight: 600;
}

.top-bar-link {
  color: var(--text-muted);
  font-weight: 500;
}

.page-content__top {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 13, 20, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  padding: 15px 0;
}

.row-left-v7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-right-v5 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-heading);
  color: #fff;
}

.core-panel img {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-on-primary);
  box-shadow: var(--glow-cyan);
}

.custom-header {
  display: flex;
  gap: 24px;
}

.custom-element__right {
  color: var(--text-muted);
  font-weight: 500;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.custom-element__right:hover, .custom-element__right.active {
  color: var(--primary-cyan);
}

.content-area-v5 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.element-body-v2 {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

/* BUTTONS */
.page-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  cursor: pointer;
  border: 1px solid transparent;
  transition: var(--transition);
}

.content-right-v6 {
  background: linear-gradient(135deg, var(--primary-cyan), var(--primary-purple));
  color: var(--text-on-primary);
}

.content-right-v6:hover {
  transform: translateY(-2px);
  box-shadow: var(--glow-cyan);
  color: #000;
}

.ui-element {
  box-shadow: var(--glow-cyan);
}

.main-box {
  width: 100%;
}

.content-right-element {
  padding: 14px 24px;
  font-size: 1.05rem;
}

/* HERO SECTION */
.row-left-panel {
  position: relative;
  padding: 80px 0 60px;
  text-align: center;
  overflow: hidden;
}

.flex-holder__top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(circle, rgba(0,242,254,0.15) 0%, rgba(255,8,68,0.1) 50%, transparent 70%);
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
}

.view-right-v3 {
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-highlight);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  color: var(--primary-cyan);
  margin-bottom: 20px;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  max-width: 850px;
  margin: 0 auto 20px;
}

.hero-subtitle {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto 40px;
}

.app-view__center {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.app-element {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  padding: 20px;
  border-radius: var(--radius-md);
  text-align: center;
}

.core-content, .panel-fluid-holder {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-heading);
}

.panel-fluid-holder {
  color: #ffb703;
}

.page-row__top {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* LAYOUT */
.content-center-view {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
  margin-bottom: 80px;
}

.page-item {
  min-width: 0;
}

.app-row {
  background: linear-gradient(135deg, rgba(19,23,34,0.9), rgba(24,29,44,0.95));
  border: 1px solid var(--border-highlight);
  border-radius: var(--radius-lg);
  padding: 30px;
  position: relative;
  margin-bottom: 40px;
  box-shadow: var(--glow-cyan);
}

.view-body-panel {
  position: absolute;
  top: -12px;
  left: 30px;
  background: linear-gradient(90deg, var(--accent-pink), #ff5252);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  text-transform: uppercase;
}

.mod-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.content-fluid-panel {
  position: relative;
  width: 100px;
  height: 100px;
}

.ui-panel__top img{
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2a334a, #131722);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--primary-cyan);
  border: 2px solid var(--primary-cyan);
}

.flex-item {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  background: var(--accent-neon);
  border: 3px solid var(--bg-card);
  border-radius: 50%;
}

.box-area-view {
  flex: 1;
  min-width: 240px;
}

.content-active-v2 {
  color: var(--primary-cyan);
  font-size: 1.1rem;
}

.container-center-v5 {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.custom-content {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.inner-active-box {
  background: rgba(255, 255, 255, 0.06);
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  color: var(--text-main);
}

.container-center-v6 {
  text-align: center;
  min-width: 180px;
}

.price-val {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  font-family: var(--font-heading);
}

.price-period {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.core-holder__area {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 30px;
  margin-bottom: 40px;
}

.page-inner__body {
  background: linear-gradient(135deg, var(--bg-card), var(--bg-secondary));
}

.header-left-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
}

.mod-content {
  margin-bottom: 18px;
}

.mod-content label {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  margin-bottom: 8px;
  color: var(--text-main);
}

.mod-content label span {
  color: var(--primary-cyan);
  font-weight: 700;
}

.mod-content input[type="range"] {
  width: 100%;
  accent-color: var(--primary-cyan);
}

.holder-right-element {
  display: flex;
  align-items: center;
}

.container-top-v6 {
  background: rgba(0,0,0,0.3);
  border: 1px solid var(--border-highlight);
  padding: 24px;
  border-radius: var(--radius-md);
  width: 100%;
  text-align: center;
}

.wrapper-right-v1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--accent-neon);
  font-family: var(--font-heading);
  margin: 10px 0;
}

.mod-box {
  border-top: 1px solid var(--border-color);
  padding-top: 12px;
  font-size: 0.85rem;
}

.element-bottom-holder {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  color: var(--text-muted);
}

.element-bottom-holder strong {
  color: #fff;
}

article.article-template {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 35px;
  margin-bottom: 40px;
  line-height: 1.7;
}

article.article-template h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #ffffff;
}

article.article-template h2 {
  font-size: 1.6rem;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-color);
  color: var(--primary-cyan);
}

article.article-template h3 {
  font-size: 1.25rem;
  margin-top: 24px;
  color: #ffffff;
}

article.article-template p {
  margin-bottom: 16px;
  color: #cbd5e1;
}

article.article-template ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

article.article-template li {
  margin-bottom: 8px;
  color: #cbd5e1;
}

/* DESKTOP TABLE STYLE */
article.article-template table, .styled-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: var(--bg-secondary);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-color);
}

article.article-template table th, .styled-table th {
  background: #1e2538;
  color: var(--primary-cyan);
  padding: 14px;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid var(--border-color);
}

article.article-template table td, .styled-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--border-color);
  color: #cbd5e1;
}

.badge-price {
  background: rgba(0, 242, 254, 0.1);
  color: var(--primary-cyan);
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
}

.free-badge {
  background: rgba(0, 255, 135, 0.1);
  color: var(--accent-neon);
}

.verified {
  color: var(--primary-cyan);
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  article.article-template table, 
  article.article-template table thead, 
  article.article-template table tbody, 
  article.article-template table th, 
  article.article-template table td, 
  article.article-template table tr {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  article.article-template table thead tr {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }

  article.article-template table tr {
    margin: 0 0 20px 0 !important;
    border: 1px solid var(--border-highlight) !important;
    border-radius: var(--radius-md) !important;
    background: var(--bg-card) !important;
    padding: 10px 15px !important;
    width: 100% !important;
  }

  article.article-template table td {
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    position: relative !important;
    padding: 12px 0 !important;
    margin: 0 !important;
    text-align: right !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 0.9rem !important;
    width: 100% !important;
  }

  article.article-template table td:last-child {
    border-bottom: none !important;
  }

  article.article-template table td::before {
    content: attr(data-label);
    font-weight: 700;
    color: var(--primary-cyan);
    text-align: left !important;
    flex-shrink: 0;
    margin-right: 15px;
  }
}

.faq-accordion-wrapper {
  margin-top: 20px;
}

.faq-spoiler-item {
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-spoiler-btn {
  width: 100%;
  padding: 16px 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  font-family: var(--font-heading);
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
}

.faq-spoiler-btn:hover {
  background: rgba(255, 255, 255, 0.03);
  color: var(--primary-cyan);
}

.faq-spoiler-btn i {
  transition: var(--transition);
  color: var(--text-muted);
}

.faq-spoiler-item.active .faq-spoiler-btn i {
  transform: rotate(180deg);
  color: var(--primary-cyan);
}

.faq-spoiler-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: var(--text-muted);
  font-size: 0.95rem;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
}

.faq-spoiler-item.active .faq-spoiler-body {
  padding: 0 20px 20px 20px;
  max-height: 400px;
}

.panel-top-v3 {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flex-content {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px;
}

.holder-fixed-v7 {
  background: linear-gradient(135deg, #1e1b4b, #0f172a);
  border-color: var(--border-highlight);
  position: relative;
}

.container-center-inner {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0.65rem;
  font-weight: 800;
  background: var(--primary-cyan);
  color: #000;
  padding: 2px 6px;
  border-radius: 4px;
}

.holder-fixed-v7 h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.holder-fixed-v7 p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.main-panel {
  list-style: none;
  font-size: 0.85rem;
}

.main-panel li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--text-muted);
}

.main-view {
  color: var(--accent-neon);
}

.toc-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.85rem;
}

.toc-links a {
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-footer {
  background: #06080f;
  border-top: 1px solid var(--border-color);
  padding: 60px 0 20px;
  font-size: 0.9rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand p {
  color: var(--text-muted);
  margin-top: 12px;
  font-size: 0.85rem;
}

.footer-links h4, .footer-disclaimer h4 {
  font-size: 1rem;
  margin-bottom: 16px;
}

.footer-links ul {
  list-style: none;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: var(--text-muted);
}

.footer-disclaimer p {
  color: var(--text-dark);
  font-size: 0.8rem;
  line-height: 1.5;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 20px;
  text-align: center;
  color: var(--text-dark);
  font-size: 0.8rem;
}

@media (max-width: 992px) {
  .content-center-view {
    grid-template-columns: 1fr;
  }
  .panel-top-v3 {
    position: static;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .header-left-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .custom-header {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--bg-card);
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
  }
  .custom-header.show {
    display: flex;
  }
  .element-body-v2 {
    display: block;
  }
  .footer-content {
    grid-template-columns: 1fr;
  }
}

.toc-links a.toc-hidden {
  display: none !important;
}

.toc-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  color: var(--primary-cyan);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.toc-toggle-btn:hover {
  background: rgba(16, 185, 129, 0.1);
  border-color: var(--primary-cyan);
  color: #ffffff;
}


.core-block {
  background: #06080f;
  border-top: 1px solid var(--border-color);
  padding: 40px 0 30px;
  font-size: 0.85rem;
  color: var(--text-muted);
  text-align: center;
}

.element-body-v6 {
  font-size: 0.95rem;
  color: var(--text-main);
  margin-bottom: 20px;
}

.element-body-v6 strong {
  color: var(--primary-cyan);
}

.flex-wrapper__right {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.item-body-v9 {
  color: var(--text-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: var(--transition);
}

.item-body-v9:hover {
  color: #ffffff;
  border-bottom-color: var(--primary-cyan);
}

.app-box {
  margin: 15px auto 0;
  max-width: 800px;
  color: var(--text-dark);
  line-height: 1.5;
  font-size: 0.8rem;
}

.main-content {
  margin-top: 20px;
  color: var(--text-dark);
  font-size: 0.8rem;
}
    .mod-box__active {
      margin-bottom: 20px;
    }
    .mod-box__active label {
      display: block;
      margin-bottom: 8px;
      color: var(--text-muted);
      font-size: 0.9rem;
      font-weight: 500;
    }
    .row-body-card {
      width: 100%;
      padding: 14px 16px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--border-color);
      background: var(--bg-secondary);
      color: #fff;
      font-family: var(--font-body);
      font-size: 0.95rem;
      outline: none;
      transition: var(--transition);
    }
    .row-body-card:focus {
      border-color: var(--primary-cyan);
      box-shadow: 0 0 10px rgba(16, 185, 129, 0.25);
    }
    #success-msg {
      display: none;
      background: rgba(0, 255, 135, 0.1);
      border: 1px solid var(--accent-neon);
      color: var(--accent-neon);
      padding: 24px;
      border-radius: var(--radius-md);
      text-align: center;
      margin-top: 20px;
      font-weight: 600;
      line-height: 1.6;
    }
.container-center-v6 {
  min-width: 250px;
}

.block-top-v9 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}

.block-top-v9 .page-card {
  flex: 1;
  padding: 12px 16px;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: var(--radius-sm);
}

.flex-block {
  background: #00ff87;
  color: #000000;
  border: 1px solid #00ff87;
  box-shadow: 0 0 12px rgba(0, 255, 135, 0.3);
}

.flex-block:hover {
  background: #10b981;
  border-color: #10b981;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 255, 135, 0.6);
  transform: translateY(-2px);
}


.app-content__bottom {
  background: linear-gradient(135deg, #10b981, #06b6d4);
  color: #ffffff;
  border: 1px solid transparent;
}

.app-content__bottom:hover {
  transform: translateY(-2px);
  box-shadow: var(--glow-cyan);
  color: #000000;
}

@media (max-width: 480px) {
  .block-top-v9 {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .mod-wrapper {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 16px;
  }
  .content-fluid-panel {
    width: 130px;
    height: 130px;
    margin: 0 auto;
  }
  
  .custom-content {
    justify-content: center;
  }

  .container-center-v6 {
    width: 100%;
  }
}