/* /Components/SumatoLoading.razor.rz.scp.css */
/* Componente SumatoLoading - reutilizable en todos los proyectos */

.sumato-loading[b-fu1chfr8yc] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    position: relative;
    overflow: hidden;
}

.sumato-loading--overlay[b-fu1chfr8yc] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    min-height: 100vh;
    min-width: 100vw;
}

.sumato-loading__backdrop[b-fu1chfr8yc] {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, #00172F 0%, #002940 35%, #00465F 70%, #003350 100%);
}

.sumato-loading__gradient[b-fu1chfr8yc] {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
    animation: sumato-float-b-fu1chfr8yc 8s ease-in-out infinite;
}

.sumato-loading__gradient--1[b-fu1chfr8yc] {
    width: 60vmin;
    height: 60vmin;
    background: radial-gradient(circle, #00465F 0%, transparent 70%);
    top: -20%;
    left: -10%;
}

.sumato-loading__gradient--2[b-fu1chfr8yc] {
    width: 50vmin;
    height: 50vmin;
    background: radial-gradient(circle, rgba(120, 200, 80, 0.25) 0%, transparent 65%);
    bottom: -15%;
    right: -10%;
    animation-delay: -4s;
}

.sumato-loading__noise[b-fu1chfr8yc] {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    pointer-events: none;
}

.sumato-loading__content[b-fu1chfr8yc] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    z-index: 1;
    padding: 2rem;
}

.sumato-loading__logo-wrap[b-fu1chfr8yc] {
    position: relative;
    animation: sumato-logo-in-b-fu1chfr8yc 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.sumato-loading__logo-glow[b-fu1chfr8yc] {
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(120, 200, 80, 0.2) 0%, transparent 65%);
    animation: sumato-glow-b-fu1chfr8yc 2.5s ease-in-out infinite;
}

.sumato-loading__logo[b-fu1chfr8yc] {
    position: relative;
    animation: sumato-logo-idle-b-fu1chfr8yc 3s ease-in-out infinite;
}

.sumato-loading__logo svg[b-fu1chfr8yc] {
    display: block;
    width: 80px;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(120, 200, 80, 0.3));
}

.sumato-loading__logo path[b-fu1chfr8yc] {
    fill: #78C850;
}

.sumato-loading__bar-wrap[b-fu1chfr8yc] {
    width: 200px;
    max-width: 85vw;
}

.sumato-loading__bar-track[b-fu1chfr8yc] {
    height: 4px;
    background: rgba(0, 70, 95, 0.5);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.sumato-loading__bar-fill[b-fu1chfr8yc] {
    height: 100%;
    width: 45%;
    background: linear-gradient(90deg, #5FAE49, #78C850 50%, #9DD873);
    border-radius: 4px;
    animation: sumato-bar-b-fu1chfr8yc 1.6s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

.sumato-loading__bar-shine[b-fu1chfr8yc] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,0.25) 45%, transparent 55%);
    animation: sumato-shine-b-fu1chfr8yc 1.2s ease-in-out infinite;
}

.sumato-loading__text[b-fu1chfr8yc] {
    margin: 0;
    font-family: 'Barlow', 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sumato-loading__dots span[b-fu1chfr8yc] {
    animation: sumato-dot-b-fu1chfr8yc 1.4s ease-in-out infinite both;
    display: inline-block;
}

.sumato-loading__dots span:nth-child(1)[b-fu1chfr8yc] { animation-delay: 0s; }
.sumato-loading__dots span:nth-child(2)[b-fu1chfr8yc] { animation-delay: 0.2s; }
.sumato-loading__dots span:nth-child(3)[b-fu1chfr8yc] { animation-delay: 0.4s; }

@keyframes sumato-float-b-fu1chfr8yc {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(5%, 5%) scale(1.05); }
    66% { transform: translate(-3%, -2%) scale(0.98); }
}

@keyframes sumato-logo-in-b-fu1chfr8yc {
    to { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes sumato-logo-idle-b-fu1chfr8yc {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 20px rgba(120, 200, 80, 0.3)); }
    50% { transform: scale(1.03); filter: drop-shadow(0 0 28px rgba(120, 200, 80, 0.45)); }
}

@keyframes sumato-glow-b-fu1chfr8yc {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

@keyframes sumato-bar-b-fu1chfr8yc {
    0% { transform: translateX(-100%); }
    50% { transform: translateX(120%); }
    100% { transform: translateX(-100%); }
}

@keyframes sumato-shine-b-fu1chfr8yc {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

@keyframes sumato-dot-b-fu1chfr8yc {
    0%, 80%, 100% { opacity: 0.3; transform: translateY(0); }
    40% { opacity: 1; transform: translateY(-3px); }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fqcx160jeh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fqcx160jeh] {
    flex: 1;
}

.sidebar[b-fqcx160jeh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fqcx160jeh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fqcx160jeh]  a, .top-row[b-fqcx160jeh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fqcx160jeh]  a:hover, .top-row[b-fqcx160jeh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fqcx160jeh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fqcx160jeh] {
        justify-content: space-between;
    }

    .top-row[b-fqcx160jeh]  a, .top-row[b-fqcx160jeh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fqcx160jeh] {
        flex-direction: row;
    }

    .sidebar[b-fqcx160jeh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fqcx160jeh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fqcx160jeh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fqcx160jeh], article[b-fqcx160jeh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
