/* Animatie Ploaie */
@keyframes rainDrop {
0% { transform: translateY(-100%); opacity: 0; }
50% { opacity: 0.7; }
100% { transform: translateY(1000px); opacity: 0; }
}
/* Animatie Glow Coperta / Carte */
@keyframes bookGlow {
0%, 100% { box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 30px rgba(0, 240, 255, 0.2); }
50% { box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 45px rgba(255, 0, 85, 0.35); }
}
/* Animatie Badge Activ Astazi */
@keyframes activePulse {
0% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); transform: scale(1); }
70% { box-shadow: 0 0 0 12px rgba(0, 255, 136, 0); transform: scale(1.03); }
100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0); transform: scale(1); }
}
.contest-wrapper {
max-width: 1100px;
margin: 40px auto;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #e2e8f0;
position: relative;
perspective: 2000px;
}
/* Strat Ploaie */
.rain-bg {
position: absolute;
top: -20px;
left: -20px;
right: -20px;
bottom: -20px;
pointer-events: none;
z-index: 10;
overflow: hidden;
border-radius: 20px;
}
.drop {
position: absolute;
top: -50px;
width: 2px;
height: 40px;
background: linear-gradient(180deg, transparent, #00f0ff);
animation: rainDrop 1.8s infinite linear;
opacity: 0.6;
}
/* Badge "ACTIV DE ASTAZI" */
.active-today-badge {
position: absolute;
top: -18px;
left: 50%;
transform: translateX(-50%);
background: linear-gradient(135deg, #00ff88, #00b894);
color: #05080e;
font-weight: 900;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1.5px;
padding: 8px 20px;
border-radius: 20px;
z-index: 20;
animation: activePulse 2s infinite;
display: flex;
align-items: center;
gap: 8px;
border: 2px solid #ffffff;
}
/* Design Carte Deschisă 3D */
.book-container {
display: flex;
position: relative;
background: linear-gradient(135deg, #0b1321 0%, #05080e 100%);
border-radius: 16px;
border: 2px solid rgba(0, 240, 255, 0.3);
animation: bookGlow 6s infinite ease-in-out;
padding: 10px;
box-sizing: border-box;
}
/* Umbra și cotorul cărții */
.book-container::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 30px;
transform: translateX(-50%);
background: linear-gradient(90deg,
rgba(0,0,0,0.6) 0%,
rgba(0,0,0,0.1) 25%,
rgba(255,255,255,0.15) 50%,
rgba(0,0,0,0.1) 75%,
rgba(0,0,0,0.6) 100%);
z-index: 5;
pointer-events: none;
}
.book-page {
flex: 1;
padding: 30px 25px;
position: relative;
z-index: 2;
background: radial-gradient(circle at center, #132238 0%, #0a111d 80%);
box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8);
}
.book-page.left-page {
border-radius: 12px 0 0 12px;
border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.book-page.right-page {
border-radius: 0 12px 12px 0;
border-left: 1px solid rgba(0, 0, 0, 0.5);
}
/* Traducere Engleza Dinamica pentru Pagina Dreapta */
.right-page .main-title { content: "🏆 TOP 15 AWAITS YOU! 🏆"; }
.main-card {
text-align: center;
}
.main-title {
font-size: 22px;
font-weight: 900;
color: #ff0055;
text-transform: uppercase;
letter-spacing: 1.5px;
text-shadow: 0 0 10px rgba(255, 0, 85, 0.5), 0 3px 6px rgba(0,0,0,0.8);
margin-bottom: 10px;
}
.intro-text {
font-size: 13px;
line-height: 1.6;
color: #94a3b8;
margin-bottom: 20px;
}
.section-title {
font-size: 14px;
font-weight: 800;
color: #00f0ff;
text-transform: uppercase;
letter-spacing: 1px;
margin: 20px 0 12px 0;
text-shadow: 0 0 8px rgba(0, 240, 255, 0.4);
}
/* Carduri 3D pentru Premii și Regulament */
.card-3d {
background: linear-gradient(135deg, rgba(22, 34, 53, 0.8), rgba(13, 21, 34, 0.9));
border-radius: 12px;
padding: 14px;
margin-bottom: 12px;
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-align: left;
backdrop-filter: blur(4px);
}
.card-3d:hover {
transform: translateY(-3px);
box-shadow: 0 12px 20px rgba(0, 0, 0, 0.6), 0 0 12px rgba(0, 240, 255, 0.3);
}
.gold-border { border: 2px solid #ffd700; box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); }
.silver-border { border: 2px solid #c0c0c0; box-shadow: 0 0 10px rgba(192, 192, 192, 0.3); }
.bronze-border { border: 2px solid #cd7f32; box-shadow: 0 0 10px rgba(205, 127, 50, 0.3); }
.blue-border { border-left: 4px solid #00f0ff; }
.red-border { border-left: 4px solid #ff0055; }
.prize-header {
font-size: 15px;
font-weight: bold;
margin-bottom: 8px;
display: flex;
align-items: center;
gap: 8px;
}
.prize-header.loc1 { color: #ffd700; }
.prize-header.loc2 { color: #c0c0c0; }
.prize-header.loc3 { color: #cd7f32; }
.reward-list {
list-style: none;
padding: 0;
margin: 0;
font-size: 13px;
}
.reward-list li {
padding: 4px 0;
display: flex;
align-items: center;
gap: 8px;
}
.rules-list {
list-style: none;
padding: 0;
margin: 0;
font-size: 12px;
color: #cbd5e1;
}
.rules-list li {
padding: 6px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.rules-list li:last-child {
border-bottom: none;
}
.time-grid {
display: flex;
gap: 10px;
justify-content: center;
margin-top: 5px;
}
.time-box {
flex: 1;
background: rgba(9, 14, 23, 0.8);
border-radius: 8px;
padding: 10px;
border: 1px solid rgba(255, 255, 255, 0.05);
font-size: 12px;
box-shadow: inset 0 2px 4px rgba(0,0,0,0.5);
}
.footer-msg {
margin-top: 25px;
font-size: 13px;
font-weight: bold;
color: #00f0ff;
}
/* Responsivitate pentru ecrane mici */
@media (max-width: 850px) {
.book-container {
flex-direction: column;
}
.book-page.left-page {
border-radius: 12px 12px 0 0;
border-right: none;
border-bottom: 2px solid rgba(0, 240, 255, 0.2);
}
.book-page.right-page {
border-radius: 0 0 12px 12px;
border-left: none;
}
.book-container::before {
display: none;
}
}
⚡ ACTIV Din 15 August⚡
🏆 TOP 15 TE AȘTEAPTĂ! 🏆
👋 Salutare tuturor!
🎯 Am pregătit un nou concurs pentru cei mai activi și dedicați jucători! Dacă reușiți să ajungeți în TOP 15 până la finalul perioadei de desfășurare, veți avea șansa de a câștiga unul dintre premiile puse în joc. 🥇
🎁 PREMII
🥇 Locul 1
⭐ VIP gratuit (30 zile)
🎮 Un joc Steam gratuit (în limita bugetului stabilit de staff)
🥈 Locul 2
⭐ VIP gratuit(2 luni / 60 zile)
🥉 Locul 3
⭐ VIP gratuit (1 lună / 30 zile)
📜 REGULAMENT
🎮 Joacă cât mai mult și urcă în clasament.
📌 Respectă regulamentul serverului.
⚖️ Joacă fair-play – orice tentativă de fraudă va duce la descalificare. ❌
📅 PERIOADA CONCURSULUI
🟢 Începe:
15.08.2026
🔴 Se încheie:
15.09.2026
🍀 Mult succes tuturor participanților!
🔥 Ne vedem în clasament! 🏆
🏆 TOP 15 AWAITS YOU! 🏆
👋 Hello everyone!
🎯 We have prepared a new contest for the most active and dedicated players! If you manage to reach the TOP 15 by the end of the event, you will have the chance to win one of the available prizes. 🥇
🎁 PRIZES
🥇 1st Place
⭐ Free VIP (30 days)
🎮 A free Steam game (within the budget set by the staff)
🥈 2nd Place
⭐ Free VIP (2 months / 60 days)
🥉 3rd Place
⭐ Free VIP (1 month / 30 days)
📜 RULES
🎮 Play as much as possible and climb the leaderboard.
📌 Respect the server rules.
⚖️ Play fair – any attempt to cheat will lead to disqualification. ❌
📅 CONTEST PERIOD
🟢 Starts:
15.08.2026
🔴 Ends:
15.09.2026
🍀 Good luck to all participants!
🔥 See you on the leaderboard! 🏆