

:root {--b1-text: #1e293b;--b1-shadow: 0 5px 20px rgba(6, 182, 212, 0.12);--b1-radius: 15px;--b1-green: #10b981;--b1-gold: rgba(251,191,36,1);--b1-accent: #0891b2;--b1-bg: #e5f3ff;--b1-text-light: #334155;--b1-gold-dark: rgba(245,158,11,1);--b1-shadow-lg: 0 10px 35px rgba(6, 182, 212, 0.25);--b1-secondary: #38bdf8;--b1-primary: rgb(6,182,212);--b1-radius-lg: 20px}


body.b1-theme-dragon {--b1-hero-c: #f59e0b;--b1-hero-b: #dc2626;--b1-hero-a: #b91c1c;pointer-events:auto;isolation:auto}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.b1-main { display: block; }
body.b1-theme {color: var(--b1-text);font-family: 'Segoe UI', Poppins, Arial, sans-serif;margin: 0;line-height: 1.7;background-color: var(--b1-bg);overflow-x: hidden}
img {max-width: 100%;height: auto}
a { text-decoration: none; }
h1, h2, h3, h4 { margin: 0 0 0.6em; }
p {color: var(--b1-text-light);margin: 0 0 1.1em}
ul, ol { padding-left: 1.4rem; }

.b1-container {margin: 0 auto;padding: 0 20px;max-width: 1140px}


.b1-navbar {z-index: 1000;top: 0;position: sticky;background: linear-gradient(135deg, var(--b1-primary), var(--b1-secondary));padding: 14px 0;box-shadow: 0 4px 12px rgba(6, 182, 212, 0.25)}
.b1-navbar-inner {display: flex;justify-content: space-between;gap: 16px;align-items: center}
.b1-navbar-brand {align-items: center;display: flex}
.b1-navbar-brand img { height: 46px; }
.b1-navbar-brand-text {font-size: 1.3rem;font-weight: 800;color: rgba(255,255,255,1)}
.b1-navbar-toggler {background: none;flex-direction: column;gap: 5px;cursor: pointer;border: none;padding: 6px;display: none}
.b1-navbar-toggler span {background: #fff;height: 3px;border-radius: 2px;width: 26px}
.b1-navbar-nav {padding: 0;justify-content: flex-end;gap: 4px;display: flex;order: 2;flex-wrap: wrap;margin: 0;list-style: none}
.b1-nav-link {border-radius: 8px;color: #fff;padding: 8px 14px;transition: all 0.25s;font-weight: 500;display: inline-block}
.b1-nav-link:hover, .b1-nav-link.active {color: var(--b1-text);background: rgba(255, 255, 255, 0.85)}
.b1-navbar-right {align-items: center;order: 3;display: flex;gap: 10px}
.b1-nav-cta {padding: 8px 20px;border-radius: 30px;font-weight: 700;display: inline-block;background: var(--b1-gold);transition: transform 0.2s;white-space: nowrap;color: #1e293b;font-size: 0.9rem}
.b1-nav-cta:hover { transform: scale(1.05); }
.b1-nav-cta-mobile { display: none; }

@media (max-width: 900px) {
  .b1-navbar-toggler { display: flex; }
  .b1-navbar-nav {display: none;flex-direction: column;gap: 2px;width: 100%}
  .b1-navbar-nav.b1-open { display: flex; }
  .b1-nav-cta {font-size: 0.82rem;padding: 7px 14px}
  .b1-nav-cta-mobile { display: list-item; }
}


.b1-breadcrumb {list-style: none;background: linear-gradient(135deg, #ffffff, #f0f9ff);border-left: 4px solid var(--b1-primary);margin: 1.5rem 0;box-shadow: 0 3px 10px rgba(6, 182, 212, 0.15);padding: 1rem 1.5rem;border-radius: 12px;font-size: 0.95rem;gap: 0.5rem;display: flex}
.b1-breadcrumb a {font-weight: 600;color: var(--b1-primary)}
.b1-breadcrumb .b1-current {font-weight: 700;color: var(--b1-text)}
.b1-breadcrumb .b1-sep { color: #94a3b8; }


.b1-hero {margin-bottom: 2.5rem;color: #fff;padding: 70px 0;border-radius: 0 0 40px 40px;background: linear-gradient(135deg, var(--b1-primary), var(--b1-secondary));text-align: center}
.b1-hero-logo {width: 88px;object-fit: contain;margin: 0 auto 1rem;padding: 8px;display: block;background: rgba(255,255,255,0.12);border-radius: 16px;height: 88px}
.b1-hero h1 {font-size: 2.4rem;margin-bottom: 1rem;text-shadow: 2px 2px 4px rgba(0,0,0,0.2);font-weight: 800}
.b1-hero p {color: #fff;max-width: 720px;opacity: 0.95;margin: 0 auto;font-size: 1.15rem}
.b1-hero .b1-btn { margin-top: 1.5rem; }


body.b1-theme-dragon .b1-hero {
  background: linear-gradient(135deg, var(--b1-hero-a), var(--b1-hero-b), var(--b1-hero-c));
}
.b1-dragon-ornament {font-size: 1.6rem;display: inline-block;color: var(--b1-gold);margin: 0 0.6rem}


.b1-hero-emoji { position: relative; }
.b1-hero-emoji::before {right: -30px;pointer-events: none;opacity: 0.12;top: -30px;position: absolute;content: attr(data-emoji);font-size: 12rem}


.b1-section {padding: 2.5rem;border-radius: var(--b1-radius-lg);margin-bottom: 2.5rem;background: #fff;box-shadow: var(--b1-shadow)}
.b1-section h2 {font-weight: 700;padding-bottom: 0.6rem;border-bottom: 3px solid var(--b1-secondary);font-size: 1.7rem;color: var(--b1-primary)}
.b1-section h3 {font-weight: 600;margin-top: 1.6rem;color: var(--b1-text)}
.b1-section p { text-align: justify; }
.b1-section li {margin-bottom: 0.5rem;line-height: 1.7;color: var(--b1-text-light)}


body.b1-theme-dragon .b1-section { border-top: 4px solid var(--b1-gold-dark); }
body.b1-theme-dragon .b1-section h3 {padding-left: 1rem;border-left: 4px solid var(--b1-gold-dark)}


.b1-grid {margin: 2rem 0;display: grid;gap: 1.8rem}
.b1-grid-2 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.b1-grid-3 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.b1-grid-4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.b1-card {padding: 2rem;border-radius: var(--b1-radius);transition: all 0.3s;text-align: center;border: 2px solid transparent;background: linear-gradient(135deg, #ffffff, #f0f9ff);box-shadow: var(--b1-shadow)}
.b1-card:hover {border-color: var(--b1-primary);transform: translateY(-8px);box-shadow: var(--b1-shadow-lg)}
.b1-card .b1-icon {margin-bottom: 0.9rem;display: block;font-size: 2.6rem}
.b1-card h3, .b1-card h4 {font-weight: 700;color: var(--b1-text);font-size: 1.15rem;margin-bottom: 0.6rem}
.b1-card p {margin: 0;color: var(--b1-text-light);font-size: 0.95rem}

.b1-stat {box-shadow: var(--b1-shadow);border-radius: var(--b1-radius);text-align: center;border-top: 4px solid var(--b1-primary);padding: 1.6rem;background: #fff}
.b1-stat .b1-stat-number {display: block;font-weight: 800;font-size: 2.2rem;margin-bottom: 0.3rem;color: var(--b1-primary)}
.b1-stat .b1-stat-label {color: var(--b1-text-light);font-size: 0.95rem;font-weight: 500}


.b1-stats-band {border-radius: var(--b1-radius-lg);margin: 2.5rem 0;background: linear-gradient(135deg, var(--b1-primary), var(--b1-secondary));padding: 2.5rem}
.b1-stats-band .b1-stat {box-shadow: none;background: transparent;border-top: none}
.b1-stats-band .b1-stat-number { color: #fff; }
.b1-stats-band .b1-stat-label {opacity: 0.95;color: rgba(255,255,255,1)}


.b1-img {margin: 2.2rem 0;text-align: center}
.b1-img img {box-shadow: 0 12px 30px rgba(6, 182, 212, 0.25);border-radius: var(--b1-radius-lg)}


.b1-btn {border: none;color: #1e293b;border-radius: 40px;background: var(--b1-gold);transition: all 0.25s;cursor: pointer;display: inline-block;font-size: 1rem;font-weight: 700;padding: 13px 34px}
.b1-btn:hover { transform: scale(1.06); }
.b1-btn--primary {color: rgb(255,255,255);background: #1e293b}
.b1-btn--primary:hover { background: #0f172a; }
.b1-btn--gold {background: linear-gradient(135deg, var(--b1-gold), var(--b1-gold-dark));color: #1e293b}
.b1-btn--outline {color: #fff;border: 2px solid #fff;background: transparent}
.b1-btn--block {display: block;text-align: center;width: 100%}


.b1-cta {text-align: center;color: #fff;border-radius: var(--b1-radius-lg);box-shadow: var(--b1-shadow-lg);background: linear-gradient(135deg, var(--b1-secondary), var(--b1-primary));padding: 3rem 2.5rem;margin: 2.5rem 0}
.b1-cta h2 {color: rgb(255,255,255);font-size: 2rem}
.b1-cta p {font-size: 1.1rem;opacity: 0.95;color: #fff}
.b1-cta--dragon { background: linear-gradient(135deg, #dc2626, #991b1b, var(--b1-gold-dark)); }
.b1-cta-link {display: block;color: rgb(255,255,255);margin-top: 1rem;font-weight: 600;text-decoration: underline}


.b1-testimonial {box-shadow: var(--b1-shadow);background: rgb(255,255,255);border-left: 5px solid var(--b1-secondary);padding: 1.8rem;border-radius: var(--b1-radius)}
.b1-stars {color: var(--b1-gold);margin-bottom: 0.8rem;font-size: 1.1rem}


.b1-table-wrap {border-radius: var(--b1-radius);overflow-x: auto;box-shadow: var(--b1-shadow);margin: 2rem 0}
.b1-table {width: 100%;border-collapse: collapse;background: #fff}
.b1-table th {padding: 1rem;font-weight: 600;text-align: left;color: rgba(255,255,255,1);background: var(--b1-primary)}
.b1-table td {padding: 0.9rem 1rem;color: var(--b1-text-light);border-bottom: 1px solid #e2e8f0}
.b1-table tbody tr:nth-child(even) { background: rgba(240,249,255,1); }
.b1-table .b1-hand-name {color: var(--b1-text);font-weight: 700}


.b1-accordion-item { border-bottom: 1px solid #e2e8f0; }
.b1-accordion-item:last-child { border-bottom: none; }
.b1-accordion-btn {justify-content: space-between;text-align: left;font-weight: 600;align-items: center;cursor: pointer;border: none;background: none;color: var(--b1-text);padding: 1.1rem 0.2rem;font-size: 1.05rem;width: 100%;display: flex}
.b1-accordion-btn .b1-caret {color: var(--b1-primary);transition: transform 0.25s}
.b1-accordion-btn[aria-expanded="true"] .b1-caret { transform: rotate(180deg); }
.b1-accordion-body {max-height: 0;transition: max-height 0.3s ease;overflow: hidden}
.b1-accordion-body[data-open="true"] { max-height: 900px; }
.b1-accordion-body p { padding: 0 0.2rem 1.1rem; }

.b1-search-box input {padding: 0.9rem 1.2rem;max-width: 480px;border-radius: 30px;margin: 0 auto;display: block;font-size: 1rem;width: 100%;border: none}


.b1-contact-box {text-align: center;border-radius: var(--b1-radius-lg);margin: 2.5rem 0;box-shadow: var(--b1-shadow);padding: 2rem;background: rgba(255,255,255,1)}
.b1-contact-methods {margin-top: 1.5rem;gap: 2rem;flex-wrap: wrap;justify-content: center;display: flex}
.b1-contact-method { text-align: center; }
.b1-contact-method .b1-icon {font-size: 2rem;display: block;margin-bottom: 0.4rem}


.b1-login-card {background: #fff;max-width: 460px;box-shadow: var(--b1-shadow-lg);margin: 0 auto 2.5rem;border-radius: var(--b1-radius-lg);padding: 2.5rem}
.b1-login-card h2 {color: var(--b1-primary);text-align: center}
.b1-form-group { margin-bottom: 1.2rem; }
.b1-form-group label {display: block;font-weight: 600;margin-bottom: 0.4rem;color: var(--b1-text)}
.b1-form-group input[type="text"], .b1-form-group input[type="password"] {width: 100%;border: 2px solid #e2e8f0;border-radius: 10px;padding: 0.75rem 1rem;font-size: 1rem}
.b1-form-check {align-items: center;display: flex;margin-bottom: 1rem;gap: 0.5rem}
.b1-divider {margin: 1.5rem 0;text-align: center;position: relative;color: var(--b1-text-light)}
.b1-divider::before {content: '';top: 50%;right: 0;background: #e2e8f0;position: absolute;height: 1px;left: 0}
.b1-divider span {position: relative;background: #fff;padding: 0 1rem}
.b1-login-links {text-align: center;margin-top: 1.2rem}
.b1-login-links a {color: var(--b1-primary);font-weight: 600}


.b1-callout {box-shadow: var(--b1-shadow);margin: 2.2rem 0;padding: 2rem;border-radius: var(--b1-radius-lg)}
.b1-callout h3, .b1-callout h4 { margin-bottom: 1rem; }
.b1-callout ul {margin: 0;list-style: none;padding: 0}
.b1-callout li {border-bottom: 1px solid rgba(0,0,0,0.08);padding: 0.7rem 0}
.b1-callout li:last-child { border-bottom: none; }

.b1-callout--gold {border: 3px solid var(--b1-gold);background: linear-gradient(135deg, #fef3c7, #fde68a)}
.b1-callout--gold h3, .b1-callout--gold h4 { color: #92400e; }
.b1-callout--gold li { color: #78350f; }

.b1-callout--green {background: linear-gradient(135deg, #ecfdf5, #d1fae5);border-left: 5px solid var(--b1-green)}
.b1-callout--green h4 { color: #065f46; }
.b1-callout--green p { color: #064e3b; }

.b1-callout--red {background: linear-gradient(135deg, #fef2f2, #fee2e2);border: 3px solid #dc2626}
.b1-callout--red h3, .b1-callout--red h4 { color: #b91c1c; }
.b1-callout--red li { color: rgba(127,29,29,1); }

.b1-callout--blue { background: rgba(219,234,254,1); }
.b1-callout--blue h4 { color: var(--b1-primary); }
.b1-callout--blue li {color: var(--b1-text);border-bottom: none;padding-left: 1.6rem;position: relative}
.b1-callout--blue li::before {position: absolute;left: 0;color: var(--b1-green);content: "✓";font-weight: bold}

.b1-callout--white {border: 2px solid #e2e8f0;background: rgb(255,255,255)}


.b1-bonus-highlight { text-align: center; }
.b1-bonus-amount {font-weight: 900;color: #b45309;margin: 0.6rem 0;font-size: 2.6rem}


.b1-steps {margin: 2.2rem 0;padding: 2.2rem;border-radius: var(--b1-radius-lg);background: linear-gradient(135deg, #f0f9ff, #e0f2fe)}
.b1-step {gap: 1.3rem;background: #fff;margin-bottom: 1.3rem;border-radius: var(--b1-radius);display: flex;box-shadow: var(--b1-shadow);align-items: flex-start;padding: 1.3rem}
.b1-step:last-child { margin-bottom: 0; }
.b1-step-number {min-width: 50px;color: var(--b1-primary);font-weight: 800;font-size: 2rem}
.b1-step h4 {margin-bottom: 0.3rem;color: var(--b1-text)}


.b1-timeline {padding: 1.5rem 0;position: relative}
.b1-timeline::before {left: 50%;position: absolute;transform: translateX(-50%);bottom: 0;width: 4px;content: '';top: 0;background: linear-gradient(180deg, var(--b1-primary), var(--b1-secondary))}
.b1-timeline-item {margin-bottom: 2.2rem;position: relative}
.b1-timeline-year {padding: 0.4rem 1.2rem;z-index: 1;left: 50%;position: absolute;font-weight: 700;transform: translateX(-50%);color: #fff;background: var(--b1-primary);border-radius: 20px}
.b1-timeline-content {box-shadow: var(--b1-shadow);width: 45%;padding: 1.5rem;border-radius: var(--b1-radius);background: #fff}
.b1-timeline-item:nth-child(odd) .b1-timeline-content { margin-left: auto; }

@media (max-width: 768px) {
  .b1-timeline::before { left: 20px; }
  .b1-timeline-content {width: calc(100% - 55px);margin-left: 55px !important}
  .b1-timeline-year {transform: translateX(0);left: 20px}
}


.b1-last-updated {background: rgb(255,255,255);font-weight: 600;border-radius: 30px;color: var(--b1-text-light);display: inline-block;box-shadow: var(--b1-shadow);margin: 1.2rem 0;padding: 0.7rem 1.3rem}


.b1-badge-inline {color: #1e293b;border-radius: 8px;padding: 0.15em 0.6em;background: var(--b1-gold)}


.b1-paytable { margin: 2rem 0; }


.b1-footer {color: rgba(255,255,255,1);padding: 3rem 0 1.5rem;background: linear-gradient(135deg, #1e293b, #0f172a);margin-top: 3rem}
.b1-footer h5 {color: var(--b1-primary);margin-bottom: 1.2rem}
.b1-footer a { color: var(--b1-secondary); }
.b1-footer a:hover { color: var(--b1-primary); }
.b1-footer p { color: rgb(203,213,225); }
.b1-footer-grid {gap: 2rem;margin-bottom: 2rem;grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));display: grid}
.b1-footer-col p { margin-bottom: 0.6rem; }
.b1-footer-links {gap: 1.2rem;display: flex;flex-wrap: wrap}
.b1-footer-map {margin-bottom: 2rem;border-radius: var(--b1-radius);overflow: hidden}
.b1-footer-bottom {padding-top: 1.5rem;text-align: center;border-top: 1px solid rgba(255,255,255,0.1)}
.b1-footer-disclaimer {font-size: 0.85rem;color: #94a3b8}

@media (max-width: 768px) {
  .b1-hero h1 { font-size: 1.7rem; }
  .b1-section { padding: 1.6rem; }
  .b1-cta { padding: 2.2rem 1.5rem; }
}


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