All SPORTBOOK Providers – SIMPLEBET8
🏆 DAFTAR PROVIDER SPORTBOOK & E-SPORT SIMPLEBET8 🏆
-serif;
/* Tema Simplebet8 - Hitam elegan dengan aksen emas */
background: radial-gradient(circle at 20% 30%, #0a0a0a, #050505, #000000);
min-height: 100vh;
color: #ffffff;
}
.providers-container {
max-width: 1400px;
margin: 0 auto;
padding: 20px 16px;
}
/* Header - Hitam emas elegan */
.header-section {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 35px;
padding: 15px 25px;
background: rgba(0, 0, 0, 0.85);
backdrop-filter: blur(12px);
border-radius: 60px;
border: 1px solid rgba(255, 215, 0, 0.4);
box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}
.logo-area h1 {
font-size: 1.5rem;
background: linear-gradient(135deg, #FFD700, #FFA500, #FF8C00);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
letter-spacing: 2px;
}
.logo-area p {
font-size: 0.7rem;
color: #FFD700;
}
.button-group {
display: flex;
gap: 15px;
flex-wrap: wrap;
}
.btn {
padding: 12px 24px;
border-radius: 60px;
font-weight: 700;
text-decoration: none;
transition: 0.1s linear;
display: inline-flex;
align-items: center;
gap: 8px;
font-family: 'Orbitron', monospace;
font-size: 0.8rem;
border: none;
cursor: pointer;
}
.btn-primary {
background: linear-gradient(135deg, #FFD700, #FFA500);
color: #000000;
box-shadow: 0 4px 0 #B8860B;
font-weight: 800;
}
.btn-primary:active {
transform: translateY(2px);
box-shadow: 0 2px 0 #B8860B;
}
.btn-secondary {
background: rgba(255, 215, 0, 0.15);
border: 1px solid rgba(255, 215, 0, 0.5);
color: #FFD700;
}
.btn-secondary:active {
transform: scale(0.97);
background: rgba(255, 215, 0, 0.25);
}
/* Section Title */
.section-title {
text-align: center;
margin: 30px 0 25px;
}
.section-title h2 {
font-size: 1.5rem;
background: linear-gradient(135deg, #FFD700, #FFA500, #FF8C00);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
display: inline-block;
}
.glow-line {
height: 2px;
background: linear-gradient(90deg, transparent, #FFD700, #FFA500, #FFD700, transparent);
width: 150px;
margin: 8px auto 0;
border-radius: 2px;
}
/* Grid Provider - MOBILE DEFAULT 2 KOLOM */
.providers-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
margin-top: 20px;
}
@media (min-width: 550px) {
.providers-grid {
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
}
@media (min-width: 768px) {
.providers-grid {
grid-template-columns: repeat(4, 1fr);
}
}
@media (min-width: 1024px) {
.providers-grid {
grid-template-columns: repeat(4, 1fr);
}
}
/* Kartu Provider dengan tema hitam-emas */
.provider-card {
background: linear-gradient(145deg, #111111, #0a0a0a);
border-radius: 24px;
overflow: hidden;
text-align: center;
padding: 18px 12px;
transition: all 0.2s ease;
border: 1px solid rgba(255, 215, 0, 0.25);
cursor: pointer;
text-decoration: none;
display: block;
box-shadow: 0 8px 12px rgba(0,0,0,0.3);
}
.provider-card:active {
transform: scale(0.97);
background: #1a1a1a;
border-color: #FFD700;
}
.provider-card:hover {
transform: translateY(-3px);
border-color: #FFD700;
box-shadow: 0 12px 20px rgba(0,0,0,0.4);
}
/* Logo dengan background transparan */
.provider-logo {
width: 100%;
height: 85px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 12px;
background: transparent;
border-radius: 0;
}
.provider-logo img {
max-width: 85%;
max-height: 70px;
object-fit: contain;
background: transparent;
filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4)) brightness(1.02);
transition: transform 0.2s ease, filter 0.2s ease;
}
.provider-card:hover .provider-logo img {
transform: scale(1.02);
filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.4));
}
/* Fallback icon */
.fallback-icon {
width: 65px;
height: 65px;
background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
border: 2px solid rgba(255, 215, 0, 0.5);
color: #FFD700;
}
.provider-name {
font-weight: 700;
font-size: 0.85rem;
color: #FFD700;
letter-spacing: 1px;
background: rgba(0, 0, 0, 0.7);
display: inline-block;
padding: 5px 14px;
border-radius: 40px;
margin-top: 5px;
}
.provider-category {
font-size: 0.6rem;
margin-top: 8px;
display: inline-block;
padding: 3px 10px;
border-radius: 20px;
font-weight: 600;
}
.provider-league {
font-size: 0.6rem;
color: #aaaaaa;
margin-top: 8px;
padding: 4px 8px;
background: rgba(0,0,0,0.4);
border-radius: 20px;
display: inline-block;
}
/* Footer */
.footer-note {
text-align: center;
margin-top: 50px;
padding: 20px;
font-size: 0.65rem;
color: #888888;
border-top: 1px solid rgba(255, 215, 0, 0.25);
background: rgba(0,0,0,0.2);
border-radius: 30px;
}
@media (max-width: 550px) {
.providers-container {
padding: 12px;
}
.header-section {
flex-direction: column;
text-align: center;
border-radius: 40px;
padding: 15px;
gap: 12px;
}
.button-group {
width: 100%;
flex-direction: column;
}
.btn {
width: 100%;
justify-content: center;
padding: 10px 16px;
font-size: 0.7rem;
}
.logo-area h1 {
font-size: 1.2rem;
}
.providers-grid {
gap: 12px;
}
.provider-card {
padding: 14px 8px;
}
.provider-logo {
height: 70px;
}
.provider-logo img {
max-height: 60px;
}
.provider-name {
font-size: 0.7rem;
}
.provider-league {
font-size: 0.55rem;
}
.section-title h2 {
font-size: 1.2rem;
}
}
@media (max-width: 380px) {
.providers-grid {
gap: 10px;
}
.provider-logo {
height: 62px;
}
.provider-name {
font-size: 0.65rem;
}
}
🏆 DAFTAR PROVIDER SPORTBOOK & E-SPORT SIMPLEBET8 🏆