@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Charts/DonutChart.razor.rz.scp.css */
.donut-chart-container[b-60tzdsvc72] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e9ecef;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.donut-chart-container:hover[b-60tzdsvc72] {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.donut-svg[b-60tzdsvc72] {
    max-width: 100%;
    height: auto;
}

.donut-segment[b-60tzdsvc72] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.donut-segment:hover[b-60tzdsvc72] {
    stroke-width: 25;
}

.center-text-group[b-60tzdsvc72] {
    animation: fadeInScale-b-60tzdsvc72 1s ease-out 0.5s both;
}

.donut-main-text[b-60tzdsvc72] {
    font-size: 24px;
    font-weight: bold;
    fill: #343a40;
    transition: all 0.3s ease;
}

.donut-sub-text[b-60tzdsvc72] {
    font-size: 12px;
    fill: #6c757d;
    font-weight: 500;
    transition: all 0.3s ease;
}

.legend-item[b-60tzdsvc72] {
    padding: 6px 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.legend-item:hover[b-60tzdsvc72] {
    background-color: #f8f9fa;
    transform: translateX(3px);
}

.legend-color[b-60tzdsvc72] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.legend-item:hover .legend-color[b-60tzdsvc72] {
    transform: scale(1.2);
}

/* Animaciones */
@keyframes fadeInScale-b-60tzdsvc72 {
    from { 
        opacity: 0; 
        transform: scale(0.8); 
    }
    to { 
        opacity: 1; 
        transform: scale(1); 
    }
}

@keyframes drawSegment-0-b-60tzdsvc72 {
    from { stroke-dashoffset: 440; }
    to { stroke-dashoffset: 220; }
}

@keyframes drawSegment-1-b-60tzdsvc72 {
    from { stroke-dashoffset: 440; }
    to { stroke-dashoffset: 220; }
}

/* Estados hover para leyenda */
.legend-0.hovered[b-60tzdsvc72] {
    background-color: #f8f9fa;
    transform: translateX(3px);
}

.segment-0.hovered[b-60tzdsvc72] {
    stroke-width: 25;
}

.legend-1.hovered[b-60tzdsvc72] {
    background-color: #f8f9fa;
    transform: translateX(3px);
}

.segment-1.hovered[b-60tzdsvc72] {
    stroke-width: 25;
}
/* /Components/Charts/LatencyChart.razor.rz.scp.css */
.latency-chart-container[b-lrf19hfc0c] {
    background: white;
    border-radius: 10px;
    padding: 18px;
    border: 1px solid #e9ecef;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.latency-chart-container[b-lrf19hfc0c]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #17a2b8, #28a745);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.latency-chart-container:hover[b-lrf19hfc0c]::before {
    opacity: 1;
}

.latency-chart-container:hover[b-lrf19hfc0c] {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.current-latency[b-lrf19hfc0c] {
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.latency-metrics[b-lrf19hfc0c] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.latency-metrics .current-latency[b-lrf19hfc0c] {
    font-size: 1rem;
}

.metric-label[b-lrf19hfc0c] {
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0.8;
}

.stats-section[b-lrf19hfc0c] {
    flex: 1;
    text-align: center;
}

.web-indicator[b-lrf19hfc0c] {
    color: #17a2b8;
    font-size: 1.2em;
    text-shadow: 0 0 3px rgba(23, 162, 184, 0.3);
}

.api-indicator[b-lrf19hfc0c] {
    color: #28a745;
    font-size: 1.2em;
    text-shadow: 0 0 3px rgba(40, 167, 69, 0.3);
}

.status-indicator[b-lrf19hfc0c] {
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.status-up[b-lrf19hfc0c] { 
    color: #28a745; 
    text-shadow: 0 0 5px rgba(40, 167, 69, 0.3);
}

.status-down[b-lrf19hfc0c] { 
    color: #dc3545;
    animation: pulse-red-b-lrf19hfc0c 1.5s infinite;
}

.latency-excellent[b-lrf19hfc0c] { 
    color: #28a745; 
}

.latency-good[b-lrf19hfc0c] { 
    color: #17a2b8; 
}

.latency-warning[b-lrf19hfc0c] { 
    color: #ffc107; 
}

.latency-critical[b-lrf19hfc0c] { 
    color: #dc3545;
    animation: pulse-red-b-lrf19hfc0c 2s infinite;
}

.sparkline-container[b-lrf19hfc0c] {
    position: relative;
    height: 60px;
    margin: 12px 0;
}

.sparkline-svg[b-lrf19hfc0c] {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.sparkline-path[b-lrf19hfc0c] {
    transition: all 0.3s ease;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}

.web-line:hover[b-lrf19hfc0c] {
    stroke: #138496;
    stroke-width: 3;
}

.api-line:hover[b-lrf19hfc0c] {
    stroke: #1e7e34;
    stroke-width: 3;
}

.sparkline-point[b-lrf19hfc0c] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.sparkline-point:hover[b-lrf19hfc0c] {
    r: 5;
    filter: drop-shadow(0 0 3px currentColor);
}

.point-down[b-lrf19hfc0c] {
    animation: pulse-red-b-lrf19hfc0c 2s infinite;
}

.downtime-zone[b-lrf19hfc0c] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.downtime-zone:hover[b-lrf19hfc0c] {
    opacity: 0.4 !important;
}

.threshold-line[b-lrf19hfc0c] {
    transition: opacity 0.3s ease;
}

.latency-chart-container:hover .threshold-line[b-lrf19hfc0c] {
    opacity: 0.8;
}

/* Animaciones */
@keyframes pulse-red-b-lrf19hfc0c {
    0%, 100% { 
        opacity: 1; 
    }
    50% { 
        opacity: 0.6; 
    }
}
/* /Components/Charts/LatencyLineChart.razor.rz.scp.css */
.latency-line-chart-container[b-46oblyfadc] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e9ecef;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.latency-line-chart-container:hover[b-46oblyfadc] {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.chart-header h6[b-46oblyfadc] {
    color: #343a40;
    font-weight: 600;
}

.chart-controls .btn[b-46oblyfadc] {
    border-radius: 6px;
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    transition: all 0.2s ease;
}

.chart-controls .btn:hover[b-46oblyfadc] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.chart-container[b-46oblyfadc] {
    position: relative;
    margin: 20px 0;
    padding: 10px;
    background: #fafbfc;
    border-radius: 8px;
    border: 1px solid #f1f3f4;
}

.chart-stats[b-46oblyfadc] {
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
}

.stat-card[b-46oblyfadc] {
    text-align: center;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.stat-card:hover[b-46oblyfadc] {
    background: #e9ecef;
    transform: translateY(-1px);
}

.stat-card small[b-46oblyfadc] {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value[b-46oblyfadc] {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .latency-line-chart-container[b-46oblyfadc] {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .chart-header[b-46oblyfadc] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
    }
    
    .chart-controls[b-46oblyfadc] {
        align-self: flex-end;
    }
    
    .stat-card[b-46oblyfadc] {
        margin-bottom: 10px;
    }
    
    .stat-value[b-46oblyfadc] {
        font-size: 1.1rem;
    }
}

/* Animation for loading */
.chart-container[b-46oblyfadc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transform: translateX(-100%);
    animation: shimmer-b-46oblyfadc 1.5s infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes shimmer-b-46oblyfadc {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* Status indicators */
.status-indicators[b-46oblyfadc] {
    display: flex;
    align-items: center;
}

.status-item[b-46oblyfadc] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.status-dot[b-46oblyfadc] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.status-dot.status-up[b-46oblyfadc] {
    background-color: #28a745;
    box-shadow: 0 0 4px rgba(40, 167, 69, 0.5);
}

.status-dot.status-down[b-46oblyfadc] {
    background-color: #dc3545;
    box-shadow: 0 0 4px rgba(220, 53, 69, 0.5);
    animation: pulse-red-b-46oblyfadc 2s infinite;
}

@keyframes pulse-red-b-46oblyfadc {
    0% {
        box-shadow: 0 0 4px rgba(220, 53, 69, 0.5);
    }
    50% {
        box-shadow: 0 0 8px rgba(220, 53, 69, 0.8);
    }
    100% {
        box-shadow: 0 0 4px rgba(220, 53, 69, 0.5);
    }
}
/* /Components/Charts/StatusIndicator.razor.rz.scp.css */
.status-dot[b-w8xnsu0box] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}

.status-up[b-w8xnsu0box] {
    background-color: #28a745;
    animation: pulse-green-b-w8xnsu0box 2s infinite;
}

.status-degraded[b-w8xnsu0box] {
    background-color: #ffc107;
    animation: pulse-yellow-b-w8xnsu0box 2s infinite;
}

.status-down[b-w8xnsu0box] {
    background-color: #dc3545;
    animation: pulse-red-b-w8xnsu0box 2s infinite;
}

@keyframes pulse-green-b-w8xnsu0box {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

@keyframes pulse-yellow-b-w8xnsu0box {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}

@keyframes pulse-red-b-w8xnsu0box {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-k6hytww6c9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k6hytww6c9] { flex: 1; }

.sidebar[b-k6hytww6c9] {
    background-color: #F2F2F7;
    background-image: none;
}

.top-row[b-k6hytww6c9] {
    background-color: rgba(242,242,247,0.85);
    border-bottom: 1px solid #E5E5EA;
    justify-content: flex-end;
    height: 3rem;
    display: flex;
    align-items: center;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.top-row[b-k6hytww6c9]  a, .top-row[b-k6hytww6c9]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #007AFF;
}
.top-row[b-k6hytww6c9]  a:hover, .top-row[b-k6hytww6c9]  .btn-link:hover { text-decoration: underline; }
.top-row[b-k6hytww6c9]  a:first-child { overflow: hidden; text-overflow: ellipsis; }

@media (max-width: 640.98px) {
    .top-row[b-k6hytww6c9] { justify-content: space-between; }
    .top-row[b-k6hytww6c9]  a, .top-row[b-k6hytww6c9]  .btn-link { margin-left: 0; }
}

@media (min-width: 641px) {
    .page[b-k6hytww6c9] { flex-direction: row; }

    .sidebar[b-k6hytww6c9] {
        width: 250px;
        height: 100vh;
        position: fixed;
        top: 0; left: 0;
        z-index: 1000;
    }

    main[b-k6hytww6c9] {
        margin-left: 250px;
        width: calc(100% - 250px);
    }

    .top-row[b-k6hytww6c9] {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .top-row.auth[b-k6hytww6c9]  a:first-child { flex: 1; text-align: right; width: 0; }
    .top-row[b-k6hytww6c9], article[b-k6hytww6c9] { padding-left: 2rem !important; padding-right: 1.5rem !important; }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* NavMenu - Apple HIG sidebar */

@media (min-width: 641px) {
    .navbar-toggler[b-75ohxr4q76] { display: none; }
    .collapse[b-75ohxr4q76] { display: block; }
    .nav-scrollable[b-75ohxr4q76] {
        height: calc(100vh - 3rem);
        overflow-y: auto;
    }
}
/* /Pages/Login.razor.rz.scp.css */
/* Login styles are handled by carbon-misc.css via app.css */
/* This file kept for Blazor scoped CSS compatibility */

@keyframes spin-b-6qigs5ihjt { to { transform: rotate(360deg); } }
