

:root {--b2-black: rgb(0,0,0);--b2-white: #ffffff;--b2-green: rgb(46,204,113);--b2-green-dark: #27ae60;--b2-gold: #ffd700;--b2-red-deep: #6e0212;--b2-red-dark: #410200;--b2-text: #e9ecef;--b2-danger: #e74c3c;--b2-red-nav: #890101;--b2-warning: rgb(243,156,18)}

*, *::before, *::after { box-sizing: border-box; }

.b2-body {margin: 0;padding: 0;line-height: 1.5;background: var(--b2-black);font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;color: var(--b2-white);font-size: 1rem;min-height: 100vh;outline-offset:0;visibility:visible;pointer-events:auto}

.b2-body h1, .b2-body h2, .b2-body h3, .b2-body h4 {font-weight: 600;margin-bottom: .5rem;margin-top: 0;line-height: 1.2}
.b2-body h1 { font-size: 2.2rem; }
.b2-body h2 { font-size: 1.85rem; }
.b2-body h3 { font-size: 1.4rem; }
.b2-body h4 { font-size: 1.15rem; }
.b2-body p {color: var(--b2-text);margin-bottom: 1rem;margin-top: 0;line-height: 1.8}
.b2-body a { color: var(--b2-green); }
.b2-body img {vertical-align: middle;max-width: 100%}
.b2-body code {font-size: .9em;padding: .2rem .5rem;border-radius: 4px;color: var(--b2-green);background: rgba(0,0,0,.3);border: 1px solid rgba(46,204,113,.2)}
.b2-body strong {font-weight: 600;color: #fff}
.b2-body em {color: var(--b2-warning);font-style: italic}


.b2-container {padding-left: .75rem;padding-right: .75rem;margin: 0 auto;width: 100%}
@media (min-width: 576px) { .b2-container { max-width: 540px; } }
@media (min-width: 768px) { .b2-container { max-width: 960px; } }
@media (min-width: 992px) { .b2-container { max-width: 1140px; } }
@media (min-width: 1200px) { .b2-container { max-width: 1320px; } }

.b2-row {margin-right: -.75rem;flex-wrap: wrap;display: flex;margin-left: -.75rem}
.b2-row > * {flex: 0 0 auto;width: 100%;padding-right: .75rem;padding-left: .75rem}
.b2-col-12 {width: 100%;flex: 0 0 auto}
@media (min-width: 992px) { .b2-col-lg-6 {width: 50%;flex: 0 0 auto} }
@media (min-width: 768px) {
  .b2-col-md-6 {flex: 0 0 auto;width: 50%}
  .b2-col-md-4 {flex: 0 0 auto;width: 33.3333%}
}
@media (max-width: 767px) { .b2-col-md-6, .b2-col-md-4 {width: 100%;margin-bottom: 1rem} }

.b2-d-flex { display: flex; }
.b2-justify-content-between { justify-content: space-between; }
.b2-justify-content-center { justify-content: center; }
.b2-align-items-center { align-items: center; }
.b2-text-center { text-align: center; }
.b2-text-white { color: #fff; }
.b2-text-success { color: var(--b2-green) !important; }
.b2-text-danger { color: var(--b2-danger) !important; }
.b2-text-primary { color: var(--b2-green-dark) !important; }
.b2-text-muted { color: #9aa5ab; }
.b2-me-2 { margin-right: .5rem; } .b2-me-3 { margin-right: 1rem; } .b2-ms-3 { margin-left: 1rem; }
.b2-my-2 { margin: .5rem 0; } .b2-mb-3 { margin-bottom: 1rem; } .b2-mb-4 { margin-bottom: 1.5rem; }
.b2-mt-3 { margin-top: 1rem; } .b2-mt-4 { margin-top: 1.5rem; } .b2-mt-5 { margin-top: 3rem; }
.b2-py-2 { padding: .5rem 0; } .b2-py-3 { padding: 1rem 0; } .b2-py-4 { padding: 1.5rem 0; } .b2-py-5 { padding: 2.5rem 0; }
.b2-rounded-2 { border-radius: 4px; } .b2-rounded-5 { border-radius: 2rem; }
.b2-img-fluid {height: auto;max-width: 100%}
.b2-lead {font-size: 1.2rem;line-height: 1.7;font-weight: 300}
.b2-w-100 { width: 100%; }


.b2-btn {align-items: center;user-select: none;border-radius: 999px;gap: .5rem;padding: .65rem 1.25rem;transition: transform .08s ease, box-shadow .2s ease, background-color .2s ease;font-weight: 700;justify-content: center;position: relative;border: none;font-size: .95rem;letter-spacing: .2px;text-decoration: none;cursor: pointer;display: inline-flex}
.b2-btn:active { transform: translateY(1px) scale(.99); }
.b2-btn-primary {background: #3bff53;color: #1a1a1a;box-shadow: 0 6px 16px rgba(253,216,53,.35)}
.b2-btn-primary:hover { background: rgba(253,216,53,1); }
.b2-btn-success {background: var(--b2-red-nav);box-shadow: 0 6px 16px rgba(0,255,196,.5);color: #fff}
.b2-btn-success:hover { background: #45a049; }
.b2-btn-lg {font-size: 1.05rem;padding: .9rem 1.5rem}
.b2-btn-sm {font-size: .85rem;padding: .5rem .9rem}


.b2-header { padding: .5rem 0; }
.b2-header img { border-radius: 8px; }
.b2-logo-link {text-decoration: none;align-items: center;display: inline-flex}
.b2-logo-text {font-weight: 800;color: #fff;font-size: 1.4rem}


.b2-nav-menu {border-radius: 12px;max-width: 1320px;padding: 0;box-shadow: 0 4px 15px rgba(30,77,43,.3), 0 1px 4px rgba(0,0,0,.2);z-index: 1000;background: var(--b2-red-nav);position: relative;margin: .25rem auto 1rem}
.b2-nav-menu .b2-container {align-items: center;padding: 0 .5rem;flex-wrap: wrap;justify-content: center;display: flex}
.b2-nav-item {margin: 0 .05rem;display: inline-block;position: relative}
.b2-nav-link {font-weight: 600;transition: all .3s ease;display: block;padding: .6rem 1.1rem;text-decoration: none;text-transform: uppercase;border-radius: 999px;font-size: .78rem;margin: .1rem;position: relative;color: rgb(255,255,255);letter-spacing: .5px}
.b2-nav-link:hover, .b2-nav-link.b2-current { background: rgba(255,255,255,.2); }
.b2-dropdown {z-index: 1001;background: rgb(105,45,35);padding: .25rem 0;position: absolute;min-width: 190px;box-shadow: 0 8px 25px rgba(30,77,43,.4);top: calc(100% + .25rem);transform: translateX(-50%) translateY(-10px);border-radius: 10px;transition: all .3s ease;opacity: 0;left: 50%;visibility: hidden}
.b2-nav-item:hover .b2-dropdown {transform: translateX(-50%) translateY(0);opacity: 1;visibility: visible}
.b2-dropdown-item {color: #fff;margin: .05rem .25rem;font-size: .8rem;text-decoration: none;display: block;border-radius: 6px;padding: .55rem 1.1rem}
.b2-dropdown-item:hover { background: rgba(255,255,255,.15); }
@media (min-width: 769px) {
  .b2-nav-link.b2-has-dropdown::after {font-size: .65rem;margin-left: .4rem;content: '▼'}
}
.b2-hamburger {padding: .5rem;border: none;background: none;flex-direction: column;cursor: pointer;gap: 5px;display: none}
.b2-hamburger span {height: 2.5px;background: #fff;width: 24px;border-radius: 2px}
.b2-hamburger.b2-active span:nth-child(1) { transform: rotate(-45deg) translate(-5px, 6px); }
.b2-hamburger.b2-active span:nth-child(2) { opacity: 0; }
.b2-hamburger.b2-active span:nth-child(3) { transform: rotate(45deg) translate(-5px, -6px); }
.b2-mobile-nav-toggle {padding: .6rem 1rem;align-items: center;justify-content: space-between;display: none;width: 100%}
.b2-mobile-nav-label {font-weight: 700;letter-spacing: 1px;color: #fff}
.b2-mobile-nav-content {justify-content: center;flex-wrap: wrap;display: flex;align-items: center}
@media (max-width: 768px) {
  .b2-mobile-nav-toggle { display: flex; }
  .b2-hamburger { display: flex; }
  .b2-mobile-nav-content {border-radius: 0 0 15px 15px;background: rgba(103,49,49,.97);z-index: 1002;padding: 1rem 0;max-width: 100vw;flex-direction: column;position: absolute;left: 0;display: none;top: 100%;right: 0}
  .b2-mobile-nav-content.b2-show { display: flex; }
  .b2-nav-item {width: 100%;margin: .3rem 0;display: flex;flex-direction: column;align-items: center}
  .b2-nav-link {width: calc(100% - 2rem);text-align: center;max-width: 280px}
  .b2-dropdown {flex-direction: column;width: 100%;max-height: 0;visibility: visible;overflow: hidden;position: relative;display: flex;transform: none;align-items: center;opacity: 1;margin: .4rem auto}
  .b2-nav-item.b2-active .b2-dropdown {padding: .4rem 0;max-height: 1000px}
}


.b2-footer {border-top: 1px solid rgba(255,255,255,.1);background: var(--b2-red-deep);margin-top: 2rem;text-align: center;padding: 1.5rem 0 .75rem}
.b2-footer-link {text-decoration: none;margin: 0 .6rem;display: inline-block;color: #fff}
.b2-footer-link:hover { text-decoration: underline; }
.b2-footer-contact {color: var(--b2-text);margin-top: .5rem}
.b2-footer-copy {font-size: .85rem;color: #cfd8dc;display: block;margin-top: .5rem}


.b2-hero-section {padding: 2rem 0;margin: 1rem 0;border-radius: 20px}
.b2-hero-section h1 {color: rgba(255,255,255,1);margin-bottom: 1.2rem;font-size: 2.3rem}
.b2-hero-section p { font-size: 1.05rem; }
.b2-hero-section .b2-btn {margin-top: .5rem;background: linear-gradient(135deg, #ffeb3b, #fdd835);color: rgb(26,26,26)}
@media (min-width: 992px) { .b2-hero-section .b2-btn { margin-right: 1rem; } .b2-hero-section .b2-img-fluid { margin-left: 1rem; } }
@media (max-width: 768px) { .b2-hero-section { text-align: center; } .b2-hero-section h1 { font-size: 1.7rem; } .b2-hero-section .b2-img-fluid { margin-top: 1rem; } }


.b2-featured-games-section {background: linear-gradient(135deg, #660e0e 0%, #691414 50%, #000 100%);padding: 3.5rem 0}
.b2-section-header {text-align: center;margin-bottom: 2.5rem}
.b2-section-title {font-size: 2.1rem;margin-bottom: .75rem;background: linear-gradient(135deg, var(--b2-green-dark), var(--b2-green));-webkit-text-fill-color: transparent;color: #fff;-webkit-background-clip: text;background-clip: text;font-weight: 800}
.b2-section-subtitle {opacity: .85;color: var(--b2-text);font-size: 1.05rem}
.b2-games-grid {gap: 1.25rem;display: grid;grid-template-columns: repeat(3, 1fr)}
@media (max-width: 992px) { .b2-games-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .b2-games-grid { grid-template-columns: 1fr; } }
.b2-game-card {background: rgba(255,255,255,.05);padding: 1.75rem 1.25rem;border-radius: 16px;text-align: center;border: 1px solid rgba(46,204,113,.2);transition: all .3s ease}
.b2-game-card:hover {transform: translateY(-5px);border-color: rgba(46,204,113,.45);box-shadow: 0 10px 30px rgba(46,204,113,.2)}
.b2-game-icon {margin-bottom: 1rem;font-size: 2.6rem}
.b2-game-title {margin-bottom: .5rem;font-size: 1.15rem;color: rgba(255,255,255,1)}
.b2-game-description {margin-bottom: .75rem;color: #b8c5d0;font-size: .88rem}
.b2-game-features {margin-bottom: 1rem;flex-wrap: wrap;gap: .4rem;justify-content: center;display: flex}
.b2-feature-tag {color: var(--b2-green);background: rgba(46,204,113,.15);padding: .2rem .6rem;font-size: .72rem;border-radius: 10px;border: 1px solid rgba(46,204,113,.3)}
.b2-game-btn {border-radius: 8px;text-decoration: none;display: inline-flex;gap: .4rem;padding: .55rem 1.3rem;background: linear-gradient(135deg, #ffeb3b, #fdd835);font-size: .85rem;color: rgb(26,26,26);font-weight: 600;align-items: center}


.b2-content-hero-img {background: rgba(255,255,255,.03);margin: 0 auto 1.5rem;padding: .4rem;box-shadow: 0 8px 30px rgba(46,204,113,.25);max-width: 100%;display: block;height: auto;border-radius: 16px;border: 2px solid rgba(46,204,113,.3)}


.b2-alert {margin-bottom: 1.4rem;background: rgba(255,255,255,.08);padding: 1.1rem 1.4rem;position: relative;border: 1px solid transparent;border-radius: 12px}
.b2-alert strong {margin-bottom: .4rem;display: block}
.b2-alert-info {background: rgba(26,188,156,.15);border-color: rgba(26,188,156,.3)}
.b2-alert-warning {background: rgba(243,156,18,.15);border-color: rgba(243,156,18,.3)}
.b2-alert-success {background: rgba(46,204,113,.15);border-color: rgba(46,204,113,.3)}
.b2-list-unstyled {list-style: none;padding-left: 0}
.b2-list-unstyled li {margin-bottom: .7rem;padding-left: 1.8rem;position: relative}
.b2-list-unstyled li::before {content: '✓';position: absolute;color: var(--b2-green);left: 0;font-weight: bold}


.b2-table-responsive {margin-bottom: 1.4rem;border-radius: 12px;overflow-x: auto}
.b2-table {border-collapse: collapse;background: rgba(255,255,255,.05);width: 100%;border-radius: 12px;overflow: hidden}
.b2-table thead { background: linear-gradient(135deg, #5f1b1b 0%, #a77777 100%); }
.b2-table-primary { background: linear-gradient(135deg, var(--b2-red-dark) 0%, var(--b2-green-dark) 100%); }
.b2-table th {padding: .85rem;text-align: left;border-bottom: 2px solid rgba(46,204,113,.3)}
.b2-table td {border-bottom: 1px solid rgba(255,255,255,.1);padding: .85rem}
.b2-table-striped tbody tr:nth-of-type(odd) { background: rgba(255,255,255,.02); }
.b2-table-hover tbody tr:hover { background: rgba(46,204,113,.1); }
.b2-table-sm th, .b2-table-sm td {padding: .5rem;font-size: .85rem}


.b2-card {border: 1px solid rgba(46,204,113,.2);margin-bottom: 1.2rem;background: rgba(255,255,255,.08);overflow: hidden;border-radius: 12px}
.b2-card-img-top {display: block;object-fit: cover;width: 100%;height: 170px}
.b2-card-body { padding: 1.25rem; }
.b2-card-header {font-weight: 700;padding: .9rem 1.25rem}
.b2-card-header.b2-bg-success {background: var(--b2-green-dark);color: #fff}
.b2-card-header.b2-bg-primary {color: #fff;background: #143a55}
.b2-card.b2-border-success { border-color: var(--b2-green); }
.b2-card.b2-border-primary { border-color: rgb(74,163,255); }
.b2-card-title {color: var(--b2-green);margin-bottom: .6rem;font-size: 1.1rem}


.b2-accordion-item {border: 1px solid rgba(46,204,113,.2);border-radius: 10px;margin-bottom: .7rem;background: rgba(255,255,255,.05);overflow: hidden}
.b2-accordion-button {text-align: left;display: flex;color: #fff;width: 100%;cursor: pointer;align-items: center;font-size: 1rem;padding: 1.1rem 1.3rem;border: none;font-weight: 600;background: linear-gradient(135deg, rgba(145,85,85,.08), rgba(79,46,46,.3));justify-content: space-between}
.b2-accordion-button::after {color: var(--b2-green);font-size: .75rem;margin-left: 1rem;content: '▼';transition: transform .3s ease}
.b2-accordion-button:not(.b2-collapsed)::after { transform: rotate(180deg); }
.b2-accordion-collapse { display: none; }
.b2-accordion-collapse.b2-show { display: block; }
.b2-accordion-body {background: rgba(0,0,0,.2);padding: 1.25rem}


.b2-login-method-card {border: 2px solid rgba(46,204,113,.2);height: 100%;margin-bottom: 1.2rem;text-align: center;background: rgba(255,255,255,.05);border-radius: 16px;padding: 1.75rem 1.25rem}
.b2-login-method-card.b2-featured {background: rgba(46,204,113,.08);border-color: rgba(46,204,113,.4)}
.b2-login-icon-wrapper {margin-bottom: .75rem;color: var(--b2-green);font-size: 3.2rem}


.b2-rich :is(h2, h3) {margin-top: 1.6rem;color: var(--b2-green)}
.b2-page-aside {margin-top: 2rem;border-top: 1px solid rgba(255,255,255,.1);padding-top: 1.5rem}
.b2-page-aside-title {color: var(--b2-green);font-weight: 700}
.b2-page-aside-link {display: inline-block;text-decoration: underline;margin: .3rem .6rem .3rem 0;color: var(--b2-text)}




.b2-horizontal-scroll-section {overflow-x: auto;white-space: nowrap;padding: 1.5rem .5rem;margin: 0 -.75rem}
.b2-scroll-card {display: inline-block;min-height: 250px;background: linear-gradient(135deg, rgba(255,107,53,.15), rgba(30,247,87,.35));width: 280px;margin-right: 1.25rem;white-space: normal;border: 2px solid #35ffe3;padding: 1.25rem;border-radius: 18px;vertical-align: top}


.b2-split-layout {display: grid;gap: 2.5rem;margin: 2.5rem auto;grid-template-columns: 1fr 2px 1fr;max-width: 1000px}
.b2-split-divider {background: linear-gradient(to bottom, transparent, var(--b2-gold), var(--b2-gold), transparent);position: relative}
.b2-split-column { padding: 1rem; }
@media (max-width: 768px) { .b2-split-layout {gap: 1.5rem;grid-template-columns: 1fr} .b2-split-divider { display: none; } }


.b2-zigzag-layout {max-width: 1000px;margin: 2.5rem auto}
.b2-zigzag-item {align-items: center;margin-bottom: 2.5rem;gap: 2rem;display: grid;grid-template-columns: 1fr 1fr}
.b2-zigzag-item:nth-child(even) { direction: rtl; }
.b2-zigzag-item:nth-child(even) > * { direction: ltr; }
.b2-zigzag-content {border-radius: 14px;padding: 1.5rem;background: linear-gradient(135deg, rgba(220,20,60,.2), rgba(255,99,71,.12));border-left: 5px solid #05ebcb}
@media (max-width: 768px) { .b2-zigzag-item { grid-template-columns: 1fr; } .b2-zigzag-item:nth-child(even) { direction: ltr; } }


.b2-timeline {padding: 2rem 0;max-width: 900px;margin: 0 auto;position: relative}
.b2-timeline::before {left: 50%;bottom: 0;background: linear-gradient(to bottom, #9b59b6, #e91e63, #9b59b6);content: '';position: absolute;transform: translateX(-50%);top: 0;width: 4px}
.b2-timeline-item {align-items: center;gap: 1.5rem;display: grid;margin-bottom: 2.5rem;grid-template-columns: 1fr 80px 1fr}
.b2-timeline-marker {justify-content: center;display: flex;align-items: center;position: relative;border-radius: 50%;background: linear-gradient(135deg, #9b59b6, #e91e63);font-weight: 700;margin: 0 auto;width: 64px;height: 64px;font-size: 1.5rem;z-index: 2}
.b2-timeline-content {background: linear-gradient(135deg, rgba(155,89,182,.15), rgba(233,30,99,.1));border-radius: 14px;padding: 1.25rem;border: 2px solid #9b59b6}
@media (max-width: 768px) {
  .b2-timeline-item { grid-template-columns: 60px 1fr; }
  .b2-timeline::before { left: 30px; }
  .b2-timeline-content:first-child { display: none; }
}


.b2-tab-buttons {border-bottom: 3px solid rgba(102,126,234,.3);display: flex;gap: .5rem;margin-bottom: 1.5rem;flex-wrap: wrap}
.b2-tab-btn {border: none;color: rgb(255,255,255);cursor: pointer;font-weight: 600;padding: .8rem 1.4rem;border-bottom: 3px solid transparent;font-size: 1rem;background: transparent}
.b2-tab-btn.b2-active {color: rgb(147,167,255);border-bottom-color: #667eea}
.b2-tab-content { display: none; }
.b2-tab-content.b2-active { display: block; }


.b2-step-expandable {border: 2px solid #667eea;margin-bottom: .9rem;background: rgba(102,126,234,.1);overflow: hidden;border-radius: 10px}
.b2-step-header {justify-content: space-between;cursor: pointer;font-weight: 700;padding: 1.1rem;display: flex;align-items: center}
.b2-step-body {overflow: hidden;transition: max-height .4s ease, padding .4s ease;padding: 0 1.1rem;max-height: 0}
.b2-step-expandable.b2-expanded .b2-step-body {padding: 1.1rem;max-height: 600px}
.b2-step-arrow { transition: transform .3s ease; }
.b2-step-expandable.b2-expanded .b2-step-arrow { transform: rotate(180deg); }


.b2-masonry-grid {margin: 1.5rem 0;column-gap: 1.4rem;column-count: 2}
.b2-masonry-item {border: 2px solid #667eea;padding: 1.4rem;background: linear-gradient(135deg, rgba(102,126,234,.1), rgba(118,75,162,.1));margin-bottom: 1.4rem;border-radius: 14px;break-inside: avoid}
@media (max-width: 768px) { .b2-masonry-grid { column-count: 1; } }


.b2-wizard-steps {display: flex;justify-content: space-between;gap: 1rem;flex-wrap: wrap;position: relative;margin-bottom: 2rem}
.b2-wizard-steps::before {top: 26px;content: '';z-index: 0;position: absolute;left: 0;height: 3px;right: 0;background: linear-gradient(to right, #0066cc, #00a8cc)}
.b2-wizard-step {min-width: 90px;flex: 1;position: relative;z-index: 1;text-align: center}
.b2-wizard-circle {font-weight: 700;align-items: center;display: flex;width: 54px;margin: 0 auto .5rem;background: linear-gradient(135deg, #0066cc, #00a8cc);height: 54px;border-radius: 50%;font-size: 1.3rem;justify-content: center}


.b2-pyramid-layout {margin: 2.5rem auto;max-width: 1100px}
.b2-vip-tier {margin: 0 auto 1.4rem;border: 3px solid;padding: 1.5rem;background: linear-gradient(135deg, rgba(142,68,173,.1), rgba(255,215,0,.05));border-radius: 14px}
.b2-vip-tier:nth-child(1) {width: 100%;border-color: #cd7f32}
.b2-vip-tier:nth-child(2) {border-color: #c0c0c0;width: 92%}
.b2-vip-tier:nth-child(3) {width: 84%;border-color: var(--b2-gold)}
.b2-vip-tier:nth-child(4) {width: 76%;border-color: #e5e4e2}
.b2-vip-tier:nth-child(5) {border-color: #b9f2ff;box-shadow: 0 0 40px rgba(185,242,255,.6);width: 68%}
@media (max-width: 768px) { .b2-vip-tier { width: 100% !important; } }


.b2-chat-flow {max-width: 700px;padding: 1.5rem;margin: 2rem auto;border-radius: 18px;background: rgba(0,136,204,.03)}
.b2-message-left {border: 2px solid #0088cc;max-width: 85%;margin: 1rem 0;padding: .9rem 1.3rem;border-radius: 18px 18px 18px 4px;background: linear-gradient(135deg, rgba(0,136,204,.25), rgba(0,172,237,.2))}
.b2-message-right {text-align: right;max-width: 85%;margin: 1rem 0 1rem auto;color: #fff;background: linear-gradient(135deg, #0088cc, #00aced);border-radius: 18px 18px 4px 18px;padding: .9rem 1.3rem}
@media (max-width: 768px) { .b2-message-left, .b2-message-right { max-width: 95%; } }


.b2-feed-layout {margin: 2rem auto;max-width: 800px}
.b2-post-card {overflow: hidden;border: 2px solid #1877f2;background: linear-gradient(135deg, rgba(24,119,242,.08), rgba(66,103,178,.05));margin-bottom: 1.75rem;border-radius: 18px}
.b2-post-header {background: linear-gradient(135deg, rgba(24,119,242,.15), rgba(66,103,178,.1));gap: 1rem;padding: 1.25rem;display: flex;align-items: center;border-bottom: 2px solid rgba(24,119,242,.2)}
.b2-post-avatar {display: flex;align-items: center;background: linear-gradient(135deg, #1877f2, #4267B2);border-radius: 50%;font-size: 1.5rem;height: 52px;justify-content: center;width: 52px;flex-shrink: 0}
.b2-post-body { padding: 1.5rem; }
.b2-post-footer {flex-wrap: wrap;background: rgba(24,119,242,.08);color: #1877f2;display: flex;gap: 1.25rem;font-weight: 600;padding: .9rem 1.25rem;border-top: 2px solid rgba(24,119,242,.15)}


.b2-dashboard-grid {margin: 2rem auto;gap: 1.25rem;grid-template-columns: repeat(3, 1fr);display: grid;max-width: 950px}
.b2-stats-widget {border: 3px solid #cbc039;display: flex;flex-direction: column;border-radius: 14px;min-height: 150px;justify-content: center;padding: 1.75rem 1.25rem;text-align: center;background: linear-gradient(135deg, rgba(22,0,0,1), rgba(76,175,80,.25))}
.b2-stats-number {color: rgb(76,175,80);font-weight: 700;font-size: 2.6rem}
@media (max-width: 992px) { .b2-dashboard-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .b2-dashboard-grid { grid-template-columns: 1fr; } }


.b2-gift-box-layout {margin: 2.5rem auto;max-width: 950px}
.b2-gift-tier {position: relative;background: linear-gradient(135deg, rgba(255,152,0,.15), rgba(255,193,7,.12));overflow: hidden;padding: 1.75rem;margin-bottom: 1.75rem;border: 3px solid #ff9800;border-radius: 22px}
.b2-gift-ribbon {right: -42px;background: linear-gradient(135deg, #ff9800, var(--b2-gold));top: 20px;font-weight: 700;color: #000;padding: .5rem 3.2rem;transform: rotate(45deg);position: absolute}


.b2-podium-layout {margin: 2.5rem auto;grid-template-columns: 1fr 1fr 1fr;gap: 1.25rem;align-items: end;display: grid;max-width: 850px}
.b2-podium-place { text-align: center; }
.b2-podium-2 { order: 1; } .b2-podium-1 { order: 2; } .b2-podium-3 { order: 3; }
.b2-podium-stand {border: 3px solid var(--b2-gold);background: linear-gradient(to bottom, rgba(255,215,0,.3), rgba(255,215,0,.1));padding: 1.5rem 1.1rem;border-radius: 14px 14px 0 0}
.b2-podium-1 .b2-podium-stand {height: 300px;border-width: 4px}
.b2-podium-2 .b2-podium-stand { height: 240px; }
.b2-podium-3 .b2-podium-stand { height: 180px; }
.b2-podium-medal {margin-bottom: .75rem;font-size: 2.6rem}
@media (max-width: 768px) {
  .b2-podium-layout { grid-template-columns: 1fr; }
  .b2-podium-2, .b2-podium-1, .b2-podium-3 { order: 0; }
  .b2-podium-1 .b2-podium-stand { height: 220px; } .b2-podium-2 .b2-podium-stand { height: 180px; } .b2-podium-3 .b2-podium-stand { height: 150px; }
}


.b2-spec-grid {gap: 1.25rem;display: grid;grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));margin: 1.5rem 0}
.b2-spec-card {border: 2px solid #64ffda;font-family: 'Courier New', monospace;padding: 1.25rem;border-radius: 10px;background: linear-gradient(135deg, rgba(30,58,138,.2), rgba(59,130,246,.1))}
.b2-spec-label {font-size: .85rem;color: #64ffda;letter-spacing: 2px;text-transform: uppercase;margin-bottom: .5rem}
.b2-spec-value {font-size: 1.3rem;color: rgba(255,255,255,1);font-weight: 700}


.b2-category-grid {margin: 2rem auto;display: grid;grid-template-columns: repeat(3, 1fr);max-width: 1050px;gap: 1.5rem}
.b2-category-card {min-height: 300px;border: 3px solid #5af3ec;border-radius: 18px;overflow: hidden;background: linear-gradient(135deg, rgba(233,30,99,.12), rgba(233,30,99,.08))}
.b2-category-header {font-weight: 700;background: linear-gradient(135deg, rgba(30,94,159,.8), rgba(123,173,114,.78));color: #fff;text-align: center;padding: 1.25rem;font-size: 1.25rem}
.b2-category-body { padding: 1.5rem 1.25rem; }
@media (max-width: 992px) { .b2-category-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .b2-category-grid { grid-template-columns: 1fr; } }


.b2-download-hero {text-align: center;border-radius: 22px;margin: 1.5rem 0;padding: 3rem 1.5rem;border: 3px solid #667eea;background: linear-gradient(135deg, rgba(102,126,234,.1), rgba(118,75,162,.1))}
.b2-mega-button {font-size: 1.3rem;text-decoration: none;color: #fff;font-weight: 700;display: inline-block;padding: 1.2rem 2.8rem;background: linear-gradient(135deg, #667eea, #764ba2);border: none;border-radius: 50px}


.sf-related-articles{border:1px solid rgba(148,163,184,.24);margin:clamp(28px,5vw,56px) auto;padding:clamp(18px,3vw,28px);box-shadow:0 16px 45px rgba(15,23,42,.08);border-radius:24px;max-width:1120px;background:rgba(255,255,255,.06)}
.sf-related-articles h2{line-height:1.2;font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 8px}
.sf-related-articles>p{opacity:.78;margin:0 0 18px;line-height:1.65}
.sf-related-articles__list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));padding:0;display:grid;list-style:none;margin:0;gap:14px}
.sf-related-articles__item{list-style:none;padding:0;margin:0}
.sf-related-articles__link{gap:7px;color:inherit;border-radius:18px;padding:16px;display:flex;border:1px solid rgba(148,163,184,.18);background:rgba(255,255,255,.08);transition:transform .18s ease,border-color .18s ease,background .18s ease;flex-direction:column;min-height:100%;text-decoration:none}
.sf-related-articles__link:hover{transform:translateY(-2px);border-color:rgba(59,130,246,.45);background:rgba(255,255,255,.13)}
.sf-related-articles__type{font-weight:700;letter-spacing:.04em;font-size:.72rem;color:inherit;text-transform:uppercase;opacity:.88;width:max-content;background:rgba(59,130,246,.14);border-radius:999px;padding:3px 9px}
.sf-related-articles strong{font-size:1rem;line-height:1.35}
.sf-related-articles small{opacity:.72;line-height:1.45;font-size:.88rem}
@media(max-width:640px){.sf-related-articles{padding:16px;margin:28px 12px;border-radius:18px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
