

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


body.b1-theme-dragon {--b1-hero-a: #b91c1c;--b1-hero-c: rgba(245,158,11,1);--b1-hero-b: #dc2626;user-select:auto;outline-offset:0}

* { 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 {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;max-width: 1140px;padding: 0 20px}


.b1-navbar {z-index: 1000;background: linear-gradient(135deg, var(--b1-primary), var(--b1-secondary));box-shadow: 0 4px 12px rgba(6, 182, 212, 0.25);padding: 14px 0;top: 0;position: sticky}
.b1-navbar-inner {justify-content: space-between;gap: 16px;align-items: center;display: flex}
.b1-navbar-brand {align-items: center;display: flex}
.b1-navbar-brand img { height: 46px; }
.b1-navbar-brand-text {font-size: 1.3rem;color: #fff;font-weight: 800}
.b1-navbar-toggler {padding: 6px;gap: 5px;flex-direction: column;cursor: pointer;background: none;display: none;border: none}
.b1-navbar-toggler span {height: 3px;background: #fff;width: 26px;border-radius: 2px}
.b1-navbar-nav {display: flex;padding: 0;flex-wrap: wrap;gap: 4px;margin: 0;list-style: none;justify-content: flex-end;order: 2}
.b1-nav-link {padding: 8px 14px;font-weight: 500;display: inline-block;border-radius: 8px;transition: all 0.25s;color: rgba(255,255,255,1)}
.b1-nav-link:hover, .b1-nav-link.active {background: rgba(255, 255, 255, 0.85);color: var(--b1-text)}
.b1-navbar-right {align-items: center;gap: 10px;order: 3;display: flex}
.b1-nav-cta {color: #1e293b;font-size: 0.9rem;padding: 8px 20px;font-weight: 700;border-radius: 30px;transition: transform 0.2s;white-space: nowrap;display: inline-block;background: var(--b1-gold)}
.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 {flex-direction: column;gap: 2px;width: 100%;display: none}
  .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 {margin: 1.5rem 0;padding: 1rem 1.5rem;border-left: 4px solid var(--b1-primary);box-shadow: 0 3px 10px rgba(6, 182, 212, 0.15);border-radius: 12px;list-style: none;font-size: 0.95rem;display: flex;background: linear-gradient(135deg, #ffffff, #f0f9ff);gap: 0.5rem}
.b1-breadcrumb a {color: var(--b1-primary);font-weight: 600}
.b1-breadcrumb .b1-current {color: var(--b1-text);font-weight: 700}
.b1-breadcrumb .b1-sep { color: rgb(148,163,184); }


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


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


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

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


.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: rgb(255,255,255)}


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


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


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


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


.b1-table-wrap {margin: 2rem 0;border-radius: var(--b1-radius);overflow-x: auto;box-shadow: var(--b1-shadow)}
.b1-table {border-collapse: collapse;background: #fff;width: 100%}
.b1-table th {text-align: left;font-weight: 600;color: #fff;background: var(--b1-primary);padding: 1rem}
.b1-table td {border-bottom: 1px solid #e2e8f0;padding: 0.9rem 1rem;color: var(--b1-text-light)}
.b1-table tbody tr:nth-child(even) { background: #f0f9ff; }
.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 {border: none;font-size: 1.05rem;padding: 1.1rem 0.2rem;cursor: pointer;font-weight: 600;justify-content: space-between;text-align: left;background: none;width: 100%;align-items: center;display: flex;color: var(--b1-text)}
.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 {max-width: 480px;font-size: 1rem;margin: 0 auto;border-radius: 30px;display: block;width: 100%;border: none;padding: 0.9rem 1.2rem}


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


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


.b1-callout {border-radius: var(--b1-radius-lg);box-shadow: var(--b1-shadow);padding: 2rem;margin: 2.2rem 0}
.b1-callout h3, .b1-callout h4 { margin-bottom: 1rem; }
.b1-callout ul {padding: 0;list-style: none;margin: 0}
.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: #92400e; }
.b1-callout--gold li { color: rgb(120,53,15); }

.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: #b91c1c; }
.b1-callout--red li { color: #7f1d1d; }

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

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


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


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


.b1-timeline {position: relative;padding: 1.5rem 0}
.b1-timeline::before {content: '';background: linear-gradient(180deg, var(--b1-primary), var(--b1-secondary));top: 0;transform: translateX(-50%);width: 4px;position: absolute;left: 50%;bottom: 0}
.b1-timeline-item {margin-bottom: 2.2rem;position: relative}
.b1-timeline-year {z-index: 1;padding: 0.4rem 1.2rem;font-weight: 700;position: absolute;transform: translateX(-50%);border-radius: 20px;background: var(--b1-primary);left: 50%;color: #fff}
.b1-timeline-content {width: 45%;box-shadow: var(--b1-shadow);border-radius: var(--b1-radius);background: rgba(255,255,255,1);padding: 1.5rem}
.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 {background: #fff;display: inline-block;border-radius: 30px;box-shadow: var(--b1-shadow);margin: 1.2rem 0;font-weight: 600;color: var(--b1-text-light);padding: 0.7rem 1.3rem}


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


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


.b1-footer {background: linear-gradient(135deg, #1e293b, #0f172a);padding: 3rem 0 1.5rem;color: #fff;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: #cbd5e1; }
.b1-footer-grid {display: grid;gap: 2rem;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;gap: 1.2rem;flex-wrap: wrap}
.b1-footer-map {margin-bottom: 2rem;border-radius: var(--b1-radius);overflow: hidden}
.b1-footer-bottom {text-align: center;border-top: 1px solid rgba(255,255,255,0.1);padding-top: 1.5rem}
.b1-footer-disclaimer {color: rgba(148,163,184,1);font-size: 0.85rem}

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