@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-apu6vr15od],
.components-reconnect-repeated-attempt-visible[b-apu6vr15od],
.components-reconnect-failed-visible[b-apu6vr15od],
.components-pause-visible[b-apu6vr15od],
.components-resume-failed-visible[b-apu6vr15od],
.components-rejoining-animation[b-apu6vr15od] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-apu6vr15od],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-apu6vr15od],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-apu6vr15od],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-apu6vr15od],
#components-reconnect-modal.components-reconnect-retrying[b-apu6vr15od],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-apu6vr15od],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-apu6vr15od],
#components-reconnect-modal.components-reconnect-failed[b-apu6vr15od],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-apu6vr15od] {
    display: block;
}


#components-reconnect-modal[b-apu6vr15od] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-apu6vr15od 0.5s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-apu6vr15od 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-apu6vr15od 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

}

#components-reconnect-modal[b-apu6vr15od]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-apu6vr15od 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-apu6vr15od {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-apu6vr15od {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-apu6vr15od {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-apu6vr15od] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-apu6vr15od] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-apu6vr15od] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-apu6vr15od] {
    background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-apu6vr15od] {
    background-color: #6b9ed2;
}

.components-rejoining-animation[b-apu6vr15od] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-apu6vr15od] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-apu6vr15od 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-apu6vr15od] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-apu6vr15od {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Landing.razor.rz.scp.css */
.landing-wrapper[b-m484eqfqot] {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #0a0a0f;
    font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Animated background */
.landing-bg[b-m484eqfqot] {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.grid-overlay[b-m484eqfqot] {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(33, 150, 243, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 150, 243, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridPulse-b-m484eqfqot 8s ease-in-out infinite;
}

@keyframes gridPulse-b-m484eqfqot {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

.glow[b-m484eqfqot] {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
    animation: glowFloat-b-m484eqfqot 12s ease-in-out infinite;
}

.glow-1[b-m484eqfqot] {
    width: 600px;
    height: 600px;
    background: #1976D2;
    top: -200px;
    right: -100px;
    animation-delay: 0s;
}

.glow-2[b-m484eqfqot] {
    width: 500px;
    height: 500px;
    background: #26A69A;
    bottom: -150px;
    left: -100px;
    animation-delay: -4s;
}

.glow-3[b-m484eqfqot] {
    width: 400px;
    height: 400px;
    background: #7E57C2;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: -8s;
}

@keyframes glowFloat-b-m484eqfqot {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -20px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 30px) scale(0.95);
    }
}

/* Floating IoT nodes */
.node[b-m484eqfqot] {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #2196F3;
    border-radius: 50%;
    box-shadow: 0 0 12px #2196F3;
    animation: nodeFloat-b-m484eqfqot 15s linear infinite;
    opacity: 0.4;
}

.node-1[b-m484eqfqot] {
    top: 15%;
    left: 10%;
    animation-duration: 18s;
}

.node-2[b-m484eqfqot] {
    top: 25%;
    right: 15%;
    animation-duration: 22s;
    animation-delay: -3s;
    background: #26A69A;
    box-shadow: 0 0 12px #26A69A;
}

.node-3[b-m484eqfqot] {
    bottom: 30%;
    left: 20%;
    animation-duration: 20s;
    animation-delay: -7s;
    background: #FF9800;
    box-shadow: 0 0 12px #FF9800;
}

.node-4[b-m484eqfqot] {
    top: 60%;
    right: 25%;
    animation-duration: 16s;
    animation-delay: -5s;
}

.node-5[b-m484eqfqot] {
    bottom: 20%;
    right: 10%;
    animation-duration: 24s;
    animation-delay: -10s;
    background: #7E57C2;
    box-shadow: 0 0 12px #7E57C2;
}

.node-6[b-m484eqfqot] {
    top: 40%;
    left: 5%;
    animation-duration: 19s;
    animation-delay: -12s;
    background: #26A69A;
    box-shadow: 0 0 12px #26A69A;
}

@keyframes nodeFloat-b-m484eqfqot {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    10% {
        opacity: 0.6;
    }
    50% {
        transform: translate(80px, -60px);
        opacity: 0.3;
    }
    90% {
        opacity: 0.6;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0;
    }
}

/* Content */
.landing-content[b-m484eqfqot] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem 1.5rem;
}

/* Hero */
.hero-section[b-m484eqfqot] {
    text-align: center;
    margin-bottom: 3rem;
    animation: fadeInUp-b-m484eqfqot 0.8s ease-out;
}

@keyframes fadeInUp-b-m484eqfqot {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logo-container[b-m484eqfqot] {
    margin-bottom: 1.5rem;
}

.landing-logo[b-m484eqfqot] {
    height: 120px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.hero-title[b-m484eqfqot] {
    margin: 0 0 1rem;
    line-height: 1.1;
}

.title-line[b-m484eqfqot] {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    letter-spacing: -1px;
}

.title-accent[b-m484eqfqot] {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #2196F3, #26A69A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -1px;
}

.hero-subtitle[b-m484eqfqot] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
    max-width: 540px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.cta-section[b-m484eqfqot] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-button[b-m484eqfqot] {
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.cta-button:hover[b-m484eqfqot] {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 30px rgba(33, 150, 243, 0.35) !important;
}

/* Features */
.features-grid[b-m484eqfqot] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 900px;
    width: 100%;
    margin-bottom: 3rem;
    animation: fadeInUp-b-m484eqfqot 0.8s ease-out 0.2s both;
}

.feature-card[b-m484eqfqot] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.feature-card:hover[b-m484eqfqot] {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
}

.feature-icon[b-m484eqfqot] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

/* Stats */
.stats-ticker[b-m484eqfqot] {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1.5rem 3rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    margin-bottom: 2rem;
    animation: fadeInUp-b-m484eqfqot 0.8s ease-out 0.4s both;
}

.stat-item[b-m484eqfqot] {
    text-align: center;
}

.stat-divider[b-m484eqfqot] {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
}

/* Footer */
.landing-footer[b-m484eqfqot] {
    margin-top: auto;
    padding-top: 2rem;
    animation: fadeInUp-b-m484eqfqot 0.8s ease-out 0.6s both;
}

/* Responsive */
@media (max-width: 900px) {
    .features-grid[b-m484eqfqot] {
        grid-template-columns: repeat(2, 1fr);
    }

    .title-line[b-m484eqfqot], .title-accent[b-m484eqfqot] {
        font-size: 2.5rem;
    }

    .stats-ticker[b-m484eqfqot] {
        flex-wrap: wrap;
        padding: 1rem 1.5rem;
        gap: 1rem;
    }

    .stat-divider[b-m484eqfqot] {
        display: none;
    }

    .stat-item[b-m484eqfqot] {
        flex: 1 1 40%;
    }
}

@media (max-width: 600px) {
    .features-grid[b-m484eqfqot] {
        grid-template-columns: 1fr;
    }

    .title-line[b-m484eqfqot], .title-accent[b-m484eqfqot] {
        font-size: 2rem;
    }

    .hero-subtitle[b-m484eqfqot] {
        font-size: 0.95rem;
    }
}
/* /Components/Shared/AiChatPanel.razor.rz.scp.css */
.ai-chat-overlay[b-09pnnfoeor] {
    position: fixed;
    inset: 0;
    z-index: 1299;
}

.ai-chat-panel[b-09pnnfoeor] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 400px;
    height: 600px;
    min-width: 320px;
    min-height: 400px;
    max-width: calc(100vw - 48px);
    max-height: calc(100vh - 100px);
    background: #1E1E1E;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    z-index: 1300;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    animation: ai-chat-slide-up-b-09pnnfoeor 0.25s ease-out;
    resize: both;
}

@keyframes ai-chat-slide-up-b-09pnnfoeor {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.ai-chat-header[b-09pnnfoeor] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.ai-chat-drag-handle[b-09pnnfoeor] {
    cursor: move;
    user-select: none;
}

.ai-chat-messages[b-09pnnfoeor] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ai-chat-messages[b-09pnnfoeor]::-webkit-scrollbar {
    width: 4px;
}

.ai-chat-messages[b-09pnnfoeor]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
}

.ai-chat-welcome[b-09pnnfoeor] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    flex: 1;
}

.ai-chat-suggestions[b-09pnnfoeor] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    width: 100%;
}

.ai-suggestion-chip[b-09pnnfoeor] {
    text-transform: none !important;
    font-size: 12px !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.7) !important;
    justify-content: flex-start !important;
    padding: 6px 12px !important;
}

.ai-suggestion-chip:hover[b-09pnnfoeor] {
    border-color: #26A69A !important;
    color: #26A69A !important;
    background: rgba(38, 166, 154, 0.08) !important;
}

.ai-chat-message[b-09pnnfoeor] {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.ai-chat-message-user[b-09pnnfoeor] {
    justify-content: flex-end;
}

.ai-chat-message-assistant[b-09pnnfoeor] {
    justify-content: flex-start;
}

.ai-chat-avatar[b-09pnnfoeor] {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: rgba(38, 166, 154, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.ai-chat-bubble[b-09pnnfoeor] {
    max-width: 85%;
    padding: 10px 14px;
    border-radius: 12px;
    position: relative;
}

.ai-bubble-user[b-09pnnfoeor] {
    background: #2196F3;
    color: white;
    border-bottom-right-radius: 4px;
}

.ai-bubble-assistant[b-09pnnfoeor] {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom-left-radius: 4px;
}

.ai-chat-timestamp[b-09pnnfoeor] {
    font-size: 10px;
    opacity: 0.5;
    margin-top: 4px;
    text-align: right;
}

.ai-chat-input[b-09pnnfoeor] {
    padding: 12px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.ai-chat-textfield .mud-input-outlined[b-09pnnfoeor] {
    border-radius: 8px !important;
}

/* Typing indicator */
.ai-typing-indicator[b-09pnnfoeor] {
    display: flex;
    gap: 4px;
    padding: 4px 0;
}

.ai-typing-indicator span[b-09pnnfoeor] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    animation: ai-typing-bounce-b-09pnnfoeor 1.4s infinite ease-in-out both;
}

.ai-typing-indicator span:nth-child(1)[b-09pnnfoeor] {
    animation-delay: 0s;
}

.ai-typing-indicator span:nth-child(2)[b-09pnnfoeor] {
    animation-delay: 0.2s;
}

.ai-typing-indicator span:nth-child(3)[b-09pnnfoeor] {
    animation-delay: 0.4s;
}

@keyframes ai-typing-bounce-b-09pnnfoeor {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.4;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* App bar button glow effect */
.ai-chat-button[b-09pnnfoeor] {
    position: relative;
}

.ai-chat-button[b-09pnnfoeor]::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #26A69A;
    border-radius: 50%;
    top: 6px;
    right: 6px;
    animation: ai-pulse-b-09pnnfoeor 2s infinite;
}

@keyframes ai-pulse-b-09pnnfoeor {
    0% {
        box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.6);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(38, 166, 154, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(38, 166, 154, 0);
    }
}

/* Responsive */
@media (max-width: 480px) {
    .ai-chat-panel[b-09pnnfoeor] {
        width: calc(100vw - 16px);
        height: calc(100vh - 80px);
        bottom: 8px;
        right: 8px;
        border-radius: 12px;
    }
}
/* /Components/Shared/DeviceTopology.razor.rz.scp.css */
.device-topology-canvas[b-rhzntfrv9k] {
    width: 100%;
    height: calc(100vh - 340px);
    min-height: 400px;
    border: 1px solid var(--mud-palette-lines-default, rgba(255, 255, 255, 0.12));
    border-radius: 8px;
    overflow: hidden;
    background: var(--mud-palette-background, #121212);
    position: relative;
}
