.c-23win {
  --tw-bg: #030303;
  --tw-bg-soft: #090909;
  --tw-card: #121212;
  --tw-card-2: #171010;
  --tw-border: rgba(255, 255, 255, 0.14);
  --tw-red: #e20d14;
  --tw-red-dark: #8f070c;
  --tw-gold: #f6c564;
  --tw-text: #f8f8f8;
  --tw-muted: #bdb9b9;
  --tw-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  margin: 0;
  background: var(--tw-bg);
  color: var(--tw-text);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.c-23win *, .c-23win *:before, .c-23win *:after { box-sizing: border-box; max-width: 100%; }
.c-23win a { color: inherit; text-decoration: none; }
.c-23win img { max-width: 100%; display: block; }
.tw-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.tw-topbar { background: linear-gradient(90deg, #360000, #050505 48%, #360000); border-bottom: 1px solid rgba(226, 13, 20, 0.42); color: #fff; font-size: 14px; }
.tw-topbar .tw-wrap { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.tw-topbar i { color: var(--tw-gold); margin-right: 7px; }

.tw-header { position: sticky; top: 0; z-index: 20; background: rgba(3, 3, 3, 0.94); border-bottom: 1px solid var(--tw-border); backdrop-filter: blur(14px); }
.tw-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tw-logo { font-size: 39px; line-height: 1; font-weight: 900; letter-spacing: 0; color: #fff; white-space: nowrap; }
.tw-logo span { color: var(--tw-red); }
.tw-nav { display: flex; align-items: center; justify-content: center; gap: 30px; font-weight: 700; font-size: 15px; color: #fff; }
.tw-nav a { opacity: 0.92; position: relative; padding: 30px 0; }
.tw-nav a:first-child { color: var(--tw-red); }
.tw-nav a:first-child:after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; background: var(--tw-red); }
.tw-header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 28px; border-radius: 8px; border: 1px solid rgba(255, 60, 60, 0.85); background: linear-gradient(135deg, #6f0408, #e10d14); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08), 0 12px 28px rgba(226,13,20,0.25); color: #fff; font-weight: 800; }
.tw-header-cta i { color: var(--tw-gold); }

.tw-page { overflow: hidden; background: radial-gradient(circle at 75% 4%, rgba(207, 9, 14, 0.28), transparent 34%), linear-gradient(#030303, #060606 60%, #030303); }
.tw-hero { position: relative; min-height: 645px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.08); }
.tw-hero:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #030303 0%, rgba(3,3,3,0.84) 34%, rgba(3,3,3,0.25) 74%, #030303 100%); pointer-events: none; }
.tw-hero-grid { position: relative; display: grid; grid-template-columns: 0.86fr 1.14fr; align-items: center; gap: 34px; padding: 56px 0 42px; }
.tw-hero-copy { position: relative; z-index: 2; }
.tw-hero h1 { margin: 0 0 22px; max-width: 640px; color: #fff; font-size: clamp(38px, 4vw, 60px); line-height: 1.12; font-weight: 900; letter-spacing: 0; overflow-wrap: anywhere; }
.tw-hero h1 span { color: var(--tw-red); }
.tw-hero p { max-width: 610px; color: var(--tw-muted); font-size: 19px; line-height: 1.8; margin: 0 0 34px; }
.tw-actions { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 28px; }
.tw-btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-width: 210px; min-height: 62px; border-radius: 9px; font-size: 17px; font-weight: 900; }
.tw-btn-primary { background: linear-gradient(135deg, #a6060d, #e90f17); border: 1px solid #ff343a; color: #fff; box-shadow: 0 14px 34px rgba(226, 13, 20, 0.25); }
.tw-btn-ghost { border: 1px solid rgba(255, 255, 255, 0.26); background: rgba(0,0,0,0.44); color: #fff; }
.tw-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; max-width: 720px; }
.tw-proof span { position: relative; display: block; min-height: 42px; padding-left: 42px; color: #fff; font-weight: 800; font-size: 14px; line-height: 1.25; }
.tw-proof i { position: absolute; left: 0; top: 0; width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; color: var(--tw-red); border: 1px solid rgba(226,13,20,0.7); border-radius: 8px; }
.tw-proof small { color: var(--tw-muted); font-weight: 500; font-size: 12px; }
.tw-hero-media { position: relative; min-height: 430px; border-radius: 16px; overflow: hidden; box-shadow: var(--tw-shadow); border: 1px solid rgba(226, 13, 20, 0.38); background: #080808; }
.tw-hero-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center right; }
.tw-hero-media:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,3,3,0.44), transparent 38%); pointer-events: none; }

.tw-promo { margin-top: -28px; position: relative; z-index: 4; min-height: 128px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 28px; padding: 20px 40px; border: 1px solid rgba(246, 197, 100, 0.65); border-radius: 10px; background: linear-gradient(110deg, #260101, #5d0408 45%, #120606); box-shadow: 0 22px 58px rgba(0,0,0,0.4); }
.tw-promo span { display: block; text-transform: uppercase; font-size: 23px; font-weight: 900; color: #fff; }
.tw-promo strong { display: block; font-size: 64px; line-height: .95; color: var(--tw-gold); text-shadow: 0 3px 0 rgba(0,0,0,0.3); }
.tw-promo p { margin: 0; color: #fff; font-size: 22px; line-height: 1.5; font-weight: 900; }
.tw-promo a { display: inline-flex; align-items: center; gap: 12px; justify-content: center; min-height: 54px; padding: 0 30px; border-radius: 7px; background: linear-gradient(135deg, #ffe19a, #d99b31); color: #180900; font-weight: 900; white-space: nowrap; }

.tw-overview { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 60px; align-items: center; padding: 78px 0 58px; }
.tw-section-copy h2, .tw-guide h2, .tw-reviews h2, .tw-faq h2, .tw-section-head h2 { margin: 0 0 22px; color: #fff; font-size: 32px; line-height: 1.2; font-weight: 900; letter-spacing: 0; }
.tw-section-copy p { color: var(--tw-muted); font-size: 17px; line-height: 1.85; margin: 0 0 24px; }
.tw-section-copy ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 14px; color: #eee; font-size: 16px; }
.tw-section-copy li { position: relative; padding-left: 31px; }
.tw-section-copy li:before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--tw-red); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; }
.tw-platform-card { border: 1px solid rgba(226,13,20,0.82); border-radius: 12px; padding: 14px; background: linear-gradient(145deg, rgba(32,4,5,0.94), rgba(5,5,5,0.96)); box-shadow: var(--tw-shadow); overflow: hidden; }
.tw-platform-image { width: 100%; aspect-ratio: 16 / 9; height: auto; object-fit: cover; object-position: center; border-radius: 9px; border: 1px solid rgba(255,255,255,0.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06); }

.tw-guide { padding: 38px 0 62px; text-align: center; }
.tw-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: left; }
.tw-steps article { position: relative; min-height: 164px; padding: 25px 24px 22px; border-radius: 8px; background: linear-gradient(145deg, #141414, #0a0a0a); border: 1px solid var(--tw-border); }
.tw-steps article:after { content: ""; position: absolute; right: -17px; top: 50%; width: 20px; height: 2px; background: var(--tw-red); }
.tw-steps article:last-child:after { display: none; }
.tw-steps b { position: absolute; top: 18px; right: 18px; width: 31px; height: 31px; border-radius: 50%; background: var(--tw-red); color: #fff; display: flex; align-items: center; justify-content: center; }
.tw-steps i { width: 62px; height: 62px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg, #72070b, #cb0c13); border: 1px solid rgba(255,255,255,0.2); font-size: 30px; margin-bottom: 18px; }
.tw-steps h3 { margin: 0 0 8px; color: #fff; font-size: 18px; font-weight: 900; }
.tw-steps p { margin: 0; color: var(--tw-muted); line-height: 1.6; font-size: 14px; }

.tw-reviews { padding: 18px 0 22px; }
.tw-reviews h2 { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; padding-bottom: 0; border-bottom: 0; text-transform: uppercase; font-size: 19px; line-height: 1.1; }
.tw-reviews h2:after { content: ""; height: 1px; flex: 1; background: rgba(255,255,255,0.16); }
.tw-review-list { display: grid; gap: 0; }
.tw-review-list article { display: grid; grid-template-columns: 66px minmax(0, 1fr); gap: 18px; padding: 10px 6px; border-bottom: 1px solid rgba(255,255,255,0.13); align-items: center; }
.tw-avatar { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; display: block; border: 2px solid rgba(255,255,255,0.82); box-shadow: 0 12px 26px rgba(0,0,0,0.42); }
.tw-stars { color: #ff9f1a; font-size: 15px; letter-spacing: 1px; line-height: 1; margin-bottom: 2px; }
.tw-review-list h3 { margin: 0 0 3px; color: #fff; font-size: 18px; line-height: 1.1; font-weight: 900; }
.tw-review-list p { margin: 0; color: #f4f4f4; font-style: italic; font-size: 14px; line-height: 1.45; }
.tw-review-list p strong { color: var(--tw-red); font-style: italic; }

.tw-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--tw-border); border-radius: 6px; background: linear-gradient(135deg, #141414, #090909); overflow: hidden; }
.tw-features article { min-height: 82px; padding: 16px 18px; display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; border-right: 1px solid rgba(255,255,255,0.12); }
.tw-features article:last-child { border-right: 0; }
.tw-features i { grid-column: 1; grid-row: 1 / span 2; color: var(--tw-red); font-size: 32px; align-self: center; justify-self: center; }
.tw-features h3 { grid-column: 2; margin: 0 0 4px; font-size: 14px; color: #fff; font-weight: 900; }
.tw-features p { grid-column: 2; margin: 0; color: var(--tw-muted); font-size: 12px; line-height: 1.45; }

.tw-news { padding: 62px 0 42px; }
.tw-section-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.tw-section-head h2 { margin: 0; }
.tw-section-head a { color: #fff; font-weight: 900; }
.tw-section-head i { color: var(--tw-red); margin-left: 8px; }
.tw-news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tw-news-card { min-height: 100%; border: 1px solid var(--tw-border); border-radius: 8px; overflow: hidden; background: #101010; }
.tw-news-thumb { height: 154px; display: flex; align-items: end; padding: 14px; background: radial-gradient(circle at 28% 24%, rgba(255,217,133,0.52), transparent 28%), linear-gradient(135deg, #4e0508, #0a0a0a 72%); }
.tw-news-thumb span { display: inline-flex; padding: 6px 10px; border-radius: 4px; background: rgba(226,13,20,0.9); color: #fff; font-size: 12px; font-weight: 900; }
.tw-news-card div { padding: 17px 17px 15px; }
.tw-news-card h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.45; color: #fff; font-weight: 900; }
.tw-news-card p { margin: 0 0 16px; color: var(--tw-muted); font-size: 14px; line-height: 1.62; }
.tw-news-card footer { display: flex; justify-content: space-between; gap: 10px; color: #aaa; font-size: 13px; }
.tw-news .pagination { justify-content: center; }
.tw-news .page-link { background: #111; border-color: var(--tw-border); color: #fff; }
.tw-empty { grid-column: 1 / -1; border: 1px dashed rgba(255,255,255,0.2); border-radius: 8px; padding: 34px 20px; text-align: center; color: var(--tw-muted); background: #0d0d0d; }

.tw-faq { padding: 20px 0 58px; }
.tw-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; }
.tw-faq details { border: 1px solid var(--tw-border); border-radius: 7px; background: #101010; color: #fff; }
.tw-faq summary { cursor: pointer; padding: 17px 18px; font-weight: 800; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.tw-faq summary:after { content: "\f107"; font-family: FontAwesome; color: var(--tw-red); }
.tw-faq p { color: var(--tw-muted); margin: 0; padding: 0 18px 17px; line-height: 1.6; }

.tw-footer { background: #050505; border-top: 1px solid rgba(255,255,255,0.12); padding: 34px 0 18px; }
.tw-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 44px; }
.tw-footer p, .tw-footer a { color: var(--tw-muted); line-height: 1.8; display: block; margin: 0; }
.tw-footer h3 { color: #fff; font-size: 17px; font-weight: 900; margin: 0 0 14px; }
.tw-footer .tw-logo { display: inline-block; margin-bottom: 14px; }
.tw-footer-bottom { margin-top: 26px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 18px; display: flex; justify-content: space-between; color: #9c9c9c; font-size: 14px; }
.c-23win > footer.copyright { display: none; }

.tw-article-hero { background: radial-gradient(circle at 76% 28%, rgba(226,13,20,0.42), transparent 36%), #030303; border-bottom: 1px solid rgba(255,255,255,0.1); }
.tw-article-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 42px; align-items: center; padding: 58px 0; }
.tw-article-home { display: inline-flex; margin-bottom: 16px; color: var(--tw-gold); font-weight: 900; }
.tw-article-hero h1 { margin: 0 0 16px; color: #fff; font-size: clamp(34px, 4vw, 58px); line-height: 1.16; font-weight: 900; }
.tw-article-hero p { margin: 0 0 22px; color: var(--tw-muted); font-size: 18px; line-height: 1.7; }
.tw-article-meta { display: flex; flex-wrap: wrap; gap: 14px 24px; color: #ddd; }
.tw-article-meta i { color: var(--tw-red); margin-right: 7px; }
.tw-article-visual { border-radius: 12px; overflow: hidden; border: 1px solid rgba(226,13,20,0.4); box-shadow: var(--tw-shadow); }
.tw-article-visual img { height: 300px; width: 100%; object-fit: cover; object-position: center; }
.tw-breadcrumb { padding: 22px 0 0; }
.tw-breadcrumb .breadcrumb { background: #101010; border: 1px solid var(--tw-border); border-radius: 7px; color: #aaa; }
.tw-breadcrumb .breadcrumb a { color: #fff; }
.tw-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; padding: 28px 0 64px; }
.tw-article-main, .tw-side-card, .tw-widget-wrap .item-article { background: #101010 !important; border: 1px solid var(--tw-border); color: #fff; border-radius: 8px !important; box-shadow: none !important; }
.tw-article-main { padding: 30px; }
.tw-article-main > h1 { margin: 0 0 14px; color: #fff; font-size: 34px; line-height: 1.25; font-weight: 900; }
.tw-article-meta-dark { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.tw-article-body { color: #e8e8e8; font-size: 17px; line-height: 1.86; }
.tw-article-body h2, .tw-article-body h3 { color: #fff; font-weight: 900; margin-top: 28px; }
.tw-article-body a { color: var(--tw-gold); }
.tw-article-body img { border-radius: 8px; margin: 18px auto; }
.tw-updated { color: #999; font-size: 14px; }
.tw-prenext { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 24px 0; }
.tw-prenext div, .tw-article-actions a { border: 1px solid var(--tw-border); border-radius: 7px; padding: 13px 14px; background: #0b0b0b; color: #fff; }
.tw-article-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.tw-article-actions i { color: var(--tw-red); margin-right: 6px; }
.tw-article-side { display: grid; gap: 18px; align-content: start; }
.tw-side-card { padding: 22px; }
.tw-side-card h3 { margin: 0 0 12px; color: #fff; font-size: 24px; font-weight: 900; }
.tw-side-card p { color: var(--tw-muted); line-height: 1.65; }
.tw-side-card a { display: inline-flex; min-height: 42px; align-items: center; padding: 0 17px; border-radius: 6px; background: var(--tw-red); color: #fff; font-weight: 900; }
.tw-widget-wrap h2 { color: #fff; font-size: 20px; font-weight: 900; }
.tw-widget-wrap a { color: #e8e8e8; }
.tw-widget-wrap ul { padding-left: 18px; }
.tw-article-main .likes .comment-container { background: #0b0b0b; border: 1px solid var(--tw-border); border-radius: 8px; color: #fff; padding: 12px; margin: 8px; }
.tw-article-main .progress { background: #242424; }
.tw-article-main .progress-bar { background-color: var(--tw-red); }

@media (max-width: 1100px) {
  .tw-nav { display: none; }
  .tw-hero-grid, .tw-overview, .tw-article-hero-grid { grid-template-columns: 1fr; }
  .tw-hero { min-height: auto; }
  .tw-hero-media { order: -1; min-height: 320px; }
  .tw-hero-media img { min-height: 320px; }
  .tw-proof, .tw-steps, .tw-features, .tw-news-grid { grid-template-columns: repeat(2, 1fr); }
  .tw-promo { grid-template-columns: 1fr; text-align: center; }
  .tw-article-layout { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .c-23win { width: 100vw !important; min-width: 0 !important; max-width: 100vw !important; }
  .tw-wrap { width: calc(100vw - 24px) !important; min-width: 0 !important; max-width: calc(100vw - 24px) !important; }
  .tw-topbar .tw-wrap, .tw-header-inner, .tw-section-head, .tw-footer-bottom { flex-direction: column; align-items: stretch; }
  .tw-topbar .tw-wrap { justify-content: center; text-align: center; padding: 8px 0; }
  .tw-header-inner { padding: 14px 0; gap: 14px; }
  .tw-logo { font-size: 31px; }
  .tw-header-cta { width: 100%; }
  .tw-hero-grid { padding: 28px 0 36px; }
  .tw-hero-copy { text-align: left; }
  .tw-topbar, .tw-header, .tw-page, .tw-hero, .tw-footer { width: 100vw !important; min-width: 0 !important; max-width: 100vw !important; }
  .tw-hero-grid, .tw-overview, .tw-guide, .tw-reviews, .tw-features, .tw-news, .tw-faq, .tw-promo { width: calc(100vw - 24px) !important; min-width: 0 !important; max-width: calc(100vw - 24px) !important; }
  .tw-page, .tw-hero, .tw-promo, .tw-overview, .tw-guide, .tw-reviews, .tw-features, .tw-news, .tw-faq, .tw-footer { max-width: 100vw; overflow-x: hidden; }
  .tw-section-copy p, .tw-hero p, .tw-promo p, .tw-review-list p, .tw-news-card p { overflow-wrap: anywhere; }
  .tw-promo p { font-size: 20px; }
  .tw-hero h1 { font-size: 29px; line-height: 1.22; word-break: break-word; }
  .tw-hero p { font-size: 16px; }
  .tw-actions, .tw-btn { width: 100%; }
  .tw-proof, .tw-steps, .tw-features, .tw-news-grid, .tw-faq-grid, .tw-footer-grid, .tw-prenext { grid-template-columns: 1fr; }
  .tw-proof span { min-height: 34px; }
  .tw-promo { margin-top: 0; padding: 24px 18px; }
  .tw-promo strong { font-size: 52px; }
  .tw-overview { padding: 44px 0 30px; gap: 28px; }
  .tw-platform-card { padding: 10px; }
  .tw-steps article:after { display: none; }
  .tw-review-list article { grid-template-columns: 64px 1fr; gap: 15px; padding: 20px 0; }
  .tw-avatar { width: 58px; height: 58px; font-size: 14px; }
  .tw-review-list h3 { font-size: 20px; }
  .tw-review-list p { font-size: 15px; line-height: 1.65; }
  .tw-features article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .tw-features article:last-child { border-bottom: 0; }
  .tw-article-main { padding: 20px; }
  .tw-article-hero h1, .tw-article-main > h1 { font-size: 29px; }
}
