

:root {--b1-green: #10b981;--b1-accent: #0891b2;--b1-shadow: 0 5px 20px rgba(6, 182, 212, 0.12);--b1-shadow-lg: 0 10px 35px rgba(6, 182, 212, 0.25);--b1-secondary: #38bdf8;--b1-text: rgba(30,41,59,1);--b1-radius: 15px;--b1-gold: rgba(251,191,36,1);--b1-primary: #06b6d4;--b1-text-light: rgb(51,65,85);--b1-gold-dark: #f59e0b;--b1-radius-lg: 20px;--b1-bg: rgba(229,243,255,1)}


body.b1-theme-dragon {--b1-hero-b: #dc2626;--b1-hero-a: rgb(185,28,28);--b1-hero-c: rgb(245,158,11);visibility:visible;pointer-events:auto;isolation:auto;user-select:auto}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.b1-main { display: block; }
body.b1-theme {background-color: var(--b1-bg);line-height: 1.7;font-family: 'Segoe UI', Poppins, Arial, sans-serif;color: var(--b1-text);margin: 0;overflow-x: hidden}
img {height: auto;max-width: 100%}
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 {position: sticky;padding: 14px 0;top: 0;z-index: 1000;box-shadow: 0 4px 12px rgba(6, 182, 212, 0.25);background: linear-gradient(135deg, var(--b1-primary), var(--b1-secondary))}
.b1-navbar-inner {align-items: center;justify-content: space-between;gap: 16px;display: flex}
.b1-navbar-brand {align-items: center;display: flex}
.b1-navbar-brand img { height: 46px; }
.b1-navbar-brand-text {font-weight: 800;font-size: 1.3rem;color: #fff}
.b1-navbar-toggler {flex-direction: column;border: none;cursor: pointer;display: none;background: none;padding: 6px;gap: 5px}
.b1-navbar-toggler span {height: 3px;background: rgb(255,255,255);border-radius: 2px;width: 26px}
.b1-navbar-nav {margin: 0;display: flex;flex-wrap: wrap;order: 2;justify-content: flex-end;gap: 4px;list-style: none;padding: 0}
.b1-nav-link {transition: all 0.25s;border-radius: 8px;display: inline-block;color: #fff;padding: 8px 14px;font-weight: 500}
.b1-nav-link:hover, .b1-nav-link.active {color: var(--b1-text);background: rgba(255, 255, 255, 0.85)}
.b1-navbar-right {order: 3;gap: 10px;display: flex;align-items: center}
.b1-nav-cta {font-size: 0.9rem;background: var(--b1-gold);transition: transform 0.2s;border-radius: 30px;color: rgb(30,41,59);font-weight: 700;padding: 8px 20px;display: inline-block;white-space: nowrap}
.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;gap: 2px;width: 100%;flex-direction: column}
  .b1-navbar-nav.b1-open { display: flex; }
  .b1-nav-cta {padding: 7px 14px;font-size: 0.82rem}
  .b1-nav-cta-mobile { display: list-item; }
}


.b1-breadcrumb {background: linear-gradient(135deg, #ffffff, #f0f9ff);display: flex;padding: 1rem 1.5rem;border-radius: 12px;border-left: 4px solid var(--b1-primary);gap: 0.5rem;margin: 1.5rem 0;list-style: none;box-shadow: 0 3px 10px rgba(6, 182, 212, 0.15);font-size: 0.95rem}
.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 {background: linear-gradient(135deg, var(--b1-primary), var(--b1-secondary));margin-bottom: 2.5rem;border-radius: 0 0 40px 40px;text-align: center;padding: 70px 0;color: #fff}
.b1-hero-logo {width: 88px;display: block;height: 88px;border-radius: 16px;object-fit: contain;padding: 8px;margin: 0 auto 1rem;background: rgba(255,255,255,0.12)}
.b1-hero h1 {font-size: 2.4rem;margin-bottom: 1rem;font-weight: 800;text-shadow: 2px 2px 4px rgba(0,0,0,0.2)}
.b1-hero p {font-size: 1.15rem;color: rgba(255,255,255,1);margin: 0 auto;max-width: 720px;opacity: 0.95}
.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;color: var(--b1-gold);display: inline-block;margin: 0 0.6rem}


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


.b1-section {background: #fff;border-radius: var(--b1-radius-lg);padding: 2.5rem;box-shadow: var(--b1-shadow);margin-bottom: 2.5rem}
.b1-section h2 {font-weight: 700;color: var(--b1-primary);font-size: 1.7rem;border-bottom: 3px solid var(--b1-secondary);padding-bottom: 0.6rem}
.b1-section h3 {color: var(--b1-text);margin-top: 1.6rem;font-weight: 600}
.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 {background: linear-gradient(135deg, #ffffff, #f0f9ff);border-radius: var(--b1-radius);border: 2px solid transparent;padding: 2rem;text-align: center;transition: all 0.3s;box-shadow: var(--b1-shadow)}
.b1-card:hover {transform: translateY(-8px);border-color: var(--b1-primary);box-shadow: var(--b1-shadow-lg)}
.b1-card .b1-icon {display: block;margin-bottom: 0.9rem;font-size: 2.6rem}
.b1-card h3, .b1-card h4 {font-weight: 700;font-size: 1.15rem;color: var(--b1-text);margin-bottom: 0.6rem}
.b1-card p {color: var(--b1-text-light);font-size: 0.95rem;margin: 0}

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


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


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


.b1-btn {background: var(--b1-gold);display: inline-block;border: none;font-weight: 700;padding: 13px 34px;font-size: 1rem;color: #1e293b;transition: all 0.25s;cursor: pointer;border-radius: 40px}
.b1-btn:hover { transform: scale(1.06); }
.b1-btn--primary {color: #fff;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 {background: transparent;border: 2px solid #fff;color: rgba(255,255,255,1)}
.b1-btn--block {width: 100%;text-align: center;display: block}


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


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


.b1-table-wrap {margin: 2rem 0;overflow-x: auto;border-radius: var(--b1-radius);box-shadow: var(--b1-shadow)}
.b1-table {background: #fff;width: 100%;border-collapse: collapse}
.b1-table th {text-align: left;padding: 1rem;color: #fff;background: var(--b1-primary);font-weight: 600}
.b1-table td {border-bottom: 1px solid #e2e8f0;color: var(--b1-text-light);padding: 0.9rem 1rem}
.b1-table tbody tr:nth-child(even) { background: #f0f9ff; }
.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 {width: 100%;text-align: left;border: none;justify-content: space-between;align-items: center;color: var(--b1-text);font-size: 1.05rem;cursor: pointer;display: flex;background: none;font-weight: 600;padding: 1.1rem 0.2rem}
.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 {overflow: hidden;transition: max-height 0.3s ease;max-height: 0}
.b1-accordion-body[data-open="true"] { max-height: 900px; }
.b1-accordion-body p { padding: 0 0.2rem 1.1rem; }

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


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


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

.b1-callout--gold {background: linear-gradient(135deg, #fef3c7, #fde68a);border: 3px solid var(--b1-gold)}
.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: #dbeafe; }
.b1-callout--blue h4 { color: var(--b1-primary); }
.b1-callout--blue li {padding-left: 1.6rem;color: var(--b1-text);position: relative;border-bottom: none}
.b1-callout--blue li::before {color: var(--b1-green);position: absolute;left: 0;content: "✓";font-weight: bold}

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


.b1-bonus-highlight { text-align: center; }
.b1-bonus-amount {color: rgba(180,83,9,1);margin: 0.6rem 0;font-weight: 900;font-size: 2.6rem}


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


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

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


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


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


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


.b1-footer {padding: 3rem 0 1.5rem;color: rgb(255,255,255);background: linear-gradient(135deg, #1e293b, #0f172a);margin-top: 3rem}
.b1-footer h5 {margin-bottom: 1.2rem;color: var(--b1-primary)}
.b1-footer a { color: var(--b1-secondary); }
.b1-footer a:hover { color: var(--b1-primary); }
.b1-footer p { color: #cbd5e1; }
.b1-footer-grid {gap: 2rem;display: grid;margin-bottom: 2rem;grid-template-columns: repeat(auto-fit, minmax(260px, 1fr))}
.b1-footer-col p { margin-bottom: 0.6rem; }
.b1-footer-links {display: flex;flex-wrap: wrap;gap: 1.2rem}
.b1-footer-map {margin-bottom: 2rem;overflow: hidden;border-radius: var(--b1-radius)}
.b1-footer-bottom {border-top: 1px solid rgba(255,255,255,0.1);text-align: center;padding-top: 1.5rem}
.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{border:1px solid rgba(148,163,184,.24);background:rgba(255,255,255,.06);box-shadow:0 16px 45px rgba(15,23,42,.08);padding:clamp(18px,3vw,28px);margin:clamp(28px,5vw,56px) auto;border-radius:24px;max-width:1120px}
.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{list-style:none;margin:0;display:grid;padding:0;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.sf-related-articles__item{padding:0;list-style:none;margin:0}
.sf-related-articles__link{background:rgba(255,255,255,.08);transition:transform .18s ease,border-color .18s ease,background .18s ease;flex-direction:column;color:inherit;text-decoration:none;gap:7px;min-height:100%;display:flex;border-radius:18px;padding:16px;border:1px solid rgba(148,163,184,.18)}
.sf-related-articles__link:hover{background:rgba(255,255,255,.13);transform:translateY(-2px);border-color:rgba(59,130,246,.45)}
.sf-related-articles__type{width:max-content;background:rgba(59,130,246,.14);border-radius:999px;font-size:.72rem;color:inherit;opacity:.88;text-transform:uppercase;font-weight:700;letter-spacing:.04em;padding:3px 9px}
.sf-related-articles strong{font-size:1rem;line-height:1.35}
.sf-related-articles small{opacity:.72;font-size:.88rem;line-height:1.45}
@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}}
