

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


body.b1-theme-dragon {--b1-hero-c: #f59e0b;--b1-hero-b: rgb(220,38,38);--b1-hero-a: rgb(185,28,28);user-select:auto;pointer-events:auto}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.b1-main { display: block; }
body.b1-theme {margin: 0;color: var(--b1-text);background-color: var(--b1-bg);overflow-x: hidden;font-family: 'Segoe UI', Poppins, Arial, sans-serif;line-height: 1.7}
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 {max-width: 1140px;padding: 0 20px;margin: 0 auto}


.b1-navbar {padding: 14px 0;background: linear-gradient(135deg, var(--b1-primary), var(--b1-secondary));z-index: 1000;position: sticky;box-shadow: 0 4px 12px rgba(6, 182, 212, 0.25);top: 0}
.b1-navbar-inner {gap: 16px;align-items: center;justify-content: space-between;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 {display: none;background: none;border: none;cursor: pointer;gap: 5px;padding: 6px;flex-direction: column}
.b1-navbar-toggler span {background: rgb(255,255,255);border-radius: 2px;width: 26px;height: 3px}
.b1-navbar-nav {flex-wrap: wrap;gap: 4px;margin: 0;justify-content: flex-end;padding: 0;list-style: none;display: flex}
.b1-nav-link {display: inline-block;color: #fff;border-radius: 8px;padding: 8px 14px;transition: all 0.25s;font-weight: 500}
.b1-nav-link:hover, .b1-nav-link.active {color: var(--b1-text);background: rgba(255, 255, 255, 0.85)}

@media (max-width: 900px) {
  .b1-navbar-toggler { display: flex; }
  .b1-navbar-nav {width: 100%;flex-direction: column;display: none;gap: 2px}
  .b1-navbar-nav.b1-open { display: flex; }
}


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


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


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


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


.b1-grid {gap: 1.8rem;display: grid;margin: 2rem 0}
.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 {text-align: center;border-radius: var(--b1-radius);box-shadow: var(--b1-shadow);border: 2px solid transparent;transition: all 0.3s;background: linear-gradient(135deg, #ffffff, #f0f9ff);padding: 2rem}
.b1-card:hover {box-shadow: var(--b1-shadow-lg);transform: translateY(-8px);border-color: var(--b1-primary)}
.b1-card .b1-icon {margin-bottom: 0.9rem;display: block;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 {font-size: 0.95rem;color: var(--b1-text-light);margin: 0}

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


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


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


.b1-cta {box-shadow: var(--b1-shadow-lg);padding: 3rem 2.5rem;text-align: center;border-radius: var(--b1-radius-lg);background: linear-gradient(135deg, var(--b1-secondary), var(--b1-primary));margin: 2.5rem 0;color: #fff}
.b1-cta h2 {color: #fff;font-size: 2rem}
.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: #fff;font-weight: 600;display: block;text-decoration: underline;margin-top: 1rem}


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


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


.b1-accordion-item { border-bottom: 1px solid #e2e8f0; }
.b1-accordion-item:last-child { border-bottom: none; }
.b1-accordion-btn {background: none;display: flex;justify-content: space-between;cursor: pointer;color: var(--b1-text);text-align: left;width: 100%;font-weight: 600;border: none;align-items: center;font-size: 1.05rem;padding: 1.1rem 0.2rem}
.b1-accordion-btn .b1-caret {transition: transform 0.25s;color: var(--b1-primary)}
.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 {display: block;font-size: 1rem;border-radius: 30px;max-width: 480px;width: 100%;border: none;padding: 0.9rem 1.2rem;margin: 0 auto}


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


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


.b1-callout {box-shadow: var(--b1-shadow);padding: 2rem;margin: 2.2rem 0;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 {border: 3px solid var(--b1-gold);background: linear-gradient(135deg, #fef3c7, #fde68a)}
.b1-callout--gold h3, .b1-callout--gold h4 { color: rgba(146,64,14,1); }
.b1-callout--gold li { color: rgba(120,53,15,1); }

.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 {border: 3px solid #dc2626;background: linear-gradient(135deg, #fef2f2, #fee2e2)}
.b1-callout--red h3, .b1-callout--red h4 { color: rgb(185,28,28); }
.b1-callout--red li { color: #7f1d1d; }

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

.b1-callout--white {border: 2px solid #e2e8f0;background: #fff}


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


.b1-steps {border-radius: var(--b1-radius-lg);padding: 2.2rem;margin: 2.2rem 0;background: linear-gradient(135deg, #f0f9ff, #e0f2fe)}
.b1-step {border-radius: var(--b1-radius);padding: 1.3rem;align-items: flex-start;margin-bottom: 1.3rem;background: rgba(255,255,255,1);box-shadow: var(--b1-shadow);display: flex;gap: 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 {background: linear-gradient(180deg, var(--b1-primary), var(--b1-secondary));bottom: 0;position: absolute;left: 50%;width: 4px;top: 0;transform: translateX(-50%);content: ''}
.b1-timeline-item {position: relative;margin-bottom: 2.2rem}
.b1-timeline-year {left: 50%;font-weight: 700;background: var(--b1-primary);transform: translateX(-50%);z-index: 1;position: absolute;color: #fff;border-radius: 20px;padding: 0.4rem 1.2rem}
.b1-timeline-content {border-radius: var(--b1-radius);background: rgb(255,255,255);box-shadow: var(--b1-shadow);padding: 1.5rem;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 {width: calc(100% - 55px);margin-left: 55px !important}
  .b1-timeline-year {left: 20px;transform: translateX(0)}
}


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


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


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


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