html, body {
    font-family: var(--voltava-font-family, 'Helvetica Neue', Helvetica, Arial, sans-serif);
    margin: 0;
    padding: 0;
    height: 100%;
}

/* =====================================================
   RADZEN LAYOUT CUSTOMIZATIONS (Main App Layout)
   Override Radzen "software" theme defaults
   ===================================================== */
.rz-layout {
    height: 100vh;
}

/* Header - force dark theme background */
.rz-layout > .rz-header,
.rz-header {
    background: var(--voltava-secondary, #1a1a2e) !important;
    background-color: var(--voltava-secondary, #1a1a2e) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Header text and icons should be white */
.rz-header .rz-text,
.rz-header .rz-icon,
.rz-header span,
.rz-header label {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Sidebar toggle button - force transparent background */
.rz-sidebar-toggle,
.rz-header .rz-sidebar-toggle,
button.rz-sidebar-toggle,
.rz-sidebar-toggle.rz-button {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.rz-sidebar-toggle .rz-icon,
.rz-header .rz-sidebar-toggle .rz-icon,
.rz-sidebar-toggle .material-icons,
.rz-sidebar-toggle i {
    color: rgba(255, 255, 255, 0.8) !important;
}

.rz-sidebar-toggle:hover,
.rz-header .rz-sidebar-toggle:hover,
button.rz-sidebar-toggle:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.rz-sidebar-toggle:hover .rz-icon,
.rz-header .rz-sidebar-toggle:hover .rz-icon {
    color: #fff !important;
}

/* Profile menu in header */
.rz-header .rz-profile-menu,
.rz-header .rz-profile-menu .rz-dropdown {
    background: transparent !important;
    border: none !important;
}

.rz-header .rz-profile-menu:hover,
.rz-header .rz-profile-menu .rz-dropdown:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.rz-header .rz-profile-menu .rz-icon {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Login button in header */
.rz-header .rz-button.rz-light,
.rz-header .rz-button.rz-button-md.rz-light {
    background: rgba(255, 255, 255, 0.15) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
}

.rz-header .rz-button.rz-light:hover,
.rz-header .rz-button.rz-button-md.rz-light:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    background-color: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.rz-header .rz-button.rz-light .rz-icon,
.rz-header .rz-button.rz-light span {
    color: #fff !important;
}

/* Sidebar - solid dark background */
.rz-layout > .rz-sidebar,
.rz-sidebar {
    background: var(--voltava-secondary, #1a1a2e) !important;
    background-color: var(--voltava-secondary, #1a1a2e) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* Force sidebar content to use flexbox for bottom-aligned user section */
.rz-sidebar .rz-sidebar-content,
.desktop-sidebar .rz-sidebar-content {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Panel menu - ensure transparent/consistent background */
.rz-panel-menu,
.rz-sidebar .rz-panel-menu {
    background: transparent !important;
}

.rz-panel-menu-content,
.rz-sidebar .rz-panel-menu-content {
    background: transparent !important;
}

/* Panel menu header items (top-level menu items) */
.rz-sidebar .rz-panelmenu-header,
.rz-panel-menu .rz-panelmenu-header {
    background: transparent !important;
}

.rz-sidebar .rz-panelmenu-header > .rz-link,
.rz-panel-menu .rz-panelmenu-header > .rz-link {
    color: rgba(255, 255, 255, 0.9) !important;
}

.rz-sidebar .rz-panelmenu-header:hover,
.rz-panel-menu .rz-panelmenu-header:hover {
    background: rgba(255, 255, 255, 0.08) !important;
}

/* Panel menu icons */
.rz-sidebar .rz-panelmenu-header-icon,
.rz-panel-menu .rz-panelmenu-header-icon,
.rz-sidebar .rz-menuitem-icon,
.rz-panel-menu .rz-menuitem-icon {
    color: rgba(255, 255, 255, 0.6) !important;
}

.rz-sidebar .rz-panelmenu-header:hover .rz-panelmenu-header-icon,
.rz-panel-menu .rz-panelmenu-header:hover .rz-panelmenu-header-icon {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Panel menu text - ensure white text */
.rz-sidebar .rz-panelmenu-header-text,
.rz-panel-menu .rz-panelmenu-header-text {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Panel menu nested/child items */
.rz-sidebar .rz-panelmenu-item,
.rz-panel-menu .rz-panelmenu-item {
    background: transparent !important;
}

.rz-sidebar .rz-panelmenu-item > .rz-link,
.rz-panel-menu .rz-panelmenu-item > .rz-link {
    color: rgba(255, 255, 255, 0.8) !important;
}

.rz-sidebar .rz-panelmenu-item:hover,
.rz-panel-menu .rz-panelmenu-item:hover {
    background: rgba(255, 255, 255, 0.08) !important;
}

.rz-sidebar .rz-panelmenu-item:hover > .rz-link,
.rz-panel-menu .rz-panelmenu-item:hover > .rz-link {
    color: #fff !important;
}

/* Active menu item - subtle green accent */
.rz-sidebar .rz-panelmenu-header.rz-state-active,
.rz-sidebar .rz-panelmenu-item.rz-state-active,
.rz-panel-menu .rz-panelmenu-header.rz-state-active,
.rz-panel-menu .rz-panelmenu-item.rz-state-active {
    background: rgba(0, 166, 81, 0.15) !important;
    border-left: 3px solid var(--voltava-primary, #00A651);
}

.rz-sidebar .rz-panelmenu-header.rz-state-active > .rz-link,
.rz-sidebar .rz-panelmenu-item.rz-state-active > .rz-link,
.rz-panel-menu .rz-panelmenu-header.rz-state-active > .rz-link,
.rz-panel-menu .rz-panelmenu-item.rz-state-active > .rz-link {
    color: #fff !important;
}

.rz-sidebar .rz-panelmenu-header.rz-state-active .rz-panelmenu-header-icon,
.rz-sidebar .rz-panelmenu-item.rz-state-active .rz-menuitem-icon,
.rz-panel-menu .rz-panelmenu-header.rz-state-active .rz-panelmenu-header-icon,
.rz-panel-menu .rz-panelmenu-item.rz-state-active .rz-menuitem-icon {
    color: var(--voltava-primary, #00A651) !important;
}

/* Panel menu expanded content (submenu container) */
.rz-sidebar .rz-panelmenu-content,
.rz-panel-menu .rz-panelmenu-content {
    background: rgba(0, 0, 0, 0.2) !important;
}

/* Submenu items text */
.rz-sidebar .rz-panelmenu-content .rz-menuitem-text,
.rz-panel-menu .rz-panelmenu-content .rz-menuitem-text {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Footer - light neutral */
.rz-layout > .rz-footer,
.rz-footer {
    background: var(--voltava-off-white, #f8f9fa) !important;
    background-color: var(--voltava-off-white, #f8f9fa) !important;
    border-top: 1px solid var(--voltava-gray-200, #e9ecef);
    padding: 0.75rem 1rem;
}

/* Body/main content area */
.rz-layout > .rz-body,
.rz_body {
    background: var(--voltava-off-white, #f8f9fa) !important;
    background-color: var(--voltava-off-white, #f8f9fa) !important;
}

/* =====================================================
   LANDING PAGE STYLES
   ===================================================== */
.landing-layout {
    min-height: 100vh;
    background: #fff;
}

/* Navigation */
.landing-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--voltava-gray-200, #e9ecef);
    padding: 1rem 2rem;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-brand-logo {
    height: 40px;
    width: auto;
}

.brand-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--voltava-secondary, #1a1a2e);
}

.brand-divider {
    width: 1px;
    height: 24px;
    background: var(--voltava-gray-300, #dee2e6);
    margin: 0 0.5rem;
}

.brand-subtitle {
    font-size: 1rem;
    font-weight: 500;
    color: var(--voltava-text-secondary, #4a5568);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-links a {
    color: var(--voltava-text-secondary, #4a5568);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: var(--voltava-primary, #00A651);
}

/* Navigation Buttons */
.btn-login {
    padding: 0.5rem 1.25rem;
    border: 1px solid var(--voltava-gray-200, #e9ecef);
    border-radius: var(--voltava-radius, 6px);
    background: #fff;
    color: var(--voltava-text-secondary, #4a5568) !important;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-login:hover {
    background: var(--voltava-off-white, #f8f9fa);
    border-color: var(--voltava-primary, #00A651);
    color: var(--voltava-primary, #00A651) !important;
}

.btn-primary-link {
    padding: 0.5rem 1.25rem;
    border-radius: var(--voltava-radius, 6px);
    background: var(--voltava-gradient, linear-gradient(135deg, #00A651 0%, #00C853 100%));
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-primary-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 166, 81, 0.4);
    color: #fff !important;
}

/* Hero Section */
.hero-section {
    padding: 8rem 2rem 4rem;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-height: 100vh;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--voltava-secondary, #1a1a2e);
    margin: 0 0 1.5rem;
}

.gradient-text {
    background: var(--voltava-gradient, linear-gradient(135deg, #00A651 0%, #00C853 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--voltava-text-secondary, #4a5568);
    line-height: 1.7;
    margin: 0 0 2rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: var(--voltava-radius-md, 8px);
    background: var(--voltava-gradient, linear-gradient(135deg, #00A651 0%, #00C853 100%));
    color: #fff !important;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 166, 81, 0.4);
    color: #fff !important;
}

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: var(--voltava-radius-md, 8px);
    background: #fff;
    border: 2px solid var(--voltava-gray-200, #e9ecef);
    color: var(--voltava-text-secondary, #4a5568) !important;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-hero-secondary:hover {
    border-color: var(--voltava-primary, #00A651);
    color: var(--voltava-primary, #00A651) !important;
}

/* CTA Button */
.btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: var(--voltava-radius-md, 8px);
    background: #fff;
    color: var(--voltava-primary, #00A651) !important;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    color: var(--voltava-primary-dark, #008542) !important;
}

/* Install Banner */
.install-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(0, 166, 81, 0.3);
}

.install-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.install-banner-text {
    display: flex;
    align-items: center;
    color: #fff;
}

.install-banner-text > div {
    display: flex;
    flex-direction: column;
}

.install-banner-text strong {
    font-size: 1rem;
    font-weight: 600;
}

.install-banner-text span:not(:first-child) {
    font-size: 0.875rem;
 
}

.install-banner-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.install-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    border: none;
    border-radius: var(--voltava-radius, 6px);
    background: var(--voltava-gradient, linear-gradient(135deg, #00A651 0%, #00C853 100%));
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.install-banner-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 166, 81, 0.4);
}

.install-banner-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.notification-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--voltava-radius, 6px);
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.notification-banner-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.install-banner-hint {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
}

.install-banner-hint .desktop-hint {
    display: inline;
}

.install-banner-hint .mobile-hint {
    display: none;
}

@media (max-width: 768px) {
    .install-banner {
        padding: 0.875rem 1rem;
    }

    .install-banner-content {
        flex-direction: column;
        text-align: center;
    }

    .install-banner-text {
        flex-direction: column;
        gap: 0.25rem;
    }

    .install-banner-text > div {
        align-items: center;
    }

    .install-banner-actions {
        flex-wrap: wrap;
        justify-content: center;
    }

    .install-banner-hint .desktop-hint {
        display: none;
    }

    .install-banner-hint .mobile-hint {
        display: inline;
    }
}

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: 3rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--voltava-secondary, #1a1a2e);
}

.stat-label {
    display: block;
    font-size: 0.875rem;
    color: var(--voltava-text-muted, #718096);
}

.hero-image {
    display: flex;
    justify-content: center;
}

.hero-card {
    transform: rotate(3deg);
    transition: transform 0.3s;
}

.hero-card:hover {
    transform: rotate(0deg);
}

.feature-preview-card {
    width: 320px;
    box-shadow: var(--voltava-shadow-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25));
}

.preview-leaderboard {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.leader-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    background: var(--voltava-off-white, #f8f9fa);
    border-radius: var(--voltava-radius-md, 8px);
}

.leader-item .rank {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: #fff;
}

.leader-item .rank.gold { background: linear-gradient(135deg, #ffd700, #ffb700); }
.leader-item .rank.silver { background: linear-gradient(135deg, #c0c0c0, #a0a0a0); }
.leader-item .rank.bronze { background: linear-gradient(135deg, #cd7f32, #a0522d); }

.leader-item .name {
    flex: 1;
    font-weight: 500;
}

.leader-item .points {
    font-weight: 600;
    color: var(--voltava-primary, #00A651);
}

/* Features Section */
.features-section {
    padding: 6rem 2rem;
    background: var(--voltava-off-white, #f8f9fa);
}

/* Activities Section - distinct styling */
.activities-section {
    padding: 6rem 2rem;
    background: #fff;
}

.activities-section .section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 4rem;
}

.activities-section .section-header h2 {
    color: var(--voltava-primary, #00A651);
}

.activities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.activity-card {
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: var(--voltava-radius-lg, 12px);
    border: 2px solid var(--voltava-gray-200, #e9ecef);
    background: #fff;
    transition: all 0.3s;
}

.activity-card:hover {
    border-color: var(--voltava-primary, #00A651);
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 166, 81, 0.15);
}

.activity-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 166, 81, 0.1) 0%, rgba(0, 200, 83, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    transition: all 0.3s;
}

.activity-card:hover .activity-icon {
    background: var(--voltava-gradient, linear-gradient(135deg, #00A651 0%, #00C853 100%));
    transform: scale(1.05);
}

.activity-icon .rz-icon {
    font-size: 2.25rem;
    color: var(--voltava-primary, #00A651);
    transition: color 0.3s;
}

.activity-card:hover .activity-icon .rz-icon {
    color: #fff;
}

.activity-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--voltava-secondary, #1a1a2e);
    margin: 0 0 0.5rem;
}

.activity-card p {
    font-size: 0.9rem;
    color: var(--voltava-text-secondary, #4a5568);
    margin: 0;
    line-height: 1.5;
}

/* App Features Section - compact list style */
.app-features-section {
    padding: 5rem 2rem;
    background: var(--voltava-secondary, #1a1a2e);
}

.app-features-section .section-header h2 {
    color: #fff;
}

.app-features-section .section-header p {
    color: rgba(255, 255, 255, 0.7);
}

.app-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.app-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--voltava-radius-md, 8px);
    transition: background 0.2s;
}

.app-feature-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.app-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--voltava-radius-md, 8px);
    background: var(--voltava-gradient, linear-gradient(135deg, #00A651 0%, #00C853 100%));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.app-feature-icon .rz-icon {
    font-size: 1.25rem;
    color: #fff;
}

.app-feature-content h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.25rem;
}

.app-feature-content p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.5;
}

/* How It Works Section */
.how-it-works-section {
    padding: 6rem 2rem;
    background: #fff;
}

.steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    max-width: 1000px;
    margin: 0 auto;
}

.step {
    text-align: center;
    flex: 1;
    max-width: 280px;
}

.step-number {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--voltava-gradient, linear-gradient(135deg, #00A651 0%, #00C853 100%));
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.step h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--voltava-secondary, #1a1a2e);
    margin: 0 0 0.75rem;
}

.step p {
    color: var(--voltava-text-secondary, #4a5568);
    margin: 0;
}

.step-connector {
    width: 80px;
    height: 2px;
    background: var(--voltava-gray-200, #e9ecef);
    flex-shrink: 0;
}

/* CTA Section */
.cta-section {
    padding: 6rem 2rem;
    background: var(--voltava-gradient, linear-gradient(135deg, #00A651 0%, #00C853 100%));
}

.cta-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem;
}

.cta-content p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 2rem;
}

/* Landing Footer */
.landing-footer {
    padding: 2rem;
    background: var(--voltava-secondary, #1a1a2e);
    color: #fff;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
}

.footer-logo {
    height: 28px;
    width: auto;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #fff;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
}

/* Powered by Voltava badge */
.powered-by {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: var(--voltava-text-muted, #718096);
    margin-top: 1rem;
}

.powered-by img {
    height: 16px;
    width: auto;
    opacity: 0.7;
}

/* =====================================================
   AUTH LAYOUT STYLES
   ===================================================== */
.auth-layout {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
   
    padding: .5rem;
}

.auth-container {
    width: 100%;
    max-width: 420px;
}

.auth-card {
    background: #fff;
    
    border-radius: var(--voltava-radius-xl, 16px);
    padding: 2.5rem;
   
}

.auth-header {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-logo {
    height: 48px;
    width: auto;
    margin-bottom: 1rem;
}

.auth-form {
    margin-bottom: 1.5rem;
}

.auth-footer {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid var(--voltava-gray-200, #e9ecef);
}

/* =====================================================
   DASHBOARD STYLES
   ===================================================== */
.stat-card {
    transition: transform 0.2s, box-shadow 0.2s;
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--voltava-shadow-md, 0 10px 15px -3px rgba(0, 0, 0, 0.1));
}

.event-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.event-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--voltava-off-white, #f8f9fa);
    border-radius: var(--voltava-radius-md, 8px);
    transition: background 0.2s;
}

.event-item:hover {
    background: var(--voltava-gray-100, #f1f3f4);
}

.event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 1rem;
    background: var(--voltava-primary, #00A651);
    color: #fff;
    border-radius: var(--voltava-radius-md, 8px);
    min-width: 60px;
}

.event-date .month {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.event-date .day {
    font-size: 1.5rem;
    font-weight: 700;
}

.event-details {
    flex: 1;
}

.event-points {
    margin-right: 0.5rem;
}

.leaderboard-preview {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.leaderboard-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: var(--voltava-off-white, #f8f9fa);
    border-radius: var(--voltava-radius-md, 8px);
    transition: background 0.2s;
}

.leaderboard-item:hover {
    background: var(--voltava-gray-100, #f1f3f4);
}

.leaderboard-item .rank {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    background: var(--voltava-gray-200, #e9ecef);
    color: var(--voltava-text-secondary, #4a5568);
}

.leaderboard-item.rank-1 .rank { background: linear-gradient(135deg, #ffd700, #ffb700); color: #fff; }
.leaderboard-item.rank-2 .rank { background: linear-gradient(135deg, #c0c0c0, #a0a0a0); color: #fff; }
.leaderboard-item.rank-3 .rank { background: linear-gradient(135deg, #cd7f32, #a0522d); color: #fff; }

.leaderboard-item .house-name {
    flex: 1;
    font-weight: 500;
}

.leaderboard-item .points {
    font-weight: 600;
    color: var(--voltava-primary, #00A651);
}

.row-gap {
    --bs-gutter-x: 0; /* Override horizontal gutter */
    --bs-gutter-y: 1.5rem; /* Vertical gap between rows */
}

/* =====================================================
   GENERAL STYLES
   ===================================================== */
a, .btn-link {
    color: var(--voltava-primary, #00A651);
}

.btn-primary {
    color: #fff;
    background-color: var(--voltava-primary, #00A651);
    border-color: var(--voltava-primary-dark, #008542);
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--voltava-primary, #00A651);
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* =====================================================
   RESPONSIVE STYLES
   ===================================================== */
@media (max-width: 992px) {
    .hero-section {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-image {
        display: none;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .steps-container {
        flex-direction: column;
    }
    
    .step-connector {
        width: 2px;
        height: 40px;
    }
    
    .nav-brand .brand-divider,
    .nav-brand .brand-subtitle {
        display: none;
    }
    
    .nav-links {
        gap: 1rem;
    }
    
    .activities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .app-features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    /* Fix scrolling - allow content to flow naturally */
    html, body {
        height: auto !important;
        min-height: 100% !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    /* Hide the desktop header completely on mobile */
    .desktop-header,
    .rz-header {
        display: none !important;
    }

    /* Hide the sidebar on mobile */
    .desktop-sidebar,
    .rz-sidebar {
        display: none !important;
    }

    /* Show mobile bottom nav */
    .mobile-bottom-nav {
        display: flex !important;
    }

    /* Fix Radzen layout for mobile scrolling */
    .rz-layout {
        display: block !important;
        height: auto !important;
        min-height: 100vh !important;
        overflow: visible !important;
    }

    /* Adjust body - no header offset needed, no padding, allow scroll */
    .rz-body {
        margin-left: 0 !important;
        margin-top: 0 !important;
        height: auto !important;
        min-height: 100vh !important;
        overflow: visible !important;
        position: relative !important;
    }

    /* Remove ALL Radzen default padding on mobile */
    .rz-body > div,
    .rz-body > .rz-p-4,
    .rz-p-4,
    .rz-body .rz-p-4,
    div.rz-p-4 {
        padding: 0 !important;
    }

    /* Main content - no padding on mobile for edge-to-edge */
    .main-content-area {
        padding: 0 !important;
        padding-bottom: calc(80px + env(safe-area-inset-bottom, 0)) !important;
        min-height: auto !important;
        overflow: visible !important;
    }

    /* Events page specific - ensure scrolling works */
    .events-page-modern {
        min-height: auto !important;
        padding-bottom: calc(100px + env(safe-area-inset-bottom, 0)) !important;
        overflow: visible !important;
    }

    /* Adjust FAB position above bottom nav */
    .fab-create {
        bottom: calc(80px + env(safe-area-inset-bottom, 0)) !important;
        right: 16px !important;
    }
}

/* =====================================================
   TABLET/DESKTOP - Show header and sidebar
   ===================================================== */
@media (min-width: 769px) {
    .mobile-bottom-nav {
        display: none !important;
    }

    .desktop-header,
    .rz-header {
        display: flex !important;
    }

    .desktop-sidebar,
    .rz-sidebar {
        display: block !important;
    }

    .main-content-area {
        padding: 1rem;
        padding-bottom: 1rem;
    }
}

/* =====================================================
   MOBILE BOTTOM NAVIGATION
   App-like bottom tab bar for mobile devices
   ===================================================== */

.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding-bottom: env(safe-area-inset-bottom, 0);
    justify-content: space-around;
    align-items: center;
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
    text-decoration: none;
    color: #9ca3af;
    font-size: 0.625rem;
    font-weight: 500;
    gap: 0.25rem;
    transition: all 0.2s ease;
    position: relative;
}

.bottom-nav-item .rz-icon {
    font-size: 1.5rem;
    transition: all 0.2s ease;
}

.bottom-nav-item span {
    line-height: 1;
}

.bottom-nav-item:hover {
    color: #6b7280;
}

.bottom-nav-item.active {
    color: var(--voltava-primary);
}

.bottom-nav-item.active .rz-icon {
    transform: scale(1.1);
}

.bottom-nav-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 3px;
    background: var(--voltava-primary);
    border-radius: 0 0 3px 3px;
}

/* Center Action Button (Check In / Sign In) */
.bottom-nav-item.center-action {
    flex: 1.2;
}

.center-action-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--voltava-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    box-shadow: 0 4px 12px rgba(0, 166, 81, 0.35);
    transition: all 0.2s ease;
}

.center-action-btn .rz-icon {
    color: #fff;
    font-size: 1.5rem;
}

.bottom-nav-item.center-action:hover .center-action-btn {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 166, 81, 0.45);
}

.bottom-nav-item.center-action.active .center-action-btn {
    background: var(--voltava-gradient-dark);
}

.bottom-nav-item.center-action span {
    margin-top: 0.125rem;
    color: var(--voltava-primary);
    font-weight: 600;
}

.bottom-nav-item.center-action::before {
    display: none;
}

/* Main content area */
.main-content-area {
    padding: 1rem;
}

/* =====================================================
   MODERN EVENTS PAGE STYLES (Eventbrite-inspired)
   Mobile-first, visually rich event discovery experience
   ===================================================== */

.events-page-modern {
    min-height: 100vh;
    background: #fafafa;
    padding-bottom: 100px;
}

/* Search Header (non-sticky) */
.events-header-search {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.search-wrapper {
    display: flex;
    gap: 0.75rem;
    max-width: 800px;
    margin: 0 auto;
}

.search-box-modern {
    flex: 1;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 0 1rem;
    transition: all 0.2s;
    border: 2px solid transparent;
}

.search-box-modern:focus-within {
    background: #fff;
    border-color: var(--voltava-primary);
    box-shadow: 0 0 0 4px rgba(0, 166, 81, 0.1);
}

.search-box-modern .search-icon {
    color: #9ca3af;
    font-size: 1.25rem;
}

.search-input-modern {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.875rem 0.75rem;
    font-size: 1rem;
    outline: none;
    color: #1f2937;
}

.search-input-modern::placeholder {
    color: #9ca3af;
}

.search-clear-btn {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
}

.search-clear-btn:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #6b7280;
}

.filter-toggle-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #f5f5f5;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s;
}

.filter-toggle-btn:hover {
    background: #e5e7eb;
}

.filter-toggle-btn .filter-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--voltava-primary);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Filter Panel */
.filter-panel {
    padding: 1rem 0 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.filter-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.filter-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #6b7280;
    min-width: 60px;
}

.filter-pills {
    display: flex;
    gap: 0.5rem;
}

.filter-pill {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.filter-pill:hover {
    border-color: var(--voltava-primary);
    color: var(--voltava-primary);
}

.filter-pill.active {
    background: var(--voltava-primary);
    border-color: var(--voltava-primary);
    color: #fff;
}

/* Category Scroll Section */
.category-scroll-section {
    background: #fff;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.category-scroll {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.25rem 1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.category-scroll::-webkit-scrollbar {
    display: none;
}

.category-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    padding: 0.75rem 1.25rem;
    border-radius: 16px;
    border: 2px solid #f0f0f0;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    min-width: 80px;
}

.category-pill:hover {
    border-color: var(--voltava-primary-light);
    transform: translateY(-2px);
}

.category-pill.active {
    background: linear-gradient(135deg, rgba(0, 166, 81, 0.08) 0%, rgba(0, 200, 83, 0.08) 100%);
    border-color: var(--voltava-primary);
}

.category-pill .category-icon {
    font-size: 1.5rem;
    color: #6b7280;
}

.category-pill.active .category-icon {
    color: var(--voltava-primary);
}

.category-pill span:last-child {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    white-space: nowrap;
}

.category-pill.active span:last-child {
    color: var(--voltava-primary);
}

/* Featured Section */
.featured-section-modern {
    padding: 1.5rem 1rem 1rem;
}

.section-header-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0 0.25rem;
}

.section-header-modern h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-header-modern h2 .rz-icon {
    color: #f97316;
    font-size: 1.5rem;
}

.results-count {
    font-size: 0.875rem;
    color: #9ca3af;
    font-weight: 500;
}

.featured-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 0.5rem 0.25rem 1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.featured-scroll::-webkit-scrollbar {
    display: none;
}

.featured-card-modern {
    flex-shrink: 0;
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    scroll-snap-align: start;
}

.featured-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.featured-image {
    height: 380px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 0.3) 40%, 
        rgba(0, 0, 0, 0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}

.featured-badge-modern {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.95);
    color: #f97316;
    padding: 0.375rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.featured-badge-modern .rz-icon {
    font-size: 0.875rem;
}

.featured-info {
    color: #fff;
}

.featured-category-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.625rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    backdrop-filter: blur(4px);
}

.featured-title-modern {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.featured-meta-modern {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.featured-meta-modern .meta-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    opacity: 0.9;
}

.featured-meta-modern .meta-item .rz-icon {
    font-size: 1rem;
    opacity: 0.8;
}

.featured-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.points-chip {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    background: var(--voltava-gradient);
    padding: 0.5rem 0.875rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
}

.points-chip .rz-icon {
    font-size: 1rem;
}

.attendee-preview {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    opacity: 0.9;
}

.avatar-stack {
    display: flex;
}

.mini-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    margin-left: -8px;
}

.mini-avatar:first-child {
    margin-left: 0;
}

/* Quick Stats Bar */
.quick-stats-bar {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    overflow-x: auto;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    -webkit-overflow-scrolling: touch;
}

.stat-chip {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: #f9fafb;
    border-radius: 50px;
    font-size: 0.8125rem;
    color: #6b7280;
    flex-shrink: 0;
    white-space: nowrap;
}

.stat-chip .rz-icon {
    font-size: 1.125rem;
    color: var(--voltava-primary);
}

.stat-chip strong {
    color: #1f2937;
    font-weight: 700;
}

/* Events List Section */
.events-list-section {
    padding: 1.5rem 1rem;
}

.events-list-modern {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Modern Event Card */
.event-card-modern {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.event-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.event-card-image {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.event-date-floating {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #fff;
    border-radius: 12px;
    padding: 0.5rem 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.event-date-floating .date-month {
    font-size: 0.625rem;
    font-weight: 700;
    color: var(--voltava-primary);
    letter-spacing: 0.5px;
}

.event-date-floating .date-day {
    font-size: 1.375rem;
    font-weight: 800;
    color: #1f2937;
    line-height: 1;
}

.going-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--voltava-primary);
    color: #fff;
    padding: 0.375rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    box-shadow: 0 4px 12px rgba(0, 166, 81, 0.3);
}

.going-badge .rz-icon {
    font-size: 0.875rem;
}

.event-card-body {
    padding: 1rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.event-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-category-chip {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.25rem 0.625rem;
    border-radius: 50px;
    background: #f3f4f6;
    color: #6b7280;
}

.event-category-chip.sports { background: #dbeafe; color: #2563eb; }
.event-category-chip.social { background: #fce7f3; color: #db2777; }
.event-category-chip.service { background: #d1fae5; color: #059669; }
.event-category-chip.competition { background: #fef3c7; color: #d97706; }

.event-points-chip {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--voltava-primary);
    background: rgba(0, 166, 81, 0.1);
    padding: 0.25rem 0.625rem;
    border-radius: 50px;
}

.event-title-modern {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    line-height: 1.3;
}

.event-description-modern {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 0.25rem;
}

.meta-item-modern {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.8125rem;
    color: #9ca3af;
}

.meta-item-modern .rz-icon {
    font-size: 1rem;
    color: #d1d5db;
}

.event-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.75rem;
    margin-top: 0.5rem;
    border-top: 1px solid #f3f4f6;
}

.attendee-info {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.avatar-stack-small {
    display: flex;
}

.tiny-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #a855f7, #ec4899);
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
    margin-left: -10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tiny-avatar:first-child {
    margin-left: 0;
}

.tiny-avatar.more {
    background: #e5e7eb;
    color: #6b7280;
    font-size: 0.625rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attendee-text {
    font-size: 0.8125rem;
    color: #9ca3af;
    font-weight: 500;
}

.rsvp-btn-modern {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 1.25rem;
    border-radius: 50px;
    border: none;
    background: var(--voltava-gradient);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(0, 166, 81, 0.25);
}

.rsvp-btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 166, 81, 0.35);
}

.rsvp-btn-modern .rz-icon {
    font-size: 1rem;
}

.rsvp-btn-modern.going {
    background: #f0fdf4;
    color: var(--voltava-primary);
    box-shadow: none;
    border: 2px solid var(--voltava-primary);
}

.rsvp-btn-modern.going:hover {
    background: #dcfce7;
    transform: none;
}

/* Empty State */
.empty-state-modern {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 20px;
    margin-top: 1rem;
}

.empty-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.empty-icon .rz-icon {
    font-size: 2.5rem;
    color: #d1d5db;
}

.empty-state-modern h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.5rem;
}

.empty-state-modern p {
    font-size: 0.9375rem;
    color: #9ca3af;
    margin: 0 0 1.5rem;
}

.clear-filters-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    border: 2px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.clear-filters-btn:hover {
    border-color: var(--voltava-primary);
    color: var(--voltava-primary);
}

/* Floating Action Button */
.fab-create {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: var(--voltava-gradient);
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 166, 81, 0.4);
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.fab-create:hover {
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 12px 32px rgba(0, 166, 81, 0.5);
}

.fab-create .rz-icon {
    font-size: 1.75rem;
}

.rz_body{
    padding: 0 !important;
}