LOGINTOGEL158.COM | TOGEL158
.TOGEL158-info {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 20px;
margin: 35px auto;
max-width: 800px;
padding: 15px;
}
.info-card {
background: linear-gradient(145deg, #0a0a0a, #1a1a1a);
padding: 25px;
border-radius: 18px;
border: 2px solid #ffd700;
box-shadow:
0 0 15px rgba(255, 215, 0, 0.3),
0 0 30px rgba(255, 215, 0, 0.1) inset;
backdrop-filter: blur(10px);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
overflow: hidden;
}
.info-card:hover {
transform: translateY(-8px) scale(1.02);
box-shadow:
0 0 25px rgba(255, 215, 0, 0.5),
0 0 45px rgba(255, 215, 0, 0.2) inset;
border-color: #ffed4e;
}
.info-card-title {
font-size: 16px;
font-weight: 700;
color: #ffd700;
margin-bottom: 12px;
letter-spacing: 0.8px;
text-transform: uppercase;
text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}
.info-card-value {
font-size: 20px;
font-weight: 800;
color: #ffffff;
text-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
}
.info-card::before {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(
45deg,
transparent,
rgba(0, 255, 204, 0.1),
rgba(0, 255, 204, 0.2),
rgba(0, 255, 204, 0.1),
transparent
);
animation: shimmer 3s infinite linear;
z-index: 0;
pointer-events: none;
}
@keyframes shimmer {
0% {
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
100% {
transform: translateX(50%) translateY(50%) rotate(45deg);
}
}
.title-box-neon {
max-width: 780px;
margin: 30px auto;
padding: 18px 30px;
text-align: center;
background: linear-gradient(135deg, #0a1a14, #0c2c22);
border: 2px solid #fff500;
border-radius: 16px;
box-shadow:
0 0 15px rgb(0 255 133 / 60%),
0 0 30px rgba(0, 255, 204, 0.2) inset;
backdrop-filter: blur(12px);
animation: toscaPulse 3s infinite ease-in-out;
}
@keyframes toscaPulse {
0% {
box-shadow:
0 0 15px rgba(0, 255, 204, 0.6),
0 0 30px rgba(0, 255, 204, 0.2) inset;
}
50% {
box-shadow:
0 0 25px rgba(0, 255, 204, 0.9),
0 0 45px rgba(0, 255, 204, 0.3) inset;
}
100% {
box-shadow:
0 0 15px rgba(0, 255, 204, 0.6),
0 0 30px rgba(0, 255, 204, 0.2) inset;
}
}
.info-card > * {
position: relative;
z-index: 1;
}
@media (max-width: 768px) {
.TOGEL158-info {
grid-template-columns: 1fr;
gap: 15px;
padding: 10px;
}
.info-card {
padding: 20px;
}
.title-box-neon {
margin: 20px auto;
padding: 15px 20px;
}
}
INFORMASI TENTANG PLATFORM TERBARU
Katalog Populer
Home
Deposit Via
Bank Lokal • E-Wallet • QRIS
Minimal Deposit
Rp 10.000,-
Minimal Withdraw
Rp 25.000,-
Rating Pembeli
⭐⭐⭐⭐⭐ 4.9/5
.article-container {
max-width: 780px;
margin: 30px auto;
background: linear-gradient(145deg, #0a0a0a, #1a1a1a);
color: #fff;
font-family: 'Poppins', Arial, sans-serif;
padding: 25px;
border-radius: 16px;
border: 2px solid #00ff93;
box-shadow: 0 0 20px rgba(255, 215, 0, 0.25);
line-height: 1.7;
}
.article-title {
color: #ffd700;
font-size: 1.8rem;
text-align: center;
margin-bottom: 20px;
text-transform: uppercase;
text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
letter-spacing: 0.5px;
}
.article-description {
text-align: justify;
font-size: 1.05rem;
color: #e0e0e0;
margin-bottom: 20px;
padding: 15px;
background: rgba(255, 215, 0, 0.05);
border-radius: 12px;
border-left: 3px solid #ffd700;
}
.article-description a {
color: #ffd700;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border-bottom: 1px dashed #ffd700;
padding: 0 2px;
}
.article-description a:hover {
color: #fff;
text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
border-bottom-color: #fff;
}
/* Neon Glow Effect */
.article-container {
position: relative;
overflow: hidden;
}
.article-container::before {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(
45deg,
transparent,
rgba(255, 215, 0, 0.1),
rgba(255, 215, 0, 0.05),
transparent
);
animation: shimmer 4s infinite linear;
z-index: 0;
pointer-events: none;
}
@keyframes shimmer {
0% {
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
100% {
transform: translateX(50%) translateY(50%) rotate(45deg);
}
}
.article-container > * {
position: relative;
z-index: 1;
}
/* Responsive Design */
@media (max-width: 768px) {
.article-container {
padding: 20px;
margin: 20px 15px;
}
.article-title {
font-size: 1.5rem;
}
.article-description {
font-size: 0.95rem;
padding: 12px;
}
}
.generator-container {
display: flex;
justify-content: center;
align-items: center;
padding: 30px 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.generator-container .machine {
background: linear-gradient(145deg, #1a1a1a, #2d2d2d);
border-radius: 20px;
width: 420px;
text-align: center;
padding: 25px 20px;
color: #ffd700;
position: relative;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25),
0 0 0 1px rgba(255, 215, 0, 0.1);
border: 1px solid rgba(255, 215, 0, 0.15);
overflow: hidden;
}
.generator-container .machine::before {
content: "";
position: absolute;
top: 0;
left: -150%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
rgba(255, 215, 0, 0.08),
transparent
);
animation: shimmer 3s infinite;
}
@keyframes shimmer {
0% { left: -150%; }
100% { left: 150%; }
}
.generator-container .machine h2 {
font-size: 22px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 20px;
color: #ffd700;
text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}
.controls {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
margin-bottom: 20px;
}
.controls select {
background: #2c2c2c;
color: #ffd700;
border: 1px solid rgba(255, 215, 0, 0.3);
border-radius: 8px;
padding: 10px 12px;
font-weight: 500;
outline: none;
box-shadow: inset 0 0 10px rgba(255, 215, 0, 0.1);
}
.controls #btnRandom {
align-self: center;
background: linear-gradient(145deg, #ffd700, #ffb700);
border: none;
color: #1a1a1a;
padding: 12px 20px;
font-size: 14px;
font-weight: 700;
border-radius: 12px;
cursor: pointer;
box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
transition: all 0.3s ease;
}
.controls #btnRandom:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}
.result-card {
margin-top: 20px;
background: rgba(43, 43, 43, 0.5);
color: #ffd700;
border-radius: 12px;
padding: 20px;
box-shadow: inset 0 0 15px rgba(255, 215, 0, 0.15);
border: 1px solid rgba(255, 215, 0, 0.1);
}
.result-title {
font-weight: 700;
color: #ffd700;
margin-bottom: 15px;
letter-spacing: 0.5px;
text-shadow: 0 0 5px rgba(255, 215, 0, 0.3);
}
.result-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
}
.result-item {
text-align: center;
padding: 12px;
background: rgba(255, 215, 0, 0.08);
border-radius: 8px;
border: 1px solid rgba(255, 215, 0, 0.1);
}
.k {
font-size: 12px;
color: #ffd700;
opacity: 0.8;
text-transform: uppercase;
margin-bottom: 5px;
}
.v {
font-weight: 600;
font-size: 16px;
color: #ffffff;
}
.v.big {
font-size: 24px;
color: #ffd700;
text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}
.prediction-section {
margin-top: 20px;
padding: 15px;
background: rgba(255, 215, 0, 0.05);
border-radius: 10px;
border: 1px solid rgba(255, 215, 0, 0.1);
}
.prediction-title {
font-weight: 600;
color: #ffd700;
margin-bottom: 10px;
}
.prediction-numbers {
display: flex;
justify-content: center;
gap: 8px;
flex-wrap: wrap;
}
.prediction-number {
width: 40px;
height: 40px;
background: linear-gradient(145deg, #ffd700, #ffb700);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
color: #1a1a1a;
font-size: 16px;
box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}
@media (max-width: 820px) {
.generator-container .machine {
width: 100%;
margin: 0 15px;
}
.controls {
grid-template-columns: 1fr;
}
.result-grid {
grid-template-columns: 1fr 1fr;
}
.prediction-numbers {
gap: 6px;
}
.prediction-number {
width: 35px;
height: 35px;
font-size: 14px;
}
}
Situs Login Terbaru
LOGINTOGEL158.COM | TOGEL158