.service-visual-card .service-bg-img { opacity: 0; transition: opacity 0.4s ease-in-out; }
.service-visual-card.bg-loaded .service-bg-img { opacity: 1; }


.related-guides-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; }
.related-guide-card { background: rgba(255,255,255,0.03); border: 1px solid #333; border-radius: 10px; overflow: hidden; transition: transform 0.2s, border-color 0.2s; display: flex; flex-direction: column; }
.related-guide-card:hover { transform: translateY(-5px); border-color: #555; }
.related-guide-img { height: 140px; background-size: cover; background-position: center; }
.related-guide-content { padding: 15px; flex: 1; display: flex; flex-direction: column; }
.related-guide-title { color: white; font-weight: bold; font-size: 1rem; margin-bottom: 5px; }
.related-guide-desc { color: #aaa; font-size: 0.8rem; margin-bottom: 15px; flex: 1; line-height: 1.4; }
.related-guide-btn { background: transparent; border: 1px solid #555; color: var(--primary); padding: 8px; border-radius: 5px; text-align: center; font-weight: bold; font-size: 0.8rem; text-decoration: none; transition: 0.2s; display: block; }
.related-guide-btn:hover { background: var(--primary); color: black; }

#rewards-dropdown.show { display: flex !important; animation: fadeIn 0.2s ease; }
@media (max-width: 768px) {
    #rewards-header-btn .desktop-text { display: none; }
    #rewards-header-btn { padding: 0; width: 36px; height: 36px; justify-content: center; border-radius: 50%; margin-right: 5px; }
}


.lang-tooltip-bubble {
    position: absolute; bottom: 110%; left: 50%; transform: translateX(-50%);
    background: var(--primary); color: black; padding: 8px 12px; border-radius: 8px;
    font-size: 0.8rem; font-weight: bold; white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    display: flex; align-items: center; gap: 10px;
    z-index: 10; opacity: 0; visibility: hidden;
    animation: fadeInBubble 0.5s 1.5s forwards; pointer-events: all;
}
.lang-tooltip-bubble::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border-width: 6px; border-style: solid; border-color: var(--primary) transparent transparent transparent; }
.lang-tooltip-close { cursor: pointer; font-size: 1rem; transition: transform 0.2s; opacity: 0.7; }
.lang-tooltip-close:hover { transform: scale(1.1); opacity: 1; }
@keyframes fadeInBubble { to { opacity: 1; visibility: visible; } }
.goog-te-banner-frame.skiptranslate { display: none !important; }
body { top: 0px !important; }

#user-dropdown-menu {
background: rgba(28, 30, 34, 0.98); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px;
box-shadow: 0 20px 50px rgba(0,0,0,0.6); padding: 10px; min-width: 240px;
display: block !important; visibility: hidden; opacity: 0;
transform: translateY(10px) scale(0.98);
transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
right: 0; top: 100%; margin-top: 15px; z-index: 10000;
}
#user-dropdown-menu.show-menu { visibility: visible; opacity: 1; transform: translateY(0) scale(1); }
#user-dropdown-menu::before {
content: ''; position: absolute; top: -6px; right: 20px; width: 12px; height: 12px;
background: rgba(28, 30, 34, 0.98); transform: rotate(45deg);
border-left: 1px solid rgba(255, 255, 255, 0.08); border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#user-dropdown-menu a {
color: #e1e1e6; padding: 12px 16px; text-decoration: none; display: flex; align-items: center; gap: 12px;
font-size: 0.9rem; border-radius: 8px; transition: all 0.2s; font-weight: 600; border: 1px solid transparent; margin-bottom: 2px;
}
#user-dropdown-menu a:hover {
background: rgba(255, 255, 255, 0.05); color: var(--primary);
border-color: rgba(255, 255, 255, 0.05); transform: translateX(4px);
}
#user-dropdown-menu a i { width: 24px; text-align: center; color: #888; transition: color 0.2s; font-size: 1rem; }
#user-dropdown-menu a:hover i { color: var(--primary); }
#user-info { cursor: pointer; user-select: none; }
#header-avatar { transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
#user-info:hover #header-avatar { transform: scale(1.1) rotate(5deg); box-shadow: 0 0 15px var(--primary); border-color: #555; }

#dropdown-menu {
background: rgba(28, 30, 34, 0.98); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px;
box-shadow: 0 20px 50px rgba(0,0,0,0.6); padding: 10px; min-width: 280px;
display: block !important; visibility: hidden; opacity: 0;
transform: translateY(10px) scale(0.98);
transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
position: absolute; top: 100%; left: 0; margin-top: 15px; z-index: 10000;
max-height: 70vh; overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--primary) transparent;
}
#dropdown-menu::-webkit-scrollbar { width: 6px; }
#dropdown-menu::-webkit-scrollbar-track { background: transparent; }
#dropdown-menu::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }
#dropdown-menu.show-menu { visibility: visible; opacity: 1; transform: translateY(0) scale(1); }
#dropdown-menu::before {
content: ''; position: absolute; top: -6px; left: 20px; width: 12px; height: 12px;
background: rgba(28, 30, 34, 0.98); transform: rotate(45deg);
border-left: 1px solid rgba(255, 255, 255, 0.08); border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#dropdown-menu a {
color: #e1e1e6; padding: 12px 16px; text-decoration: none; display: flex; align-items: center; gap: 12px;
font-size: 0.9rem; border-radius: 8px; transition: all 0.2s; font-weight: 600; border: 1px solid transparent; margin-bottom: 2px;
}
#dropdown-menu a:hover {
background: rgba(255, 255, 255, 0.05); color: var(--primary);
border-color: rgba(255, 255, 255, 0.05); transform: translateX(4px);
}
#dropdown-menu a i { width: 24px; text-align: center; color: #888; transition: color 0.2s; font-size: 1rem; }
#dropdown-menu a:hover i { color: var(--primary); }


#spin-floating-btn {
position: fixed; top: 110px; right: 20px;
background: linear-gradient(135deg, #f1c40f, #e67e22); color: black;
width: 60px; height: 60px; border-radius: 50%;
display: flex; flex-direction: column; align-items: center; justify-content: center;
box-shadow: 0 0 20px rgba(241, 196, 15, 0.6); z-index: 9990; cursor: pointer;
animation: spinPulse 2s infinite; border: 3px solid white; transition: transform 0.3s;
}
#spin-floating-btn:hover { transform: scale(1.1); }
#spin-floating-btn i { font-size: 1.5rem; }
#spin-floating-btn span { font-size: 0.5rem; font-weight: 900; margin-top: 2px; }
@keyframes spinPulse {
    0% { box-shadow: 0 0 0 0 rgba(241, 196, 15, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(241, 196, 15, 0); }
    100% { box-shadow: 0 0 0 0 rgba(241, 196, 15, 0); }
}
.wheel-container { position: relative; width: 250px; height: 250px; margin: 0 auto 20px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 20px rgba(37, 211, 102, 0.5); border: 5px solid #25d366; }
.wheel { width: 100%; height: 100%; border-radius: 50%; position: relative; transition: transform 4s cubic-bezier(0.2, 0.8, 0.2, 1); }
.wheel-segment { position: absolute; width: 100%; height: 100%; clip-path: polygon(50% 50%, 100% 0, 100% 100%); transform-origin: 50% 50%; opacity: 0.8; }
.wheel-pointer { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); color: #ffb52c; font-size: 2.5rem; z-index: 10; }
.wheel-text { position: absolute; top: 50%; left: 50%; transform-origin: 0% 0%; font-size: 0.8rem; color: white; font-weight: bold; text-shadow: 1px 1px 2px rgba(0,0,0,0.7); }

#chat-prompt-bubble { position: fixed; bottom: 95px; right: 20px; background: var(--primary); color: black; padding: 12px 18px; border-radius: 12px; font-size: 0.9rem; font-weight: bold; box-shadow: 0 5px 20px rgba(0,0,0,0.4); display: flex; align-items: center; gap: 15px; z-index: 9998; animation: popIn 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s forwards; transform: scale(0); opacity: 0; }
#chat-prompt-bubble::after { content: ''; position: absolute; bottom: -8px; right: 25px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid var(--primary); }
#chat-prompt-bubble button { background: none; border: none; color: black; font-size: 1.5rem; cursor: pointer; padding: 0 5px; line-height: 1; opacity: 0.7; transition: opacity 0.2s; }
#chat-prompt-bubble button:hover { opacity: 1; }
@keyframes popIn { from { transform: scale(0.5) translateY(20px); opacity: 0; } to { transform: scale(1) translateY(0); opacity: 1; } }

#pboost-chat-widget .chat-header { padding: 15px 20px; border-bottom: 1px solid #2a2d31; }
#pboost-chat-widget .chat-header h3 { font-size: 1.1rem; margin: 0; }
#pboost-chat-widget .chat-nav-tabs button { font-size: 0.8rem; padding: 6px 12px; }
#pboost-chat-widget .chat-body { padding: 10px; }
#pboost-chat-widget .chat-input-container { padding: 10px; border-top: 1px solid #2a2d31; }
#pboost-chat-widget .chat-input { border-radius: 20px; background: #0f1012; border: 1px solid #333; padding: 10px 18px; font-size: 0.9rem; }
#pboost-chat-widget .chat-input:focus { border-color: #555; box-shadow: 0 0 8px rgba(255, 181, 44, 0.2); }
#pboost-chat-widget .chat-send-btn { width: 40px; height: 40px; border-radius: 50%; background: var(--primary); color: black; border: none; cursor: pointer; transition: all 0.2s ease; display: flex; align-items: center; justify-content: center; }
#pboost-chat-widget .chat-send-btn:hover { transform: scale(1.1); box-shadow: 0 0 10px var(--primary); }
#pboost-chat-widget .chat-send-btn i { font-size: 1.1rem; }
#chat-emoji-btn { right: 60px !important; }
#chat-emoji-btn:hover { transform: translateY(-50%) scale(1.1); color: var(--primary); text-shadow: 0 0 8px var(--primary); }
#chat-emoji-btn:focus { outline: none; box-shadow: none; }

.chat-msg {
    padding: 12px 18px; border-radius: 20px; margin-bottom: 10px; max-width: 85%;
    line-height: 1.5; word-wrap: break-word; position: relative;
    animation: popInMsg 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 0.9rem; box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
@keyframes popInMsg { from { opacity: 0; transform: scale(0.85) translateY(10px); } to { opacity: 1; transform: scale(1) translateY(0); } }

.chat-msg.user { background: var(--primary); color: black; border-radius: 20px 20px 5px 20px; align-self: flex-end; }
.chat-msg.admin { background: #2a2d31; color: var(--text-main); border-radius: 20px 20px 20px 5px; align-self: flex-start; }

.chat-timestamp { font-size: 0.65rem; display: block; margin-top: 5px; text-align: right; clear: both; opacity: 0.7; }
.chat-msg.user .chat-timestamp { color: rgba(0,0,0,0.7); }
.chat-msg.admin .chat-timestamp { color: #999; }

#chat-home-view .faq-grid { display: flex; flex-direction: column; gap: 0; border: 1px solid #2a2d31; border-radius: 8px; overflow: hidden; background: #1c1e22; }
#chat-home-view .faq-item { background: transparent; border: none; border-bottom: 1px solid #2a2d31; padding: 14px 15px; font-size: 0.9rem; transition: all 0.2s; text-align: left; color: #ccc; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
#chat-home-view .faq-item:last-child { border-bottom: none; }
#chat-home-view .faq-item:hover { background: rgba(255, 181, 44, 0.08); color: var(--primary); border-color: #555; }
#chat-home-view .faq-item .faq-text-content { display: flex; align-items: center; }
#chat-home-view .faq-item i { margin-right: 12px; color: #888; transition: color 0.2s; font-size: 1rem; width: 20px; text-align: center; }
#chat-home-view .faq-item:hover i { color: var(--primary); }
#chat-home-view .faq-item::after { content: '\f054'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #555; transition: all 0.2s; }
#chat-home-view .faq-item:hover::after { color: var(--primary); transform: translateX(3px); }
#chat-home-view #chat-quick-links { text-align: center; font-size: 0.8rem; color: #ccc; margin-top: 10px; }

.chat-date-separator { text-align: center; font-size: 0.7rem; color: #666; margin: 15px 0 5px 0; display: flex; align-items: center; justify-content: center; width: 100%; }
.chat-date-separator span { background: rgba(255,255,255,0.05); padding: 4px 12px; border-radius: 12px; }
.typing-indicator { display: flex; align-items: center; padding: 10px 0; }
.typing-indicator span { height: 8px; width: 8px; background-color: #888; border-radius: 50%; display: inline-block; margin: 0 2px; animation: bounce 1.4s infinite ease-in-out both; }
.typing-indicator span:nth-child(1) { animation-delay: -0.32s; }
.typing-indicator span:nth-child(2) { animation-delay: -0.16s; }
@keyframes bounce { 0%, 80%, 100% { transform: scale(0); } 40% { transform: scale(1.0); } }
.bot-actions { display: flex; gap: 10px; margin-top: 10px; flex-wrap: wrap; }
.bot-actions button { background: #333; border: 1px solid #555; color: white; padding: 8px 12px; border-radius: 5px; cursor: pointer; font-weight: bold; font-size: 0.8rem; transition: background .2s; }
.bot-actions button:hover { background: #444; }
.bot-message-footer { border-top: 1px solid #333; margin-top: 15px; padding-top: 10px; font-size: 0.75rem; color: #888; display: flex; justify-content: space-between; align-items: center; }
.bot-message-footer a { color: #aaa; text-decoration: underline; } .bot-message-footer a:hover { color: white; }
.bot-feedback-btns button { background: none; border: none; cursor: pointer; font-size: 1rem; margin: 0 2px; transition: transform .2s; } .bot-feedback-btns button:hover { transform: scale(1.2); }

.chat-home-welcome-card { text-align: center; background: linear-gradient(180deg, rgba(255,181,44,0.12) 0%, rgba(25,26,30,0) 100%); padding: 25px 10px; border-radius: 15px; margin-bottom: 5px; position: relative; }
.chat-home-support-icon { position: relative; width: 64px; height: 64px; background: #1c1e22; border: 2px solid #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; color: var(--primary); font-size: 1.8rem; box-shadow: 0 0 20px rgba(255, 181, 44, 0.2); }
.online-status-dot { position: absolute; bottom: 2px; right: 2px; width: 12px; height: 12px; background: #25d366; border: 2px solid #1c1e22; border-radius: 50%; }
.chat-home-welcome-title { color: white; font-size: 1.15rem; margin: 0 0 8px; font-weight: 700; letter-spacing: -0.3px; }
.chat-home-welcome-text { color: #9ca3af; font-size: 0.85rem; line-height: 1.5; margin: 0 auto; max-width: 240px; }
.chat-home-header { font-size: 0.7rem; color: #6b7280; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1.2px; text-align: left; padding-left: 2px; }
.resource-pill { background: rgba(255,255,255,0.03); border: 1px solid #333; border-radius: 20px; padding: 8px 15px; color: #ccc; text-decoration: none; font-size: 0.75rem; font-weight: 600; display: flex; align-items: center; gap: 8px; transition: all 0.2s; }
.resource-pill:hover { border-color: #555; color: white; background: rgba(255,181,44,0.05); }
.resource-pill i { color: var(--primary); }
.chat-home-action-btn { width: 100%; padding: 15px; border-radius: 12px; border: none; background: var(--primary); color: black; font-weight: 800; font-size: 0.9rem; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 4px 12px rgba(255,181,44,0.15); }
.chat-home-action-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(255,181,44,0.25); filter: brightness(1.1); }
.chat-home-convo-item { background: rgba(255,255,255,0.03); border: 1px solid #333; border-radius: 12px; padding: 14px; cursor: pointer; transition: all 0.2s; text-align: left; display: flex; align-items: center; gap: 15px; margin-bottom: 10px; }
.chat-home-convo-item:hover { border-color: #555; background: rgba(255,181,44,0.05); }
.chat-home-convo-item i { color: var(--primary); font-size: 1.2rem; }
.convo-item-msg { color: #ccc; font-size: 0.9rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.convo-item-time { color: #666; font-size: 0.7rem; margin-top: 4px; }

#seasonal-rewards-modal .modal-content { max-width: 700px; width: 95%; padding: 30px; }
.season-header-stats { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #333; }
.season-stat-box { text-align: left; }
.season-stat-label { font-size: 0.8rem; color: #888; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; }
.season-stat-val { font-size: 2rem; color: white; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.season-stat-val i { font-size: 1.5rem; color: var(--primary); }
.season-progress-header { margin-bottom: 20px; background: rgba(255,255,255,0.03); padding: 15px; border-radius: 8px; border: 1px solid #333; }
.season-progress-label { display: flex; justify-content: space-between; margin-bottom: 8px; color: #ccc; font-size: 0.8rem; font-weight: bold; }
.season-progress-bar-bg { width: 100%; height: 12px; background: #111; border-radius: 6px; overflow: hidden; position: relative; border: 1px solid #333; }
.season-progress-bar-fill { height: 100%; background: linear-gradient(90deg, var(--primary), #ffa500); width: 0%; transition: width 1s ease-out; box-shadow: 0 0 10px rgba(255, 181, 44, 0.3); }
.season-next-reward { font-size: 0.75rem; color: #f1c40f; text-align: right; margin-top: 5px; }
.season-vip-status { text-align: right; background: rgba(155, 89, 182, 0.1); padding: 10px 15px; border-radius: 8px; border: 1px solid rgba(155, 89, 182, 0.3); }
.season-vip-status.active { border-color: #9b59b6; background: rgba(155, 89, 182, 0.2); }
.season-vip-text { font-size: 0.8rem; color: #ccc; }
.season-vip-text strong { color: #9b59b6; }
.season-list { display: flex; flex-direction: column; gap: 12px; max-height: 500px; overflow-y: auto; padding-right: 5px; }
.season-list::-webkit-scrollbar { width: 6px; }
.season-list::-webkit-scrollbar-thumb { background: #444; border-radius: 3px; }
.season-item { display: flex; align-items: center; background: rgba(255, 255, 255, 0.03); border: 1px solid #333; border-left: 4px solid #444; padding: 15px 20px; border-radius: 8px; transition: all 0.2s ease; }
.season-item.unlocked { border-left-color: #444; background: rgba(255, 181, 44, 0.05); }
.season-item.claimed { border-left-color: #25d366; opacity: 0.7; }
.season-item.unlocked:hover { transform: translateX(5px); background: rgba(255, 181, 44, 0.08); }
.season-item-icon { width: 50px; height: 50px; background: rgba(0,0,0,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #666; margin-right: 20px; border: 1px solid #333; flex-shrink: 0; }
.season-item.unlocked .season-item-icon { color: var(--primary); border-color: #333; box-shadow: 0 0 10px rgba(255, 181, 44, 0.2); }
.season-item.claimed .season-item-icon { color: #25d366; border-color: #25d366; box-shadow: none; }
.season-item-content { flex: 1; }

.glass-modal-wrapper {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75) !important; z-index: 12000 !important;
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(10px) !important; -webkit-backdrop-filter: blur(10px);
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.glass-modal-wrapper.active { opacity: 1; visibility: visible; pointer-events: auto; }

.glass-modal-content {
    background: rgba(28, 30, 34, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 24px !important; padding: 40px 30px;
    width: 90%; max-width: 420px;
    text-align: center; position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    transform: scale(0.9) translateY(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.glass-modal-wrapper.active .glass-modal-content { transform: scale(1) translateY(0); }

.glass-modal-close {
    position: absolute; top: 20px; right: 20px;
    background: rgba(255, 255, 255, 0.05); border: none; color: #888;
    width: 32px; height: 32px; border-radius: 50%;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: all 0.2s;
}
.glass-modal-close:hover { background: rgba(255, 68, 68, 0.15); color: #ff4444; transform: rotate(90deg); }

.glass-modal-title { 
    color: white; font-size: 1.5rem; margin: 0 0 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
    border-left: none !important;
    border-right: none !important;
    padding-left: 0 !important;
}
.glass-modal-desc { color: #aaa; font-size: 0.9rem; margin: 0 0 30px; line-height: 1.5; }

.glass-modal-btn {
    width: 100%; background: var(--primary); color: black; border: none;
    padding: 16px; border-radius: 12px; font-weight: 900; font-size: 1rem;
    cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px;
    transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 181, 44, 0.3);
}
.glass-modal-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(255, 181, 44, 0.5); filter: brightness(1.1); }
.glass-modal-btn:disabled { background: #333; color: #666; cursor: not-allowed; transform: none; box-shadow: none; filter: none; }

.daily-reward-visual {
    position: relative; width: 120px; height: 120px; margin: 0 auto 30px;
    display: flex; align-items: center; justify-content: center;
}
.daily-reward-visual i { font-size: 4rem; color: var(--primary); z-index: 2; filter: drop-shadow(0 0 15px rgba(255, 181, 44, 0.5)); animation: float 3s ease-in-out infinite; }
.reward-glow-ring {
    position: absolute; inset: 0; border-radius: 50%;
    border: 2px dashed rgba(255, 181, 44, 0.3);
    animation: spin-slow 15s linear infinite;
}
.reward-glow-ring::before {
    content: ''; position: absolute; inset: -15px; border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 181, 44, 0.1) 0%, transparent 70%);
    z-index: 1;
}
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes spin-slow { to { transform: rotate(360deg); } }

.daily-timer-badge { background: rgba(0,0,0,0.3); border: 1px solid #333; padding: 8px 15px; border-radius: 20px; color: #ccc; font-weight: bold; font-size: 0.9rem; margin-bottom: 20px; display: inline-block; }

.profile-content { max-width: 500px; text-align: left; }
.profile-avatar-upload {
    position: relative; width: 100px; height: 100px; margin: 0 auto 20px;
    border-radius: 50%; overflow: hidden; border: 2px solid #333;
    background: #1c1e22; box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.profile-avatar-upload img { width: 100%; height: 100%; object-fit: cover; }
.avatar-edit-overlay {
    position: absolute; bottom: 0; left: 0; width: 100%; height: 30px;
    background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center;
    color: white; cursor: pointer; transition: background 0.2s;
}
.avatar-edit-overlay:hover { background: rgba(255, 181, 44, 0.8); color: black; }

.profile-email-box {
    background: rgba(255,255,255,0.03); padding: 10px 15px; border-radius: 8px;
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 20px; border: 1px solid #333; font-size: 0.85rem;
}
#profile-email-display { color: #ccc; font-family: monospace; }

.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 20px; }
.input-group label { display: block; font-size: 0.75rem; color: #888; margin-bottom: 5px; font-weight: bold; text-transform: uppercase; }
.glass-input {
    width: 100%; background: rgba(0,0,0,0.2); border: 1px solid #333;
    padding: 12px; border-radius: 8px; color: white; font-size: 0.9rem;
    transition: border-color 0.2s; box-sizing: border-box; opacity: 1 !important;
}
.glass-input:focus { border-color: var(--primary); outline: none; background: rgba(0,0,0,0.4); }

.switch-group { display: flex; align-items: center; gap: 10px; color: #ccc; font-size: 0.9rem; margin-bottom: 10px; }
.switch { position: relative; display: inline-block; width: 40px; height: 22px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #333; transition: .4s; border-radius: 22px; }
.slider:before { position: absolute; content: ""; height: 16px; width: 16px; left: 3px; bottom: 3px; background-color: white; transition: .4s; border-radius: 50%; }
input:checked + .slider { background-color: var(--primary); }
input:checked + .slider:before { transform: translateX(18px); }

.profile-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 25px; }
.text-danger-btn { background: none; border: none; color: #ff4444; font-size: 0.8rem; cursor: pointer; text-decoration: underline; opacity: 0.7; transition: 0.2s; margin: 0 auto; display: block; }
.text-danger-btn:hover { opacity: 1; }

@media (max-width: 500px) { .profile-grid { grid-template-columns: 1fr; } }


.notif-list {
    max-height: 400px; overflow-y: auto;
    display: flex; flex-direction: column; gap: 10px;
    margin-bottom: 20px; padding-right: 5px;
    text-align: left;
}
.notif-list::-webkit-scrollbar { width: 4px; }
.notif-list::-webkit-scrollbar-thumb { background: #444; border-radius: 2px; }

.notif-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px; padding: 15px;
    display: flex; gap: 15px; align-items: start;
    transition: all 0.2s; position: relative;
    overflow: hidden;
}
.notif-item.unread {
    background: rgba(255, 181, 44, 0.05);
    border-color: rgba(255, 181, 44, 0.3);
}
.notif-item.unread::before {
    content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--primary);
}
.notif-icon {
    width: 40px; height: 40px; background: rgba(0,0,0,0.3);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; color: #888; font-size: 1.1rem;
}
.notif-item.unread .notif-icon { color: var(--primary); background: rgba(255, 181, 44, 0.1); }

.notif-content h4 { margin: 0 0 5px; font-size: 0.9rem; color: white; font-weight: 700; }
.notif-content p { margin: 0; font-size: 0.85rem; color: #ccc; line-height: 1.4; }
.notif-time { font-size: 0.7rem; color: #666; margin-top: 8px; display: block; }

.notif-actions { display: flex; gap: 10px; justify-content: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; margin-top: 10px; }
.notif-btn-secondary { background: transparent; border: 1px solid #555; color: #ccc; padding: 10px 15px; border-radius: 8px; cursor: pointer; font-size: 0.8rem; transition: all 0.2s; flex: 1; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 8px; }
.notif-btn-secondary:hover { border-color: #888; color: white; background: rgba(255,255,255,0.05); transform: translateY(-2px); }

.order-history-list {
    max-height: 60vh; overflow-y: auto;
    display: flex; flex-direction: column; gap: 15px;
    margin-top: 20px; padding-right: 5px;
}
.order-history-list::-webkit-scrollbar { width: 4px; }
.order-history-list::-webkit-scrollbar-thumb { background: #444; border-radius: 2px; }

.order-history-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px; padding: 20px;
    display: flex; flex-direction: column; gap: 12px;
    transition: all 0.2s; position: relative;
}
.order-history-item:hover { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.15); }

.order-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; }
.order-id { font-family: 'Montserrat', sans-serif; font-weight: 800; color: var(--primary); font-size: 0.9rem; letter-spacing: 0.5px; }
.order-date { font-size: 0.75rem; color: #888; }

.order-details { font-size: 0.85rem; color: #ccc; }
.order-service-line { display: flex; justify-content: space-between; margin-bottom: 5px; align-items: center; }
.order-total-row { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding-top: 10px; border-top: 1px dashed rgba(255,255,255,0.1); font-weight: bold; color: white; }

.order-status-badge { padding: 4px 10px; border-radius: 6px; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; }
.status-paid { background: rgba(37, 211, 102, 0.15); color: #25d366; border: 1px solid rgba(37, 211, 102, 0.3); }
.status-pending { background: rgba(241, 196, 15, 0.15); color: #f1c40f; border: 1px solid rgba(241, 196, 15, 0.3); }
.status-completed { background: rgba(88, 101, 242, 0.15); color: #5865F2; border: 1px solid rgba(88, 101, 242, 0.3); }
.status-cancelled { background: rgba(255, 68, 68, 0.15); color: #ff4444; border: 1px solid rgba(255, 68, 68, 0.3); }

.order-actions { display: flex; gap: 8px; justify-content: flex-end; flex-wrap: wrap; margin-top: 5px; }
.order-btn {
    background: transparent; border: 1px solid #555; color: #ccc;
    padding: 8px 14px; border-radius: 6px; font-size: 0.75rem; font-weight: bold;
    cursor: pointer; transition: all 0.2s; display: flex; align-items: center; gap: 6px;
}
.order-btn:hover { background: rgba(255,255,255,0.1); color: white; border-color: #888; transform: translateY(-2px); }
.order-btn.primary { border-color: var(--primary); color: var(--primary); background: rgba(255, 181, 44, 0.05); }
.order-btn.primary:hover { background: var(--primary); color: black; }
.order-btn.danger { border-color: #ff4444; color: #ff4444; }
.order-btn.danger:hover { background: #ff4444; color: white; }
.season-item-title { color: white; font-weight: 800; font-size: 1rem; margin-bottom: 4px; display: flex; align-items: center; gap: 8px; }
.season-item-desc { color: #aaa; font-size: 0.85rem; margin-bottom: 6px; }
.season-item-meta { font-size: 0.75rem; color: #666; text-transform: uppercase; font-weight: bold; letter-spacing: 0.5px; }
.season-item.unlocked .season-item-meta { color: var(--primary); }
.season-item-action { min-width: 120px; text-align: right; padding-left: 15px; }
.season-btn { width: 100%; padding: 10px; border: none; border-radius: 6px; font-size: 0.8rem; font-weight: 800; cursor: pointer; text-transform: uppercase; transition: 0.2s; }
.season-btn.claim { background: var(--primary); color: black; box-shadow: 0 4px 10px rgba(255, 181, 44, 0.2); }
.season-btn.claim:hover { transform: translateY(-2px); box-shadow: 0 6px 15px rgba(255, 181, 44, 0.4); filter: brightness(1.1); }
.season-btn.locked { background: #222; color: #555; cursor: not-allowed; border: 1px solid #333; }
.season-btn.claimed { background: transparent; color: #25d366; border: 1px solid #25d366; cursor: default; }
.vip-tag { background: #9b59b6; color: white; padding: 2px 6px; border-radius: 4px; font-size: 0.6rem; font-weight: bold; vertical-align: middle; box-shadow: 0 2px 5px rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.2); }

.sub-plan-card { background: #1c1e26; border: 2px solid #444; border-radius: 12px; padding: 20px; display: flex; flex-direction: column; position: relative; transition: all 0.3s; }
.sub-plan-card h3 { margin: 0 0 10px; font-size: 1.2rem; }
.sub-price { font-size: 1.8rem; font-weight: bold; color: white; margin-bottom: 20px; }
.sub-benefits { list-style: none; padding: 0; margin: 0; text-align: left; font-size: 0.85rem; color: #ccc; }
.sub-benefits li { margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.sub-benefits li i { color: #25d366; }

.cart-payment-btn { width: 100%; padding: 12px; border-radius: 5px; border: 1px solid #333; background: #18191b; color: white; font-weight: bold; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 0.9rem; transition: all 0.2s; font-family: 'Montserrat', sans-serif; text-transform: uppercase; }
.cart-payment-btn:hover { background: #222; border-color: #666; }

#cart-modal, 
#order-success-modal,
.glass-modal-wrapper,
#wishlist-modal,
#add-funds-modal,
#seasonal-rewards-modal,
#subscription-modal,
#affiliate-modal-v2,
#custom-alert,
#exit-intent-modal,
.glass-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 10000;
    display: none; 
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    align-items: center;
    justify-content: center; 
}

#cart-modal {
    justify-content: flex-end;
}

#cart-modal.active, 
#order-success-modal.active,
#wishlist-modal.active,
#add-funds-modal.active,
#seasonal-rewards-modal.active,
#subscription-modal.active,
#affiliate-modal-v2.active,
#custom-alert.active,
#exit-intent-modal.active,
.glass-modal-wrapper.active {
    opacity: 1;
    pointer-events: auto;
}

#cart-modal > div {
    height: 100%;
    width: 100%;
    max-width: 500px;
    background: rgba(18, 18, 20, 0.85); 
    backdrop-filter: blur(25px); 
    -webkit-backdrop-filter: blur(25px);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.6);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: flex;
    flex-direction: column;
}

#cart-modal.active > div {
    transform: translateX(0);
}


#order-success-modal > div,
.glass-modal-content {
    transform: scale(0.95) translateY(10px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);

    background: rgba(24, 25, 27, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 16px;
}

#order-success-modal.active > div,
#wishlist-modal.active > div,
#add-funds-modal.active > div,
#seasonal-rewards-modal > div,
#subscription-modal > div,
#affiliate-modal-v2 > div,
#seasonal-rewards-modal.active > div,
#subscription-modal.active > div,
#affiliate-modal-v2.active > div,
#custom-alert.active > div,
#exit-intent-modal.active > div,
.glass-modal-wrapper.active .glass-modal-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.cart-item-modern {
    display: flex;
    gap: 15px;
    padding: 15px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    transition: all 0.3s ease;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}
.cart-item-modern:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.cart-item-img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.cart-item-details { flex: 1; }
.cart-item-title { color: var(--primary); font-weight: 800; font-size: 0.85rem; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.cart-item-service { color: white; font-weight: 700; font-size: 0.9rem; line-height: 1.3; margin-bottom: 4px; }
.cart-item-mode { color: #888; font-size: 0.75rem; background: rgba(0,0,0,0.3); display: inline-block; padding: 2px 6px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.05); }
.cart-item-extras { color: #f1c40f; font-size: 0.75rem; margin-top: 5px; font-weight: 600; display: flex; flex-wrap: wrap; gap: 5px; }
.cart-item-note { color: #aaa; font-size: 0.75rem; font-style: italic; margin-top: 6px; border-left: 2px solid #555; padding-left: 8px; line-height: 1.3; }

.cart-item-actions { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.cart-item-price { font-weight: 800; color: white; font-size: 1.1rem; text-shadow: 0 0 10px rgba(0,0,0,0.5); }
.cart-qty-box { display: flex; align-items: center; gap: 0; background: rgba(0,0,0,0.3); border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); overflow: hidden; height: 32px; }
.cart-qty-box button { background: transparent; border: none; color: #ccc; width: 32px; height: 100%; cursor: pointer; font-weight: bold; transition: 0.2s; display:flex; align-items:center; justify-content:center; font-size: 1rem; }
.cart-qty-box button:hover { background: rgba(255,255,255,0.1); color: white; }
.cart-qty-box span { font-size: 0.9rem; color: white; min-width: 30px; text-align: center; font-weight: bold; line-height: 32px; }
.cart-remove-btn { background: none; border: none; color: #ff4444; font-size: 0.75rem; font-weight: 600; cursor: pointer; opacity: 0.6; transition: 0.2s; display: flex; align-items: center; gap: 5px; }
.cart-remove-btn:hover { opacity: 1; transform: translateX(-2px); }

.cart-empty-state {
    text-align: center; padding: 40px 20px; color: #666;
    display: flex; flex-direction: column; align-items: center; gap: 15px;
}
.cart-empty-state i { font-size: 3rem; opacity: 0.3; margin-bottom: 10px; }
.cart-empty-state p { font-size: 1rem; margin: 0; font-weight: 500; }
.cart-empty-state button {
    background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); color: white;
    padding: 10px 20px; border-radius: 20px; cursor: pointer; transition: 0.2s; font-size: 0.85rem;
}
.cart-empty-state button:hover { background: var(--primary); color: black; border-color: var(--primary); }

.cart-summary-box {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.funds-action-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}
.glass-modal-btn.secondary {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.glass-modal-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
}
.modern-label {
    color: #ccc;
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.carousel-dot { width: 8px; height: 8px; background: rgba(255,255,255,0.2); border-radius: 50%; cursor: pointer; transition: all 0.3s ease; }
.carousel-dot.active { background: var(--primary); transform: scale(1.3); box-shadow: 0 0 10px var(--primary-glow); }
.carousel-dot:hover { background: rgba(255,255,255,0.5); }
.game-card-name {
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
}
@media (max-width: 768px) {
    #back-to-home-floating-btn, #back-to-blog-btn {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .checkout-grid { grid-template-columns: 1fr !important; }
    .checkout-right { margin-bottom: 20px; order: -1; } 
    .main-container { flex-direction: column; }
}
.grabbing {
    cursor: grabbing;
}
.game-card {
    align-items: flex-end;
}
.game-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 15px 15px 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 20%, rgba(0,0,0,0.7) 60%, transparent 100%);
    border-radius: 0 0 12px 12px;
    transition: background 0.3s ease;
}
.game-card-name {
    color: white;
    font-weight: 800;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
}
@media (max-width: 600px) {
    .pm-grid { grid-template-columns: repeat(2, 1fr) !important; } 
}

.skeleton-card {
    flex: 0 0 280px;
    height: 380px;
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
    overflow: hidden;
}
.skeleton-card::before {
    content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
    animation: skeleton-loading 1.5s infinite;
}
@keyframes skeleton-loading { 0% { left: -100%; } 100% { left: 100%; } }

#fab-container, #chat-prompt-bubble { transition: bottom 0.3s ease; }
#fab-container.moved-up { bottom: 100px !important; }
#chat-prompt-bubble.moved-up { bottom: 160px !important; }

@keyframes cart-bump {
    0% { transform: scale(1); }
    30% { transform: scale(1.3); color: #25d366; }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.cart-bump {
    animation: cart-bump 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#social-proof-notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgba(24, 25, 27, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid var(--primary);
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    z-index: 9999;
    transform: translateX(-150%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 320px;
    cursor: pointer;
    backdrop-filter: blur(5px);
}
#social-proof-notification.visible { transform: translateX(0); }
#social-proof-notification:hover { background: #222; border-color: var(--primary); }
#sp-img { width: 45px; height: 45px; border-radius: 6px; object-fit: cover; border: 1px solid #333; }
#social-proof-notification div.sp-content { display: flex; flex-direction: column; }
#sp-text { font-size: 0.8rem; color: #ccc; line-height: 1.2; margin-bottom: 2px; }
#sp-text strong { color: white; }
#sp-game { font-size: 0.7rem; color: var(--primary); font-weight: bold; text-transform: uppercase; display: flex; align-items: center; gap: 5px; }
#sp-time { font-size: 0.65rem; color: #666; }

.verified-badge {
    display: inline-flex; align-items: center; justify-content: center;
    background: #25d366; color: black; border-radius: 50%;
    width: 12px; height: 12px; font-size: 0.5rem;
    margin-left: 5px;
}

.season-track-container { position: relative; padding: 40px 20px; overflow-x: auto; }
.season-track { position: relative; display: flex; justify-content: space-between; align-items: center; min-width: 600px; padding: 0 20px; }
.season-progress-bg { position: absolute; top: 50%; left: 0; width: 100%; height: 6px; background: #333; border-radius: 3px; z-index: 0; transform: translateY(-50%); }
.season-progress-fill { position: absolute; top: 50%; left: 0; height: 6px; background: linear-gradient(90deg, var(--primary), #f1c40f); border-radius: 3px; z-index: 1; transform: translateY(-50%); transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 0 10px rgba(255, 181, 44, 0.5); }

.season-node { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; cursor: pointer; transition: transform 0.3s; }
.season-node:hover { transform: scale(1.1); }
.node-circle { 
    width: 40px; height: 40px; border-radius: 50%; background: #18191b; border: 2px solid #555; 
    display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #888;
    transition: all 0.3s; box-shadow: 0 0 0 4px #18191b;
}
.season-node.unlocked .node-circle { border-color: var(--primary); color: white; background: #222; }
.season-node.claimed .node-circle { background: var(--primary); color: black; border-color: var(--primary); box-shadow: 0 0 15px var(--primary-glow); }

.node-label { position: absolute; top: -35px; white-space: nowrap; font-size: 0.8rem; font-weight: bold; color: #888; transition: color 0.3s; }
.season-node.unlocked .node-label { color: var(--primary); }

.node-reward-box {
    position: absolute; top: 55px; width: 140px; background: #222; border: 1px solid #444; border-radius: 8px; padding: 10px;
    text-align: center; opacity: 0.7; transform: translateY(0); transition: all 0.3s; pointer-events: none;
}
.season-node.unlocked .node-reward-box { opacity: 1; border-color: var(--primary); background: rgba(255, 181, 44, 0.05); pointer-events: auto; }
.reward-title { font-size: 0.75rem; color: white; display: block; margin-bottom: 5px; font-weight: bold; }
.reward-btn { 
    font-size: 0.7rem; padding: 4px 10px; border-radius: 4px; border: none; cursor: pointer; font-weight: bold; width: 100%;
    background: #444; color: #888; pointer-events: none;
}
.season-node.unlocked .reward-btn { background: var(--primary); color: black; pointer-events: auto; animation: pulse-btn 2s infinite; }
.season-node.claimed .reward-btn { background: #25d366; color: black; animation: none; pointer-events: none; }
.season-node.claimed .node-reward-box { border-color: #25d366; }

@keyframes pulse-btn { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }

.season-track-container::-webkit-scrollbar { height: 8px; }
.season-track-container::-webkit-scrollbar-track { background: #0f1012; }
.season-track-container::-webkit-scrollbar-thumb { background: #333; border-radius: 4px; }


.main-container {
    display: grid;
    grid-template-columns: 3fr 1.5fr; 
    gap: 40px;
    max-width: 1700px; 
    margin: 60px auto;
    padding: 0 40px;
}
@media (max-width: 992px) { .main-container { grid-template-columns: 1fr; } }


.config-card, .summary-card {
    background: #141517;
    border: 1px solid #2a2b2e;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: visible !important;
}

.config-card::before, .summary-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent); opacity: 0.5;
}


.config-card h2, .summary-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: white;
    margin-bottom: 25px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #2a2b2e !important;
    display: flex; align-items: center; justify-content: space-between;
    font-size: 1.1rem !important;
}


.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}


.service-visual-card {
    background: #1a1b1e;
    border: 1px solid #2a2b2e;
    border-radius: 12px;
    overflow: visible !important;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.service-visual-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.service-visual-card.selected {
    background: #1a1b1e;
    border: 2px solid var(--primary);
    box-shadow: 0 0 20px rgba(255, 181, 44, 0.15);
}
.service-visual-card.active-tooltip {
    z-index: 9999 !important;
    border-color: var(--primary);
}

.service-card-discount {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ff4444;
    color: white;
    font-weight: 900;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 9;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.1);
}

.service-image-box {
    overflow: visible !important;
    border-radius: 12px 12px 0 0;
}
.service-bg-wrapper {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}


.service-info-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    z-index: 10;
    border: 1px solid rgba(255,255,255,0.2);
    transition: 0.2s;
}
.service-info-icon:hover { background: var(--primary); color: black; border-color: var(--primary); }


.summary-card { position: sticky; top: 100px; }
.price-val {
    text-align: center; margin: 30px 0; padding: 25px;
    background: #0f1012; border-radius: 16px; border: 1px solid #222;
    position: relative;
}
#display_price { font-size: 3rem; font-weight: 900; color: white; letter-spacing: -1px; }
#price-symbol { font-size: 1.5rem; color: var(--primary); vertical-align: top; margin-right: 5px; font-weight: bold; }


.mode-selector {
    background: #0f1012; padding: 6px; border-radius: 12px;
    display: flex; gap: 8px; border: 1px solid #222; margin-top: 10px;
}
.mode-btn {
    flex: 1; text-align: center; padding: 14px; border-radius: 8px;
    font-weight: 800; font-size: 0.75rem; text-transform: uppercase;
    cursor: pointer; transition: 0.3s; color: #666; border: 1px solid transparent;
}
.mode-btn.active {
    background: #1f2023; color: white; border-color: #333;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.mode-btn:hover:not(.active) { color: #ccc; background: rgba(255,255,255,0.02); }

.config-side label, .summary-side label {
    font-size: 0.7rem !important; text-transform: uppercase !important; letter-spacing: 0.5px !important;
    color: #888 !important; font-weight: 700 !important; margin-bottom: 8px !important; display: block;
}
.glass-input, select, input[type="text"], input[type="number"], textarea, .dynamic-input {
    background: #0f1012 !important; border: 1px solid #2a2b2e !important; color: white !important;
    border-radius: 10px !important; padding: 14px 16px !important; font-size: 0.95rem !important;
    font-family: 'Montserrat', sans-serif !important; transition: all 0.2s !important;
    width: 100%; box-sizing: border-box;
}
select:focus, input:focus, textarea:focus, .glass-input:focus {
    border-color: var(--primary) !important; box-shadow: 0 0 0 2px rgba(255, 181, 44, 0.1) !important;
    outline: none; background: #141517 !important;
}


#add-to-cart-btn {
    background: var(--primary) !important; color: black !important; border: none !important;
    font-weight: 900 !important; letter-spacing: 1px; padding: 16px !important; border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(255, 181, 44, 0.2); transition: 0.2s;
}
#add-to-cart-btn:hover { transform: translateY(-2px); box-shadow: 0 15px 40px rgba(255, 181, 44, 0.3); }
#quick-buy-btn {
    background: #1f2023 !important; color: white !important; border: 1px solid #333 !important;
    font-weight: 800 !important; padding: 16px !important; border-radius: 10px !important; transition: 0.2s;
}
#quick-buy-btn:hover { border-color: #555 !important; background: #252629 !important; }

.mobile-back-btn {
    display: none;
}
@media (max-width: 992px) {
    .mobile-back-btn {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding: 12px;
    }
}

.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.compare-col { background: rgba(255,255,255,0.03); border-radius: 12px; border: 1px solid #333; overflow: hidden; transition: 0.3s; }
.compare-col:hover { border-color: #555; transform: translateY(-5px); }
.compare-col.selfplay { border-top: 3px solid #25d366; }
.compare-col.piloted { border-top: 3px solid #f1c40f; }

.compare-header { padding: 20px; text-align: center; background: rgba(0,0,0,0.2); position: relative; }
.compare-header i { font-size: 2rem; margin-bottom: 10px; color: #ccc; }
.selfplay .compare-header i { color: #25d366; }
.piloted .compare-header i { color: #f1c40f; }
.compare-header h3 { margin: 0; font-size: 1.2rem; color: white; }

.badge-rec { position: absolute; top: 10px; right: 10px; background: #25d366; color: black; font-size: 0.6rem; font-weight: bold; padding: 2px 6px; border-radius: 4px; }

.compare-body { padding: 20px; }
.compare-desc { font-size: 0.9rem; color: #ccc; margin-bottom: 15px; text-align: center; line-height: 1.4; }
.compare-list { list-style: none; padding: 0; margin: 0; }
.compare-list li { font-size: 0.85rem; color: #aaa; margin-bottom: 10px; display: flex; align-items: start; gap: 8px; }
.compare-list li i { color: #25d366; margin-top: 3px; }
.compare-list li.negative i { color: #ff4444; }

@media (max-width: 768px) { .compare-grid { grid-template-columns: 1fr; } }

.safe-badge {
    background: rgba(37, 211, 102, 0.1);
    border: 1px solid #25d366;
    color: #25d366;
    padding: 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}

.modern-accordion {
    background: #0f1012;
    border: 1px solid #2a2b2e;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.modern-accordion.open { border-color: var(--primary); background: #141517; }

.modern-accordion-header {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 0.85rem;
    color: #ccc;
    transition: 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.modern-accordion-header:hover { color: white; background: rgba(255,255,255,0.02); }
.modern-accordion.open .modern-accordion-header { color: var(--primary); border-bottom: 1px solid rgba(255,255,255,0.05); }

.modern-accordion-content {
    max-height: 0; overflow: hidden; transition: all 0.3s ease-out; padding: 0 20px; opacity: 0; color: #aaa; font-size: 0.85rem; line-height: 1.6;
}
.modern-accordion.open .modern-accordion-content { 
    padding: 20px; opacity: 1;
}


.boost-method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 5px; }
.method-card { background: rgba(255,255,255,0.03); padding: 15px; border-radius: 8px; border: 1px solid #333; }
.method-title { font-weight: 800; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; font-size: 0.8rem; }
.method-list { list-style: none; padding: 0; margin: 0; }
.method-list li { margin-bottom: 5px; display: flex; gap: 8px; font-size: 0.75rem; align-items: start; }

.timeline-step { display: flex; gap: 15px; margin-bottom: 15px; position: relative; }
.timeline-step:last-child { margin-bottom: 0; }
.step-number { 
    width: 24px; height: 24px; background: #222; border: 1px solid #444; border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: bold; color: var(--primary);
    flex-shrink: 0; z-index: 2;
}
.step-line { position: absolute; top: 24px; left: 11px; width: 2px; height: calc(100% - 10px); background: #333; z-index: 1; }
.timeline-step:last-child .step-line { display: none; }
.step-content strong { color: white; display: block; margin-bottom: 3px; font-size: 0.85rem; }

.delivery-stat-box { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 25px; }
.stat-item { background: #0f1012; border: 1px solid #2a2b2e; padding: 15px; border-radius: 10px; text-align: center; }
.stat-label { display: block; font-size: 0.7rem; color: #666; font-weight: 800; margin-bottom: 5px; text-transform: uppercase; }
.stat-val { font-size: 1.1rem; color: white; font-weight: bold; }
.stat-val i { margin-right: 5px; color: var(--primary); }

@media (max-width: 600px) {
    .boost-method-grid { grid-template-columns: 1fr; }
}


#service-search {
    padding-left: 50px !important;
}

.search-result-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.2s;
    cursor: pointer;
}
.search-result-card:last-child { border-bottom: none; }
.search-result-card:hover { background: rgba(255, 255, 255, 0.05); }

.src-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.src-info { flex: 1; }
.src-game { font-size: 0.7rem; color: var(--primary); font-weight: 800; text-transform: uppercase; margin-bottom: 3px; }
.src-title { font-size: 0.95rem; color: white; font-weight: 600; line-height: 1.2; }
.src-price-box { text-align: right; min-width: 80px; }
.src-price { font-size: 1.1rem; color: #25d366; font-weight: 800; }
.src-old-price { font-size: 0.8rem; color: #888; text-decoration: line-through; display: block; }
.src-discount-tag {
    font-size: 0.65rem; background: #ff4444; color: white; padding: 2px 6px; 
    border-radius: 4px; font-weight: bold; display: inline-block; margin-bottom: 2px;
}

.btn-modern {
    background: var(--primary);
    color: black;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 800;
    cursor: pointer;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif;
}
.btn-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 181, 44, 0.4);
    filter: brightness(1.1);
}

.btn-modern-outline {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    color: #e1e1e6;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.btn-modern-outline:hover {
    background: rgba(255,255,255,0.08);
    border-color: white;
    color: white;
    transform: translateY(-2px);
}


.btn-modern.discord { background: #5865F2; color: white; box-shadow: 0 4px 15px rgba(88, 101, 242, 0.3); }
.btn-modern.discord:hover { box-shadow: 0 8px 25px rgba(88, 101, 242, 0.5); }

.btn-modern-outline.trustpilot { color: #00b67a; border-color: #00b67a; }
.btn-modern-outline.trustpilot:hover { background: rgba(0, 182, 122, 0.1); border-color: #00b67a; color: #00b67a; }

.btn-modern-outline.link { border: none; background: transparent; padding: 0; color: var(--primary); border-bottom: 1px dashed var(--primary); border-radius: 0; }
.btn-modern-outline.link:hover { background: transparent; transform: none; opacity: 0.8; }

.text-glow-gold {
    background: linear-gradient(135deg, #ffd700 0%, #ffb52c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
    font-weight: 900;
    letter-spacing: 1px;
}
