/* ZabboModern - Core Design System */

:root {
    --primary-bg: #121212;
    --card-bg: rgba(20, 20, 20, 0.75);
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.1);
    --accent-color: #00d2ff;
    --accent-gradient: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
    --vibrant-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --gold-gradient: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
    --text-primary: #ffffff;
    --text-secondary: #b3b3b3;
    --font-main: 'Outfit', sans-serif;
    --banner-bg: linear-gradient(135deg, rgba(0, 210, 255, 0.2) 0%, rgba(58, 123, 213, 0.2) 100%);
    --glass-heavy: rgba(255, 255, 255, 0.05);
    --glow-shadow: 0 0 20px rgba(0, 210, 255, 0.5);
}

body#Zabbo {
    background: var(--primary-bg);
    color: var(--text-primary);
    font-family: var(--font-main);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    background-image: radial-gradient(circle at 50% 50%, #1e1e1e 0%, #121212 100%);
    background-attachment: fixed;
}

/* Glassmorphism Cards */
.card {
    background: var(--card-bg) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37) !important;
    padding: 20px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.5) !important;
}

/* Premium Buttons */
.btn {
    border-radius: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 24px !important;
    border: none !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.btn-success, .btn-joinin {
    background: var(--accent-gradient) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(0, 210, 255, 0.3) !important;
}

.btn-success:hover, .btn-joinin:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 210, 255, 0.5) !important;
}

/* Typography */
h1, h2, h3, h4, .title {
    font-family: var(--font-main);
    font-weight: 700 !important;
    color: var(--text-primary) !important;
}

.title {
    font-size: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    border-left: 4px solid var(--accent-color);
    padding-left: 15px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.glass-card {
    background: var(--card-bg) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4) !important;
    color: var(--text-primary) !important;
}

/* Custom Widgets - Glass Styles */
.window_style_2 {
    background: var(--glass-bg) !important;
    border: 1px solid var(--glass-border) !important;
    border-radius: 12px !important;
    overflow: hidden;
}

.TextWaehrung {
    font-weight: 600 !important;
}

/* Navigation - Modern Fixes */
.header {
    background: rgba(18, 18, 18, 0.8) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--glass-border);
}

.subnavi.top {
    background: transparent !important;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .removeonbreakpoint {
        display: none !important;
    }
    
    .card {
        margin: 10px !important;
    }
}

/* Animation for Hero Section */
.profile-hero {
    overflow: hidden;
    position: relative;
    border: none !important;
    padding: 40px !important;
    margin-bottom: 30px !important;
}

.avatar-large {
    filter: drop-shadow(0 0 15px rgba(0, 210, 255, 0.4));
    transition: transform 0.5s ease;
}

.avatar-large:hover {
    transform: scale(1.1) rotate(5deg);
}

.user-display-name {
    font-size: 2.5rem !important;
    margin-bottom: 5px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.highlight {
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.stat-card {
    text-align: center;
    padding: 15px !important;
    border-radius: 12px !important;
}

.stat-icon img {
    height: 30px;
    margin-bottom: 10px;
}

.stat-value {
    font-size: 1.2rem;
    font-weight: 700;
}

.stat-label {
    font-size: 0.8rem;
    color: var(--text-secondary);
    text-transform: uppercase;
}

/* Specific Glass Tints */
.glass-gold { background: linear-gradient(135deg, rgba(246, 211, 101, 0.1), rgba(253, 160, 133, 0.1)) !important; border-color: rgba(246, 211, 101, 0.2) !important; }
.glass-blue { background: linear-gradient(135deg, rgba(0, 210, 255, 0.1), rgba(58, 123, 213, 0.1)) !important; border-color: rgba(0, 210, 255, 0.2) !important; }
.glass-purple { background: linear-gradient(135deg, rgba(240, 147, 251, 0.1), rgba(245, 87, 108, 0.1)) !important; border-color: rgba(240, 147, 251, 0.2) !important; }
.glass-red { background: linear-gradient(135deg, rgba(255, 65, 54, 0.1), rgba(133, 20, 75, 0.1)) !important; border-color: rgba(255, 65, 54, 0.2) !important; }

/* Room List */
.room-item {
    background: var(--glass-bg);
    padding: 15px;
    border-radius: 12px;
    border: 1px solid var(--glass-border);
    transition: background 0.3s ease;
}

.room-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.room-name { font-weight: 700; color: var(--accent-color); }
.room-desc { font-size: 0.85rem; color: var(--text-secondary); }

/* Social Buttons */
.social-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 12px;
    text-decoration: none !important;
    color: white !important;
    transition: transform 0.3s ease;
}

.social-btn:hover { transform: translateX(5px); }
.glass-discord { background: rgba(88, 101, 242, 0.2); border: 1px solid rgba(88, 101, 242, 0.3); }
.glass-instagram { background: rgba(225, 48, 108, 0.2); border: 1px solid rgba(225, 48, 108, 0.3); }

/* News Styles */
.latest-news-preview {
    height: 180px;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.news-title { font-size: 1.1rem; margin: 0; }

/* Landing Page Specifics */
.landing-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top right, #3a7bd5, #00d2ff);
    overflow: hidden;
    position: relative;
}

.landing-container {
    z-index: 10;
    width: 100%;
    max-width: 450px;
    padding: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 24px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
}

.landing-logo {
    max-width: 200px;
    margin-bottom: 30px;
}

.login-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.login-form input {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    padding: 15px 15px 15px 45px !important;
    color: white !important;
    height: auto !important;
    transition: all 0.3s ease;
}

.login-form input:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: var(--accent-color) !important;
    box-shadow: 0 0 15px rgba(0, 210, 255, 0.2) !important;
}

.login-form .fa {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent-color);
    z-index: 5;
}

.btn-login {
    background: var(--accent-gradient) !important;
    padding: 15px !important;
    font-size: 1.1rem !important;
    margin-top: 10px;
}

/* Background Animation */
.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bubble {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: bubbleMove 25s infinite linear;
}

@keyframes bubbleMove {
    from { transform: translateY(100vh) rotate(0deg); opacity: 1; }
    to { transform: translateY(-10vh) rotate(360deg); opacity: 0; }
}

/* Footer Modernization */
.footer {
    background: rgba(18, 18, 18, 0.9) !important;
    border-top: 1px solid var(--glass-border);
    padding: 40px 0;
}

.footer h4 b {
    color: var(--accent-color);
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.avatar-footer {
    width: 40px;
    height: 40px;
    background: var(--glass-bg);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.avatar-footer:hover {
    transform: scale(1.2);
}
/* Pulse Animation */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 210, 255, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(0, 210, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 210, 255, 0); }
}

.pulse-animation {
    animation: pulse 2s infinite;
}

/* Animations */
@keyframes fadeInSlide {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Layout Utilities */
.gap-3 { gap: 1rem; }
.mb-0 { margin-bottom: 0 !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.p-3 { padding: 1rem !important; }
.d-flex { display: flex !important; }
.flex-grow-1 { flex-grow: 1 !important; }
.align-items-center { align-items: center !important; }
.flex-column { flex-direction: column !important; }
.justify-content-center { justify-content: center !important; }
.text-accent { color: var(--accent-color) !important; }

/* Header Refinement */
.header {
    transition: all 0.3s ease;
    border-bottom: 5px solid rgba(255, 255, 255, 0.1);
}

#clientbutton {
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    min-width: 250px;
    transition: all 0.3s ease;
}

#onlinecounter {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 8px 20px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sticky Avatar Styles */
.sticky-avatar-container {
    position: fixed;
    right: 50px;
    bottom: 100px;
    z-index: 9999;
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
}

.sticky-avatar-container.scrolled {
    opacity: 0;
    transform: translateY(50px);
}

.sticky-avatar-container img {
    height: 180px;
    image-rendering: pixelated;
}

#onlinecounter b {
    color: var(--accent-color);
}

.logo-container img {
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5));
    transition: transform 0.3s ease;
}

.logo-container img:hover {
    transform: scale(1.05);
}

/* Header 2.0 Refinements */
.header-logo {
    max-height: 140px;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
    transition: transform 0.3s ease;
}

.header-logo:hover {
    transform: scale(1.05);
}

.header-main-content {
    width: 100%;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.btn-login-glass {
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 15px 40px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.4);
    display: block;
    width: 100%;
    text-align: center;
}
/* 2026 Premium Banner Design */
.banner-2026 {
    background: var(--banner-bg);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid var(--glass-border);
    border-radius: 30px;
    padding: 40px;
    margin: 20px 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.banner-2026::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 210, 255, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.banner-logo-v2 {
    max-height: 160px;
    z-index: 2;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.5));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.banner-logo-v2:hover {
    transform: scale(1.1) translateY(-10px);
}

.action-card-v2 {
    background: var(--glass-heavy);
    border: 1px solid var(--glass-border);
    padding: 30px;
    border-radius: 24px;
    backdrop-filter: blur(15px);
    z-index: 2;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.btn-hotel-v2 {
    background: var(--accent-gradient) !important;
    padding: 18px 45px !important;
    font-size: 1.2rem !important;
    border-radius: 15px !important;
    box-shadow: var(--glow-shadow) !important;
    position: relative;
    overflow: hidden;
}

.btn-hotel-v2::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: 0.5s;
}

.btn-hotel-v2:hover::after {
    left: 100%;
}

.live-badge-v2 {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 25px;
    border-radius: 100px;
    margin-top: 20px;
    border: 1px solid rgba(0, 210, 255, 0.3);
}

.pulse-dot {
    width: 10px;
    height: 10px;
    background: #00d2ff;
    border-radius: 50%;
    margin-right: 12px;
    box-shadow: 0 0 10px #00d2ff;
    animation: dotPulse 1.5s infinite;
}

@keyframes dotPulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
}

.online-text-v2 {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-primary);
    letter-spacing: 0.5px;
}

/* User Info Card in Banner */
.user-card-v2 {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    z-index: 2;
    margin-right: auto;
    margin-left: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.user-card-v2:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 210, 255, 0.3);
    transform: translateY(-3px);
}

.user-avatar-v2 {
    width: 65px;
    height: 65px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--accent-color);
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.4);
}

.user-avatar-v2 img {
    margin-top: -15px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.6));
}

.user-details-v2 {
    display: flex;
    flex-direction: column;
}

.user-welcome-v2 {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--accent-color);
    letter-spacing: 1.5px;
    margin-bottom: 2px;
}

.user-name-v2 {
    font-size: 1.3rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.user-wallet-v2 {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.wallet-item-v2 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.05);
}

.wallet-item-v2 img {
    height: 18px;
}

@media (max-width: 1100px) {
    .user-card-v2 {
        display: none !important;
    }
}

/* --- Profile Page 2026 Styles --- */
.profile-hero {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.profile-avatar-container {
    position: relative;
    width: 140px;
    height: 180px;
    margin-right: 30px;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.4));
}

.profile-avatar-container img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.profile-avatar-plate {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    z-index: 1;
}

.profile-info h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 42px;
    font-weight: 800;
    margin: 0;
    color: white;
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.profile-motto {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
    font-style: italic;
}

.profile-badges-strip {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.profile-badge-mini {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.profile-badge-mini:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.2);
}

.stat-card-v2 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.stat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.stat-item:last-child {
    border-bottom: none;
}

.stat-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.stat-value {
    color: white;
    font-weight: 700;
    font-size: 16px;
}

.relation-item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.3s ease;
}

.relation-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.relation-avatar {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    margin-left: -5px;
    position: relative;
    overflow: hidden;
}

.relation-avatar img {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
}

.comment-card-v2 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    gap: 15px;
}

.comment-avatar-v2 {
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.2);
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.comment-avatar-v2 img {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
}

.comment-content-v2 {
    flex-grow: 1;
}

.comment-header-v2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.comment-user-v2 {
    font-weight: 700;
    color: var(--accent-color);
    text-decoration: none;
}

.comment-date-v2 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

.comment-text-v2 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
}

.badge-grid-v2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    gap: 10px;
    padding: 15px;
}

.badge-item-v2 {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.2s;
}

.badge-item-v2:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.1);
}
