#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;
}

:root {
    font-size: var(--rz-root-font-size);
}

body {
    font-family: var(--rz-text-font-family);
    color: var(--rz-text-color);
    font-size: var(--rz-body-font-size);
    line-height: var(--rz-body-line-height);
    background-color: var(--rz-body-background-color);
}

.rz-body {
    --rz-body-padding: 0;
}

a {
    color: var(--rz-link-color);
}

a:hover,
a:focus {
    color: var(--rz-link-hover-color);
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

/* Ultra-Premium Glass Morphism Login Design with Corporate Background */
.glass-login-container {
    min-height: 100vh;
    background: 
        /* Corporate gradient overlay */
        linear-gradient(135deg, 
            rgba(30, 60, 114, 0.95) 0%, 
            rgba(42, 82, 152, 0.9) 25%, 
            rgba(25, 55, 109, 0.95) 50%, 
            rgba(33, 69, 138, 0.9) 75%, 
            rgba(28, 58, 118, 0.95) 100%
        ),
        /* World map pattern */
        radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 85% 75%, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        /* Corporate city skyline silhouette */
        linear-gradient(0deg, 
            rgba(20, 40, 80, 0.8) 0%, 
            rgba(25, 50, 100, 0.6) 15%, 
            transparent 25%
        ),
        /* Base corporate gradient */
        linear-gradient(135deg, #1a365d 0%, #2c5282 25%, #3182ce 50%, #4299e1 75%, #63b3ed 100%);
    background-size: 400% 400%, 100px 100px, 150px 150px, 100% 100%, 400% 400%;
    animation: gradientShift 15s ease infinite;
    position: relative;
    overflow: hidden;
}

.glass-login-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        /* Global network connections */
        linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.02) 31%, rgba(255, 255, 255, 0.02) 32%, transparent 33%),
        linear-gradient(-45deg, transparent 30%, rgba(255, 255, 255, 0.02) 31%, rgba(255, 255, 255, 0.02) 32%, transparent 33%),
        /* Corporate building silhouettes */
        linear-gradient(90deg, 
            transparent 0%, 
            rgba(255, 255, 255, 0.02) 10%, 
            transparent 11%, 
            transparent 20%, 
            rgba(255, 255, 255, 0.015) 21%, 
            transparent 22%, 
            transparent 35%, 
            rgba(255, 255, 255, 0.025) 36%, 
            transparent 37%
        ),
        /* Floating data points */
        radial-gradient(circle at 20% 80%, rgba(120, 190, 255, 0.15) 0%, transparent 30%),
        radial-gradient(circle at 80% 20%, rgba(100, 170, 255, 0.12) 0%, transparent 35%),
        radial-gradient(circle at 60% 60%, rgba(130, 200, 255, 0.08) 0%, transparent 25%);
    background-size: 80px 80px, 80px 80px, 100% 100%, 300px 300px, 400px 400px, 350px 350px;
    animation: floatingOrbs 20s ease-in-out infinite, networkPulse 8s ease-in-out infinite alternate;
}

.glass-login-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        /* World map continents subtle outline */
        radial-gradient(ellipse 200px 100px at 25% 60%, rgba(255, 255, 255, 0.02) 0%, transparent 70%),
        radial-gradient(ellipse 150px 80px at 75% 40%, rgba(255, 255, 255, 0.015) 0%, transparent 70%),
        radial-gradient(ellipse 180px 90px at 50% 75%, rgba(255, 255, 255, 0.01) 0%, transparent 70%),
        /* Corporate grid pattern */
        linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 100% 100%, 50px 50px, 50px 50px;
    animation: mapShift 25s ease-in-out infinite;
    pointer-events: none;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes floatingOrbs {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

@keyframes networkPulse {
    0% { opacity: 0.3; }
    100% { opacity: 0.7; }
}

@keyframes mapShift {
    0%, 100% { transform: translateX(0) translateY(0); }
    25% { transform: translateX(10px) translateY(-5px); }
    50% { transform: translateX(-5px) translateY(10px); }
    75% { transform: translateX(5px) translateY(-10px); }
}

.glass-main-panel {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 20px 60px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    animation: slideInUp 0.8s ease-out;
    transform-style: preserve-3d;
}

.glass-main-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(60px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

@keyframes shimmer {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

.glass-brand-panel {
    background: 
        /* Premium corporate gradient */
        linear-gradient(135deg, 
            rgba(30, 60, 120, 0.95) 0%, 
            rgba(40, 80, 140, 0.9) 30%, 
            rgba(50, 100, 160, 0.85) 70%, 
            rgba(60, 120, 180, 0.9) 100%
        );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    border-radius: 24px 0 0 24px;
}

.glass-brand-panel::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        /* Corporate hexagonal pattern */
        radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        /* Global connection lines */
        linear-gradient(30deg, transparent 40%, rgba(255, 255, 255, 0.03) 41%, rgba(255, 255, 255, 0.03) 42%, transparent 43%),
        linear-gradient(150deg, transparent 40%, rgba(255, 255, 255, 0.02) 41%, rgba(255, 255, 255, 0.02) 42%, transparent 43%),
        /* Data flow pattern */
        radial-gradient(ellipse 100px 20px, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
    background-size: 40px 40px, 120px 120px, 120px 120px, 200px 100px;
    animation: patternMove 20s linear infinite, dataFlow 15s ease-in-out infinite;
}

.glass-brand-panel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        /* Corporate building skyline at bottom */
        linear-gradient(0deg, 
            rgba(255, 255, 255, 0.05) 0%, 
            rgba(255, 255, 255, 0.03) 8%, 
            transparent 15%
        ),
        /* Floating corporate icons */
        radial-gradient(circle 3px at 80% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 70%),
        radial-gradient(circle 2px at 75% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 70%),
        radial-gradient(circle 4px at 85% 50%, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
    animation: corporateFloat 12s ease-in-out infinite;
    pointer-events: none;
}

@keyframes patternMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

@keyframes dataFlow {
    0%, 100% { 
        background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%; 
        opacity: 0.4;
    }
    50% { 
        background-position: 100% 100%, -100% -100%, 50% -50%, 100% 50%; 
        opacity: 0.8;
    }
}

@keyframes corporateFloat {
    0%, 100% { 
        transform: translateY(0px) scale(1); 
        opacity: 0.6;
    }
    33% { 
        transform: translateY(-15px) scale(1.1); 
        opacity: 0.8;
    }
    66% { 
        transform: translateY(10px) scale(0.9); 
        opacity: 0.7;
    }
}

.glass-brand-content {
    position: relative;
    z-index: 2;
    padding: 3rem;
}

.glass-logo {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    animation: logoFloat 6s ease-in-out infinite;
}

@keyframes logoFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.glass-welcome-title {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 2rem 0 1rem 0;
    animation: textGlow 4s ease-in-out infinite alternate;
}

@keyframes textGlow {
    from { filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5)); }
    to { filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.8)); }
}

.glass-welcome-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.glass-login-panel {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0 24px 24px 0;
    position: relative;
    padding: 3rem;
}

.glass-login-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    border-radius: 0 24px 24px 0;
    pointer-events: none;
}

.glass-login-title {
    font-size: 2rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

.glass-login-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(120, 119, 198, 0.8), transparent);
    border-radius: 1px;
}

.glass-form-container {
    position: relative;
    z-index: 2;
}

.glass-input-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.glass-input {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1rem !important;
    padding: 0.875rem 1rem !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.glass-input:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(120, 119, 198, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(120, 119, 198, 0.2) !important;
    transform: translateY(-2px);
}

.glass-input::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.glass-button {
    background: linear-gradient(135deg, rgba(120, 119, 198, 0.8), rgba(255, 119, 198, 0.8)) !important;
    border: none !important;
    border-radius: 12px !important;
    color: white !important;
    font-weight: 600 !important;
    padding: 0.875rem 2rem !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.glass-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.glass-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(120, 119, 198, 0.3);
}

.glass-button:hover::before {
    left: 100%;
}

.glass-button:active {
    transform: translateY(-1px);
}

.glass-alert {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1rem;
    animation: alertSlideIn 0.5s ease-out;
}

@keyframes alertSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.glass-alert.danger {
    background: rgba(245, 87, 108, 0.15);
    border-color: rgba(245, 87, 108, 0.3);
    color: rgba(255, 255, 255, 0.9);
}

.glass-alert.info {
    background: rgba(79, 172, 254, 0.15);
    border-color: rgba(79, 172, 254, 0.3);
    color: rgba(255, 255, 255, 0.9);
}

.glass-footer {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-top: 2rem;
    font-size: 0.875rem;
    animation: fadeInUp 1s ease-out 0.5s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.glass-particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
    animation: particleFloat 10s infinite linear;
}

@keyframes particleFloat {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh) rotate(360deg);
        opacity: 0;
    }
}

.glass-particle:nth-child(1) { left: 10%; width: 4px; height: 4px; animation-delay: 0s; animation-duration: 8s; }
.glass-particle:nth-child(2) { left: 20%; width: 6px; height: 6px; animation-delay: 1s; animation-duration: 10s; }
.glass-particle:nth-child(3) { left: 30%; width: 3px; height: 3px; animation-delay: 2s; animation-duration: 12s; }
.glass-particle:nth-child(4) { left: 40%; width: 5px; height: 5px; animation-delay: 3s; animation-duration: 9s; }
.glass-particle:nth-child(5) { left: 50%; width: 4px; height: 4px; animation-delay: 4s; animation-duration: 11s; }
.glass-particle:nth-child(6) { left: 60%; width: 6px; height: 6px; animation-delay: 5s; animation-duration: 8s; }
.glass-particle:nth-child(7) { left: 70%; width: 3px; height: 3px; animation-delay: 6s; animation-duration: 10s; }
.glass-particle:nth-child(8) { left: 80%; width: 5px; height: 5px; animation-delay: 7s; animation-duration: 12s; }
.glass-particle:nth-child(9) { left: 90%; width: 4px; height: 4px; animation-delay: 8s; animation-duration: 9s; }

/* Corporate Background Elements */
.corporate-world-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        /* Major continents outline */
        radial-gradient(ellipse 300px 150px at 20% 50%, rgba(255, 255, 255, 0.02) 0%, transparent 70%),
        radial-gradient(ellipse 250px 120px at 80% 40%, rgba(255, 255, 255, 0.015) 0%, transparent 70%),
        radial-gradient(ellipse 200px 100px at 60% 70%, rgba(255, 255, 255, 0.01) 0%, transparent 70%),
        radial-gradient(ellipse 150px 80px at 40% 30%, rgba(255, 255, 255, 0.008) 0%, transparent 70%);
    animation: worldRotate 60s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

.corporate-network-nodes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        /* Global network connection points */
        radial-gradient(circle 2px at 25% 30%, rgba(100, 200, 255, 0.4) 0%, transparent 70%),
        radial-gradient(circle 3px at 75% 25%, rgba(80, 180, 255, 0.3) 0%, transparent 70%),
        radial-gradient(circle 2px at 60% 60%, rgba(120, 220, 255, 0.35) 0%, transparent 70%),
        radial-gradient(circle 2px at 30% 70%, rgba(90, 190, 255, 0.25) 0%, transparent 70%),
        radial-gradient(circle 3px at 80% 80%, rgba(110, 210, 255, 0.3) 0%, transparent 70%),
        radial-gradient(circle 2px at 15% 85%, rgba(70, 170, 255, 0.2) 0%, transparent 70%);
    animation: networkPulseNodes 4s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
}

.corporate-data-streams {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        /* Data flow streams connecting global points */
        linear-gradient(25deg, transparent 48%, rgba(100, 200, 255, 0.08) 49%, rgba(100, 200, 255, 0.08) 51%, transparent 52%),
        linear-gradient(155deg, transparent 48%, rgba(80, 180, 255, 0.06) 49%, rgba(80, 180, 255, 0.06) 51%, transparent 52%),
        linear-gradient(75deg, transparent 48%, rgba(120, 220, 255, 0.05) 49%, rgba(120, 220, 255, 0.05) 51%, transparent 52%),
        linear-gradient(205deg, transparent 48%, rgba(90, 190, 255, 0.04) 49%, rgba(90, 190, 255, 0.04) 51%, transparent 52%);
    background-size: 400px 400px, 350px 350px, 300px 300px, 450px 450px;
    animation: dataStreamFlow 8s ease-in-out infinite;
    pointer-events: none;
    z-index: 3;
}

/* Corporate Floating Icons */
.corporate-floating-icon {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.corporate-icon-1 {
    top: 15%;
    right: 15%;
    width: 80px;
    height: 80px;
    background: 
        rgba(100, 200, 255, 0.1),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 30%, transparent 31%);
    animation: corporateFloat 8s ease-in-out infinite, iconPulse 3s ease-in-out infinite;
    animation-delay: 0s, 1s;
}

.corporate-icon-2 {
    bottom: 25%;
    left: 10%;
    width: 60px;
    height: 60px;
    background: 
        rgba(80, 180, 255, 0.08),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: corporateFloat 6s ease-in-out infinite reverse, iconPulse 4s ease-in-out infinite;
    animation-delay: 2s, 0.5s;
}

.corporate-icon-3 {
    top: 45%;
    right: 8%;
    width: 45px;
    height: 45px;
    background: 
        rgba(120, 220, 255, 0.12),
        radial-gradient(ellipse at 30% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    animation: corporateFloat 7s ease-in-out infinite, iconPulse 2.5s ease-in-out infinite;
    animation-delay: 4s, 2s;
}

.corporate-icon-4 {
    top: 70%;
    right: 25%;
    width: 35px;
    height: 35px;
    background: 
        rgba(90, 190, 255, 0.09),
        linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
    animation: corporateFloat 5s ease-in-out infinite reverse, iconPulse 3.5s ease-in-out infinite;
    animation-delay: 6s, 1.5s;
}

/* Global Connection Pulses */
.global-connection-pulse {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(100, 200, 255, 0.3) 0%, rgba(100, 200, 255, 0.1) 50%, transparent 70%);
    animation: globalPulse 2s ease-in-out infinite;
}

.global-pulse-1 {
    top: 20%;
    left: 20%;
    width: 12px;
    height: 12px;
    animation-delay: 0s;
}

.global-pulse-2 {
    bottom: 35%;
    right: 20%;
    width: 8px;
    height: 8px;
    animation-delay: 0.7s;
}

.global-pulse-3 {
    top: 60%;
    left: 25%;
    width: 10px;
    height: 10px;
    animation-delay: 1.4s;
}

/* Animation Keyframes for Corporate Elements */
@keyframes worldRotate {
    0%, 100% { 
        transform: rotate(0deg) scale(1); 
        opacity: 0.3; 
    }
    50% { 
        transform: rotate(0.5deg) scale(1.02); 
        opacity: 0.5; 
    }
}

@keyframes networkPulseNodes {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.6; }
}

@keyframes dataStreamFlow {
    0%, 100% { 
        background-position: 0% 0%, 100% 100%, 50% 50%, 25% 75%; 
        opacity: 0.4; 
    }
    50% { 
        background-position: 100% 100%, 0% 0%, -50% -50%, 75% 25%; 
        opacity: 0.8; 
    }
}

@keyframes iconPulse {
    0%, 100% { 
        transform: scale(1); 
        opacity: 0.6; 
    }
    50% { 
        transform: scale(1.1); 
        opacity: 0.9; 
    }
}

@keyframes globalPulse {
    0% { 
        transform: scale(0.8); 
        opacity: 0.8; 
    }
    50% { 
        transform: scale(1.2); 
        opacity: 0.4; 
    }
    100% { 
        transform: scale(0.8); 
        opacity: 0.8; 
    }
}

/* Loading Animation */
.glass-loading {
    position: relative;
    display: inline-block;
}

.glass-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: glassSpin 1s linear infinite;
}

@keyframes glassSpin {
    to { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .glass-main-panel {
        margin: 1rem;
        border-radius: 20px;
    }
    
    .glass-brand-panel,
    .glass-login-panel {
        border-radius: 20px;
        padding: 2rem;
    }
    
    .glass-welcome-title {
        font-size: 2rem;
    }
    
    .glass-login-title {
        font-size: 1.5rem;
    }
}

/* Radzen Component Overrides for Glass Effect */
.rz-login .rz-textbox,
.rz-login .rz-password {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    color: rgba(30, 30, 30, 0.95) !important;  /* Fixed: Dark text for visibility */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease !important;
}

/* Ensure input elements have dark text */
.rz-login .rz-textbox input,
.rz-login .rz-password input {
    color: rgba(30, 30, 30, 0.95) !important;
    -webkit-text-fill-color: rgba(30, 30, 30, 0.95) !important;
}

.rz-login .rz-textbox:focus,
.rz-login .rz-password:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(120, 119, 198, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(120, 119, 198, 0.2) !important;
    transform: translateY(-2px);
}

.rz-login .rz-button {
    background: linear-gradient(135deg, rgba(120, 119, 198, 0.8), rgba(255, 119, 198, 0.8)) !important;
    border: none !important;
    border-radius: 12px !important;
    color: white !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.rz-login .rz-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(120, 119, 198, 0.3);
}

.rz-login .rz-label {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500 !important;
}

.rz-login .rz-textbox::placeholder,
.rz-login .rz-password::placeholder,
.rz-login .rz-textbox input::placeholder,
.rz-login .rz-password input::placeholder {
    color: rgba(80, 80, 80, 0.6) !important;  /* Fixed: Dark gray placeholder text */
}