/* _content/EcentricaAdmin/Components/Dialogs/FastLoginDialog.razor.rz.scp.css */
.operator-card[b-ms8ljtsvgj] {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    min-height: 120px;
    display: flex;
    align-items: center;
}

.operator-card:hover[b-ms8ljtsvgj] {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.operator-card.selected[b-ms8ljtsvgj] {
    border-color: var(--mud-palette-primary);
    background-color: var(--mud-palette-primary-lighten);
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.operator-card.selected:hover[b-ms8ljtsvgj] {
    border-color: var(--mud-palette-primary-darken);
    background-color: var(--mud-palette-primary-lighten);
} 
/* _content/EcentricaAdmin/Components/Pages/Home.razor.rz.scp.css */
/* Hero Container with Liquid Gradient Wave Morph */
.hero-container[b-7908h3klpr] {
    position: relative;
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f0728 0%, #1a0b2e 25%, #2d1b4e 50%, #0f1419 100%);
    margin-top: -48px;
}

/* Liquid Gradient Base Layer */
.hero-container[b-7908h3klpr]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(ellipse 600px 400px at 20% 80%, rgba(102, 126, 234, 0.8) 0%, transparent 70%),
        radial-gradient(ellipse 800px 600px at 80% 20%, rgba(118, 75, 162, 0.7) 0%, transparent 70%),
        radial-gradient(ellipse 500px 700px at 50% 50%, rgba(139, 69, 196, 0.6) 0%, transparent 70%),
        radial-gradient(ellipse 900px 300px at 70% 90%, rgba(0, 255, 255, 0.4) 0%, transparent 70%);
    animation: liquid-morph-1-b-7908h3klpr 20s ease-in-out infinite;
    filter: blur(40px);
    z-index: 1;
}

/* Second Liquid Layer */
--.hero-container[b-7908h3klpr]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(ellipse 700px 500px at 80% 70%, rgba(167, 85, 221, 0.6) 0%, transparent 70%),
        radial-gradient(ellipse 600px 800px at 30% 30%, rgba(255, 20, 147, 0.5) 0%, transparent 70%),
        radial-gradient(ellipse 400px 600px at 90% 10%, rgba(102, 126, 234, 0.7) 0%, transparent 70%),
        radial-gradient(ellipse 800px 400px at 10% 90%, rgba(118, 75, 162, 0.8) 0%, transparent 70%);
    animation: liquid-morph-2-b-7908h3klpr 25s ease-in-out infinite reverse;
    filter: blur(60px);
    z-index: 1;
}

/* Liquid Morph Animations */
@keyframes liquid-morph-1-b-7908h3klpr {
    0%, 100% {
        transform: translateX(-20%) translateY(-20%) rotate(0deg) scale(1);
        filter: blur(40px) hue-rotate(0deg);
    }
    25% {
        transform: translateX(-10%) translateY(-30%) rotate(90deg) scale(1.2);
        filter: blur(50px) hue-rotate(30deg);
    }
    50% {
        transform: translateX(-30%) translateY(-10%) rotate(180deg) scale(0.8);
        filter: blur(35px) hue-rotate(60deg);
    }
    75% {
        transform: translateX(-15%) translateY(-25%) rotate(270deg) scale(1.1);
        filter: blur(45px) hue-rotate(90deg);
    }
}

@keyframes liquid-morph-2-b-7908h3klpr {
    0%, 100% {
        transform: translateX(-30%) translateY(-30%) rotate(0deg) scale(1.1) skewX(10deg);
        filter: blur(60px) hue-rotate(0deg);
    }
    20% {
        transform: translateX(-40%) translateY(-20%) rotate(60deg) scale(0.9) skewX(-5deg);
        filter: blur(70px) hue-rotate(45deg);
    }
    40% {
        transform: translateX(-20%) translateY(-40%) rotate(120deg) scale(1.3) skewX(15deg);
        filter: blur(45px) hue-rotate(90deg);
    }
    60% {
        transform: translateX(-35%) translateY(-15%) rotate(180deg) scale(0.7) skewX(-10deg);
        filter: blur(55px) hue-rotate(135deg);
    }
    80% {
        transform: translateX(-25%) translateY(-35%) rotate(240deg) scale(1.2) skewX(8deg);
        filter: blur(65px) hue-rotate(180deg);
    }
}

/* Additional Floating Liquid Orbs */
.hero-container .liquid-orb-1[b-7908h3klpr] {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.6) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(30px);
    animation: float-morph-1-b-7908h3klpr 18s ease-in-out infinite;
    z-index: 2;
}

.hero-container .liquid-orb-2[b-7908h3klpr] {
    position: absolute;
    top: 60%;
    right: 15%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.7) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(35px);
    animation: float-morph-2-b-7908h3klpr 22s ease-in-out infinite reverse;
    z-index: 2;
}

.hero-container .liquid-orb-3[b-7908h3klpr] {
    position: absolute;
    top: 10%;
    right: 20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(139, 69, 196, 0.5) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(25px);
    animation: float-morph-3-b-7908h3klpr 16s ease-in-out infinite;
    z-index: 2;
}

@keyframes float-morph-1-b-7908h3klpr {
    0%, 100% {
        transform: translateY(0px) scale(1) rotate(0deg);
        border-radius: 50%;
    }
    25% {
        transform: translateY(-30px) scale(1.2) rotate(90deg);
        border-radius: 30% 70% 60% 40%;
    }
    50% {
        transform: translateY(-60px) scale(0.8) rotate(180deg);
        border-radius: 60% 40% 30% 70%;
    }
    75% {
        transform: translateY(-30px) scale(1.1) rotate(270deg);
        border-radius: 40% 60% 70% 30%;
    }
}

@keyframes float-morph-2-b-7908h3klpr {
    0%, 100% {
        transform: translateX(0px) scale(1) rotate(0deg);
        border-radius: 50%;
    }
    33% {
        transform: translateX(40px) scale(1.3) rotate(120deg);
        border-radius: 70% 30% 50% 50%;
    }
    66% {
        transform: translateX(-20px) scale(0.7) rotate(240deg);
        border-radius: 30% 70% 40% 60%;
    }
}

@keyframes float-morph-3-b-7908h3klpr {
    0%, 100% {
        transform: translate(0px, 0px) scale(1) rotate(0deg);
        border-radius: 50%;
    }
    50% {
        transform: translate(60px, 40px) scale(1.4) rotate(180deg);
        border-radius: 80% 20% 60% 40%;
    }
}

/* Hero Content */
.hero-content[b-7908h3klpr] {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 2rem;
    transform: translateY(-50px);
}

.hero-title[b-7908h3klpr] {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    --line-height: 1.1;
    --text-shadow: 0 0 30px rgba(102, 126, 234, 0.6), 0 0 60px rgba(118, 75, 162, 0.4);
}

.title-line[b-7908h3klpr] {
    display: block;
    opacity: 0.95;
    color: #e0e6ff;
}

.title-highlight[b-7908h3klpr] {
    display: block;
    background: linear-gradient(45deg, #667eea, #a855f7, #ec4899, #06b6d4, #8b45c6);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: liquid-text-glow-b-7908h3klpr 3s ease-in-out infinite;
    font-size: 5rem;
    margin: 0.2rem 0;
    text-shadow: 0 0 40px rgba(139, 69, 196, 0.8);
    filter: drop-shadow(0 0 20px rgba(168, 85, 247, 0.7));
}

@keyframes liquid-text-glow-b-7908h3klpr {
    0%, 100% { 
        background-position: 0% 50%;
        filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.7)) brightness(1);
    }
    25% {
        background-position: 100% 50%;
        filter: drop-shadow(0 0 30px rgba(168, 85, 247, 0.9)) brightness(1.2);
    }
    50% {
        background-position: 50% 100%;
        filter: drop-shadow(0 0 25px rgba(236, 72, 153, 0.8)) brightness(1.1);
    }
    75% {
        background-position: 0% 0%;
        filter: drop-shadow(0 0 35px rgba(6, 182, 212, 0.8)) brightness(1.3);
    }
}

.hero-subtitle[b-7908h3klpr] {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    line-height: 1.6;
    color: #c2c9ff;
    text-shadow: 0 0 15px rgba(102, 126, 234, 0.4);
}

.hero-buttons[b-7908h3klpr] {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.hero-btn-primary[b-7908h3klpr] {
    background: linear-gradient(45deg, #667eea, #a855f7, #ec4899) !important;
    color: white !important;
    padding: 1rem 2rem !important;
    font-size: 1.1rem !important;
    text-align: center !important;
    box-shadow: 
        0 0 25px rgba(102, 126, 234, 0.5),
        0 10px 40px rgba(168, 85, 247, 0.4) !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(139, 69, 196, 0.4) !important;
    animation: liquid-btn-glow-b-7908h3klpr 4s ease-in-out infinite;
}

/* Classe specifica per centrare il contenuto del bottone Area riservata */
.centered-button[b-7908h3klpr] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.hero-btn-primary:hover[b-7908h3klpr] {
    transform: translateY(-5px) !important;
    box-shadow: 
        0 0 40px rgba(102, 126, 234, 0.8),
        0 15px 50px rgba(168, 85, 247, 0.6) !important;
    border: 1px solid rgba(236, 72, 153, 0.7) !important;
}

.hero-btn-secondary[b-7908h3klpr] {
    border: 2px solid rgba(102, 126, 234, 0.6) !important;
    color: #a855f7 !important;
    background: rgba(16, 16, 30, 0.8) !important;
    padding: 1rem 2rem !important;
    font-size: 1.1rem !important;
    backdrop-filter: blur(15px) !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.3) !important;
}

.hero-btn-secondary:hover[b-7908h3klpr] {
    background: rgba(139, 69, 196, 0.15) !important;
    transform: translateY(-5px) !important;
    border: 2px solid rgba(168, 85, 247, 0.8) !important;
    color: #ec4899 !important;
    box-shadow: 0 0 30px rgba(236, 72, 153, 0.5) !important;
}

@keyframes liquid-btn-glow-b-7908h3klpr {
    0%, 100% {
        box-shadow: 
            0 0 25px rgba(102, 126, 234, 0.5),
            0 10px 40px rgba(168, 85, 247, 0.4);
    }
    33% {
        box-shadow: 
            0 0 35px rgba(168, 85, 247, 0.7),
            0 10px 40px rgba(236, 72, 153, 0.5);
    }
    66% {
        box-shadow: 
            0 0 30px rgba(236, 72, 153, 0.6),
            0 10px 40px rgba(6, 182, 212, 0.4);
    }
}

/* Hero Stats */
.hero-stats[b-7908h3klpr] {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.stat-item[b-7908h3klpr] {
    text-align: center;
    position: relative;
}

.stat-number[b-7908h3klpr] {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(45deg, #667eea, #a855f7, #ec4899, #06b6d4);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: liquid-stat-pulse-b-7908h3klpr 5s ease-in-out infinite;
    text-shadow: 0 0 25px rgba(102, 126, 234, 0.6);
}

.stat-label[b-7908h3klpr] {
    font-size: 0.9rem;
    opacity: 0.85;
    margin-top: 0.5rem;
    color: #c2c9ff;
    text-shadow: 0 0 8px rgba(102, 126, 234, 0.4);
}

@keyframes liquid-stat-pulse-b-7908h3klpr {
    0%, 100% {
        background-position: 0% 50%;
        filter: brightness(1);
        text-shadow: 0 0 25px rgba(102, 126, 234, 0.6);
    }
    50% {
        background-position: 100% 50%;
        filter: brightness(1.4);
        text-shadow: 0 0 35px rgba(168, 85, 247, 0.8);
    }
}

/* Features Section */
.features-section[b-7908h3klpr] {
    padding: 5rem 0;
    background: linear-gradient(180deg, #0f0728 0%, #1a0b2e 50%, #2d1b4e 100%);
    position: relative;
}

.features-section[b-7908h3klpr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #667eea 30%, #a855f7 50%, #ec4899 70%, transparent 100%);
    animation: liquid-line-glow-b-7908h3klpr 4s ease-in-out infinite;
}

@keyframes liquid-line-glow-b-7908h3klpr {
    0%, 100% {
        opacity: 0.6;
        box-shadow: 0 0 15px rgba(102, 126, 234, 0.6);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 25px rgba(168, 85, 247, 0.9);
    }
}

.section-header[b-7908h3klpr] {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title[b-7908h3klpr] {
    font-size: 3rem;
    font-weight: 700;
    color: #e0e6ff;
    margin-bottom: 1rem;
    text-shadow: 0 0 25px rgba(102, 126, 234, 0.5);
}

.section-subtitle[b-7908h3klpr] {
    font-size: 1.2rem;
    color: #c2c9ff;
    text-shadow: 0 0 12px rgba(118, 75, 162, 0.4);
}

.feature-card[b-7908h3klpr] {
    text-align: center;
    padding: 2rem;
    height: 100%;
    border-radius: 20px !important;
    background: rgba(16, 16, 30, 0.9) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(102, 126, 234, 0.3) !important;
    box-shadow: 
        0 15px 50px rgba(0, 0, 0, 0.4),
        0 0 25px rgba(102, 126, 234, 0.2) !important;
    transition: all 0.3s ease !important;
}

.feature-card:hover[b-7908h3klpr] {
    transform: translateY(-15px) !important;
    border: 1px solid rgba(168, 85, 247, 0.5) !important;
    box-shadow: 
        0 25px 70px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(168, 85, 247, 0.4) !important;
}

.feature-icon[b-7908h3klpr] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(45deg, #667eea, #a855f7, #ec4899);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 0 25px rgba(102, 126, 234, 0.5);
    animation: liquid-icon-pulse-b-7908h3klpr 5s ease-in-out infinite;
}

@keyframes liquid-icon-pulse-b-7908h3klpr {
    0%, 100% {
        box-shadow: 0 0 25px rgba(102, 126, 234, 0.5);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 35px rgba(168, 85, 247, 0.7);
        transform: scale(1.08);
    }
}

.feature-title[b-7908h3klpr] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e0e6ff;
    margin-bottom: 1rem;
    text-shadow: 0 0 12px rgba(102, 126, 234, 0.4);
}

.feature-description[b-7908h3klpr] {
    color: #c2c9ff;
    line-height: 1.6;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title[b-7908h3klpr] {
        font-size: 2.5rem;
    }
    
    .title-highlight[b-7908h3klpr] {
        font-size: 3rem;
    }
    
    .hero-subtitle[b-7908h3klpr] {
        font-size: 1.1rem;
    }
    
    .hero-buttons[b-7908h3klpr] {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-stats[b-7908h3klpr] {
        gap: 2rem;
    }
    
    .section-title[b-7908h3klpr] {
        font-size: 2rem;
    }
    
    .hero-container[b-7908h3klpr]::before,
    .hero-container[b-7908h3klpr]::after {
        width: 300%;
        height: 300%;
    }
    
    .liquid-orb-1[b-7908h3klpr],
    .liquid-orb-2[b-7908h3klpr],
    .liquid-orb-3[b-7908h3klpr] {
        width: 150px;
        height: 150px;
    }
} 
/* _content/EcentricaAdmin/Components/Pages/Login.razor.rz.scp.css */
.alternative-login-buttons[b-r4ojy11w24] {
    margin-top: 0.75rem;
}

.alt-login-btn[b-r4ojy11w24] {
    transition: all 0.2s ease;
    border-color: var(--mud-palette-lines-default);
    color: var(--mud-palette-text-secondary);
    height: 36px; /* Altezza ridotta per compattezza */
    font-size: 0.875rem; /* Font leggermente più piccolo */
}

.alt-login-btn:hover[b-r4ojy11w24] {
    border-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary);
    background-color: var(--mud-palette-primary-lighten);
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.alt-login-btn .mud-button-start-icon[b-r4ojy11w24] {
    margin-right: 0.375rem;
    font-size: 1rem; /* Icone leggermente più piccole */
}

@media (max-width: 600px) {
    .alternative-login-buttons[b-r4ojy11w24] {
        flex-direction: column;
        gap: 0.375rem; /* Spacing ridotto tra i bottoni */
    }
    
    .alt-login-btn[b-r4ojy11w24] {
        margin-bottom: 0;
        height: 32px; /* Ancora più compatti su mobile */
        font-size: 0.8rem;
    }
} 
