

:root {--b2-green: #2ecc71;--b2-black: #000000;--b2-red-nav: #890101;--b2-red-deep: #6e0212;--b2-gold: #ffd700;--b2-warning: #f39c12;--b2-text: #e9ecef;--b2-danger: rgb(231,76,60);--b2-green-dark: rgb(39,174,96);--b2-red-dark: #410200;--b2-white: #ffffff}

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

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

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


.b2-container {margin: 0 auto;padding-right: .75rem;width: 100%;padding-left: .75rem}
@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 {flex-wrap: wrap;margin-left: -.75rem;margin-right: -.75rem;display: flex}
.b2-row > * {width: 100%;padding-right: .75rem;flex: 0 0 auto;padding-left: .75rem}
.b2-col-12 {flex: 0 0 auto;width: 100%}
@media (min-width: 992px) { .b2-col-lg-6 {flex: 0 0 auto;width: 50%} }
@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 {max-width: 100%;height: auto}
.b2-lead {font-size: 1.2rem;font-weight: 300;line-height: 1.7}
.b2-w-100 { width: 100%; }


.b2-btn {justify-content: center;position: relative;padding: .65rem 1.25rem;text-decoration: none;transition: transform .08s ease, box-shadow .2s ease, background-color .2s ease;border-radius: 999px;display: inline-flex;gap: .5rem;font-size: .95rem;font-weight: 700;letter-spacing: .2px;user-select: none;cursor: pointer;align-items: center;border: none}
.b2-btn:active { transform: translateY(1px) scale(.99); }
.b2-btn-primary {background: rgb(59,255,83);box-shadow: 0 6px 16px rgba(253,216,53,.35);color: #1a1a1a}
.b2-btn-primary:hover { background: #fdd835; }
.b2-btn-success {box-shadow: 0 6px 16px rgba(0,255,196,.5);color: #fff;background: var(--b2-red-nav)}
.b2-btn-success:hover { background: rgba(69,160,73,1); }
.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 {align-items: center;text-decoration: none;display: inline-flex}
.b2-logo-text {font-weight: 800;color: #fff;font-size: 1.4rem}


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


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


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


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


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


.b2-table-responsive {border-radius: 12px;overflow-x: auto;margin-bottom: 1.4rem}
.b2-table {overflow: hidden;background: rgba(255,255,255,.05);border-collapse: collapse;width: 100%;border-radius: 12px}
.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;border-bottom: 2px solid rgba(46,204,113,.3);text-align: left}
.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 {font-size: .85rem;padding: .5rem}


.b2-card {overflow: hidden;margin-bottom: 1.2rem;border: 1px solid rgba(46,204,113,.2);border-radius: 12px;background: rgba(255,255,255,.08)}
.b2-card-img-top {width: 100%;display: block;object-fit: cover;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 {background: #143a55;color: #fff}
.b2-card.b2-border-success { border-color: var(--b2-green); }
.b2-card.b2-border-primary { border-color: rgba(74,163,255,1); }
.b2-card-title {color: var(--b2-green);font-size: 1.1rem;margin-bottom: .6rem}


.b2-accordion-item {background: rgba(255,255,255,.05);margin-bottom: .7rem;border: 1px solid rgba(46,204,113,.2);border-radius: 10px;overflow: hidden}
.b2-accordion-button {font-size: 1rem;color: rgba(255,255,255,1);display: flex;padding: 1.1rem 1.3rem;width: 100%;font-weight: 600;background: linear-gradient(135deg, rgba(145,85,85,.08), rgba(79,46,46,.3));justify-content: space-between;cursor: pointer;text-align: left;align-items: center;border: none}
.b2-accordion-button::after {color: var(--b2-green);font-size: .75rem;margin-left: 1rem;transition: transform .3s ease;content: '▼'}
.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 {background: rgba(255,255,255,.05);margin-bottom: 1.2rem;padding: 1.75rem 1.25rem;border: 2px solid rgba(46,204,113,.2);text-align: center;height: 100%;border-radius: 16px}
.b2-login-method-card.b2-featured {background: rgba(46,204,113,.08);border-color: rgba(46,204,113,.4)}
.b2-login-icon-wrapper {font-size: 3.2rem;margin-bottom: .75rem;color: var(--b2-green)}


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




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


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


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


.b2-timeline {margin: 0 auto;max-width: 900px;position: relative;padding: 2rem 0}
.b2-timeline::before {width: 4px;bottom: 0;left: 50%;content: '';position: absolute;background: linear-gradient(to bottom, #9b59b6, #e91e63, #9b59b6);transform: translateX(-50%);top: 0}
.b2-timeline-item {grid-template-columns: 1fr 80px 1fr;gap: 1.5rem;margin-bottom: 2.5rem;align-items: center;display: grid}
.b2-timeline-marker {background: linear-gradient(135deg, #9b59b6, #e91e63);border-radius: 50%;align-items: center;margin: 0 auto;position: relative;font-size: 1.5rem;width: 64px;z-index: 2;font-weight: 700;height: 64px;justify-content: center;display: flex}
.b2-timeline-content {padding: 1.25rem;border-radius: 14px;background: linear-gradient(135deg, rgba(155,89,182,.15), rgba(233,30,99,.1));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 {flex-wrap: wrap;gap: .5rem;margin-bottom: 1.5rem;display: flex;border-bottom: 3px solid rgba(102,126,234,.3)}
.b2-tab-btn {font-size: 1rem;background: transparent;padding: .8rem 1.4rem;font-weight: 600;border: none;color: #fff;border-bottom: 3px solid transparent;cursor: pointer}
.b2-tab-btn.b2-active {color: #93a7ff;border-bottom-color: #667eea}
.b2-tab-content { display: none; }
.b2-tab-content.b2-active { display: block; }


.b2-step-expandable {border: 2px solid #667eea;overflow: hidden;background: rgba(102,126,234,.1);margin-bottom: .9rem;border-radius: 10px}
.b2-step-header {font-weight: 700;padding: 1.1rem;justify-content: space-between;cursor: pointer;align-items: center;display: flex}
.b2-step-body {overflow: hidden;transition: max-height .4s ease, padding .4s ease;max-height: 0;padding: 0 1.1rem}
.b2-step-expandable.b2-expanded .b2-step-body {max-height: 600px;padding: 1.1rem}
.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-count: 2;column-gap: 1.4rem}
.b2-masonry-item {background: linear-gradient(135deg, rgba(102,126,234,.1), rgba(118,75,162,.1));padding: 1.4rem;margin-bottom: 1.4rem;border: 2px solid #667eea;border-radius: 14px;break-inside: avoid}
@media (max-width: 768px) { .b2-masonry-grid { column-count: 1; } }


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


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


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


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


.b2-dashboard-grid {grid-template-columns: repeat(3, 1fr);margin: 2rem auto;gap: 1.25rem;display: grid;max-width: 950px}
.b2-stats-widget {flex-direction: column;min-height: 150px;display: flex;justify-content: center;text-align: center;border: 3px solid #cbc039;background: linear-gradient(135deg, rgba(22,0,0,1), rgba(76,175,80,.25));padding: 1.75rem 1.25rem;border-radius: 14px}
.b2-stats-number {font-size: 2.6rem;font-weight: 700;color: #4caf50}
@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 {border: 3px solid #ff9800;background: linear-gradient(135deg, rgba(255,152,0,.15), rgba(255,193,7,.12));border-radius: 22px;position: relative;overflow: hidden;margin-bottom: 1.75rem;padding: 1.75rem}
.b2-gift-ribbon {position: absolute;top: 20px;transform: rotate(45deg);right: -42px;background: linear-gradient(135deg, #ff9800, var(--b2-gold));font-weight: 700;padding: .5rem 3.2rem;color: rgba(0,0,0,1)}


.b2-podium-layout {gap: 1.25rem;grid-template-columns: 1fr 1fr 1fr;display: grid;align-items: end;margin: 2.5rem auto;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 {background: linear-gradient(to bottom, rgba(255,215,0,.3), rgba(255,215,0,.1));border: 3px solid var(--b2-gold);padding: 1.5rem 1.1rem;border-radius: 14px 14px 0 0}
.b2-podium-1 .b2-podium-stand {border-width: 4px;height: 300px}
.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 {display: grid;grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));gap: 1.25rem;margin: 1.5rem 0}
.b2-spec-card {border: 2px solid #64ffda;border-radius: 10px;padding: 1.25rem;font-family: 'Courier New', monospace;background: linear-gradient(135deg, rgba(30,58,138,.2), rgba(59,130,246,.1))}
.b2-spec-label {letter-spacing: 2px;margin-bottom: .5rem;text-transform: uppercase;font-size: .85rem;color: rgba(100,255,218,1)}
.b2-spec-value {color: rgb(255,255,255);font-weight: 700;font-size: 1.3rem}


.b2-category-grid {display: grid;gap: 1.5rem;max-width: 1050px;margin: 2rem auto;grid-template-columns: repeat(3, 1fr)}
.b2-category-card {border: 3px solid #5af3ec;border-radius: 18px;min-height: 300px;overflow: hidden;background: linear-gradient(135deg, rgba(233,30,99,.12), rgba(233,30,99,.08))}
.b2-category-header {text-align: center;background: linear-gradient(135deg, rgba(30,94,159,.8), rgba(123,173,114,.78));font-weight: 700;font-size: 1.25rem;color: #fff;padding: 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 {margin: 1.5rem 0;border-radius: 22px;background: linear-gradient(135deg, rgba(102,126,234,.1), rgba(118,75,162,.1));padding: 3rem 1.5rem;border: 3px solid #667eea;text-align: center}
.b2-mega-button {border: none;color: rgba(255,255,255,1);font-weight: 700;display: inline-block;border-radius: 50px;background: linear-gradient(135deg, #667eea, #764ba2);text-decoration: none;padding: 1.2rem 2.8rem;font-size: 1.3rem}


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