body {
margin: 0;
padding: 0;
background-color: #0a0a0a;
font-family: 'Outfit', sans-serif;
color: #ffffff;
box-sizing: border-box;
}
* {
box-sizing: inherit;
}
.fixed-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 73px;
background: rgba(10, 10, 10, 0.92);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
z-index: 1000;
padding: 0 24px;
display: flex;
align-items: center;
transition: all 0.3s ease;
}
.header-content {
width: 100%;
max-width: 1000px;
margin: 0 auto;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 40px;
}
.header-logo-link { display: block; flex-shrink: 0; }
.header-logo { height: 58px; border-radius: 400px; }
.header-nav { display: flex; justify-content: center; gap: 48px; }
.nav-link {
color: #d0d0d0;
font-size: 0.98rem;
font-weight: 400;
text-decoration: none;
font-family: 'Outfit', sans-serif;
position: relative;
padding: 8px 0;
transition: all 0.25s ease;
}
.nav-link:hover { color: #f8b700; }
.nav-link.active { color: #ffffff; font-weight: 400; }
.nav-btn.join-discord {
display: flex;
align-items: center;
justify-content: center;
gap: 9px;
background: linear-gradient(90deg, #f8b700, #df9f00);
color: #0e0e0e;
font-family: 'Sora', sans-serif;
font-weight: 600;
font-size: 15px;
padding: 12px 26px;
border-radius: 8px;
text-decoration: none;
box-shadow: 0 4px 16px rgba(248, 183, 0, 0.35);
transition: all 0.25s ease;
white-space: nowrap;
}
.nav-btn.join-discord:hover {
transform: translateY(-3px);
box-shadow: 0 10px 25px rgba(248, 183, 0, 0.5);
background: linear-gradient(90deg, #ffcc33, #f8b700);
}
.discord-btn-logo { height: 21px; width: 21px; filter: brightness(0); }
.subheader {
display: flex;
justify-content: center;
align-items: center;
padding: 15px;
}
.subheader-link {
color: #ffffff;
font-size: 18px;
font-weight: 400;
text-decoration: none;
margin: 0 15px;
transition: color 0.3s ease;
cursor: pointer;
}
.subheader-link:hover { color: #cccccc; }
.subheader-link.active { color: #cccccc; font-weight: 700; }
main { margin-top: 100px; }
.store-container {
background-color: #0f0f0f;
width: 80%;
max-width: 1400px;
margin: 20px auto;
border-radius: 8px;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
position: relative;
min-height: 700px;
margin-top: 8%;
}
.store-container::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(to right, transparent, #df9f00 20%, #df9f00 80%, transparent);
}
.signin-container {
display: flex;
flex-direction: column;
align-items: center;
background: #151515;
border: 1px solid rgba(255, 255, 255, 0.05);
padding: 20px;
border-radius: 8px;
width: 33%;
}
.signin-header { color: #b2b4bd; font-size: 18px; font-weight: 700; text-align: center; margin: 0 0 10px 0; }
.username-input { width: 100%; padding: 8px; margin-bottom: 10px; background-color: #181818; border: 1px solid #d13b3b; border-radius: 4px; color: #ffffff; font-size: 14px; font-family: 'Outfit', sans-serif; }
.signin-disclaimer { font-size: 14px; color: #666666; text-align: center; margin: -5px 0 5px 0; }
.signin-disclaimer a { color: #53fc18; text-decoration: none; }
.signin-disclaimer a:hover { color: #3cc70c; }
.secret-phrase { font-size: 28px; font-weight: 700; color: #ffffff; margin: 10px 0; text-align: center; }
.signin-button {
padding: 10px 20px;
background-color: #df9f00;
border: 2px solid #df9f00;
border-radius: 6px;
font-family: 'Outfit', sans-serif;
color: #000000;
font-size: 16px;
font-weight: 700;
cursor: pointer;
transition: background-color 0.3s ease;
width: 100%;
margin-top: auto;
}
.signin-button:hover:not(:disabled) { background-color: #ffba0d; border: 2px solid #ffba0d; }
.signin-button.auth-button:disabled { border-color: #df9f00; color: #000000; cursor: not-allowed; }
.signin-button.auth-button.success { background: linear-gradient(90deg, #f8b700, #df9f00); }
.signin-button.auth-button.failed { background: linear-gradient(90deg, #f8b700, #df9f00); }
.battleground-container {
background-color: #101010;
width: 100%;
border-radius: 8px;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.tabs-user-row {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin: 0;
padding: 30px 20px;
}
.game-tabs {
display: flex;
gap: 40px;
align-items: center;
justify-content: center;
position: relative;
}
.game-tabs::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background: #333333;
}
.tab-item {
color: #888888;
font-size: 18px;
font-weight: 500;
padding: 12px 0 16px 0;
cursor: pointer;
position: relative;
transition: color 0.3s ease;
display: flex;
align-items: center;
}
.tab-item:hover {
color: #cccccc;
}
.tab-item.active {
color: #ffffff;
font-weight: 600;
}
.tab-item.active::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: #df9f00;
border-radius: 2px;
}
.user-info {
position: absolute;
top: 50%;
right: 0px;
transform: translateY(-50%);
background-color: #151515;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 8px;
padding: 10px 16px;
display: flex;
align-items: center;
z-index: 30;
cursor: pointer;
user-select: none;
transition: background-color 0.2s ease;
}
.user-info:hover {
background-color: #1a1a1a;
}
.pf-card {
background: linear-gradient(180deg, #141414 0%, #0d0d0d 100%);
width: auto;
max-width: 1200px;
border-radius: 16px;
padding: 28px 45px 24px 45px;
box-shadow:
0 20px 60px rgba(0,0,0,.75),
0 0 40px rgba(0, 255, 180, 0.05),
inset 0 1px 0 rgba(255,255,255,.04);
border: 1px solid rgba(255, 255, 255, 0.06);
position: relative;
overflow-y: auto;
overflow-x: hidden;
opacity: 0;
transform: translateY(20px);
transition: all 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.pf-section strong, .client-seed {
color: #df9f00;
}
.eos-highlight {
color: #4da6ff;
}
.modal-overlay.visible .pf-card {
opacity: 1;
transform: translateY(0);
}
.pf-header {
text-align: center;
margin-bottom: 14px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.pf-header h3 {
color: #df9f00;
font-size: 24px;
font-weight: 700;
margin: 0;
}
.pf-back-btn {
position: absolute;
left: 0px;
background: #222;
color: #ffffff;
border: none;
padding: 6px 12px;
border-radius: 4px;
font-size: 14px;
cursor: pointer;
transition: background 0.2s ease;
font-family: 'Outfit', sans-serif;
}
.pf-back-btn:hover {
background: #df9f00;
}
.pf-menu {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 20px;
}
.pf-game-card {
background: #1e1e1e;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 8px;
padding: 20px;
width: 150px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: transform 0.2s, box-shadow 0.2s;
text-align: center;
}
.pf-game-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.pf-game-card h4 {
color: #ffffff;
font-size: 18px;
margin: 0;
}
.pf-content {
flex: 1;
display: flex;
flex-direction: column;
}
.pf-body {
color: #dddddd;
font-size: 15px;
line-height: 1.6;
flex: 1;
margin-bottom: 0;
}
.pf-section {
display: flex;
flex-direction: column;
}
.pf-section h4 {
color: #ffffff;
font-size: 17px;
font-weight: 600;
margin: 0 0 6px 0;
text-align: left;
}
.pf-section ol {
padding-left: 18px;
margin: 0;
}
.pf-section li {
margin-bottom: 6px;
line-height: 1.5;
}
.explanation {
display: block;
color: #aaaaaa;
font-size: 12.5px;
line-height: 1.45;
margin-top: 4px;
}
.pf-section code {
background: #1e1e1e;
color: #e0e0e0;
padding: 2px 6px;
border-radius: 3px;
font-size: 13px;
display: inline-block;
margin: 2px 0;
white-space: pre-wrap;
word-break: break-all;
}
.pf-footer-note {
text-align: center;
font-size: 12.5px;
color: #888888;
font-style: italic;
margin-top: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid rgba(255,255,255,0.08);
}
.pf-section a {
color: #888888;
text-decoration: underline;
}
.pf-section a:hover {
color: #bbbbbb;
}
.pf-section a.eos-highlight {
color: #4da6ff;
}
.pf-section a.eos-highlight:hover {
color: #8cc2ff;
}
@media (max-width: 768px) {
.pf-card {
width: 98%;
padding: 24px 30px 20px 30px;
flex-direction: column;
}
.pf-header h3 { font-size: 22px; }
.pf-body { font-size: 14.5px; gap: 16px; }
.pf-section h4 { font-size: 16px; }
.pf-menu {
flex-direction: column;
gap: 12px;
}
.pf-game-card {
width: 100%;
height: auto;
padding: 15px;
}
}
.pf-close-btn {
position: absolute;
top: 14px;
right: 14px;
background: #222;
color: #ffffff;
border: none;
width: 32px;
height: 32px;
border-radius: 50%;
font-size: 22px;
line-height: 32px;
cursor: pointer;
transition: background 0.2s ease;
z-index: 10;
}
.pf-close-btn:hover {
background: #df9f00;
}
.user-info-content {
display: flex;
align-items: center;
gap: 14px;
}
.user-text {
display: flex;
flex-direction: column;
text-align: right;
line-height: 1.3;
}
.username-text {
color: #ffffff;
font-size: 16px;
font-weight: 700;
margin: 0;
}
.points-text {
color: #aaaaaa;
font-size: 13px;
font-weight: 400;
margin: 0;
}
.user-avatar {
width: 48px;
height: 48px;
border-radius: 50%;
overflow: hidden;
border: 2px solid #df9f00;
}
.profile-picture {
width: 100%;
height: 100%;
object-fit: cover;
}
.user-dropdown-menu {
position: absolute;
top: calc(100% + 8px);
right: 0;
background-color: #151515;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 8px;
padding: 8px 0;
min-width: 160px;
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.7);
opacity: 0;
visibility: hidden;
transform: translateY(-8px);
transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
z-index: 100;
}
.user-info:hover .user-dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.dropdown-item {
padding: 12px 20px;
color: #cccccc;
font-size: 14px;
transition: background-color 0.2s ease, color 0.2s ease;
cursor: pointer;
}
.dropdown-item:hover {
background-color: #1e1e1e;
color: #ffffff;
}
.game-panel {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.games-section.full-width {
width: 100%;
background: #151515;
border-radius: 8px;
padding: 16px 24px 24px 24px;
border: 1px solid rgba(255, 255, 255, 0.05);
display: flex;
flex-direction: column;
position: relative;
box-sizing: border-box;
margin-top: 8px;
}
.games-controls-outer {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 24px;
margin-bottom: 0;
}
.games-filter {
display: flex;
gap: 40px;
align-items: center;
}
.filter-item {
color: #888888;
font-size: 16px;
font-weight: 500;
padding: 8px 0 6px 0;
cursor: pointer;
position: relative;
transition: color 0.3s ease;
}
.filter-item:hover {
color: #cccccc;
}
.filter-item.active {
color: #ffffff;
font-weight: 600;
}
.filter-item.active::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: #df9f00;
border-radius: 2px;
}
.create-game-square {
background: transparent;
border: 2px solid #df9f00;
border-radius: 8px;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: bold;
color: #df9f00;
cursor: pointer;
transition: background 0.3s ease, color 0.3s ease;
}
.create-game-square:hover {
background: #df9f00;
color: #000000;
}
.plus-icon {
line-height: 1;
}
.games-table-wrapper {
min-height: 580px;
max-height: 580px;
overflow-y: auto;
width: 100%;
flex: none;
}
.games-table-wrapper::-webkit-scrollbar {
width: 8px;
}
.games-table-wrapper::-webkit-scrollbar-track {
background: #1a1a1a;
border-radius: 4px;
}
.games-table-wrapper::-webkit-scrollbar-thumb {
background: #df9f00;
border-radius: 4px;
}
.games-table-wrapper::-webkit-scrollbar-thumb:hover {
background: #ffba0d;
}
.games-table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
table-layout: auto;
}
.games-table th,
.games-table td {
text-align: center !important;
vertical-align: middle;
padding: 18px 16px;
border-bottom: 1px solid #58585861;
}
.games-table th {
color: #cccccc;
font-weight: 600;
border-bottom: 1px solid #333;
}
.game-row.completed {
position: relative;
opacity: 0.55;
filter: brightness(0.6) saturate(0.7);
background-color: #181818;
transition: opacity 0.4s ease, filter 0.4s ease;
}
.game-row.completed:hover {
opacity: 0.75;
filter: brightness(0.65) saturate(0.9);
}
.game-row.completed td {
color: rgba(255, 255, 255, 0.75) !important;
}
.game-row.completed .status-win-t,
.game-row.completed .status-win-ct {
color: #66bb6a !important;
opacity: 0.9;
}
.game-row.completed::after {
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.45);
pointer-events: none;
opacity: 0;
transition: opacity 0.4s ease;
}
.game-row.completed:hover::after {
opacity: 0.3;
}
.winner {
color: #FFD700 !important;
font-weight: 700;
}
.join-btn {
background: #df9f00;
color: #000;
border: none;
padding: 10px 20px;
border-radius: 4px;
font-weight: 600;
cursor: pointer;
min-width: 100px;
width: 100%;
box-sizing: border-box;
font-family: 'Outfit', sans-serif;
}
.join-btn:hover {
background: #ffba0d;
}
.game-row {
cursor: pointer;
}
.game-row:hover {
background-color: #1e1e1e;
}
.recent-bets-scroll {
display: flex;
justify-content: flex-start;
gap: 10px;
width: 100%;
padding: 16px 0;
overflow-x: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.recent-bets-scroll::-webkit-scrollbar {
display: none;
}
.bet-card {
flex: 0 0 calc((100% - 80px) / 5);
max-width: 210px;
height: 80px;
background: linear-gradient(145deg, #1e1e1e, #25252559);
border-radius: 12px;
padding: 12px 16px;
position: relative;
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow: 0 4px 6px rgba(0,0,0,0.3);
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease;
overflow: hidden;
transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.bet-card:hover {
transform: translateY(-4px) scale(1.02);
box-shadow: 0 8px 16px rgba(0,0,0,0.4);
background: linear-gradient(145deg, #272727, #1f1f1f);
}
.bet-card::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
120deg,
rgba(255,255,255,0) 0%,
rgba(255,255,255,0.05) 50%,
rgba(255,255,255,0) 100%
);
transform: skewX(-20deg);
transition: none;
}
.bet-card:hover::before {
animation: shimmer 1s ease-in-out forwards;
}
@keyframes shimmer {
100% { left: 100%; }
}
.bet-username {
font-size: 15px;
font-weight: 700;
color: #ffffff;
margin: 0;
max-width: 80px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bet-profit {
position: absolute;
top: 12px;
right: 16px;
font-size: 15px;
font-weight: 700;
}
.bet-profit.win {
color: #00ff88;
text-shadow: 0 0 8px rgba(0, 255, 136, 0.3);
}
.bet-profit.loss {
color: #ff4d4d;
text-shadow: 0 0 8px rgba(255, 77, 77, 0.3);
}
.bet-game {
position: absolute;
bottom: 12px;
left: 16px;
font-size: 13px;
color: #aaaaaa;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
}
.modal-overlay {
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(0, 0, 0, 0.85);
display: flex;
justify-content: center;
align-items: center;
z-index: 2000;
}
.modal-content {
background: linear-gradient(
180deg,
#141414 0%,
#0d0d0d 100%
);
width: 90%;
max-width: 500px;
border-radius: 16px;
padding: 32px 28px;
box-shadow:
0 20px 60px rgba(0,0,0,.75),
0 0 40px rgba(0, 255, 180, 0.05),
inset 0 1px 0 rgba(255,255,255,.04);
border: 1px solid rgba(255, 255, 255, 0.06);
text-align: center;
transform: translateY(0);
}
.modal-content h3 {
color: #df9f00;
margin-bottom: 24px;
}
.create-form {
display: flex;
flex-direction: column;
gap: 20px;
align-items: center;
}
.side-selector {
display: flex;
gap: 16px;
width: 100%;
max-width: 360px;
}
.side-btn {
flex: 1;
padding: 16px;
background: #181818;
border: 2px solid #333;
border-radius: 8px;
color: #fff;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.side-btn.active {
border-color: #df9f00;
}
.create-btn, .cancel-btn {
padding: 12px 30px;
border: none;
border-radius: 6px;
font-weight: 600;
cursor: pointer;
}
.create-btn {
background: #df9f00;
color: #000;
}
.create-btn:disabled {
background: #333;
color: #666;
cursor: not-allowed;
}
.create-btn:hover:not(:disabled) {
background-color: #ffba0d;
}
.balance-note {
color: #888;
font-size: 14px;
margin-top: 8px;
}
.stats-card {
width: 90%;
max-width: 600px;
background: linear-gradient(
180deg,
#141414 0%,
#0d0d0d 100%
);
box-shadow:
0 20px 60px rgba(0,0,0,.75),
0 0 40px rgba(0, 255, 180, 0.05),
inset 0 1px 0 rgba(255,255,255,.04);
border: 1px solid rgba(255, 255, 255, 0.06);
border-radius: 16px;
padding: 40px;
text-align: center;
position: relative;
}
.stats-close-btn {
position: absolute;
top: 16px;
right: 16px;
background: #222;
color: #ffffff;
border: none;
width: 36px;
height: 36px;
border-radius: 50%;
font-size: 24px;
line-height: 36px;
cursor: pointer;
transition: background 0.2s ease;
}
.stats-close-btn:hover {
background: #df9f00;
}
.stats-card-header {
margin-bottom: 30px;
}
.stats-card-avatar {
width: 80px;
height: 80px;
border-radius: 50%;
border: 3px solid #df9f00;
object-fit: cover;
margin-bottom: 16px;
}
.stats-card-username {
color: #ffffff;
font-size: 24px;
font-weight: 700;
margin: 0 0 8px 0;
}
.stats-card-points {
color: #aaaaaa;
font-size: 16px;
margin: 0;
}
.stats-card-body {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
margin: 20px 0;
}
.stats-card-line {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 0;
border-bottom: 1px solid #222;
}
.stats-label {
color: #aaaaaa;
font-size: 16px;
text-align: left;
}
.stats-value {
color: #df9f00;
font-size: 18px;
font-weight: 700;
text-align: right;
}
@media (max-width: 1100px) {
.tabs-user-row {
flex-direction: column;
gap: 20px;
}
.game-tabs {
margin: 20px 0 30px 0;
}
.games-section.full-width {
width: 100%;
padding: 70px 20px 20px 20px;
}
.create-game-wrapper {
justify-content: center;
margin-bottom: 20px;
}
.user-info {
width: 90%;
max-width: 400px;
}
}
.game-panel.active {
display: flex;
}
.create-modal {
width: 90%;
max-width: 460px;
padding: 36px 40px;
position: relative;
}
.modal-close-btn {
position: absolute;
top: 16px;
right: 16px;
background: #222;
color: #ffffff;
border: none;
width: 36px;
height: 36px;
border-radius: 50%;
font-size: 24px;
line-height: 36px;
cursor: pointer;
transition: background 0.2s ease;
}
.modal-close-btn:hover {
background: #df9f00;
}
.bet-section {
text-align: center;
}
.bet-amount-inline {
display: inline-flex;
align-items: center;
gap: 16px;
justify-content: center;
margin-bottom: 8px;
}
.bet-amount-label {
color: #aaaaaa;
font-size: 16px;
white-space: nowrap;
}
.bet-input {
width: 200px;
padding: 12px 14px;
background: #181818;
border: 1px solid #333;
border-radius: 6px;
color: #fff;
font-size: 16px;
text-align: left;
outline: none;
font-family: 'Outfit', sans-serif;
}
.bet-input::-webkit-outer-spin-button,
.bet-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.bet-input[type=number] {
-moz-appearance: textfield;
}
.balance-note {
color: #888;
font-size: 14px;
margin: 0;
text-align: center;
}
.side-label {
display: block;
color: #cccccc;
font-size: 16px;
text-align: center;
margin: 12px 0 28px 0;
}
.side-selector {
display: flex;
justify-content: center;
gap: 80px;
width: 100%;
}
.side-btn {
background: none;
border: none;
padding: 0;
cursor: pointer;
transition: transform 0.3s ease;
position: relative;
}
.side-btn:hover .side-icon {
transform: scale(1.05);
}
.side-btn .side-icon {
opacity: 0.45;
filter: brightness(0.6);
transition: all 0.3s ease;
}
.side-btn.active .side-icon {
opacity: 1;
filter: brightness(1.1);
position: relative;
}
.side-btn.active .side-icon::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80%;
height: 80%;
border-radius: 50%;
background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 50%, transparent 70%);
pointer-events: none;
z-index: 1;
}
.side-btn.active[data-side="t"] .side-icon {
filter: drop-shadow(0 0 6px rgba(223, 159, 0, 0.6))
drop-shadow(0 0 25px rgba(255, 170, 0, 0.3));
}
.side-btn.active[data-side="ct"] .side-icon {
filter: drop-shadow(0 0 6px rgba(68, 136, 255, 0.6))
drop-shadow(0 0 25px rgba(102, 170, 255, 0.3));
}
.side-icon {
width: 120px;
height: 120px;
object-fit: contain;
position: relative;
transition: all 0.3s ease;
}
.full-width.create-btn {
width: 100%;
padding: 18px;
font-size: 17px;
font-weight: 700;
}
.feedback-wrapper {
text-align: center;
overflow: hidden;
transition: height 0.35s ease;
}
.create-feedback {
font-size: 14px;
font-weight: 500;
opacity: 0;
transform: translateY(-12px);
transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
padding: 8px 0;
min-height: 1em;
}
.create-feedback.visible {
opacity: 1;
transform: translateY(0);
}
.create-feedback.error { color: #ff4d4d; }
.create-feedback.success { color: #00cc66; font-weight: 700; }
.modal-overlay {
opacity: 0;
visibility: hidden;
transition: opacity 0.4s ease, visibility 0.4s ease;
background: rgba(0, 0, 0, 0.85);
}
.modal-overlay.visible {
opacity: 1;
visibility: visible;
}
.modal-content,
.stats-card {
opacity: 0;
transform: translateY(20px);
transition: all 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal-overlay.visible .modal-content,
.modal-overlay.visible .stats-card {
opacity: 1;
transform: translateY(0);
}
.game-modal-content {
background: linear-gradient(180deg, #141414 0%, #0d0d0d 100%);
width: 90%;
max-width: 920px;
height: 480px;
border-radius: 16px;
padding: 40px 60px;
box-shadow:
0 20px 60px rgba(0,0,0,.75),
0 0 40px rgba(0, 255, 180, 0.05),
inset 0 1px 0 rgba(255,255,255,.04);
border: 1px solid rgba(255, 255, 255, 0.06);
position: relative;
opacity: 0;
transform: translateY(20px);
transition: all 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal-overlay.visible .game-modal-content {
opacity: 1;
transform: translateY(0);
}
.game-modal-inner {
display: flex;
justify-content: center;
gap: 180px;
align-items: center;
height: 100%;
}
.game-modal-side {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 22px;
width: 280px;
padding: 24px 0;
margin-top: -75px;
}
.player-info {
position: relative;
display: inline-block;
text-align: center;
}
.player-avatar {
width: 125px;
height: 125px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
margin-bottom: 12px;
}
.player-username {
color: #ffffff;
font-size: 18px;
font-weight: 700;
margin: 0;
text-align: center;
max-width: 100%;
word-break: break-all;
}
.bet-amount-container {
width: 100%;
max-width: 200px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background-color: #151515;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 10px;
box-sizing: border-box;
font-size: 19px;
font-weight: 700;
color: #bbbbbb;
transition: all 0.2s ease;
}
.bet-amount-container.join-coinflip {
background: linear-gradient(90deg, #f8b700, #df9f00);
border: none;
color: #000000;
cursor: pointer;
transition: all 0.3s ease;
}
.bet-amount-container.join-coinflip:hover {
background: linear-gradient(90deg, #ffcc33, #f8b700);
transform: translateY(-3px);
}
.bet-amount.join-text {
color: #000000 !important;
font-weight: 700;
font-size: 20px;
}
.bet-amount-container.join-coinflip .join-text {
color: #000000;
font-weight: 600;
}
.bet-amount {
font-size: 20px;
font-weight: 700;
}
.bet-amount-container.winner {
color: #00ff88 !important;
background: rgba(0, 255, 136, 0.15) !important;
border: 1px solid #00ff88;
box-shadow: 0 0 16px rgba(0, 255, 136, 0.4);
transition: all 0.4s ease;
}
.bet-amount-container.loser {
color: #ff4d4d !important;
background: rgba(255, 77, 77, 0.15) !important;
border: 1px solid #ff4d4d;
box-shadow: 0 0 16px rgba(255, 77, 77, 0.4);
transition: all 0.4s ease;
}
#close-game-modal {
position: absolute;
top: 16px;
right: 16px;
background: #222;
color: #ffffff;
border: none;
width: 36px;
height: 36px;
border-radius: 50%;
font-size: 24px;
line-height: 36px;
cursor: pointer;
transition: background 0.2s ease;
}
#close-game-modal:hover {
background: #df9f00;
}
.game-modal-side.waiting-state .player-info {
opacity: 0.7;
}
.game-modal-side.waiting-state .player-username {
color: #888888;
}
.player-avatar.waiting-placeholder {
background: #1e1e1e;
position: relative;
cursor: pointer;
}
.player-avatar.waiting-placeholder::after {
content: '';
position: absolute;
inset: 0;
border-radius: 50%;
border: 3px solid #aaaaaa;
box-sizing: border-box;
pointer-events: none;
}
.player-avatar.waiting-placeholder:hover {
background: #3333336b;
transform: scale(1.04);
box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}
.player-avatar.waiting-placeholder:hover::after {
border-color: #ffffff;
}
.player-avatar.waiting-placeholder::before {
content: '+';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 80px;
font-weight: bold;
color: #888;
line-height: 1;
}
.player-avatar.waiting-placeholder:hover::before {
color: white;
}
.game-modal-side.waiting-state .player-username {
color: #999999;
}
.coinflip-container {
width: 125px;
height: 125px;
background-color: #222;
border-radius: 50%;
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
perspective: 600px;
overflow: visible;
display: flex;
align-items: center;
justify-content: center;
}
.coinflip-container::before {
content: '';
position: absolute;
inset: -20px;
border-radius: 50%;
background: radial-gradient(circle, rgba(223, 159, 0, 0.15) 0%, transparent 70%);
pointer-events: none;
z-index: 0;
opacity: 0.8;
}
#coin {
width: 80%;
height: 80%;
position: relative;
transform-style: preserve-3d;
will-change: transform;
}
.coin-face {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
border-radius: 50%;
overflow: hidden;
inset: 0;
}
.coin-front {
transform: rotateY(0deg) translateZ(2px);
}
.coin-back {
transform: rotateY(180deg) translateZ(2px);
}
.coin-face img {
display: block;
width: 100%;
height: 100%;
}
.coinflip-container::after {
content: '';
position: absolute;
inset: -14px;
border: 2px solid #444;
border-radius: 50%;
pointer-events: none;
z-index: 1;
}
.player-side-icon {
position: absolute;
width: 40px;
height: 40px;
object-fit: contain;
border-radius: 50%;
pointer-events: none;
z-index: 2;
bottom: 33px;
}
.creator-side .player-side-icon {
right: -4px;
}
.opponent-side .player-side-icon {
left: -4px;
}
.opponent-side.waiting-state .player-side-icon {
display: none;
}
.provably-fair-section {
position: absolute;
bottom: 24px;
left: 40px;
right: 40px;
padding: 16px 20px;
background-color: #0f0f0f;
border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.08);
font-family: 'Outfit', sans-serif;
font-size: 14px;
color: #aaaaaa;
z-index: 3;
user-select: text;
box-sizing: border-box;
}
.pf-row {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 0;
}
.pf-secret-row {
justify-content: space-between;
}
.pf-label {
font-weight: 600;
color: #888888;
white-space: nowrap;
flex-shrink: 0;
}
.pf-value {
font-weight: 400;
color: #dddddd;
font-size: 14px;
letter-spacing: 0.5px;
flex-grow: 1;
text-align: left;
}
.pf-bold {
font-weight: 700;
color: #b9b9b9;
}
@media (max-width: 900px) {
.provably-fair-section {
left: 20px;
right: 20px;
padding: 12px 16px;
font-size: 13px;
}
}
.coinflip-status {
position: absolute;
top: 12%;
left: 50%;
transform: translateX(-50%);
font-family: 'Outfit', sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: #cccccc;
text-align: center;
white-space: nowrap;
z-index: 3;
opacity: 1;
transition: color 0.4s ease, opacity 0.5s ease;
text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.coinflip-status.block-revealed {
color: #df9f00;
font-weight: 700;
}
.coinflip-status.block-revealed {
font-weight: 500;
opacity: 1;
}
.coinflip-status.waiting-eos {
color: #00ccff !important;
text-shadow: 0 0 12px rgba(0, 204, 255, 0.6);
font-weight: 700;
}
.coinflip-status.block-revealed {
color: #df9f00 !important;
text-shadow: 0 0 12px rgba(223, 159, 0, 0.6);
font-weight: 700;
}
#games-list tr {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
#games-list tr.slide-in {
opacity: 1;
transform: translateY(0);
}
.games-table th:first-child,
.games-table td.time-ago {
text-align: left;
color: #aaaaaa;
font-size: 13px;
width: 65px;
padding-left: 16px;
}
.games-table td.time-ago {
font-weight: 500;
}
#games-list [tr.no](http://tr.no)-games-row {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
#games-list [tr.no](http://tr.no)-games-row.slide-in {
opacity: 1;
transform: translateY(0);
}
td.status {
font-weight: 600;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.status-waiting {
color: #f1c40f;
}
.status-playing {
color: #3498db;
animation: pulse 2s infinite;
}
.status-win-t,
.status-win-ct {
color: #2ecc71;
font-weight: 700;
}
.status-cancelled {
color: #e74c3c;
}
.flipping {
color: #00ff99;
font-weight: bold;
}
.game-panel {
display: none !important;
width: 100%;
}
.game-panel.active {
display: flex !important;
flex-direction: column;
align-items: center;
width: 100%;
}
.mines-game-container {
display: flex;
gap: 16px;
width: 100%;
height: 100%;
min-height: 520px;
transform: scale(0.95);
max-width: 1400px;
margin: 0 auto;
}
.mines-controls-panel {
flex: 0 0 30%;
background: #151515;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 12px;
padding: 20px;
display: flex;
flex-direction: column;
gap: 20px;
margin-left: 14%;
max-width: 350px;
}
.mines-grid-panel {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.mines-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 12px;
width: 100%;
max-width: 600px;
aspect-ratio: 1 / 1;
}
.mines-tile {
background: #242424;
border-radius: 10px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: border-color 0.3s ease, box-shadow 0.3s ease;
border: 1px solid transparent;
aspect-ratio: 1 / 1;
overflow: hidden;
box-sizing: border-box;
transform: none !important;
animation: none !important;
}
.mines-tile.revealed {
animation: revealFadeIn 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
cursor: default;
}
@keyframes revealFadeIn {
0% {
opacity: 0;
transform: scale(0.85);
}
100% {
opacity: 1;
transform: scale(1);
}
}
.mines-tile.revealed-gem {
background: #8b6914a3 url('gem.png') center/60% no-repeat;
border: 2px solid #ffd700;
box-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}
.mines-tile.revealed-mine {
background: #872020de url('mine.png') center/50% no-repeat;
border: 2px solid #ff3333;
box-shadow: 0 0 12px rgba(255, 51, 51, 0.6);
}
.mines-label {
margin-bottom: 10px;
display: block;
font-size: 15px;
font-weight: 500;
color: #cccccc;
}
#mines-bet-amount {
width: 100%;
padding: 12px 14px;
background: #181818;
border: 1px solid #333;
border-radius: 6px;
color: #fff;
font-size: 16px;
text-align: left;
outline: none;
box-sizing: border-box;
font-family: 'Outfit', sans-serif;
}
#mines-count-select {
width: 100%;
padding: 12px 14px;
background: #181818;
border: 1px solid #333;
border-radius: 6px;
color: #fff;
font-size: 16px;
font-family: 'Outfit', sans-serif;
cursor: pointer;
position: relative;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 4L6 8L10 4' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 14px center;
background-size: 12px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#mines-count-select:focus {
background-position: right 14px center;
}
#mines-count-select::-webkit-scrollbar {
width: 8px;
}
#mines-count-select::-webkit-scrollbar-track {
background: #151515;
border-radius: 4px;
}
#mines-count-select::-webkit-scrollbar-thumb {
background: #444;
border-radius: 4px;
}
#mines-count-select::-webkit-scrollbar-thumb:hover {
background: #555;
}
.mines-bet-btn {
width: 100%;
padding: 14px;
background-color: #df9f00;
border: 2px solid #df9f00;
color: #000000;
border-radius: 8px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
height: 65px;
font-family: 'Outfit', sans-serif;
}
.mines-bet-btn:hover {
background-color: #ffba0d;
border: 2px solid #ffba0d;
}
.mines-cashout-btn {
width: 100%;
padding: 14px;
background: #00ff9d;
color: #000;
border: none;
border-radius: 8px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
box-shadow: 0 4px 12px rgba(0, 255, 157, 0.4);
transition: all 0.3s ease;
font-family: 'Outfit', sans-serif;
}
.mines-cashout-btn:hover {
background: #33ffcc;
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0, 255, 157, 0.5);
}
.mines-info-display {
width: 100%;
display: none;
flex-direction: column;
gap: 14px;
margin-bottom: auto;
padding: 20px 0;
text-align: center;
}
.mines-info-display.active {
display: flex;
}
.mines-profit-row {
display: flex;
flex-direction: column;
gap: 4px;
}
.mines-profit-label {
font-size: 15px;
font-weight: 500;
color: #cccccc;
}
.mines-profit-line {
font-size: 18px;
font-weight: 500;
color: #cccccc;
white-space: nowrap;
}
.mines-profit-points {
color: #cccccc;
}
.mines-profit-multi {
font-size: 16px;
color: #aaaaaa;
margin-left: 6px;
}
.mines-balance-note,
.mines-status-text {
display: none !important;
}
#mines-panel.active .mines-game-container {
display: flex !important;
width: 100%;
height: 100%;
}
.mines-bet-btn.disabled {
opacity: 0.5;
cursor: not-allowed;
transform: none !important;
}
.mines-bet-btn.disabled:hover {
transform: none;
}
.mines-feedback-wrapper {
width: 100%;
min-height: 0;
margin-top: 12px;
text-align: center;
overflow: hidden;
transition: min-height 0.3s ease;
}
.mines-feedback-wrapper.has-message {
min-height: 24px;
}
.mines-feedback {
display: inline-block;
color: #ff4d4d;
font-size: 15px;
font-weight: 500;
transition: opacity 0.4s ease;
}
.mines-feedback.visible {
opacity: 1;
}
.mines-random-btn {
width: 100%;
padding: 14px;
background: transparent;
color: #df9f00;
border: 2px solid #df9f00;
border-radius: 8px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
margin-top: 10px;
display: none;
font-family: 'Outfit', sans-serif;
}
.mines-random-btn.active {
display: block;
opacity: 1;
pointer-events: all;
}
.mines-random-btn:hover {
background-color: #ffba0d;
border: 2px solid #ffba0d;
color: #000000;
}
#mines-bet-amount::-webkit-outer-spin-button,
#mines-bet-amount::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
#mines-bet-amount {
-moz-appearance: textfield;
}
#mines-count-select.disabled {
opacity: 0.5;
cursor: not-allowed;
background-color: #111;
}
.mines-tile.revealed-end {
background: #242424 !important;
opacity: 0.5;
border: 1px solid #54545469 !important;
box-shadow: none !important;
}
.mines-tile.revealed-gem-end {
background: #242424 url('gem.png') center/60% no-repeat !important;
}
.mines-tile.revealed-mine-end {
background: #242424 url('mine.png') center/50% no-repeat !important;
}
.mines-tile:not(.revealed):hover {
border: 1px solid #9b9b9b63 !important;
}
.mines-tile.revealed-end:hover {
border: 1px solid #9b9b9b63 !important;
}
.bet-amount-wrapper {
position: relative;
width: 100%;
}
.bet-amount-wrapper .mines-input {
padding-right: 90px;
width: 100%;
box-sizing: border-box;
}
.bet-multipliers {
position: absolute;
top: 50%;
right: 8px;
transform: translateY(-50%);
display: flex;
gap: 6px;
}
.bet-mult-btn {
width: 36px;
height: 32px;
background: #222;
border: 1px solid #444;
border-radius: 6px;
color: #fff;
font-size: 14px;
font-weight: bold;
cursor: pointer;
transition: all 0.2s ease;
display: flex;
align-items: center;
justify-content: center;
}
.bet-mult-btn:hover {
background: #f8b700;
color: #000;
border-color: #f8b700;
}
.bet-mult-btn:active {
transform: scale(0.95);
}
.mines-win-popup {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
max-width: 300px;
background: linear-gradient(180deg, #141414fa 0%, #0d0d0df7 100%);
box-shadow: 0 20px 60px rgba(0, 0, 0, .75), 0 0 40px rgba(0, 255, 180, 0.05), inset 0 1px 0 rgba(255, 255, 255, .04);
border: 1px solid rgba(255, 255, 255, 0.06);
border-radius: 12px;
color: #fff;
text-align: center;
padding: 20px;
z-index: 100;
display: none;
pointer-events: none;
}
.mines-win-popup.visible {
display: block;
pointer-events: all;
}
.win-banner, .win-details {
transition: none !important;
}
.win-banner {
color: #ccc;
font-size: 32px;
font-weight: bold;
padding: 4px;
text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.win-details {
font-size: 22px;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
color: #aaa;
}
.win-gem {
width: 32px;
height: 32px;
object-fit: contain;
}
.win-points {
color: #ffd700;
font-weight: bold;
}
.win-details {
font-size: 22px;
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
color: #aaa;
}
.win-points-group,
.win-revealed-group {
display: flex;
align-items: center;
gap: 8px;
white-space: nowrap;
}
.win-gem {
width: 32px;
height: 32px;
object-fit: contain;
}
.win-points {
color: #ffd700;
font-weight: bold;
}
.bet-multiplier {
position: absolute;
top: 34px;
right: 16px;
font-size: 12px;
color: #aaaaaa;
font-weight: 500;
pointer-events: none;
}
.mines-bet-btn {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 12px 20px;
line-height: 1.3;
}
.mines-bet-btn .btn-main-text {
font-size: 1.1em;
font-weight: bold;
}
.mines-bet-btn .btn-payout-preview {
font-size: 0.82em;
opacity: 0.85;
margin-top: 3px;
font-weight: normal;
color: rgba(255,255,255,0.9);
}
.mines-bet-btn.take-profit .btn-payout-preview {
opacity: 1;
color: #000000;
}
.mines-game-container {
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
.mines-main-row {
display: flex;
flex-direction: row;
width: 100%;
gap: 30px;
}
#pf-mines-content .pf-section:nth-of-type(2) {
text-align: center;
}
#pf-mines-content .pf-verifier-form {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
margin: 24px auto;
max-width: 700px;
width: 90%;
}
#pf-mines-content .pf-input-group {
width: 100%;
max-width: 700px;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 6px;
}
#pf-mines-content .pf-input-group label {
font-weight: 600;
color: #e0e0e0;
font-size: 14px;
}
#pf-mines-content .pf-input {
width: 100%;
padding: 12px 14px;
border-radius: 8px;
border: 1px solid #444;
background: #1e1e1e;
color: white;
font-size: 15px;
box-sizing: border-box;
transition: border 0.2s;
font-family: 'Outfit', sans-serif;
}
#pf-mines-content .pf-input:focus {
outline: none;
border-color: #00d4ff;
box-shadow: 0 0 6px rgba(0, 212, 255, 0.3);
}
#pf-mines-content .pf-verify-button {
width: 700px;
padding: 14px;
background: #00d4ff;
color: black;
font-weight: 700;
font-size: 16px;
border: none;
border-radius: 8px;
cursor: pointer;
margin-top: 8px;
transition: all 0.3s;
}
#pf-mines-content .pf-verify-button:hover {
background: #00f0ff;
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(0, 212, 255, 0.3);
}
#pf-mines-content .pf-verify-result {
display: inline-block;
text-align: center;
width: 700px;
margin-top: 24px;
padding: 16px;
background: #162022;
border-radius: 10px;
border: 1px solid #00d4ff;
margin: 20px auto;
margin-top: 0px;
}
#pf-mines-content .pf-verify-result h5 {
margin: 0 0 10px 0;
color: #00d4ff;
font-size: 17px;
}
#pf-mine-positions {
color: #ff3366;
font-family: monospace;
font-size: 16px;
font-weight: bold;
}
#pf-mines-content .pf-input[type="number"] {
-webkit-appearance: none;
-moz-appearance: textfield;
appearance: none;
}
#pf-mines-content .pf-input[type="number"]::-webkit-outer-spin-button,
#pf-mines-content .pf-input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.blackjack-game-container {
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
width: 100%;
height: 100%;
min-height: 520px;
max-width: 1400px;
margin: 0 auto;
transform: scale(0.95);
}
.blackjack-main-row {
display: flex;
flex-direction: row;
width: 100%;
gap: 20px;
height: 600px;
}
.blackjack-controls-panel {
flex: 0 0 30%;
background: #151515;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 12px;
padding: 20px;
display: flex;
flex-direction: column;
gap: 20px;
max-width: 350px;
}
.blackjack-bet-section {
display: flex;
flex-direction: column;
}
.blackjack-actions-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
.blackjack-action-btn {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 18px;
background: #1e1e1e;
border: none;
border-radius: 10px;
color: #e0e0e0;
font-size: 16px;
font-weight: 600;
font-family: 'Outfit', sans-serif;
cursor: not-allowed;
opacity: 0.5;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.blackjack-action-btn.enabled {
opacity: 1;
cursor: pointer;
}
.blackjack-action-btn .btn-label {
flex: 1;
text-align: left;
}
.blackjack-action-btn .btn-icon {
width: 18px;
height: 18px;
object-fit: contain;
filter: brightness(0) invert(1);
}
#bj-hit.enabled .btn-icon {
filter: brightness(0) invert(48%) sepia(100%) saturate(749%) hue-rotate(86deg) brightness(95%) contrast(101%);
}
#bj-stand.enabled .btn-icon {
filter: brightness(0) invert(27%) sepia(51%) saturate(2878%) hue-rotate(332deg) brightness(104%) contrast(97%);
}
#bj-split.enabled .btn-icon {
filter: brightness(0) invert(44%) sepia(99%) saturate(749%) hue-rotate(186deg) brightness(95%) contrast(101%);
}
#bj-double.enabled .btn-icon {
filter: brightness(0) invert(76%) sepia(100%) saturate(749%) hue-rotate(40deg) brightness(95%) contrast(101%);
}
.blackjack-action-btn.enabled:hover {
background: #302f2f;
}
.blackjack-action-btn:not(.enabled) {
background: #50505057;
}
#blackjack-start-bet {
width: 100%;
padding: 14px;
background-color: #df9f00;
border: 2px solid #df9f00;
color: #000000;
border-radius: 8px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
height: 50px;
font-family: 'Outfit', sans-serif;
}
#blackjack-start-bet:hover {
background-color: #ffba0d;
border: 2px solid #ffba0d;
}
.blackjack-table-panel {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
}
.blackjack-table {
width: 100%;
max-width: 1000px;
height: 675px;
background: linear-gradient(135deg, #141414 0%, #161616 50%, #141414 100%);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 12px;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 40px 60px;
box-sizing: border-box;
}
.blackjack-table::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(circle at center, transparent 40%, rgba(0,0,0,0.3) 100%);
pointer-events: none;
border-radius: inherit;
}
.bj-area {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
z-index: 2;
width: 100%;
}
.bj-dealer-area {
margin-top: 0;
}
.bj-label {
color: #df9f00;
font-size: 20px;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0,0,0,0.8);
letter-spacing: 1px;
}
.bj-score {
color: #ffffff;
font-size: 22px;
font-weight: 600;
background: rgb(46 46 46);
padding: 2px 6px;
border-radius: 20px;
min-width: 80px;
text-align: center;
}
.bj-hand {
display: flex;
min-height: 120px;
align-items: center;
}
.bj-card-placeholder {
width: 80px;
height: 112px;
background: #1e1e1e;
border: 2px dashed #444;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
color: #666;
font-size: 14px;
}
#blackjack-pf-section {
position: relative;
width: 100%;
margin: 0 auto;
padding: 16px 20px;
background-color: #0f0f0f;
border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.08);
font-family: 'Outfit', sans-serif;
font-size: 14px;
color: #aaaaaa;
box-sizing: border-box;
}
#blackjack-pf-section .pf-row {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 0;
}
#blackjack-pf-section .pf-secret-row {
justify-content: space-between;
}
#blackjack-pf-section .pf-label {
font-weight: 600;
color: #888888;
white-space: nowrap;
flex-shrink: 0;
}
#blackjack-pf-section .pf-value {
font-weight: 400;
color: #dddddd;
font-size: 14px;
letter-spacing: 0.5px;
flex-grow: 1;
text-align: left;
}
#blackjack-pf-section .pf-bold {
font-weight: 700;
color: #b9b9b9;
}
@media (max-width: 1100px) {
.blackjack-main-row {
flex-direction: column;
}
.blackjack-controls-panel {
flex: none;
width: 100%;
}
.blackjack-table-panel {
width: 100%;
height: 500px;
}
.blackjack-table {
height: 400px;
padding: 30px;
}
}
.mines-input {
width: 100%;
padding: 12px 14px;
background: #181818;
border: 1px solid #333;
border-radius: 6px;
color: #fff;
font-size: 16px;
text-align: left;
outline: none;
box-sizing: border-box;
font-family: 'Outfit', sans-serif;
}
.mines-input::-webkit-outer-spin-button,
.mines-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.mines-input[type="number"] {
-moz-appearance: textfield;
}
.bj-payout-banner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 10px 40px;
border-radius: 12px;
color: #dddddd;
font-family: 'Sora', sans-serif;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2.5px;
text-shadow: 0 1px 2px rgb(255 255 255 / 61%);
white-space: nowrap;
pointer-events: none;
z-index: 3;
text-align: center;
}
@media (max-width: 1100px) {
.bj-payout-banner {
font-size: 16px;
padding: 8px 32px;
letter-spacing: 2px;
}
}
@media (max-width: 768px) {
.bj-payout-banner {
font-size: 15px;
padding: 7px 28px;
letter-spacing: 1.8px;
}
}
.bj-card {
width: 100px;
height: 150px;
background: white;
border-radius: 8px;
border: 1px solid #ccc;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 8px;
font-family: 'Outfit', sans-serif;
font-weight: bold;
font-size: 18px;
position: relative;
margin: 0 6px;
}
.bj-card-rank {
font-size: 28px;
align-self: flex-start;
}
.bj-card-rank.bottom {
align-self: flex-end;
transform: rotate(180deg);
}
.bj-card-suit {
font-size: 52px;
}
.bj-card {
color: #000000;
}
.bj-card.red {
color: #d63031;
}
.bj-card-back {
background: linear-gradient(135deg, #1a1a2e, #2c1a00);
border: 2px solid #d4af37;
position: relative;
overflow: hidden;
}
.bj-card-back .card-back-pattern {
width: 100%;
height: 100%;
background: repeating-linear-gradient(
45deg,
transparent,
transparent 8px,
rgba(212, 175, 55, 0.08) 8px,
rgba(212, 175, 55, 0.08) 16px
);
opacity: 0.7;
border-radius: 8px;
}
.bj-card-back::after {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle at 30% 30%, rgba(255, 215, 0, 0.15), transparent 60%);
pointer-events: none;
}
.bj-score.winner {
background: #2ecc71 !important;
color: #000 !important;
}
.bj-score.loser {
background: #e74c3c !important;
color: #fff !important;
}
.bj-score.push {
background: #e67e22 !important;
color: #ffffff !important;
}
.blackjack-action-btn:disabled,
.blackjack-action-btn:not(.enabled) {
opacity: 0.5;
cursor: not-allowed;
pointer-events: none;
background: #1e1e1e !important;
border-color: #444 !important;
color: #666 !important;
box-shadow: none;
}
#blackjack-start-bet:disabled,
#blackjack-start-bet[disabled] {
cursor: not-allowed !important;
opacity: 0.6;
transform: none !important;
box-shadow: none !important;
}
.bj-dealer-area .bj-score {
margin-bottom: 25px;
margin-top: -15px;
}
.bj-player-area .bj-score {
margin-top: 25px;
margin-bottom: -15px;
}
.blackjack-pf-section {
width: 100%;
max-width: 1400px;
margin: 40px auto 60px;
padding: 20px;
background-color: #0f0f0f;
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.08);
text-align: center;
box-sizing: border-box;
}
.blackjack-pf-section .pf-row {
display: flex;
justify-content: center;
align-items: center;
gap: 16px;
}
.blackjack-pf-section .pf-secret-row {
justify-content: center;
}
@media (max-width: 1100px) {
.blackjack-pf-section {
max-width: 95%;
margin: 30px auto 50px;
padding: 16px;
}
}
#blackjack-pf-section .pf-label {
font-weight: 600;
color: #888888;
white-space: nowrap;
flex-shrink: 0;
}
#blackjack-pf-section .pf-value {
font-weight: 400;
color: #dddddd;
font-size: 14px;
letter-spacing: 0.5px;
flex-grow: 1;
text-align: left;
}
#blackjack-pf-section .pf-bold {
font-weight: 700;
color: #b9b9b9;
}
.mines-pf-section {
width: 72%;
margin: 24px auto 40px;
padding: 16px 20px;
background-color: #0f0f0f;
border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.08);
font-family: 'Outfit', sans-serif;
font-size: 14px;
color: #aaaaaa;
box-sizing: border-box;
z-index: 3;
user-select: text;
}
.mines-pf-section .pf-row {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 0;
}
.mines-pf-section .pf-secret-row {
justify-content: space-between;
}
.mines-pf-section .pf-label {
font-weight: 600;
color: #888888;
white-space: nowrap;
flex-shrink: 0;
}
.mines-pf-section .pf-value {
font-weight: 400;
color: #dddddd;
font-size: 14px;
letter-spacing: 0.5px;
flex-grow: 1;
text-align: left;
}
.mines-pf-section .pf-bold {
font-weight: 700;
color: #b9b9b9;
}
@media (max-width: 1100px) {
.mines-pf-section {
max-width: 90%;
margin: 20px auto 32px;
padding: 14px 16px;
}
}
.bj-player-area {
flex-direction: column;
align-items: center;
justify-content: flex-end;
width: 100%;
min-height: 220px;
gap: 12px;
}
.bj-single-player {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
width: 100%;
}
.bj-dual-player {
display: none;
width: 100%;
}
.bj-score {
margin-top: 8px;
}
.bj-player-area.split-mode .bj-single-player {
display: none !important;
}
.bj-player-area.split-mode .bj-dual-player {
display: block !important;
}
.bj-player-area:not(.split-mode) .bj-dual-player {
display: none !important;
}
.bj-dual-wrapper {
display: flex;
justify-content: space-between;
align-items: flex-end;
width: 100%;
max-width: 900px;
gap: 40px;
padding: 0 20px;
box-sizing: border-box;
}
.bj-dual-hand {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
}
.bj-dual-hand.active-hand {
border: none;
background: transparent;
padding: 0;
position: relative;
}
.bj-dual-hand.active-hand::before {
content: "NOW PLAYING";
position: absolute;
top: -22px;
left: 50%;
transform: translateX(-50%);
background: radial-gradient(
ellipse at center,
rgba(220, 220, 220, 0.18) 0%,
rgba(220, 220, 220, 0.10) 40%,
rgba(220, 220, 220, 0.04) 65%,
transparent 75%
);
font-size: 10px;
letter-spacing: 1.2px;
font-weight: 600;
text-transform: uppercase;
color: #d6d6d6;
opacity: 0.9;
pointer-events: none;
white-space: nowrap;
}
.bj-dual-hand.active-hand::after {
content: "";
position: absolute;
top: -45px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid rgba(220, 220, 220, 0.85);
filter: drop-shadow(0 0 4px rgba(220,220,220,0.6));
pointer-events: none;
}
@media (max-width: 900px) {
.bj-dual-wrapper {
flex-direction: column;
gap: 60px;
}
}
.bj-dual-player .bj-dual-hand {
opacity: 0.5;
transition: opacity 0.3s ease;
}
.bj-dual-player .bj-dual-hand.active-hand {
opacity: 1.0;
}
.bj-dual-hand .bj-card {
transition: opacity 0.3s ease;
}
.bj-verify-cards {
display: flex;
flex-direction: column;
gap: 24px;
margin-top: 20px;
}
.bj-verify-group {
text-align: center;
}
.bj-verify-group.full-width {
width: 100%;
}
.bj-verify-hand {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-top: 10px;
}
.bj-verify-card {
width: 68px;
height: 100px;
background: #222;
border: 1px solid #444;
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 6px;
font-size: 18px;
font-weight: bold;
color: #eee;
box-shadow: 0 2px 8px rgba(0,0,0,0.5);
position: relative;
}
.bj-verify-card.red {
color: #ff4444;
}
.bj-verify-card .suit-top,
.bj-verify-card .suit-bottom {
font-size: 20px;
}
.bj-verify-card .suit-bottom {
transform: rotate(180deg);
}
#pf-blackjack-content .pf-verifier-form {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
margin: 24px auto;
max-width: 700px;
width: 90%;
}
#pf-blackjack-content .pf-input-group {
width: 100%;
max-width: 700px;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 6px;
}
#pf-blackjack-content .pf-input-group label {
font-weight: 600;
color: #e0e0e0;
font-size: 14px;
}
#pf-blackjack-content .pf-input {
width: 100%;
padding: 12px 14px;
border-radius: 8px;
border: 1px solid #444;
background: #1e1e1e;
color: white;
font-size: 15px;
box-sizing: border-box;
transition: border 0.2s;
font-family: 'Outfit', sans-serif;
}
#pf-blackjack-content .pf-input:focus {
outline: none;
border-color: #00d4ff;
box-shadow: 0 0 6px rgba(0, 212, 255, 0.3);
}
#pf-blackjack-content .pf-verify-button {
width: 100%;
max-width: 700px;
padding: 14px;
background: #00d4ff;
color: black;
font-weight: 700;
font-size: 16px;
border: none;
border-radius: 8px;
cursor: pointer;
margin-top: 8px;
transition: all 0.3s;
}
#pf-blackjack-content .pf-verify-button:hover {
background: #00f0ff;
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(0, 212, 255, 0.3);
}
#pf-blackjack-content .pf-input[type="number"] {
-webkit-appearance: none;
-moz-appearance: textfield;
appearance: none;
}
#pf-blackjack-content .pf-input[type="number"]::-webkit-outer-spin-button,
#pf-blackjack-content .pf-input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
#pf-blackjack-content .pf-verify-result {
display: inline-block;
text-align: center;
width: 700px;
margin-top: 24px;
padding: 16px;
background: #162022;
border-radius: 10px;
border: 1px solid #00d4ff;
margin: 20px auto;
margin-top: 0px;
}
#pf-blackjack-content .pf-verify-result h5 {
margin: 0 0 10px 0;
color: #00d4ff;
font-size: 17px;
}
#bj-verify-text-result {
font-size: 15px;
color: #ffcc00;
border-radius: 6px;
white-space: pre-wrap;
}
.history-modal-content {
width: 60%;
max-width: 60%;
max-height: 51%;
background: linear-gradient(180deg, #141414 0%, #0d0d0d 100%);
border-radius: 16px;
box-shadow: 0 20px 60px rgba(0,0,0,.75),
0 0 40px rgba(0, 255, 180, 0.05),
inset 0 1px 0 rgba(255,255,255,.04);
border: 1px solid rgba(255,255,255,0.06);
overflow: hidden;
display: flex;
flex-direction: column;
position: relative;
}
.history-title {
margin: 0;
padding: 24px 32px 16px;
font-size: 24px;
font-weight: 700;
color: #df9f00;
text-align: center;
}
.history-tabs {
display: flex;
border-bottom: 1px solid #222;
padding: 0 32px;
}
.history-tab {
padding: 14px 24px;
color: #aaaaaa;
font-weight: 600;
cursor: pointer;
transition: all 0.2s;
position: relative;
}
.history-tab.active {
color: #ffffff;
}
.history-tab.active::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 3px;
background: #df9f00;
border-radius: 3px 3px 0 0;
}
.history-table-wrapper {
flex: 1;
overflow-y: auto;
padding: 0 32px 32px;
}
.history-table {
width: 100%;
border-collapse: collapse;
}
.history-table th,
.history-table td {
padding: 14px 10px;
text-align: left;
border-bottom: 1px solid #1a1a1a;
font-size: 14px;
}
.history-table th {
color: #888;
font-weight: 500;
text-transform: uppercase;
font-size: 12px;
}
.history-table td {
color: #ddd;
}
.history-table .result-win  { color: #00ff88; font-weight: 600; }
.history-table .result-loss { color: #ff4d4d; }
.history-table .result-push { color: #ffaa00; }
.history-table .result-t   { color: #ffaa00; }
.history-table .result-ct  { color: #88aaff; }
.history-empty {
text-align: center;
color: #777;
font-size: 16px;
padding: 60px 20px;
}
.history-table-wrapper {
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #df9f00 #222;
}
.history-table-wrapper::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.history-table-wrapper::-webkit-scrollbar-track {
background: #1a1a1a;
border-left: 1px solid #222;
box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.history-table-wrapper::-webkit-scrollbar-thumb {
background: #df9f00;
border-radius: 4px;
border: 2px solid #1a1a1a;
}
.history-table-wrapper::-webkit-scrollbar-thumb:hover {
background: #ffba0d;
}
.history-table-wrapper::-webkit-scrollbar-thumb:active {
background: #e6a800;
}
#particle-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: -1;
}
.particle {
position: absolute;
border-radius: 50%;
background-color: rgb(255 255 255);
box-shadow: 0 0 10px rgb(255 254 246);
animation: float-up 5s linear forwards;
}
@keyframes float-up {
0% {
transform: translateY(0) translateX(0);
opacity: 1;
}
100% {
transform: translateY(-100vh) translateX(var(--wobble));
opacity: 0;
}
}
.redeem-modal-content {
width: 420px;
max-width: 90%;
background: linear-gradient(180deg, #141414 0%, #0d0d0d 100%);
border-radius: 16px;
box-shadow: 0 20px 60px rgba(0,0,0,.75),
0 0 40px rgba(0, 255, 180, 0.05),
inset 0 1px 0 rgba(255,255,255,.04);
border: 1px solid rgba(255,255,255,0.06);
overflow: hidden;
position: relative;
display: flex;
flex-direction: column;
}
.redeem-modal-content .history-title {
margin: 0;
padding: 24px 32px 12px;
font-size: 24px;
font-weight: 700;
color: #df9f00;
text-align: center;
}
.modal-close-btn {
position: absolute;
top: 16px;
right: 20px;
background: transparent;
border: none;
color: #aaaaaa;
font-size: 28px;
font-weight: 300;
cursor: pointer;
line-height: 1;
z-index: 10;
transition: all 0.2s;
}
.modal-close-btn:hover {
color: #ffffff;
transform: rotate(90deg);
}
.redeem-form {
padding: 0 32px 32px;
display: flex;
flex-direction: column;
gap: 20px;
text-align: center;
}
.redeem-form label {
color: #cccccc;
font-weight: 500;
font-size: 15px;
margin-bottom: 8px;
}
#promo-code-input {
width: 100%;
padding: 12px 14px;
border-radius: 8px;
border: 1px solid #444;
background: #1e1e1e;
color: white;
font-size: 15px;
box-sizing: border-box;
transition: border 0.2s;
font-family: 'Outfit', sans-serif;
max-width: 320px;
margin: 0 auto;
}
#promo-code-input:focus {
outline: none;
border-color: #00d4ff;
box-shadow: 0 0 6px rgba(0, 212, 255, 0.3);
}
#redeem-submit-btn {
padding: 14px 32px;
background: #df9f00;
color: #000000;
font-weight: 700;
font-size: 16px;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s ease;
margin: 12px auto 0;
width: fit-content;
min-width: 160px;
}
#redeem-submit-btn:hover {
background: #ffba0d;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(223, 159, 0, 0.3);
}
#redeem-submit-btn:disabled {
background: #555;
color: #888;
cursor: not-allowed;
}
#redeem-feedback {
display: none;
margin-top: 12px;
padding: 12px 16px;
border-radius: 8px;
font-size: 14px;
line-height: 1.4;
width: 100%;
margin-left: auto;
margin-right: auto;
}
#redeem-feedback.visible {
display: block;
}
#redeem-feedback.success {
background: rgba(0, 255, 136, 0.12);
color: #00ff88;
border: 1px solid rgba(0, 255, 136, 0.3);
}
#redeem-feedback.error {
background: rgba(255, 77, 77, 0.12);
color: #ff4d4d;
border: 1px solid rgba(255, 77, 77, 0.3);
}
@media (max-width: 480px) {
.redeem-modal-content {
width: 94%;
}
.redeem-form {
padding: 0 24px 28px;
}
}
.disclaimer-footer {
margin: 50px auto 40px;
max-width: 900px;
padding: 0 20px;
text-align: center;
color: #888888;
font-size: 13.5px;
line-height: 1.35;
font-family: 'Outfit', sans-serif;
font-weight: 400;
}
.fade-line {
height: 1px;
width: 55%;
margin: 0 auto 20px;
background: linear-gradient(
to right,
transparent 0%,
#bbbbbb 30%,
#bbbbbb 70%,
transparent 100%
);
}
.fade-line.thinner {
height: 0.8px;
}
.disclaimer-text p {
margin: 4px 0;
}
.disclaimer-text a {
color: #aaaaaa;
text-decoration: none;
transition: color 0.2s ease;
}
.disclaimer-text a:hover,
.disclaimer-text a:focus {
color: #dddddd;
text-decoration: underline;
}
.disclaimer-text p:first-child {
color: #999999;
font-weight: 500;
}
.bj-card.deal-start {
opacity: 0;
transform: translateY(-80px) scale(0.75) rotateX(60deg);
}
.bj-card.deal-end {
opacity: 1;
transform: translateY(0) scale(1) rotateX(0deg);
transition: all 0.45s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.bj-card.instant {
opacity: 1 !important;
transform: none !important;
transition: none !important;
}