body {
	margin: 0;
	font-family: 'Segoe UI', sans-serif;
	background: linear-gradient(to right, #006837, #1e9600);
	color: white;
	overflow-x: hidden;
}

.c {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.header {
	padding: 20px 30px;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 100;
}

.header-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: bold;
}

.logo img {
	max-width: 60px;
}

.nav ul {
	list-style: none;
	display: flex;
	gap: 20px;
	margin: 0;
}

.nav ul li a {
	text-decoration: none;
	color: white;
	font-weight: 500;
}

.burger {
	display: none;
	font-size: 24px;
	cursor: pointer;
}

.mobile-menu {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 99;
}

.mobile-menu ul {
	list-style: none;
	padding: 10px 0;
	margin: 0;
}

.mobile-menu ul li {
	text-align: center;
	margin: 10px 0;
}

.mobile-menu ul li a {
	color: white;
	text-decoration: none;
	font-size: 18px;
}

.hero {
	padding: 100px 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.hero h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.countdown {
	font-size: 22px;
	font-weight: bold;
	background: white;
	color: #2b2b2b;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 25px;
	margin-bottom: 20px;
}

.cta-button {
	display: inline-block;
	background: orange;
	padding: 12px 24px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-radius: 30px;
}

.lotto-balls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

.ball {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #4caf50;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: white;
	font-weight: bold;
	animation: floatBall 10s linear infinite;
}

@keyframes floatBall {
	0% {
		transform: translateY(100vh) rotate(0deg);
	}
	100% {
		transform: translateY(-200px) rotate(360deg);
	}
}

@media (max-width: 768px) {
	.nav {
		display: none;
	}
	.burger {
		display: block;
	}
	.hero h2 {
		font-size: 20px;
	}
}

.footer {
	background: #102820;
	color: #f0f0f0;
	padding: 40px 20px 20px;
	font-size: 14px;
	line-height: 1.6;
}

.footer a {
	color: #f0f0f0;
	text-decoration: underline;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 30px;
}

.footer-logo {
	flex: 1;
	min-width: 200px;
	animation: fadeInUp 1s ease-in-out;
}

.footer-newsletter {
	flex: 1;
	min-width: 200px;
}

.footer-newsletter h4 {
	margin-bottom: 10px;
}

.footer-newsletter form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.footer-newsletter input {
	padding: 10px;
	border-radius: 5px;
	border: none;
	flex: 1;
}

.footer-newsletter button {
	padding: 10px 20px;
	background: #f76c6c;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

.footer-contact {
	flex: 1;
	min-width: 200px;
}

.footer-middle {
	text-align: center;
	margin: 20px 0;
}

.gamble-warning {
	font-size: 13px;
	color: #ccc;
	max-width: 600px;
	margin: 0 auto 10px;
}

.gamble-logos img {
	height: 40px;
	margin: 0 8px;
	vertical-align: middle;
	animation: pulse 4s infinite;
}

.footer-bottom {
	border-top: 1px solid #2c3e50;
	padding-top: 15px;
	text-align: center;
}

.footer-bottom a {
	margin: 0 10px;
	font-weight: 500;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pulse {
	0%,
	100% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.1);
		opacity: 0.8;
	}
}

@media (max-width: 768px) {
	.footer-top {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-newsletter form {
		flex-direction: column;
	}

	.footer-newsletter button {
		width: 100%;
	}

	.footer-middle,
	.footer-bottom {
		font-size: 13px;
	}
}

.pickorama-section {
	/* background: linear-gradient(135deg, #1c1c2b, #292946); */
	background: linear-gradient(135deg, #e3e3e4, #9c9c9e);
	padding: 80px 20px;
	color: #f9f9f9;
	font-family: 'Segoe UI', sans-serif;
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 960px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.pickorama-title {
	font-size: 36px;
	color: #f7c948;
	text-align: center;
	margin-bottom: 50px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	position: relative;
}

.faq-block {
	background: #2f2f47;
	border-left: 5px solid #9c6ade;
	padding: 25px 30px;
	margin-bottom: 25px;
	border-radius: 12px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
	transition:
		transform 0.3s ease,
		background 0.3s ease;
}

.faq-block:hover {
	transform: translateY(-4px);
	background: #3a3a5e;
}

.faq-block h3 {
	color: #f7c948;
	font-size: 20px;
	margin-bottom: 10px;
}

.faq-block p,
.faq-block ul {
	font-size: 15px;
	color: #e2e2e2;
}

.faq-block ul {
	padding-left: 20px;
}

.faq-block li {
	margin-bottom: 8px;
	list-style: square;
	color: #ffec99;
}

.faq-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 25px;
	margin: 30px 0;
}

.faq-col {
	background: #3e3e5c;
	border: 2px solid #9c6ade;
	border-radius: 10px;
	padding: 20px;
	box-shadow: inset 0 0 12px rgba(156, 106, 222, 0.3);
	transition: 0.3s ease;
}

.faq-col h4 {
	color: #fbd38d;
	margin-bottom: 10px;
	font-size: 17px;
}

.faq-col p {
	font-size: 14px;
	color: #ddd;
}

.faq-col:hover {
	border-color: #f7c948;
	background: #48486a;
}

@media (max-width: 768px) {
	.pickorama-title {
		font-size: 28px;
	}

	.faq-block,
	.faq-col {
		padding: 15px 20px;
	}

	.faq-col h4 {
		font-size: 16px;
	}
}

.lotto-wrapper {
	padding: 40px 20px;
	max-width: 960px;
	margin: auto;
}

.lotto-block {
	background: linear-gradient(135deg, #e3e3e4, #9c9c9e);
	padding: 30px;
}

.step {
	margin-bottom: 30px;
}

.step-number {
	font-weight: bold;
	display: inline-block;
	background: black;
	color: white;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
}

select {
	margin-top: 8px;
	padding: 8px 12px;
	border-radius: 6px;
	border: 1px solid #ccc;
	font-size: 14px;
}

.options {
	display: flex;
	gap: 20px;
	margin-top: 10px;
}

.options label {
	border: 1px solid #ccc;
	padding: 10px 15px;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
}

.options input {
	margin-right: 6px;
}

.options small {
	display: block;
	font-size: 12px;
	color: #888;
}

.grid {
	background: #eaf2ea;
	padding: 15px;
	margin-top: 20px;
	border-radius: 10px;

	transition: all 0.3s ease;
}

.number-grid {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	gap: 6px;
	margin-bottom: 15px;
}

.number-grid button {
	background: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 2px;
	cursor: pointer;
}

.number-grid button.selected {
	background: #00b894;
	color: white;
}

.grid-actions {
	display: flex;
	gap: 10px;
}

.grid-actions button {
	padding: 8px 14px;
	border-radius: 6px;
	border: 1px solid #555;
	cursor: pointer;
}

.multi-options {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-top: 12px;
}

.multi-options select {
	padding: 6px;
}

.total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	font-size: 18px;
	color: #000;
}

.buy-btn {
	background: orange;
	padding: 12px 20px;
	color: white;
	border: none;
	border-radius: 30px;
	font-weight: bold;
	cursor: pointer;
}

.system-section {
	padding: 60px 20px;
}

.container {
	max-width: 960px;
	margin: auto;
}

h2 {
	font-size: 24px;
	margin-top: 40px;
	color: #2c3e50;
	animation: fadeInDown 0.5s ease;
}

.entry-block {
	background: #eaf2ea;
	padding: 20px;
	border-radius: 10px;
	margin-top: 30px;
	animation: floatUp 0.8s ease;
	color: #000;
}

.entry-block h3 {
	margin-top: 0;
	color: #0e6655;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}

#numberGridWrapper2 {
	display: none;
	transition: all 0.3s ease-in-out;
}
#numberGrid2 button.selected {
	background-color: #2ecc71;
	color: #fff;
	border: 1px solid #27ae60;
}

thead {
	background: #d1e7dd;
}

th,
td {
	padding: 12px;
	text-align: left;
	font-size: 15px;
}

tbody tr:nth-child(odd) {
	background: #f8fdf8;
}

.note {
	background: #fff3cd;
	padding: 15px;
	border-left: 5px solid #ffc107;
	margin-top: 40px;
	border-radius: 6px;
	font-size: 14px;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes floatUp {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@media (max-width: 768px) {
	table,
	th,
	td {
		font-size: 13px;
	}
}

.lotto-config-v2 {
	max-width: 800px;
	margin: auto;
	border-radius: 16px;
	background: #f9f9f9;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	padding: 30px;
}

.step-block {
	margin-bottom: 40px;
}

.step-num {
	display: inline-block;
	font-weight: bold;
	background: #000;
	color: white;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 14px;
}

label {
	display: block;
	margin: 10px 0;
	font-weight: 500;
	color: #000;
}

select {
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	font-size: 15px;
	border: 1px solid #ccc;
	background: white;
}

.select-mode {
	display: flex;
	gap: 30px;
	margin-top: 10px;
}

.options-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 10px;
}

.total-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 25px;
	border-top: 1px solid #ddd;
	font-size: 20px;
	font-weight: bold;
}

.buy-cta {
	background: #ff9f1c;
	color: white;
	padding: 12px 28px;
	font-size: 16px;
	border: none;
	border-radius: 30px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.options-row {
		flex-direction: column;
	}

	.buy-cta {
		width: 100%;
		margin-top: 20px;
	}

	.total-bar {
		flex-direction: column;
		align-items: flex-start;
	}
}

.lotto-syndicate-section {
	background: #2f2f47;
	padding: 4rem 2rem;
	font-family: 'Segoe UI', sans-serif;
	animation: fadeIn 1.2s ease-in;
}

.section-title {
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 3rem;
	color: #2c3e50;
	animation: slideDown 1s ease-in-out;
}

.syndicate-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 3rem;
}

.syndicate-card {
	background: white;
	padding: 1.8rem;
	border-radius: 1.2rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	animation: scaleUp 0.5s ease-in;
}

.syndicate-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.syndicate-card h3 {
	color: #34495e;
	margin-bottom: 1rem;
	font-size: 1.3rem;
}

.syndicate-card p,
.syndicate-card ul {
	color: #555;
	line-height: 1.5;
	font-size: 1rem;
}

.syndicate-card ul {
	padding-left: 1.2rem;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes slideDown {
	from {
		transform: translateY(-20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes scaleUp {
	from {
		transform: scale(0.95);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}

.syndicate-container {
	padding: 30px 0;
	background: linear-gradient(135deg, #e3e3e4, #9c9c9e);
}

.syndicate-container p {
	margin: 1rem 0 1rem;
	color: #000;
}

.syndicate-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
}

.syndicate-card {
	background: white;
	padding: 1rem;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	text-align: center;
	transition: 0.3s;
	position: relative;
}

.syndicate-card.active {
	border: 2px solid #ff9900;
	box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.2);
}

.select-btn {
	margin-top: 1rem;
	padding: 0.5rem 1rem;
	border: none;
	background: #00794f;
	color: white;
	border-radius: 5px;
	cursor: pointer;
}

.select-btn:hover {
	background: #005f3c;
}

select,
label {
	margin: 1rem 0;
	font-size: 1rem;
}

.summary {
	margin-top: 2rem;
	font-size: 1.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.add-cart {
	background: #ff9900;
	border: none;
	padding: 0.7rem 1.5rem;
	font-size: 1rem;
	border-radius: 8px;
	color: white;
	cursor: pointer;
}

.lotto-info {
	padding: 4rem 2rem;
	background: linear-gradient(135deg, #f3f9f9, #e6f7ff);
	font-family: 'Segoe UI', sans-serif;
	animation: fadeIn 1.2s ease-in-out;
}

.section-heading {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 2.5rem;
	color: #003049;
	animation: slideDown 1s ease;
}

.info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
}

.info-box {
	background: white;
	border-radius: 1rem;
	padding: 1.5rem;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	animation: scaleUp 0.5s ease-in;
}

.info-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.info-box h3 {
	margin-bottom: 1rem;
	color: #005f73;
	font-size: 1.3rem;
}

.info-box p,
.info-box ul {
	color: #333;
	font-size: 1rem;
	line-height: 1.6;
}

.info-box ul {
	padding-left: 1.2rem;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes slideDown {
	from {
		transform: translateY(-20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes scaleUp {
	from {
		transform: scale(0.95);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}
.party-section {
	padding: 30px 0;
	background: linear-gradient(135deg, #e3e3e4, #9c9c9e);
}

.party-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 1.5rem;
}

.party-card {
	background: white;
	border-radius: 1rem;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
	padding: 1rem;
	text-align: center;
	transition: 0.3s;
	border: 2px solid transparent;
}

.party-section p {
	color: #000;
}

.party-card.active {
	border-color: #ff9900;
	box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.2);
}

.party-card h3 {
	font-size: 1.1rem;
	margin-top: 0.6rem;
	color: #055160;
}

.sub {
	font-size: 0.9rem;
	color: #777;
}

.price {
	font-weight: bold;
	color: #00794f;
	margin: 0.5rem 0;
}

.games {
	font-size: 0.9rem;
	color: #444;
}

.select-btn {
	margin-top: 1rem;
	padding: 0.5rem 1rem;
	border: 2px solid #00794f;
	background: white;
	color: #000;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.3s;
}

.select-btn:hover {
	background: #e7f8f0;
}

.total-section {
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.4rem;
	border-top: 1px solid #ccc;
	padding-top: 1rem;
	color: #000;
}

.cookieBannerLeft {
	position: fixed;
	bottom: 20px;
	left: 20px;
	max-width: 300px;
	background: #ffffff;
	color: #333;
	border: 1px solid #ddd;
	padding: 1rem 1.2rem;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	font-family: 'Segoe UI', sans-serif;
	font-size: 0.95rem;
	z-index: 9999;
	animation: slideInLeft 0.6s ease-out;
}

.cookieBannerLeft__text {
	margin-bottom: 0.8rem;
	line-height: 1.5;
}

.cookieBannerLeft__text a {
	color: #00794f;
	text-decoration: underline;
}

.cookieBannerLeft__button {
	background: #00794f;
	color: #fff;
	border: none;
	padding: 0.5rem 1.2rem;
	font-size: 0.9rem;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.3s;
}

.cookieBannerLeft__button:hover {
	background: #005f3c;
}

@keyframes slideInLeft {
	from {
		transform: translateX(-30%);
		opacity: 0;
	}
	to {
		transform: translateX(0%);
		opacity: 1;
	}
}

.ageModalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	animation: fadeInModal 0.4s ease-out;
}

.ageModalBox {
	background: #fff;
	padding: 2rem;
	border-radius: 16px;
	max-width: 400px;
	width: 90%;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	font-family: 'Segoe UI', sans-serif;
	animation: scaleInModal 0.35s ease;
}

.ageModalBox__title {
	font-size: 1.6rem;
	color: #1b1b1b;
	margin-bottom: 1rem;
}

.ageModalBox__desc {
	font-size: 1rem;
	color: #555;
	margin-bottom: 2rem;
}

.ageModalBox__actions {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.ageModalBox__btn {
	padding: 0.6rem 1.4rem;
	font-size: 1rem;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.ageModalBox__btn--yes {
	background-color: #00794f;
	color: #fff;
}

.ageModalBox__btn--yes:hover {
	background-color: #005f3c;
}

.ageModalBox__btn--no {
	background-color: #e74c3c;
	color: #fff;
}

.ageModalBox__btn--no:hover {
	background-color: #c0392b;
}

@keyframes fadeInModal {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes scaleInModal {
	from {
		transform: scale(0.95);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}

.lottoScrollTopBtn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-color: #00794f;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
	transition:
		background 0.3s ease,
		transform 0.2s ease;
}

.lottoScrollTopBtn:hover {
	background-color: #005f3c;
	transform: scale(1.1);
}

@media (max-width: 600px) {
	.lottoScrollTopBtn {
		bottom: 20px;
		right: 20px;
		width: 45px;
		height: 45px;
		font-size: 1.3rem;
	}
}

.privacy-policy {
	max-width: 800px;
	margin: 4rem auto;
	padding: 2rem;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
	font-family: 'Segoe UI', sans-serif;
	line-height: 1.7;
	color: #2e2e2e;
}

.privacy-policy h1 {
	font-size: 2.2rem;
	color: #003049;
	margin-bottom: 1rem;
	text-align: center;
	animation: fadeInDown 0.8s ease-in-out;
}

.privacy-policy h2 {
	margin-top: 2rem;
	font-size: 1.4rem;
	color: #00794f;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.3rem;
}

.privacy-policy p {
	margin-top: 1rem;
}

.privacy-policy ul {
	margin: 0.5rem 0 1.5rem 1.2rem;
	padding-left: 1.2rem;
	list-style: disc;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.lottoCheckout {
	max-width: 700px;
	margin: 4rem auto;
	padding: 2rem;
	background: #f4fbf7;
	border-radius: 12px;
	font-family: 'Segoe UI', sans-serif;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.lottoCheckout__title {
	text-align: center;
	font-size: 2rem;
	color: #00794f;
	margin-bottom: 2rem;
}

.lottoCheckout__form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.lottoCheckout__form input {
	padding: 0.8rem 1rem;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 1rem;
}

.lottoCheckout__ticket {
	margin-top: 1.5rem;
	background: #ffffff;
	padding: 1rem;
	border-radius: 10px;
	border: 1px solid #ddd;
}

.lottoCheckout__numbers {
	display: flex;
	gap: 0.6rem;
	justify-content: center;
	margin-bottom: 0.5rem;
}

.lottoCheckout__numbers span {
	background: #37996b;
	color: white;
	padding: 0.6rem 0.9rem;
	border-radius: 50%;
	font-weight: bold;
}

.lottoCheckout__numbers .highlighted {
	border: 2px solid #ff9900;
	background: white;
	color: #ff9900;
}

.lottoCheckout__total {
	text-align: center;
	font-weight: 500;
	color: #444;
}

.lottoCheckout__pay {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	padding: 1rem;
	margin-top: 1rem;
	border-radius: 10px;
	border: 1px solid #ddd;
}

.lottoCheckout__pay button {
	background: #ff9900;
	color: white;
	border: none;
	padding: 0.6rem 1.5rem;
	font-size: 1rem;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.3s;
}

.lottoCheckout__pay button:hover {
	background: #e27e00;
}

/* MODAL */
.lottoModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.lottoModal__box {
	background: #fff;
	padding: 2rem;
	border-radius: 12px;
	text-align: center;
	max-width: 400px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
	animation: popIn 0.4s ease;
}

.lottoModal__box h3 {
	color: #00794f;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.lottoModal__box p {
	font-size: 1rem;
	margin-bottom: 1.5rem;
}

.lottoModal__box button {
	background: #00794f;
	color: white;
	padding: 0.6rem 1.3rem;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}

@keyframes popIn {
	from {
		transform: scale(0.9);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}

.drawFrequencyWrap {
	max-width: 800px;
	margin: 4rem auto;
	padding: 2rem;
	background: #fff8f1;
	border-radius: 12px;
	font-family: 'Segoe UI', sans-serif;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.drawFrequencyWrap__title {
	font-size: 2rem;
	color: #cc6600;
	text-align: center;
	margin-bottom: 1rem;
}

.drawFrequencyWrap__desc {
	text-align: center;
	font-size: 1rem;
	color: #555;
	margin-bottom: 2rem;
}

.drawFrequencyWrap__legend {
	display: flex;
	justify-content: center;
	gap: 2rem;
	font-size: 0.9rem;
	color: #333;
	margin-bottom: 2rem;
}

.dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 6px;
}

.dot--first {
	background-color: #e67e22;
}

.dot--last {
	background-color: #27ae60;
}

.drawRow {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.8rem 0;
}

.drawRow__bar {
	padding: 0.5rem 1rem;
	border-radius: 20px;
	font-weight: 500;
	font-size: 0.95rem;
	color: white;
	min-width: 130px;
	text-align: center;
}

.drawRow__bar--left {
	background-color: #e67e22;
	margin-right: 0.8rem;
}

.drawRow__bar--right {
	background-color: #27ae60;
	margin-left: 0.8rem;
}

.drawRow__circle {
	background-color: #ffffff;
	color: #e67e22;
	font-weight: bold;
	font-size: 1.1rem;
	padding: 0.5rem 1rem;
	border: 2px solid #e67e22;
	border-radius: 50%;
	text-align: center;
	min-width: 40px;
}

.drawHistorySection {
	max-width: 900px;
	margin: 3rem auto;
	padding: 1.5rem;
	background: #fdfdfd;
	font-family: 'Segoe UI', sans-serif;
	color: #000;
}

.drawHistory__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

.drawHistory__header h2 {
	font-size: 1.8rem;
	color: #003049;
}

.drawSearchForm {
	display: flex;
	gap: 0.5rem;
}

.drawSearchForm input {
	padding: 0.5rem 1rem;
	border-radius: 6px;
	border: 1px solid #ccc;
}

.drawSearchForm button {
	background: #00794f;
	color: #000;
	border: none;
	padding: 0.5rem 1.2rem;
	border-radius: 6px;
	cursor: pointer;
}

.drawCard {
	background: #ffffff;
	padding: 1.5rem;
	margin-bottom: 2rem;
	border-radius: 12px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.drawCard__info {
	display: flex;
	justify-content: space-between;
	color: #666;
	font-size: 0.95rem;
	margin-bottom: 1rem;
}

.drawCard__numbers span {
	background: #37996b;
	color: #000;
	padding: 0.4rem 0.7rem;
	margin: 0 0.2rem;
	border-radius: 50%;
	font-weight: bold;
	display: inline-block;
}

.drawCard__numbers .supp {
	background: #f39c12;
}

.drawCard__table {
	width: 100%;
	margin-top: 1rem;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.drawCard__table th {
	background: #00794f;
	color: #000;
	padding: 0.6rem;
}

.drawCard__table td {
	border-bottom: 1px solid #eee;
	padding: 0.6rem;
	text-align: center;
}

.drawCard--simple p {
	margin: 0.3rem 0;
}

.drawCard--simple span {
	background: #00794f;
	color: #000;
	margin: 0 0.2rem;
	padding: 0.4rem 0.7rem;
	border-radius: 50%;
	display: inline-block;
}

.drawCard--simple .supp {
	background: #e67e22;
}
