/* Tema premium — fundo escuro + detalhes dourados (identidade TV) */

html {
	background-color: #000;
}

body.jp-tema {
	--jp-bg-top: #121212;
	--jp-bg-bottom: #000000;
	--jp-panel: #0a0a0a;
	--jp-panel-2: #111111;
	--jp-gold: #d48a00;
	--jp-gold-light: #fcc201;
	--jp-gold-bright: #ffd700;
	--jp-gold-dark: #8b6508;
	--jp-text: #ffffff;
	--jp-muted: #c8c8c8;
	--jp-orange: #ffb347;
	--jp-green: #6dff6d;
	--jp-blue: #a8c8e8;
	--jp-border: 1px solid #c98f1a;
	--jp-glow: 0 0 10px rgba(212, 138, 0, 0.5);
	--jp-box-bg: linear-gradient(165deg, #1c1508 0%, #0f0c04 45%, #080604 100%);
	--jp-box-shine: linear-gradient(180deg, rgba(255, 215, 0, 0.18) 0%, rgba(255, 215, 0, 0.04) 35%, transparent 60%);
	--jp-cartela-width: 340px;
	font-family: "Lucida Sans", sans-serif;
	background: linear-gradient(to top, var(--jp-bg-bottom) 0%, #0a0a0a 55%, var(--jp-bg-top) 100%) fixed !important;
	background-color: var(--jp-bg-bottom) !important;
	min-height: 100vh;
	color: var(--jp-text);
}

/* Caixa dourada — efeito metálico */
body.jp-tema .jp-caixa-premio,
body.jp-tema .jp-aviso-som__caixa,
body.jp-tema [style*="background-color: orange"],
body.jp-tema #idp1 > div:first-child,
body.jp-tema #idp1 .bg-success,
body.jp-tema #idp2 .bg-primary,
body.jp-tema #idp2 .bg-danger,
body.jp-tema .bg-success.bg-gradient.rounded.border,
body.jp-tema .bg-primary.bg-gradient.rounded.border,
body.jp-tema .bg-danger.bg-gradient.rounded.border {
	background: var(--jp-box-bg) !important;
	background-image: var(--jp-box-shine), var(--jp-box-bg) !important;
	border: 1px solid #e0a820 !important;
	box-shadow:
		0 2px 14px rgba(212, 138, 0, 0.45),
		inset 0 1px 0 rgba(255, 220, 100, 0.28),
		inset 0 -2px 6px rgba(0, 0, 0, 0.55) !important;
}

/* Navbar */
body.jp-tema .navbar .container-fluid {
	background: linear-gradient(180deg, #141008 0%, #080604 100%) !important;
	border: var(--jp-border) !important;
	box-shadow: var(--jp-glow) !important;
	color: var(--jp-text) !important;
}

body.jp-tema .navbar-brand,
body.jp-tema a.navbar-brand {
	color: var(--jp-gold-bright) !important;
	text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}

body.jp-tema #bumsg {
	color: var(--jp-gold-light) !important;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

/* Caixas info (próximo sorteio / countdown) — escuras, borda dourada */
body.jp-tema [style*="background-color: darkblue"],
body.jp-tema [style*="background-color:darkblue"] {
	background: linear-gradient(165deg, #121212 0%, #060606 100%) !important;
	border-color: var(--jp-gold) !important;
	color: var(--jp-text) !important;
	box-shadow: var(--jp-glow);
}

/* ── Labels dos prêmios (KUADRA, KINA, KENO, ACUMULADO) ── */
body.jp-tema #cp1,
body.jp-tema #cp2,
body.jp-tema #cp3,
body.jp-tema #cac {
	color: var(--jp-gold-bright) !important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 0 6px rgba(255, 200, 0, 0.35);
}

/* ── Valores dos prêmios — contraste forte ── */
body.jp-tema #vp1 {
	color: var(--jp-orange) !important;
	text-shadow: 0 0 10px rgba(255, 153, 0, 0.55), 0 1px 2px #000;
}

body.jp-tema #vp2 {
	color: var(--jp-green) !important;
	text-shadow: 0 0 10px rgba(93, 255, 93, 0.45), 0 1px 2px #000;
}

body.jp-tema #vp3 {
	color: var(--jp-blue) !important;
	text-shadow: 0 0 8px rgba(168, 200, 232, 0.4), 0 1px 2px #000;
}

body.jp-tema #vac {
	color: var(--jp-gold-bright) !important;
	font-size: 1.5em !important;
	text-shadow: 0 0 12px rgba(255, 215, 0, 0.6), 0 2px 4px #000;
}

body.jp-tema #bac {
	color: #fff !important;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
}

/* Sorteio — caixa BOA SORTE */
body.jp-tema .jp-sorteio-row {
	--bs-gutter-x: 8px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 2px;
	width: 100%;
}

body.jp-tema .jp-sorteio-row > [class*="col-"] {
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	min-width: 0;
}

body.jp-tema .jp-sorteio-col {
	color: var(--jp-text);
}

body.jp-tema .jp-sorteio-ids {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 4px;
	color: yellow;
	background-color: darkblue;
}

body.jp-tema #ids {
	color: var(--jp-gold-bright) !important;
	text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
	font-size: 0.78em !important;
	line-height: 1.25;
	padding: 4px 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.jp-tema .jp-sorteio-bola-linha {
	margin-left: 0 !important;
	margin-right: 0 !important;
	--bs-gutter-x: 6px;
	align-items: flex-start;
}

body.jp-tema .jp-sorteio-bola-linha > [class*="col-"] {
	min-width: 0;
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
}

body.jp-tema .jp-sorteio-bola-area {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 0;
	overflow: hidden;
	padding-top: 6px;
}

body.jp-tema .jp-sorteio-ordem-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	padding-top: 2px;
}

body.jp-tema .jp-sorteio-ordem {
	width: 100%;
	max-width: 64px;
	box-sizing: border-box;
}

body.jp-tema .jp-sorteio-bola-ant {
	display: block;
	width: 56px;
	max-width: 100%;
	height: auto;
	margin-top: 8px;
}

body.jp-tema #idp1,
body.jp-tema #idp2 {
	min-width: 0;
	max-width: 100%;
}

body.jp-tema #idp1 > div,
body.jp-tema #idp2 > div {
	min-width: 0;
}

body.jp-tema #cord {
	color: var(--jp-orange) !important;
}

body.jp-tema #tprox {
	color: var(--jp-gold-bright) !important;
	text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

body.jp-tema #csort,
body.jp-tema #cprox {
	color: var(--jp-gold-light) !important;
}

/* Créditos / Prêmios conta */
body.jp-tema .rounded-top-2.bg-primary {
	background: linear-gradient(to right, var(--jp-gold-light), var(--jp-gold)) !important;
	border: var(--jp-border) !important;
}

body.jp-tema .rounded-top-2.bg-primary p {
	color: #000 !important;
	font-weight: bold;
}

body.jp-tema .bg-light.bg-gradient.rounded-bottom-2 {
	background: var(--jp-panel-2) !important;
	border: var(--jp-border) !important;
	border-top: none !important;
}

body.jp-tema .bg-light.bg-gradient.rounded-bottom-2 p {
	color: var(--jp-text) !important;
}

/* Seleção / mensagens */
body.jp-tema #cpconf.bg-body {
	background: var(--jp-panel) !important;
	color: var(--jp-gold-light) !important;
	border: var(--jp-border) !important;
}

body.jp-tema .bg-warning.bg-gradient.rounded {
	background: var(--jp-panel) !important;
	border: var(--jp-border) !important;
}

body.jp-tema .bg-warning.bg-gradient.rounded p {
	color: var(--jp-gold-light) !important;
}

/* Bordas */
body.jp-tema .border-white,
body.jp-tema .border-primary-subtle {
	border-color: var(--jp-gold) !important;
}

body.jp-tema .shadow.rounded.border {
	box-shadow: var(--jp-glow) !important;
}

/* Botões */
body.jp-tema .btn-primary {
	background: linear-gradient(to bottom, var(--jp-gold-light), var(--jp-gold)) !important;
	border: 1px solid var(--jp-gold-bright) !important;
	color: #000 !important;
	font-weight: bold;
}

body.jp-tema .btn-success {
	background: linear-gradient(to bottom, #3a9e3a, #2d7a2d) !important;
	border: 1px solid var(--jp-green) !important;
	color: #fff !important;
	font-weight: bold;
}

body.jp-tema .btn-danger {
	background: linear-gradient(to bottom, #5c3a10, #3d2608) !important;
	border: 1px solid var(--jp-gold) !important;
	color: var(--jp-gold-light) !important;
	font-weight: bold;
}

/* Ranking / top10 */
body.jp-tema #listop {
	display: flex;
	flex-direction: column;
	gap: 1px;
	width: 100%;
	max-width: 100%;
	padding: 0 6px 4px;
	box-sizing: border-box;
	font-size: 0.9em;
}

body.jp-tema #listop .jp-top-linha {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	gap: 3px;
	align-items: center;
	width: 100%;
	min-height: 24px;
}

body.jp-tema #listop .jp-top-cupom {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	font-size: 0.72em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 0 2px;
	color: var(--jp-gold-light) !important;
	background-color: var(--jp-panel) !important;
	border: 1px solid var(--jp-gold) !important;
	border-radius: 8px;
	box-sizing: border-box;
}

body.jp-tema #listop .jp-top-nome {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	height: 24px;
	font-size: 0.72em;
	font-weight: bold;
	line-height: 1;
	background: linear-gradient(180deg, #1a1408 0%, #0d0a04 100%) !important;
	color: var(--jp-gold-bright) !important;
	border: 1px solid var(--jp-gold) !important;
	border-radius: 8px;
	padding: 0 6px !important;
	box-sizing: border-box;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.jp-tema #listop .jp-top-nums {
	display: flex;
	gap: 3px;
	flex-shrink: 0;
	align-items: center;
}

body.jp-tema #listop .jp-top-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 24px;
	flex: 0 0 26px;
	border-radius: 8px;
	font-size: 0.72em;
	font-weight: bold;
	line-height: 1;
	background-color: #1a2a3a !important;
	border: 1px solid var(--jp-gold) !important;
	color: var(--jp-text) !important;
	box-sizing: border-box;
}

body.jp-tema #listop .jp-top-num--vazio {
	visibility: hidden;
	border-color: transparent !important;
	background: transparent !important;
}

body.jp-tema #listop .jp-top-num--icon {
	padding: 0;
	overflow: hidden;
}

body.jp-tema #listop .jp-top-num--icon img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

body.jp-tema #tabelas.carousel .carousel-inner {
	overflow: visible;
}

body.jp-tema #tabelas.carousel .carousel-item {
	min-height: 0;
}

body.jp-tema .jp-cartelas-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 6px;
	width: 100%;
}

body.jp-tema #cg.jp-cartelas-wrap {
	text-align: center;
}

/* Grade 1–90 */
body.jp-tema #cnumeros .bg-dark {
	background-color: #141414 !important;
	color: #555 !important;
	border: 1px solid #333 !important;
}

body.jp-tema #cnumeros .bg-primary {
	background-color: #1a2a40 !important;
	color: var(--jp-gold-bright) !important;
	border: 1px solid var(--jp-gold) !important;
}

/* Cartelas de bingo */
body.jp-tema .jp-cartela {
	display: block;
	width: min(var(--jp-cartela-width), calc(100% - 16px));
	max-width: var(--jp-cartela-width);
	margin: 8px auto 12px;
	padding: 4px;
	background: linear-gradient(165deg, #2a1f08 0%, #120d04 100%);
	border: 2px solid var(--jp-gold-bright);
	border-radius: 10px;
	box-shadow:
		0 4px 14px rgba(0, 0, 0, 0.55),
		0 0 12px rgba(212, 138, 0, 0.25),
		inset 0 1px 0 rgba(255, 220, 120, 0.2);
	box-sizing: border-box;
}

body.jp-tema .jp-cartela--premio,
body.jp-tema .jp-cartela--jogador,
body.jp-tema .jp-cartela--top {
	width: min(var(--jp-cartela-width), calc(100% - 16px));
	max-width: var(--jp-cartela-width);
}

body.jp-tema #cg .jp-cartela--premio,
body.jp-tema #cartelas .jp-cartela--jogador,
body.jp-tema #cartelas .jp-cartela--top {
	margin-left: auto;
	margin-right: auto;
}

body.jp-tema .jp-cartela-nome {
	text-align: center;
	font-weight: bold;
	font-size: 1.15em;
	color: var(--jp-gold-bright);
	text-shadow: 0 0 8px rgba(255, 215, 0, 0.45);
	margin-bottom: 4px;
}

body.jp-tema .jp-cartela-cabeca {
	text-align: center;
	font-weight: bold;
	font-size: 1.15em;
	letter-spacing: 0.06em;
	color: #1a1000;
	background: linear-gradient(180deg, #ffe566 0%, #d48a00 55%, #a86a00 100%);
	border: 1px solid #fff3b0;
	border-radius: 6px 6px 0 0;
	padding: 5px 8px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

body.jp-tema .jp-cartela--premio .jp-cartela-cabeca,
body.jp-tema .jp-cartela--jogador .jp-cartela-cabeca,
body.jp-tema .jp-cartela--top .jp-cartela-cabeca {
	font-size: 1.15em;
	padding: 5px 8px;
}

body.jp-tema .jp-cartela--top {
	border-color: #8eb4d8;
	box-shadow:
		0 4px 14px rgba(0, 0, 0, 0.55),
		0 0 10px rgba(120, 170, 220, 0.2),
		inset 0 1px 0 rgba(200, 220, 255, 0.15);
}

body.jp-tema .jp-cartela-top-nome {
	text-align: center;
	font-weight: bold;
	font-size: 0.82em;
	color: #b8d4f0;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.jp-tema .jp-cartela--top .jp-cartela-cabeca {
	color: #0a1520;
	background: linear-gradient(180deg, #d8e8f8 0%, #7aa3cc 55%, #4a7099 100%);
	border-color: #c8dcf0;
}

body.jp-tema .jp-cartela-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	background: #fff8e7;
	border: 2px solid #c98f1a;
	border-top: none;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
}

body.jp-tema .jp-cartela-grid--lg .jp-cartela-cel {
	font-size: 1.22em;
	min-height: 42px;
}

body.jp-tema .jp-cartela-cel {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	font-weight: bold;
	font-size: 1.1em;
	border: 1px solid #c4a574;
	user-select: none;
	box-sizing: border-box;
	padding: 3px 2px;
}

body.jp-tema .jp-cartela-cel--aberta {
	background: linear-gradient(180deg, #fffef8 0%, #f5e6c8 100%);
	color: #2a1a00;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.jp-tema .jp-cartela-cel--marcada {
	background: linear-gradient(180deg, #3dba3d 0%, #1e7a1e 100%);
	color: #fff;
	border-color: #145214;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

body.jp-tema .jp-cartela-cel--atual {
	background: linear-gradient(180deg, #ff6b6b 0%, #c62828 100%);
	color: #fff;
	border-color: #8b0000;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.25),
		0 0 8px rgba(255, 80, 80, 0.45);
}

body.jp-tema .jp-cartela-premio {
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 1.05em;
	color: var(--jp-gold-bright);
	background: linear-gradient(180deg, #1a1408 0%, #0a0804 100%);
	border: 1px solid var(--jp-gold);
	border-radius: 8px;
	padding: 4px 6px;
	text-shadow: 0 0 6px rgba(255, 215, 0, 0.4);
}

body.jp-tema #cg .bg-dark {
	background-color: var(--jp-panel) !important;
	color: var(--jp-gold-bright) !important;
	border: 1px solid var(--jp-gold) !important;
}

/* Carousel */
body.jp-tema .carousel-control-prev-icon,
body.jp-tema .carousel-control-next-icon {
	filter: invert(75%) sepia(60%) saturate(600%) hue-rotate(5deg);
}

body.jp-tema #listop .jp-top-nome.blink {
	animation: jp-blink-nome 1s linear infinite alternate;
}

@keyframes jp-blink-nome {
	40% { color: var(--jp-gold-bright) !important; }
	70% { color: var(--jp-orange) !important; }
	100% { color: var(--jp-gold-light) !important; }
}

body.jp-tema #listop .jp-top-num--icon.beat {
	animation: jp-beat-coracao 2s ease-out infinite;
}

@keyframes jp-beat-coracao {
	0%, 40%, 70%, 100% { transform: scale(1); }
	20% { transform: scale(1.35); }
	50%, 80% { transform: scale(1.15); }
}

/* Animações */
body.jp-tema .blink {
	animation: jp-blink 1s linear infinite alternate;
}

@keyframes jp-blink {
	40% { color: var(--jp-gold-bright); }
	70% { color: var(--jp-orange); }
	100% { color: var(--jp-gold-light); }
}

body.jp-tema .col-6 {
	color: var(--jp-text);
}

body.jp-tema .jp-app-content {
	width: 100%;
	max-width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
	overflow-x: hidden;
}

body.jp-tema .jp-app-content > .row {
	--bs-gutter-x: 8px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: 100%;
}

/* Tela de espera — colunas alinhadas */
body.jp-tema .jp-index-row {
	--bs-gutter-x: 8px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 5px;
	width: 100%;
}

body.jp-tema .jp-index-row > [class*="col-"] {
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
}

body.jp-tema .jp-index-col {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

body.jp-tema .jp-index-col > .shadow,
body.jp-tema .jp-index-col > .bg-primary,
body.jp-tema .jp-index-col > .bg-light {
	width: 100%;
	box-sizing: border-box;
}

body.jp-tema .jp-index-teclado {
	width: 100%;
	margin-bottom: 5px;
}

body.jp-tema #secsel {
	font-size: 1.1em;
}

body.jp-tema #cpconf {
	width: 100%;
	box-sizing: border-box;
}

body.jp-tema #teclado .jp-tecla-linha {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 4px;
	width: 100%;
	margin-bottom: 5px;
}

body.jp-tema #teclado .jp-tecla-linha .btn {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0.4rem 0.1rem;
	font-size: 0.92em;
}

body.jp-tema .jp-logo-sorteio {
	width: 100%;
	max-width: 118px;
	height: auto;
	display: block;
}

body.jp-tema .jp-sorteio-bola-area #imgb {
	max-width: 100%;
	height: auto;
}

body.jp-tema #imgb[src*="ball_"] {
	max-width: 88px;
	max-height: 88px;
	width: auto;
	height: auto;
}

@keyframes jp-bola-nascimento {
	0% {
		transform: scale(0.04);
		opacity: 0.15;
		filter: brightness(1.4);
	}
	35% {
		transform: scale(0.06);
		opacity: 0.35;
	}
	55% {
		transform: scale(1.22);
		opacity: 1;
		filter: brightness(1.25) drop-shadow(0 0 14px rgba(255, 210, 80, 0.85));
	}
	75% {
		transform: scale(0.92);
		filter: brightness(1.05);
	}
	88% {
		transform: scale(1.06);
	}
	100% {
		transform: scale(1);
		opacity: 1;
		filter: none;
	}
}

body.jp-tema #imgb.jp-bola-nascimento {
	animation: jp-bola-nascimento 1s cubic-bezier(0.22, 1.1, 0.36, 1) forwards;
	will-change: transform, opacity, filter;
}

/* Aviso de som — até a 1ª bola */
body.jp-tema .jp-aviso-som {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	display: flex;
	justify-content: center;
	padding: 0 8px calc(10px + env(safe-area-inset-bottom, 0px));
	pointer-events: none;
}

body.jp-tema .jp-aviso-som__wrap {
	pointer-events: auto;
	width: 100%;
	max-width: 464px;
}

body.jp-tema .jp-aviso-som__caixa {
	padding: 16px 14px 18px;
	border-radius: 12px !important;
	text-align: center;
	box-sizing: border-box;
}

body.jp-tema .jp-aviso-som__badge {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 14px;
	font-size: 0.72em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--jp-gold-bright);
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid var(--jp-gold);
	border-radius: 20px;
}

body.jp-tema .jp-aviso-som__texto {
	margin: 0 0 16px;
	color: var(--jp-gold-light);
	font-size: 0.84em;
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

body.jp-tema .jp-aviso-som__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 220px;
	padding: 11px 22px;
	border-radius: 10px;
	background: linear-gradient(to bottom, var(--jp-gold-light), var(--jp-gold)) !important;
	border: 1px solid var(--jp-gold-bright) !important;
	color: #1a1000 !important;
	font-weight: bold;
	font-size: 0.95em;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow:
		0 2px 14px rgba(212, 138, 0, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
	transition: transform 0.12s ease, box-shadow 0.12s ease;
}

body.jp-tema .jp-aviso-som__btn:active {
	transform: scale(0.97);
}

body.jp-tema .jp-aviso-som__btn-icone {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

body.jp-tema .jp-aviso-som__btn-icone img {
	width: 26px;
	height: 26px;
	object-fit: contain;
}

body.jp-tema .jp-aviso-som__btn-label {
	line-height: 1.2;
}

body.jp-tema .jp-aviso-som__btn--ativo {
	background: linear-gradient(to bottom, #7dff7d, #2d9e2d) !important;
	border-color: var(--jp-green) !important;
	color: #0a1a0a !important;
	box-shadow:
		0 0 18px rgba(93, 255, 93, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

@media (min-width: 768px) {
	body.jp-tema .jp-aviso-som {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: 100%;
		max-width: 480px;
	}
}

/* Desktop/navegador largo: mantém layout de celular centralizado */
@media (min-width: 768px) {
	body.jp-tema {
		width: 100%;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		box-shadow:
			0 0 0 1px rgba(201, 143, 26, 0.25),
			0 0 48px rgba(0, 0, 0, 0.85);
	}
}

/* Menu principal */
body.jp-tema.jp-menu .jp-menu-shell {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 8px;
	box-sizing: border-box;
	min-height: 100vh;
	text-align: center;
}

body.jp-tema.jp-menu .jp-menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	height: auto;
	min-height: 52px;
	width: 100%;
	padding: 8px 10px;
	margin-bottom: 10px;
	background: linear-gradient(180deg, #141008 0%, #080604 100%) !important;
	border: 1px solid var(--jp-gold) !important;
	border-radius: 10px;
	box-shadow: var(--jp-glow);
	color: var(--jp-text);
}

body.jp-tema.jp-menu .jp-menu-header .btn-primary {
	background: linear-gradient(to bottom, var(--jp-gold-light), var(--jp-gold)) !important;
	border: 1px solid var(--jp-gold-bright) !important;
	color: #000 !important;
	font-weight: bold;
	font-size: 0.85em;
}

body.jp-tema.jp-menu .jp-menu-header .dropdown-menu {
	background: var(--jp-panel);
	border: 1px solid var(--jp-gold);
}

body.jp-tema.jp-menu .jp-menu-header .dropdown-item {
	color: var(--jp-gold-light);
}

body.jp-tema.jp-menu .jp-menu-header .dropdown-item:hover {
	background: var(--jp-panel-2);
	color: var(--jp-gold-bright);
}

body.jp-tema.jp-menu .cab1 {
	margin-top: 0;
	font-size: 0.9em;
	color: var(--jp-gold-bright) !important;
	font-weight: bold;
	text-transform: uppercase;
	flex: 1;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.jp-tema.jp-menu .jp-menu-body {
	width: 100%;
}

body.jp-tema.jp-menu .jp-menu-saldos {
	margin: 0 0 12px;
	border: 1px solid var(--jp-gold);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: var(--jp-glow);
}

body.jp-tema.jp-menu .jp-menu-saldos .row {
	margin: 0;
}

body.jp-tema.jp-menu .infoSorteio {
	border-color: var(--jp-gold) !important;
}

body.jp-tema.jp-menu .infoSorteio-cabpremio {
	background: var(--jp-box-bg) !important;
	background-image: var(--jp-box-shine), var(--jp-box-bg) !important;
	color: var(--jp-gold-bright) !important;
	border-color: var(--jp-gold) !important;
	font-size: 0.72em;
	font-weight: bold;
	padding: 5px 2px;
}

body.jp-tema.jp-menu .valorPremios {
	background: var(--jp-panel-2) !important;
	color: var(--jp-text) !important;
	font-size: 1.05em;
	padding: 8px 2px;
}

body.jp-tema.jp-menu .botaoOpcoes {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 44px;
	margin: 8px 0;
	padding: 10px 12px;
	font-size: 1.05em;
	letter-spacing: 0.04em;
	border-radius: 8px;
	font-weight: bold;
	box-sizing: border-box;
}

body.jp-tema.jp-menu .btn-danger.botaoOpcoes {
	background: linear-gradient(to bottom, #8b2500, #5c1800) !important;
	border: 1px solid #ff6b35 !important;
	color: #fff !important;
}

body.jp-tema.jp-menu .btn-success.botaoOpcoes {
	background: linear-gradient(to bottom, #3a9e3a, #2d7a2d) !important;
	border: 1px solid var(--jp-green) !important;
	color: #fff !important;
}

body.jp-tema.jp-menu .btn-warning.botaoOpcoes {
	background: linear-gradient(to bottom, var(--jp-gold-light), var(--jp-gold)) !important;
	border: 1px solid var(--jp-gold-bright) !important;
	color: #000 !important;
}

body.jp-tema.jp-menu .jp-menu-aviso {
	margin-top: 14px;
	font-size: 0.85em;
	color: var(--jp-muted);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

body.jp-tema.jp-menu .jp-menu-aviso a {
	color: var(--jp-gold-light) !important;
	text-decoration: none;
}

body.jp-tema.jp-menu .jp-menu-regras {
	color: var(--jp-orange);
	font-size: 0.88em;
	text-shadow: 0 0 6px rgba(255, 153, 0, 0.35);
	margin-top: 10px;
	margin-bottom: 0;
}

body.jp-tema.jp-menu .jp-menu-logo {
	margin-top: 14px;
	text-align: center;
}

body.jp-tema.jp-menu .jp-menu-logo img {
	width: min(220px, 85%);
	max-width: 280px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* Login */
body.jp-tema.jp-login {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 8px;
	box-sizing: border-box;
}

body.jp-tema.jp-login form {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
}

body.jp-tema.jp-login .jp-login-shell {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	padding: 16px 14px 20px;
	box-sizing: border-box;
	text-align: center;
	background: linear-gradient(165deg, #1a1408 0%, #0a0804 100%);
	border: 2px solid var(--jp-gold);
	border-radius: 12px;
	box-shadow:
		0 0 0 1px rgba(201, 143, 26, 0.25),
		0 8px 28px rgba(0, 0, 0, 0.65),
		var(--jp-glow);
}

body.jp-tema.jp-login .jp-login-logo img {
	width: 100%;
	max-width: 220px;
	height: auto;
	margin: 4px auto 12px;
	display: block;
}

body.jp-tema.jp-login .jp-login-title {
	height: auto;
	min-height: 44px;
	margin-bottom: 18px;
	padding: 10px 8px;
	background: linear-gradient(180deg, #ffe566 0%, #d48a00 55%, #a86a00 100%) !important;
	border: 1px solid #fff3b0;
	border-radius: 8px;
	font-size: 1.35em;
	font-weight: bold;
	color: #1a1000 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
	letter-spacing: 0.08em;
}

body.jp-tema.jp-login .jp-login-field {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 14px;
	padding: 0;
	font-size: 1em;
}

body.jp-tema.jp-login .jp-login-field i {
	color: var(--jp-gold-bright);
	font-size: 1.1em;
	width: 24px;
	flex-shrink: 0;
}

body.jp-tema.jp-login .jp-login-field input {
	flex: 1;
	min-width: 0;
	height: 44px;
	padding: 8px 10px;
	border: 1px solid var(--jp-gold);
	border-radius: 8px;
	background: #111;
	color: var(--jp-text);
	font-size: 0.95em;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
}

body.jp-tema.jp-login .jp-login-field input::placeholder {
	color: #888;
	text-transform: none;
}

body.jp-tema.jp-login .jp-login-field input:focus {
	outline: none;
	border-color: var(--jp-gold-bright);
	box-shadow: 0 0 8px rgba(255, 215, 0, 0.35);
}

body.jp-tema.jp-login .botao-entrar {
	width: 100%;
	max-width: 100%;
	margin-top: 8px;
	padding: 12px 16px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.06em;
	border-radius: 8px;
}

body.jp-tema.jp-login .jp-login-erro {
	margin-top: 12px;
	color: var(--jp-orange) !important;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	min-height: 1.2em;
}

body.jp-tema.jp-login .jp-login-welcome {
	margin-bottom: 12px;
	font-size: 0.95em;
	font-weight: bold;
	color: var(--jp-gold-bright);
	letter-spacing: 0.04em;
	line-height: 1.35;
}

body.jp-tema.jp-login .jp-login-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 8px;
	font-size: 0.75em;
	font-weight: normal;
	color: #8fd4ff !important;
	text-decoration: none;
}

body.jp-tema.jp-login .jp-login-whatsapp img {
	width: 22px;
	height: 22px;
}

body.jp-tema.jp-login.jp-login--cadastro .jp-login-logo img {
	width: 100%;
	max-width: 110px;
	height: auto;
	margin: 0 auto 8px;
	display: block;
}

body.jp-tema.jp-login.jp-login--cadastro .jp-login-welcome {
	margin-bottom: 10px;
	font-size: 0.88em;
}

body.jp-tema.jp-login.jp-login--cadastro .jp-login-field-block {
	margin-bottom: 12px;
}

body.jp-tema.jp-login.jp-login--cadastro .jp-login-field-block .jp-login-field {
	margin-bottom: 0;
}

body.jp-tema.jp-login.jp-login--cadastro .jp-login-field-block .jp-login-field-hint {
	margin: 6px 0 6px 32px;
	padding: 0;
	line-height: 1.3;
}

body.jp-tema.jp-login .jp-login-field-hint {
	display: block;
	margin: -8px 0 12px 32px;
	font-size: 0.72em;
	color: var(--jp-muted);
	text-align: left;
}

body.jp-tema.jp-login .jp-login-field input[type="date"],
body.jp-tema.jp-login .jp-login-field input.jp-input-date {
	text-transform: none;
	font-size: 0.9em;
}

body.jp-tema.jp-login .jp-login-field.jp-login-field--nasc {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) 44px;
	align-items: center;
	column-gap: 8px;
	position: relative;
}

body.jp-tema.jp-login .jp-login-field.jp-login-field--nasc > i {
	grid-column: 1;
}

body.jp-tema.jp-login .jp-login-field.jp-login-field--nasc .jp-date-text {
	grid-column: 2;
	width: 100%;
	min-width: 0;
}

body.jp-tema.jp-login .jp-date-picker-slot {
	grid-column: 3;
	position: relative;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
}

body.jp-tema.jp-login .jp-date-picker-btn {
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--jp-gold-bright);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	pointer-events: none;
}

body.jp-tema.jp-login .jp-date-picker-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	cursor: pointer;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	z-index: 2;
}

body.jp-tema.jp-login .jp-login-submit-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 50px;
	align-items: center;
	column-gap: 10px;
	margin-top: 8px;
	width: 100%;
}

body.jp-tema.jp-login .jp-login-submit-row--solo {
	grid-template-columns: minmax(0, 1fr);
}

body.jp-tema.jp-login .jp-login-submit-row .botao-entrar,
body.jp-tema.jp-login .jp-login-submit-row .jp-btn-cadastro {
	width: 100% !important;
	max-width: 100%;
	min-width: 0;
	margin: 0 !important;
	height: 50px;
	min-height: 50px;
	line-height: 1.15;
	padding: 0 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	white-space: nowrap;
}

body.jp-tema.jp-login .jp-badge-18 {
	width: 50px;
	height: 50px;
	max-width: 50px;
	max-height: 50px;
	display: block;
	object-fit: contain;
	justify-self: center;
	align-self: center;
	border: none;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}

body.jp-tema.jp-login .jp-login-termos {
	margin: 14px 0 10px;
	font-size: 0.72em;
	line-height: 1.45;
	color: var(--jp-muted);
}

body.jp-tema.jp-login .jp-login-termos a {
	color: var(--jp-gold-bright);
	font-weight: bold;
}

body.jp-tema.jp-login .jp-login-link {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 10px 12px;
	border-radius: 8px;
	font-weight: bold;
	letter-spacing: 0.04em;
}

body.jp-tema.jp-login.jp-login--cadastro form,
body.jp-tema.jp-login.jp-login--cadastro .jp-login-shell {
	max-width: 400px;
}

body.jp-tema.jp-login.jp-login--cadastro .jp-login-shell {
	padding: 12px 14px 16px;
}

/* Comprar creditos / doacao */
body.jp-tema.jp-page--cre {
	min-height: 100vh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 10px 8px 16px;
	box-sizing: border-box;
}

body.jp-tema.jp-page--cre form {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

body.jp-tema.jp-page--cre .jp-cre-shell {
	width: 100%;
	max-width: 400px;
	padding: 12px 14px 16px;
}

body.jp-tema.jp-page--cre .jp-cre-logo img {
	max-width: 110px;
	margin-bottom: 8px;
}

body.jp-tema.jp-page--cre .jp-cre-titulo {
	font-size: 1.05em;
	font-weight: bold;
	color: var(--jp-gold-bright);
	letter-spacing: 0.05em;
	margin-bottom: 4px;
}

body.jp-tema.jp-page--cre .jp-cre-usuario {
	font-size: 0.9em;
	color: var(--jp-text);
	margin-bottom: 10px;
	text-transform: uppercase;
}

body.jp-tema.jp-page--cre .jp-cre-acoes {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 14px;
	flex-wrap: wrap;
}

body.jp-tema.jp-page--cre .jp-cre-volta {
	font-weight: bold;
	letter-spacing: 0.04em;
}

body.jp-tema.jp-page--cre .jp-cre-campo {
	margin-bottom: 12px;
	text-align: left;
}

body.jp-tema.jp-page--cre .jp-cre-label {
	display: block;
	margin: 0 0 6px 4px;
	font-size: 0.78em;
	font-weight: bold;
	color: var(--jp-gold-bright);
	letter-spacing: 0.06em;
}

body.jp-tema.jp-page--cre .jp-cre-field {
	margin-bottom: 8px;
}

body.jp-tema.jp-page--cre .jp-cre-field input {
	text-transform: none;
}

body.jp-tema.jp-page--cre .jp-cre-check {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 4px 0 0 4px;
	font-size: 0.78em;
	font-weight: bold;
	color: var(--jp-muted);
	letter-spacing: 0.04em;
	cursor: pointer;
}

body.jp-tema.jp-page--cre .jp-cre-check input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--jp-gold);
}

body.jp-tema.jp-page--cre .jp-cre-resumo {
	margin: 8px 0 12px;
	padding: 12px 10px;
	border: 1px solid var(--jp-gold);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.35);
}

body.jp-tema.jp-page--cre .jp-cre-resumo-valor {
	font-size: 1.15em;
	font-weight: bold;
	color: #7ec8ff;
	margin-bottom: 8px;
	line-height: 1.35;
}

body.jp-tema.jp-page--cre .jp-cre-resumo-cpf {
	font-size: 0.95em;
	color: var(--jp-text);
	word-break: break-all;
}

body.jp-tema.jp-page--cre .jp-cre-aviso {
	margin: 10px 0;
	padding: 10px;
	border-radius: 8px;
	background: rgba(255, 140, 0, 0.15);
	border: 1px solid var(--jp-orange);
	color: var(--jp-orange);
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.4;
}

body.jp-tema.jp-page--cre .jp-cre-msg {
	min-height: 1.2em;
	margin: 8px 0 12px;
}

body.jp-tema.jp-page--cre .jp-cre-botoes {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.jp-tema.jp-page--cre .jp-cre-botoes .btn {
	width: 100%;
	font-weight: bold;
	letter-spacing: 0.04em;
	border-radius: 8px;
	padding: 12px 14px;
}

/* PIX QR / copia e cola */
body.jp-tema.jp-page--pix {
	min-height: 100vh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 10px 8px 16px;
	box-sizing: border-box;
}

body.jp-tema.jp-page--pix .jp-pix-shell {
	width: 100%;
	max-width: 400px;
	padding: 12px 14px 16px;
	text-align: center;
}

body.jp-tema.jp-page--pix .jp-pix-valor {
	margin-top: 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: nowrap;
	white-space: nowrap;
}

body.jp-tema.jp-page--pix .jp-pix-valor .jp-cre-label {
	margin: 0;
	flex-shrink: 0;
}

body.jp-tema.jp-page--pix .jp-pix-valor .jp-cre-resumo-valor {
	margin: 0;
	flex-shrink: 0;
}

body.jp-tema.jp-page--pix .jp-pix-codigo-wrap {
	margin: 12px 0;
	padding: 10px;
	border: 1px solid var(--jp-gold);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.35);
	text-align: left;
}

body.jp-tema.jp-page--pix .jp-pix-codigo-label {
	font-size: 0.75em;
	font-weight: bold;
	color: var(--jp-gold-bright);
	letter-spacing: 0.06em;
	margin-bottom: 6px;
}

body.jp-tema.jp-page--pix .jp-pix-codigo {
	margin: 0 0 10px;
	padding: 8px;
	border-radius: 6px;
	background: #111;
	border: 1px solid rgba(255, 215, 0, 0.25);
	color: #d8e8ff;
	font-size: 0.68em;
	line-height: 1.35;
	word-break: break-all;
	max-height: 88px;
	overflow-y: auto;
}

body.jp-tema.jp-page--pix .jp-pix-copiar {
	width: 100%;
	font-weight: bold;
	letter-spacing: 0.04em;
	border-radius: 8px;
	padding: 10px 12px;
}

body.jp-tema.jp-page--pix .jp-pix-qr-wrap {
	display: flex;
	justify-content: center;
	margin: 12px 0 10px;
}

body.jp-tema.jp-page--pix .jp-pix-qr {
	max-width: 100%;
	height: auto !important;
	border: 4px solid #fff;
	border-radius: 8px;
	background: #fff;
}

body.jp-tema.jp-page--pix .jp-pix-aviso {
	margin: 8px 0 6px;
	font-size: 0.82em;
	font-weight: bold;
	color: var(--jp-orange);
	line-height: 1.35;
}

body.jp-tema.jp-page--pix .jp-pix-txid {
	margin: 0 0 10px;
	font-size: 0.72em;
	color: var(--jp-muted);
	word-break: break-all;
	line-height: 1.3;
}

body.jp-tema.jp-page--pix .jp-pix-form-cancela {
	margin-top: 12px;
}

body.jp-tema.jp-page--pix .jp-pix-form-cancela .btn {
	width: 100%;
	font-weight: bold;
	letter-spacing: 0.04em;
	border-radius: 8px;
	padding: 12px 14px;
}

body.jp-tema.jp-page--pix .jp-pix-aguardando-msg {
	margin: 16px 0 8px;
	text-align: center;
	color: #c9a227;
	font-size: 0.9rem;
	letter-spacing: 0.04em;
}

body.jp-tema.jp-page--pix .jp-pix-aguardando-msg .fa-sync-alt {
	margin-right: 6px;
}

body.jp-tema.jp-page--pix .jp-pix-confirmado {
	text-align: center;
	padding: 24px 12px;
}

body.jp-tema.jp-page--pix .jp-pix-confirmado-icone {
	font-size: 4rem;
	color: #28a745;
	margin-bottom: 12px;
}

body.jp-tema.jp-page--pix .jp-pix-confirmado-titulo {
	color: #28a745;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
}

body.jp-tema.jp-page--pix .jp-pix-confirmado-valor,
body.jp-tema.jp-page--pix .jp-pix-confirmado-saldo {
	color: #f0d78c;
	margin-bottom: 8px;
}

body.jp-tema.jp-page--pix .jp-pix-voltar-jogo {
	width: 100%;
	margin-top: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 14px;
	border-radius: 8px;
}

/* Principal / doacao (proximas -> principal) */
body.jp-tema.jp-page--principal {
	background: #000;
}

body.jp-tema.jp-page--principal .jp-principal-hidden {
	display: none !important;
}

body.jp-tema.jp-page--principal .jp-principal-panel {
	margin-bottom: 5px;
	padding: 4px 2px;
}

body.jp-tema.jp-page--principal .jp-principal-panel--sorteio {
	color: azure;
	background-color: darkblue;
}

body.jp-tema.jp-page--principal .jp-principal-panel--p1 {
	background-color: orange;
	color: #fff;
}

body.jp-tema.jp-page--principal .jp-principal-panel--p2 {
	color: #fff;
}

body.jp-tema.jp-page--principal .jp-principal-panel--p3 {
	color: #fff;
}

body.jp-tema.jp-page--principal .jp-principal-panel--acum {
	background: linear-gradient(180deg, #8b1a1a 0%, #5c1010 100%);
	color: #fff;
}

body.jp-tema.jp-page--principal .jp-principal-nsort {
	font-size: 1.6em;
}

body.jp-tema.jp-page--principal .jp-principal-premio {
	font-size: 1.4em;
}

body.jp-tema.jp-page--principal .jp-principal-preco {
	font-size: 1.1em;
	padding-top: 5px;
}

body.jp-tema.jp-page--principal .jp-principal-countdown {
	font-size: 1.05em;
	padding-top: 3px;
	color: #ffeb3b;
}

body.jp-tema.jp-page--principal .jp-principal-bola {
	font-size: 1.4em;
	color: aliceblue;
}

body.jp-tema.jp-page--principal .jp-principal-acum {
	font-size: 1.4em;
	color: cornsilk;
}

body.jp-tema.jp-page--principal .jp-principal-saldo-head {
	height: 30px;
}

body.jp-tema.jp-page--principal .jp-principal-saldo-head p {
	color: aliceblue;
	line-height: 30px;
	font-size: 0.9em;
}

body.jp-tema.jp-page--principal .jp-principal-saldo-val {
	height: 30px;
	font-size: 1.1em;
}

body.jp-tema.jp-page--principal .jp-principal-saldo-val p {
	line-height: 30px;
	color: #111;
}

body.jp-tema.jp-page--principal .jp-principal-sel {
	font-size: 1.05em;
	padding: 8px 6px;
}

body.jp-tema.jp-page--principal .jp-principal-teclado {
	width: 100%;
	margin-bottom: 5px;
}

body.jp-tema.jp-page--principal .jp-principal-teclado-linha {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 4px;
	width: 100%;
	margin-bottom: 5px;
}

body.jp-tema.jp-page--principal .jp-principal-teclado-linha .btn {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0.55rem 0.1rem;
	font-size: 1em;
	font-weight: bold;
}

body.jp-tema.jp-page--principal .jp-principal-msg {
	min-height: 25px;
}

body.jp-tema.jp-page--principal .jp-principal-msg p {
	line-height: 25px;
	font-weight: bold;
}

body.jp-tema.jp-page--principal .jp-principal-cartelas {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

body.jp-tema.jp-page--principal #cartelas.jp-cartelas-wrap {
	margin-top: 10px;
	margin-bottom: 12px;
}

body.jp-tema.jp-page--principal .jp-principal-cartela {
	width: 250px;
	max-width: 100%;
}

body.jp-tema.jp-page--principal .jp-principal-num {
	border: 1px solid #373636;
	text-align: center;
	padding: 2px 0;
}

body.jp-tema.jp-page--principal .jp-principal-num--marcado {
	background-color: gray;
	color: #fff;
}

body.jp-tema.jp-page--principal .jp-principal-num--p1 {
	background-color: orange;
	color: #fff;
}

body.jp-tema.jp-page--principal .jp-principal-num--p2 {
	background-color: teal;
	color: #fff;
}

body.jp-tema.jp-page--principal .jp-principal-num--p3 {
	background-color: red;
	color: #fff;
}

body.jp-tema.jp-page--principal .jp-principal-cartela-linha {
	margin-bottom: 5px;
}

body.jp-tema.jp-page--principal .jp-principal-cartela-id,
body.jp-tema.jp-page--principal .jp-principal-cartela-p1,
body.jp-tema.jp-page--principal .jp-principal-cartela-p2,
body.jp-tema.jp-page--principal .jp-principal-cartela-p3 {
	color: #fff;
	text-align: center;
}

body.jp-tema.jp-page--principal .jp-principal-cartela-id {
	background-color: dimgrey;
}

body.jp-tema.jp-page--principal .jp-principal-cartela-p1 {
	background-color: orange;
}

body.jp-tema.jp-page--principal .jp-principal-cartela-p2 {
	background-color: teal;
}

body.jp-tema.jp-page--principal .jp-principal-cartela-p3 {
	background-color: red;
}

body.jp-tema .display-obj {
	display: none !important;
}

/* Confirma doacao */
body.jp-tema.jp-page--confirma .jp-confirma-grid {
	margin-bottom: 8px;
	padding: 8px 6px;
	border: 1px solid var(--jp-gold);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.35);
}

body.jp-tema.jp-page--confirma .jp-confirma-label {
	color: var(--jp-gold-bright);
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.04em;
}

body.jp-tema.jp-page--confirma .jp-confirma-valor {
	color: var(--jp-text);
	font-size: 0.95em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;
	word-break: break-all;
}

body.jp-tema.jp-page--confirma .jp-confirma-msg {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid var(--jp-gold);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.35);
	color: var(--jp-gold-light);
	font-weight: bold;
	text-align: center;
	font-size: 0.92em;
	line-height: 1.35;
}

body.jp-tema.jp-page--confirma .jp-confirma-erro {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #c0392b;
	border-radius: 8px;
	background: rgba(80, 0, 0, 0.35);
	color: #ff8a80;
	font-weight: bold;
	text-align: center;
	font-size: 0.92em;
	line-height: 1.35;
}

body.jp-tema.jp-page--confirma .jp-confirma-acoes {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.jp-tema.jp-page--confirma .jp-confirma-acoes .btn {
	width: 100%;
	font-weight: bold;
	letter-spacing: 0.04em;
	border-radius: 8px;
	padding: 12px 14px;
}

/* Proximos sorteios */
body.jp-tema.jp-page--proximas {
	background: #000;
}

body.jp-tema.jp-page--proximas .jp-proximas-titulo {
	color: #f8fafc;
	text-align: center;
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: 0.06em;
	margin: 8px 0 12px;
}

body.jp-tema.jp-page--proximas .jp-proximas-filtros {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	overflow: visible;
	white-space: normal;
}

body.jp-tema.jp-page--proximas .jp-proximas-filtro {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 9px;
	border: 1px solid #d4a017;
	background: linear-gradient(180deg, #2a1f08 0%, #120d04 100%);
	color: #ffd700 !important;
	font-weight: 700;
	font-size: 0.78em;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	white-space: nowrap;
}

body.jp-tema.jp-page--proximas .jp-proximas-filtro:hover,
body.jp-tema.jp-page--proximas .jp-proximas-filtro:focus {
	color: #fff3b0 !important;
	border-color: #ffe566;
}

body.jp-tema.jp-page--proximas .jp-proximas-filtro--ativo {
	border-color: #ffe566;
	background: linear-gradient(180deg, #4a3a10 0%, #2a2008 100%);
	color: #fff3b0 !important;
	box-shadow: 0 0 10px rgba(255, 229, 102, 0.25);
}

body.jp-tema.jp-page--proximas .jp-proximas-vazio {
	color: #94a3b8;
	text-align: center;
	margin: 24px 8px;
}

body.jp-tema.jp-page--proximas .jp-proximas-lista {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-bottom: 16px;
}

body.jp-tema.jp-page--proximas .jp-proximas-card {
	background: rgba(15, 23, 42, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	padding: 10px 8px 12px;
}

body.jp-tema.jp-page--proximas .jp-proximas-linha {
	margin-bottom: 6px;
}

body.jp-tema.jp-page--proximas .jp-proximas-box {
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	padding: 6px 4px;
	text-align: center;
	min-height: 58px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.jp-tema.jp-page--proximas .jp-proximas-box-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.15;
	margin-bottom: 4px;
	opacity: 0.95;
}

body.jp-tema.jp-page--proximas .jp-proximas-box-valor {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
}

body.jp-tema.jp-page--proximas .jp-proximas-box-valor--data {
	font-size: 0.82rem;
}

body.jp-tema.jp-page--proximas .jp-proximas-box--sorteio {
	background-color: darkblue;
	color: azure;
}

body.jp-tema.jp-page--proximas .jp-proximas-box--data {
	background-color: #1e293b;
	color: #e2e8f0;
}

body.jp-tema.jp-page--proximas .jp-proximas-box--preco {
	background-color: #1e293b;
	color: #e2e8f0;
}

body.jp-tema.jp-page--proximas .jp-proximas-box--antecipada .jp-proximas-box-label {
	color: #f87171;
}

body.jp-tema.jp-page--proximas .jp-proximas-box--quadra {
	background-color: orange;
	color: #fff;
}

body.jp-tema.jp-page--proximas .jp-proximas-box--quina {
	background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
	color: #fff;
}

body.jp-tema.jp-page--proximas .jp-proximas-box--cheia {
	background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
	color: #fff;
}

body.jp-tema.jp-page--proximas .jp-proximas-compradas {
	margin-top: 8px;
	padding: 8px 10px;
	background: rgba(30, 41, 59, 0.9);
	border: 1px solid rgba(201, 162, 39, 0.45);
	border-radius: 8px;
	color: #f0d78c;
	text-align: center;
	font-size: 0.9rem;
	letter-spacing: 0.02em;
}

body.jp-tema.jp-page--proximas .jp-proximas-compradas strong {
	color: #fff;
}

body.jp-tema.jp-page--proximas .jp-proximas-preco {
	margin-top: 6px;
	background: #1e293b;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	padding: 8px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #e2e8f0;
	font-size: 0.92rem;
}

body.jp-tema.jp-page--proximas .jp-proximas-preco strong {
	font-size: 1.05rem;
}

body.jp-tema.jp-page--proximas .jp-proximas-preco--antecipada span {
	color: #f87171;
	font-weight: 700;
}

body.jp-tema.jp-page--proximas .jp-proximas-doar {
	display: block;
	width: 100%;
	margin-top: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 8px;
	padding: 11px 14px;
}

/* Meus cupons (lista) */
body.jp-tema.jp-page--cupons {
	background: #000;
}

body.jp-tema.jp-page--cupons .jp-cupons-busca {
	display: flex;
	gap: 8px;
	padding: 8px 10px 10px;
}

body.jp-tema.jp-page--cupons .jp-cupons-busca input {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: #1e293b;
	color: #f8fafc;
	font-size: 0.92rem;
}

body.jp-tema.jp-page--cupons .jp-cupons-busca input::placeholder {
	color: #94a3b8;
}

body.jp-tema.jp-page--cupons .jp-cupons-busca button {
	min-width: 48px;
	min-height: 44px;
	border: none;
	border-radius: 8px;
	background: #2563eb;
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
}

body.jp-tema.jp-page--cupons .jp-cupons-titulo {
	color: #f8fafc;
	text-align: center;
	font-weight: 700;
	font-size: 1.02rem;
	letter-spacing: 0.06em;
	margin: 4px 0 10px;
}

body.jp-tema.jp-page--cupons .jp-cupons-vazio {
	color: #94a3b8;
	text-align: center;
	margin: 24px 8px;
}

body.jp-tema.jp-page--cupons .jp-cupons-lista {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 8px 16px;
}

body.jp-tema.jp-page--cupons .jp-cupons-item {
	background: rgba(15, 23, 42, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	padding: 8px 8px 10px;
}

body.jp-tema.jp-page--cupons .jp-cupons-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 4px 6px;
	align-items: center;
}

body.jp-tema.jp-page--cupons .jp-cupons-grid--head span {
	color: #94a3b8;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
}

body.jp-tema.jp-page--cupons .jp-cupons-grid--head span:not(.jp-cupons-spacer) {
	text-transform: uppercase;
}

body.jp-tema.jp-page--cupons .jp-cupons-grid--val strong {
	color: #f8fafc;
	font-size: 0.95rem;
	font-weight: 700;
	text-align: center;
}

body.jp-tema.jp-page--cupons .jp-cupons-grid--sub {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.jp-tema.jp-page--cupons .jp-cupons-grid--foot {
	margin-top: 2px;
}

body.jp-tema.jp-page--cupons .jp-cupons-ver {
	width: 100%;
	font-weight: 700;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	border-radius: 8px;
	padding: 8px 6px;
}

/* Alterar senha */
body.jp-tema.jp-page--senha {
	background: #000;
}

body.jp-tema.jp-page--senha .jp-senha-form {
	max-width: 420px;
	margin: 12px auto 20px;
	padding: 0 10px;
}

body.jp-tema.jp-page--senha .jp-senha-titulo {
	color: var(--jp-gold-bright, #f5d76e);
	text-align: center;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin: 8px 0 16px;
}

body.jp-tema.jp-page--senha .jp-senha-campo {
	margin-bottom: 12px;
}

body.jp-tema.jp-page--senha .jp-senha-label {
	display: block;
	color: #94a3b8;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
}

body.jp-tema.jp-page--senha .jp-senha-field {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #1e293b;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	padding: 0 12px;
	min-height: 48px;
}

body.jp-tema.jp-page--senha .jp-senha-field i {
	color: #94a3b8;
	font-size: 0.95rem;
}

body.jp-tema.jp-page--senha .jp-senha-field input {
	flex: 1;
	min-width: 0;
	border: none;
	background: transparent;
	color: #f8fafc;
	font-size: 1rem;
	outline: none;
}

body.jp-tema.jp-page--senha .jp-senha-erro {
	background: rgba(220, 38, 38, 0.15);
	border: 1px solid rgba(248, 113, 113, 0.45);
	color: #fecaca;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 0.88rem;
	text-align: center;
	margin-bottom: 12px;
}

body.jp-tema.jp-page--senha .jp-senha-botoes {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px;
}

body.jp-tema.jp-page--senha .jp-senha-botoes .btn {
	width: 100%;
	font-weight: 700;
	letter-spacing: 0.04em;
	border-radius: 8px;
	padding: 12px 14px;
}

@media (max-width: 380px) {
	body.jp-tema.jp-login .jp-login-shell {
		padding: 14px 10px 16px;
	}

	body.jp-tema.jp-login .jp-login-field input {
		font-size: 0.88em;
	}

	body.jp-tema.jp-login .jp-login-submit-row {
		grid-template-columns: minmax(0, 1fr) 46px;
		column-gap: 8px;
	}

	body.jp-tema.jp-login .jp-login-submit-row .botao-entrar,
	body.jp-tema.jp-login .jp-login-submit-row .jp-btn-cadastro {
		height: 46px;
		min-height: 46px;
		padding: 0 10px;
		font-size: 1em;
	}

	body.jp-tema.jp-login .jp-badge-18 {
		width: 46px;
		height: 46px;
		max-width: 46px;
		max-height: 46px;
	}
}

body.jp-tema #cartelas.jp-cartelas-compra {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
	padding: 4px 2px 16px;
}

body.jp-tema #cartelas.jp-cartelas-compra .jp-cartela,
body.jp-tema #cartelas.jp-cartelas-compra .jp-cartela--jogador {
	width: 168px;
	max-width: 168px;
	margin: 0;
}

body.jp-tema #cartelas.jp-cartelas-compra .jp-cartela-cabeca,
body.jp-tema #cartelas.jp-cartelas-compra .jp-cartela--jogador .jp-cartela-cabeca {
	font-size: 0.95em;
	padding: 3px 4px;
}

body.jp-tema #cartelas.jp-cartelas-compra .jp-cartela-cel,
body.jp-tema #cartelas.jp-cartelas-compra .jp-cartela-grid--lg .jp-cartela-cel {
	min-height: 28px;
	font-size: 0.92em;
	padding: 1px;
}
