:root {
  --sll-accent: #25d366;
  --sll-accent-strong: #0a5f37;
  --sll-accent-soft: rgba(37, 211, 102, 0.12);
  --sll-accent-soft-2: rgba(212, 175, 55, 0.12);
  --sll-hero-dark: #08120e;
  --sll-hero-mid: #0b1713;
  --sll-hero-card: rgba(11, 31, 24, 0.7);
  --sll-badge-bg: rgba(255, 255, 255, 0.08);
  --sll-badge-border: rgba(255, 255, 255, 0.14);
  --sll-eyebrow: var(--mjs-verde);
  --sll-pill-bg: #eef7f1;
  --sll-pill-text: #166534;
  --sll-ball-bg: #edf7ef;
  --sll-ball-text: #0f172a;
  --sll-final-start: #0a5f37;
  --sll-final-end: #0c4028;
}

.smart-lottery-page.theme-lotofacil {
  --sll-accent: #8b5cf6;
  --sll-accent-strong: #5b21b6;
  --sll-accent-soft: rgba(139, 92, 246, 0.16);
  --sll-accent-soft-2: rgba(250, 204, 21, 0.12);
  --sll-hero-dark: #12081d;
  --sll-hero-mid: #1b1030;
  --sll-hero-card: rgba(35, 18, 62, 0.72);
  --sll-badge-bg: rgba(167, 139, 250, 0.12);
  --sll-badge-border: rgba(196, 181, 253, 0.24);
  --sll-eyebrow: #7c3aed;
  --sll-pill-bg: #f3e8ff;
  --sll-pill-text: #6d28d9;
  --sll-ball-bg: #f3e8ff;
  --sll-ball-text: #5b21b6;
  --sll-final-start: #5b21b6;
  --sll-final-end: #34105c;
}

.smart-lottery-page.theme-quina {
  --sll-accent: #3b82f6;
  --sll-accent-strong: #1d4ed8;
  --sll-accent-soft: rgba(59, 130, 246, 0.16);
  --sll-accent-soft-2: rgba(250, 204, 21, 0.1);
  --sll-hero-dark: #08101f;
  --sll-hero-mid: #10203a;
  --sll-hero-card: rgba(15, 31, 66, 0.72);
  --sll-badge-bg: rgba(96, 165, 250, 0.12);
  --sll-badge-border: rgba(147, 197, 253, 0.26);
  --sll-eyebrow: #2563eb;
  --sll-pill-bg: #dbeafe;
  --sll-pill-text: #1d4ed8;
  --sll-ball-bg: #dbeafe;
  --sll-ball-text: #1e40af;
  --sll-final-start: #1d4ed8;
  --sll-final-end: #172554;
}

.smart-lottery-page.theme-megasena {
  --sll-accent: #22c55e;
  --sll-accent-strong: #0a5f37;
  --sll-accent-soft: rgba(34, 197, 94, 0.14);
  --sll-accent-soft-2: rgba(250, 204, 21, 0.12);
  --sll-hero-dark: #08120e;
  --sll-hero-mid: #0b1713;
  --sll-hero-card: rgba(11, 31, 24, 0.7);
  --sll-badge-bg: rgba(134, 239, 172, 0.1);
  --sll-badge-border: rgba(187, 247, 208, 0.18);
  --sll-eyebrow: #0f9f4d;
  --sll-pill-bg: #e8f8ee;
  --sll-pill-text: #166534;
  --sll-ball-bg: #e7f6ed;
  --sll-ball-text: #166534;
  --sll-final-start: #0a5f37;
  --sll-final-end: #0c4028;
}

.smart-lottery-page.theme-lotofacil {
  --sll-panel-dark-start: #21103f;
  --sll-panel-dark-end: #2f145f;
  --sll-status-bg: #faf5ff;
  --sll-status-border: rgba(124, 58, 237, 0.12);
  --sll-bolao-accent: rgba(124, 58, 237, 0.18);
  --sll-history-accent: rgba(196, 181, 253, 0.14);
}

.smart-lottery-page.theme-quina {
  --sll-panel-dark-start: #11264f;
  --sll-panel-dark-end: #17397a;
  --sll-status-bg: #eff6ff;
  --sll-status-border: rgba(37, 99, 235, 0.14);
  --sll-bolao-accent: rgba(37, 99, 235, 0.16);
  --sll-history-accent: rgba(147, 197, 253, 0.16);
}

.smart-lottery-page.theme-megasena {
  --sll-panel-dark-start: #0e211b;
  --sll-panel-dark-end: #122a22;
  --sll-status-bg: #f0fdf4;
  --sll-status-border: rgba(34, 197, 94, 0.14);
  --sll-bolao-accent: rgba(34, 197, 94, 0.16);
  --sll-history-accent: rgba(134, 239, 172, 0.12);
}

.smart-lottery-page {
  background:
    radial-gradient(circle at top left, var(--sll-accent-soft), transparent 24%),
    radial-gradient(circle at top right, var(--sll-accent-soft-2), transparent 22%),
    linear-gradient(180deg, var(--sll-hero-dark) 0%, var(--sll-hero-mid) 26%, #f5f8f7 26%, #f5f8f7 100%);
}

.sll-hero {
  color: #f8fcfa;
  padding: 56px 0 116px;
  position: relative;
  overflow: hidden;
}

.sll-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 96px;
  background: linear-gradient(to bottom, transparent, #f5f8f7);
}

.sll-shell {
  position: relative;
  z-index: 1;
}

.sll-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--sll-badge-bg);
  border: 1px solid var(--sll-badge-border);
  color: #ecfdf5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.sll-hero h1 {
  margin: 18px 0 14px;
  max-width: 820px;
  font-family: 'Sora', sans-serif;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #fff;
}

.sll-hero p {
  margin: 0 0 28px;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(236, 253, 245, 0.82);
}

.sll-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sll-kpis {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sll-kpi {
  padding: 18px;
  border-radius: 20px;
  background: var(--sll-hero-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.sll-kpi strong {
  display: block;
  color: #fff;
  font-size: 27px;
  font-family: 'Sora', sans-serif;
}

.sll-kpi span {
  color: rgba(236, 253, 245, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.sll-main {
  margin-top: -72px;
  position: relative;
  z-index: 2;
  padding-bottom: 72px;
}

.sll-section {
  padding: 24px 0;
}

.sll-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--sll-eyebrow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sll-title {
  margin: 0 0 12px;
  font-family: 'Sora', sans-serif;
  font-size: 34px;
  color: #0f172a;
  letter-spacing: -0.03em;
}

.sll-copy {
  margin: 0;
  color: #54646f;
  font-size: 16px;
  line-height: 1.7;
  max-width: 760px;
}

.sll-panel {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.sll-panel-dark {
  background: linear-gradient(180deg, var(--sll-panel-dark-start, #0e211b), var(--sll-panel-dark-end, #122a22));
  color: #f0fdf4;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
}

.sll-panel-body {
  padding: 26px;
}

.sll-grid-2 {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
}

.sll-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sll-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sll-trust-card,
.sll-product-card,
.sll-step-card,
.sll-bolao-card,
.sll-faq-card,
.sll-status-card,
.sll-free-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.sll-trust-card h3,
.sll-product-card h3,
.sll-step-card h3,
.sll-bolao-card h3,
.sll-free-card h3,
.sll-status-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #0f172a;
  font-family: 'Sora', sans-serif;
}

.sll-trust-card p,
.sll-product-card p,
.sll-step-card p,
.sll-bolao-card p,
.sll-free-card p,
.sll-status-card p {
  margin: 0;
  color: #586770;
  line-height: 1.65;
}

.sll-trust-icon,
.sll-step-icon,
.sll-free-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--sll-accent-soft);
  color: var(--sll-accent-strong);
  font-size: 23px;
  margin-bottom: 18px;
}

.sll-step-number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sll-accent), var(--sll-accent-strong));
  color: #fff;
  font-weight: 800;
  margin-bottom: 16px;
}

.sll-product-meta,
.sll-inline-meta,
.sll-status-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}

.sll-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--sll-pill-bg);
  color: var(--sll-pill-text);
  font-size: 12px;
  font-weight: 700;
}

.sll-pill.gold {
  background: #fff4d6;
  color: #8a5a00;
}

.sll-pill.violet {
  background: #f2eafe;
  color: #6d28d9;
}

.sll-pill.dark {
  background: rgba(255, 255, 255, 0.1);
  color: #ecfdf5;
}

.sll-generator-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 20px;
}

.sll-generator-output {
  min-height: 180px;
  border: 1px dashed rgba(15, 23, 42, 0.12);
  border-radius: 22px;
  background: #f8fbfa;
  padding: 18px;
}

.sll-empty {
  display: grid;
  place-items: center;
  min-height: 150px;
  text-align: center;
  color: #6c7a82;
  line-height: 1.7;
}

.sll-games-list {
  display: grid;
  gap: 16px;
}

.sll-game-card {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.sll-game-card h4 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 16px;
  font-family: 'Sora', sans-serif;
}

.sll-balls {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.sll-ball {
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  color: var(--sll-ball-text);
  background: var(--sll-ball-bg);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.smart-lottery-page.theme-lotofacil .sll-ball.lotofacil {
  background: #f3e8ff;
  color: #5b21b6;
}

.smart-lottery-page.theme-quina .sll-ball.quina {
  background: #dbeafe;
  color: #1e40af;
}

.smart-lottery-page.theme-megasena .sll-ball.megasena {
  background: #dcfce7;
  color: #166534;
}

.sll-share-box {
  width: 100%;
  min-height: 140px;
  resize: vertical;
}

.sll-note {
  margin-top: 12px;
  color: #647580;
  font-size: 13px;
  line-height: 1.6;
}

.sll-warning {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff6df;
  color: #7c5300;
  border: 1px solid #f5d57a;
  line-height: 1.6;
}

.smart-lottery-page.theme-lotofacil .sll-panel-dark .sll-warning {
  background: rgba(250, 245, 255, 0.12);
  border-color: rgba(196, 181, 253, 0.28);
  color: #f3e8ff;
}

.smart-lottery-page.theme-quina .sll-panel-dark .sll-warning {
  background: rgba(239, 246, 255, 0.12);
  border-color: rgba(147, 197, 253, 0.28);
  color: #dbeafe;
}

.smart-lottery-page.theme-megasena .sll-panel-dark .sll-warning {
  background: rgba(240, 253, 244, 0.1);
  border-color: rgba(187, 247, 208, 0.22);
  color: #dcfce7;
}

.sll-responsible {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0f172a, #152b24);
  color: #e6f4ec;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sll-responsible strong {
  display: block;
  margin-bottom: 10px;
  font-family: 'Sora', sans-serif;
  font-size: 20px;
}

.sll-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.sll-status-item {
  padding: 16px;
  border-radius: 18px;
  background: var(--sll-status-bg, #f8fbfa);
  border: 1px solid var(--sll-status-border, rgba(15, 23, 42, 0.08));
}

.sll-status-label {
  display: block;
  color: #70818a;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
}

.sll-status-value {
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.sll-boloes-list,
.sll-history-list {
  display: grid;
  gap: 14px;
}

.sll-bolao-card .sll-inline-meta,
.sll-history-item .sll-inline-meta {
  margin-bottom: 12px;
}

.sll-history-item {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.sll-bolao-card,
.sll-history-item {
  position: relative;
}

.sll-bolao-card::before,
.sll-history-item::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--sll-accent), var(--sll-accent-strong));
}

.sll-bolao-card {
  box-shadow: 0 16px 34px var(--sll-bolao-accent, rgba(15, 23, 42, 0.06));
}

.sll-history-item {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 34px rgba(15, 23, 42, 0.18);
}

.smart-lottery-page.theme-lotofacil .sll-history-item {
  background: linear-gradient(180deg, rgba(243, 232, 255, 0.08), rgba(91, 33, 182, 0.12));
}

.smart-lottery-page.theme-quina .sll-history-item {
  background: linear-gradient(180deg, rgba(219, 234, 254, 0.08), rgba(29, 78, 216, 0.14));
}

.smart-lottery-page.theme-megasena .sll-history-item {
  background: linear-gradient(180deg, rgba(220, 252, 231, 0.06), rgba(22, 101, 52, 0.14));
}

.smart-lottery-page.theme-lotofacil .sll-pill.dark {
  background: rgba(196, 181, 253, 0.14);
  color: #f5f3ff;
}

.smart-lottery-page.theme-quina .sll-pill.dark {
  background: rgba(147, 197, 253, 0.14);
  color: #eff6ff;
}

.smart-lottery-page.theme-megasena .sll-pill.dark {
  background: rgba(134, 239, 172, 0.14);
  color: #ecfdf5;
}

.sll-history-item h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
}

.sll-history-item p {
  margin: 0;
  color: rgba(240, 253, 244, 0.78);
}

.sll-faq details {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #fff;
  padding: 18px 20px;
}

.sll-faq details + details {
  margin-top: 12px;
}

.sll-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: #0f172a;
  list-style: none;
}

.sll-faq summary::-webkit-details-marker {
  display: none;
}

.sll-faq details p {
  margin: 12px 0 0;
  color: #586770;
  line-height: 1.7;
}

.sll-cross-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.sll-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--sll-final-start), var(--sll-final-end));
  color: #fff;
}

.sll-final-cta h2 {
  margin: 0 0 10px;
  font-size: 28px;
  font-family: 'Sora', sans-serif;
}

.sll-final-cta p {
  margin: 0;
  color: rgba(236, 253, 245, 0.84);
  line-height: 1.65;
}

.sll-final-cta .sll-cta-row {
  flex-shrink: 0;
}

.sll-overlap-section {
  padding-top: 0;
}

.sll-grid-priority {
  align-items: stretch;
}

.sll-hero-title-tag {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sll-hero-subtitle {
  font-size: 18px;
  max-width: 760px;
}

.sll-hero-support {
  margin: 0 0 24px;
  color: #fcd34d;
  font-weight: 800;
  letter-spacing: .02em;
}

.sll-subtitle {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.2;
  color: #0f172a;
  font-family: 'Sora', sans-serif;
}

.sll-title-light {
  color: #fff;
}

.sll-copy-light {
  color: rgba(236, 253, 245, 0.8);
}

.sll-option-card,
.sll-proof-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.sll-option-card h3,
.sll-proof-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #0f172a;
  font-family: 'Sora', sans-serif;
}

.sll-option-card p,
.sll-proof-card p {
  margin: 0;
  color: #586770;
  line-height: 1.65;
}

.sll-option-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--sll-accent-soft);
  color: var(--sll-accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sll-prize-card {
  background:
    radial-gradient(circle at top right, var(--sll-accent-soft), transparent 36%),
    linear-gradient(180deg, #ffffff, #fafcfb);
}

.sll-prize-value {
  margin-top: 12px;
  color: #0f172a;
  font-size: 42px;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}

.sll-prize-note {
  margin: 16px 0 0;
  color: #667680;
  line-height: 1.6;
}

.sll-urgency-meta {
  margin-top: 16px;
}

.sll-bullet-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.sll-bullet-list li {
  position: relative;
  padding-left: 22px;
  color: #54646f;
  line-height: 1.6;
}

.sll-bullet-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sll-accent), var(--sll-accent-strong));
}

.sll-bullet-list-light li {
  color: rgba(236, 253, 245, 0.84);
}

.sll-bullet-list-light li::before {
  background: #fbbf24;
}

.sll-education-rule {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--sll-accent-soft);
  color: #253640;
  font-weight: 700;
  line-height: 1.65;
}

.sll-owner-card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.sll-owner-avatar {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--sll-accent), var(--sll-accent-strong));
  color: #fff;
  font-size: 24px;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
}

.sll-owner-name {
  color: #0f172a;
  font-size: 19px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
}

.sll-owner-role {
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.sll-proof-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--sll-accent-soft);
  color: var(--sll-accent-strong);
  font-size: 24px;
  margin-bottom: 16px;
}

.sll-no-miracle {
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, #0f172a, #1f2937);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.18);
  color: #e6f4ec;
}

.sll-no-miracle h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 32px;
  font-family: 'Sora', sans-serif;
}

.sll-no-miracle p {
  margin: 0;
  color: rgba(236, 253, 245, 0.84);
  line-height: 1.7;
}

.sll-quote {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fcd34d;
  font-weight: 800;
  line-height: 1.6;
}

.sll-share-box {
  min-height: 168px;
}

.sll-final-note {
  margin-top: 14px;
  color: #fcd34d;
  font-weight: 700;
}

.sll-sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 1200;
  display: none;
  gap: 10px;
  width: min(94vw, 520px);
  padding: 10px;
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.28);
}

.sll-sticky-cta .mjs-btn {
  flex: 1 1 0;
  justify-content: center;
}

.sll-admin-dock {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 1190;
  width: min(380px, calc(100vw - 28px));
  padding: 18px;
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(14px);
  color: #e5f4ec;
}

.sll-admin-eyebrow {
  color: #cbd5e1;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 800;
}

.sll-admin-dock h3 {
  margin: 8px 0 0;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 20px;
}

.sll-admin-dock p {
  margin: 12px 0 0;
  color: rgba(236, 253, 245, 0.84);
  line-height: 1.55;
  font-size: 14px;
}

.sll-admin-meta,
.sll-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.sll-admin-actions .mjs-btn {
  flex: 1 1 100%;
  justify-content: center;
}

.sll-admin-copy {
  margin-top: 14px;
  min-height: 96px;
  max-height: 180px;
  overflow: auto;
  white-space: pre-wrap;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  padding: 12px 14px;
  color: #d7efe1;
  font-size: 13px;
  line-height: 1.6;
}

.sll-admin-note {
  margin-top: 12px;
  color: #fcd34d;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .sll-grid-2,
  .sll-generator-layout {
    grid-template-columns: 1fr;
  }

  .sll-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sll-kpis,
  .sll-grid-4,
  .sll-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sll-final-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .sll-hero {
    padding: 38px 0 94px;
  }

  .sll-hero-title-tag {
    font-size: 12px;
  }

  .sll-hero h1 {
    font-size: 36px;
  }

  .sll-hero-subtitle {
    font-size: 16px;
  }

  .sll-kpis,
  .sll-grid-3,
  .sll-grid-4,
  .sll-status-grid {
    grid-template-columns: 1fr;
  }

  .sll-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .sll-cta-row .mjs-btn {
    width: 100%;
  }

  .sll-main {
    margin-top: -56px;
  }

  .sll-title {
    font-size: 28px;
  }

  .sll-panel-body,
  .sll-final-cta {
    padding: 22px;
  }

  .sll-prize-value {
    font-size: 34px;
  }

  .sll-no-miracle,
  .sll-responsible {
    padding: 22px;
  }

  .sll-no-miracle h2 {
    font-size: 26px;
  }

  .sll-ball {
    min-width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .sll-sticky-cta {
    display: flex;
  }

  .sll-admin-dock {
    right: 10px;
    left: 10px;
    bottom: 88px;
    width: auto;
    padding: 16px;
  }
}
