Enter password to continue
press any key to continue _
general
General discussion
Powered by GIPHY
📊 Stats / Inventory
💰
TripleBucks
0
Available now!
🎒 Inventory
No items yet
🎰 Casino
Opening Case...
🃏 Blackjack
Your Balance: 0 💰
🎰 Dealer's Hand
👤 Your Hand
🪙 Coin Flip
?
🎁 Cases

Open cases to win exclusive rewards!

Your Balance: 0 💰
🏆
Badge Case
500 💰
Win exclusive badges!
🔤
Font Case
750 💰
Get name fonts!
🖼️
Border Case
1000 💰
Win profile borders!
🎨
Name Color Case
600 💰
Get colored names!
🎰
High Risk Case
1500 💰
Huge reward or trash!
Message FX Case
800 💰
Effects on your messages!
🎁
Free Case
FREE
Open infinitely! Cheap items.
/* Auction House Modal */ .auction-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 9998; display: none; } .auction-overlay.active { display: block; } .auction-modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border: 2px solid #D4AF37; border-radius: 12px; z-index: 10000 !important; display: none; width: 90%; max-width: 600px; max-height: 80vh; overflow: hidden; box-shadow: 0 0 30px rgba(212, 175, 55, 0.5); } .auction-modal.active { display: flex !important; flex-direction: column; } .auction-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 9998 !important; display: none; } .auction-overlay.active { display: block !important; } .auction-title { font-size: 20px; font-weight: bold; color: #D4AF37; } .auction-close { background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; padding: 4px 8px; border-radius: 4px; } .auction-close:hover { background: rgba(255, 255, 255, 0.1); } .auction-body { padding: 20px; overflow-y: auto; flex: 1; } .auction-tabs { display: flex; gap: 8px; margin-bottom: 20px; } .auction-tab { flex: 1; padding: 12px; background: rgba(0, 0, 0, 0.3); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; color: #aaa; cursor: pointer; font-size: 14px; font-weight: bold; transition: all 0.2s; } .auction-tab:hover { background: rgba(0, 0, 0, 0.5); color: #fff; } .auction-tab.active { background: linear-gradient(135deg, #D4AF37, #FFD700); color: #000; border-color: #D4AF37; } .auction-content { color: #fff; } .auction-empty { text-align: center; padding: 40px 20px; color: #aaa; } .auction-empty-icon { font-size: 48px; margin-bottom: 12px; } .auction-empty-text { font-size: 16px; } .auction-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; } .auction-card { background: rgba(0, 0, 0, 0.4); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; padding: 16px; text-align: center; transition: transform 0.2s, box-shadow 0.2s; } .auction-card:hover { transform: scale(1.02); box-shadow: 0 0 15px rgba(212, 175, 55, 0.3); } .auction-card-emoji { font-size: 32px; margin-bottom: 8px; } .auction-card-name { font-size: 14px; font-weight: bold; margin-bottom: 4px; } .auction-card-type { font-size: 12px; color: #aaa; margin-bottom: 8px; } .auction-card-rarity { font-size: 11px; font-weight: bold; margin-bottom: 8px; } .auction-card-price { font-size: 18px; font-weight: bold; color: #FFD700; margin-bottom: 8px; } .auction-card-seller { font-size: 11px; color: #666; margin-bottom: 12px; } .auction-buy-btn { width: 100%; padding: 10px; background: linear-gradient(135deg, #D4AF37, #FFD700); border: none; border-radius: 6px; color: #000; font-weight: bold; cursor: pointer; transition: transform 0.2s; } .auction-buy-btn:hover { transform: scale(1.05); } .auction-cancel-btn { width: 100%; padding: 10px; background: #ff4444; border: none; border-radius: 6px; color: #fff; font-weight: bold; cursor: pointer; } .auction-list-btn { margin-top: 16px; padding: 12px 24px; background: linear-gradient(135deg, #0077FF, #00BFFF); border: none; border-radius: 8px; color: #fff; font-weight: bold; cursor: pointer; } /* Sell Confirmation Modal */ .sell-confirm-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 9998; display: none; } .sell-confirm-overlay.active { display: block; } .sell-confirm-modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border: 2px solid #ff4444; border-radius: 12px; z-index: 9999; display: none; width: 90%; max-width: 400px; padding: 24px; box-shadow: 0 0 30px rgba(255, 68, 68, 0.5); } .sell-confirm-modal.active { display: block; } .sell-confirm-popup { text-align: center; } .sell-confirm-title { font-size: 20px; font-weight: bold; color: #ff4444; margin-bottom: 16px; } .sell-confirm-content { color: #fff; margin-bottom: 20px; } .sell-confirm-content p { margin: 8px 0; } .sell-confirm-price { font-size: 18px; color: #FFD700; } .sell-confirm-price span { font-weight: bold; } .sell-confirm-warning { font-size: 12px; color: #ff4444; margin-top: 12px; } .sell-confirm-buttons { display: flex; gap: 12px; justify-content: center; } .sell-confirm-cancel { padding: 12px 24px; background: #555; border: none; border-radius: 8px; color: #fff; font-weight: bold; cursor: pointer; } .sell-confirm-yes { padding: 12px 24px; background: linear-gradient(135deg, #ff4444, #ff6666); border: none; border-radius: 8px; color: #fff; font-weight: bold; cursor: pointer; } /* Stats Modal */ .stats-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 9998; display: none; } .stats-overlay.active { display: block; } .stats-modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border: 2px solid #0077FF; border-radius: 12px; padding: 0; z-index: 9999; display: none; max-width: 90%; max-height: 90vh; overflow: auto; box-shadow: 0 0 30px rgba(0, 119, 255, 0.5); } .stats-modal.active { display: flex; flex-direction: column; } .stats-modal-large { width: 600px; max-width: 95vw; } .stats-header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); background: rgba(0, 0, 0, 0.2); } .stats-title { font-size: 20px; font-weight: bold; color: #fff; } .stats-close { background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; padding: 4px 8px; border-radius: 4px; } .stats-close:hover { background: rgba(255, 255, 255, 0.1); } .stats-body { padding: 20px; color: #fff; } .stats-section-title { font-size: 16px; font-weight: bold; margin-bottom: 12px; color: #0077FF; } .stats-currency-section { text-align: center; margin-bottom: 20px; padding: 16px; background: rgba(0, 0, 0, 0.3); border-radius: 8px; } .stats-currency-display { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 12px; } .stats-currency-icon { font-size: 32px; } .stats-currency-info { text-align: left; } .stats-currency-label { font-size: 12px; color: #aaa; } .stats-currency-amount { font-size: 28px; font-weight: bold; color: #FFD700; } .stats-claim-btn { background: linear-gradient(135deg, #FFD700, #FFA500); border: none; color: #000; padding: 12px 24px; border-radius: 8px; font-size: 14px; font-weight: bold; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; } .stats-claim-btn:hover { transform: scale(1.05); box-shadow: 0 0 15px rgba(255, 215, 0, 0.5); } .stats-claim-btn:disabled { background: #555; color: #888; cursor: not-allowed; } .stats-claim-timer { margin-top: 8px; font-size: 12px; color: #aaa; } .stats-inventory-section { margin-top: 20px; } .stats-inventory-grid { display: flex; flex-wrap: wrap; gap: 8px; max-height: 200px; overflow-y: auto; } .stats-empty-inventory { color: #666; font-style: italic; padding: 20px; text-align: center; width: 100%; } .inventory-section { width: 100%; margin-bottom: 16px; } .inventory-section-title { font-size: 14px; color: #00BFFF; margin-bottom: 8px; } .inventory-items-row { display: flex; flex-wrap: wrap; gap: 8px; } .inventory-item { display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: rgba(0, 0, 0, 0.3); border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.1); } .inventory-item.equipped { border-color: #00FF00; } .item-emoji { font-size: 20px; } .item-name { font-size: 12px; } .equip-btn { background: #0077FF; border: none; color: #fff; padding: 4px 8px; border-radius: 4px; font-size: 10px; cursor: pointer; } .equip-btn.equipped { background: #00FF00; color: #000; } .stats-cases-section { margin-bottom: 20px; } .stats-gambling-section { margin-top: 20px; } .stats-gambling-games { display: flex; gap: 12px; flex-wrap: wrap; } .stats-game-btn { flex: 1; min-width: 120px; padding: 16px; background: linear-gradient(135deg, #2a2a4e, #1a1a3e); border: 2px solid #0077FF; border-radius: 12px; color: #fff; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 8px; transition: transform 0.2s, box-shadow 0.2s; } .stats-game-btn:hover { transform: scale(1.05); box-shadow: 0 0 20px rgba(0, 119, 255, 0.5); } .game-icon { font-size: 32px; } .game-name { font-size: 14px; font-weight: bold; }
🎡 Daily Wheel
100 💰
250 💰
50 💰
500 💰
1000 💰
25 💰
200 💰
75 💰
Spin available!
♟️ Chess

Play

Players Waiting

No players waiting

Quick Play vs Bot

?
Username
@userid
Custom Info
Settings
Profile

Recommended: Square image, max 500KB

Custom Profile Tags

Add custom info about yourself (label:value)

Appearance
Light Mode
Switch to light theme