/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-h1hdtki9e6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h1hdtki9e6] {
    flex: 1;
}

.sidebar[b-h1hdtki9e6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h1hdtki9e6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h1hdtki9e6]  a, .top-row[b-h1hdtki9e6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-h1hdtki9e6]  a:hover, .top-row[b-h1hdtki9e6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-h1hdtki9e6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-h1hdtki9e6] {
        justify-content: space-between;
    }

    .top-row[b-h1hdtki9e6]  a, .top-row[b-h1hdtki9e6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h1hdtki9e6] {
        flex-direction: row;
    }

    .sidebar[b-h1hdtki9e6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h1hdtki9e6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-h1hdtki9e6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-h1hdtki9e6], article[b-h1hdtki9e6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-h1hdtki9e6] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-h1hdtki9e6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6tedy5v61g] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-6tedy5v61g] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6tedy5v61g] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6tedy5v61g] {
    font-size: 1.1rem;
}

.bi[b-6tedy5v61g] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-6tedy5v61g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-6tedy5v61g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-6tedy5v61g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-6tedy5v61g] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6tedy5v61g] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6tedy5v61g] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6tedy5v61g]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-6tedy5v61g]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6tedy5v61g]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-6tedy5v61g] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6tedy5v61g] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6tedy5v61g] {
        display: none;
    }

    .nav-scrollable[b-6tedy5v61g] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
/* CSS for PublicLayout component */
.public-layout[b-4z18hw7vfg] {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fh48w88u8f],
.components-reconnect-repeated-attempt-visible[b-fh48w88u8f],
.components-reconnect-failed-visible[b-fh48w88u8f],
.components-pause-visible[b-fh48w88u8f],
.components-resume-failed-visible[b-fh48w88u8f],
.components-rejoining-animation[b-fh48w88u8f] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fh48w88u8f],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fh48w88u8f],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fh48w88u8f],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fh48w88u8f],
#components-reconnect-modal.components-reconnect-retrying[b-fh48w88u8f],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fh48w88u8f],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fh48w88u8f],
#components-reconnect-modal.components-reconnect-failed[b-fh48w88u8f],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fh48w88u8f] {
    display: block;
}


#components-reconnect-modal[b-fh48w88u8f] {
    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-fh48w88u8f 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fh48w88u8f 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fh48w88u8f 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fh48w88u8f]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fh48w88u8f 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fh48w88u8f {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fh48w88u8f {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fh48w88u8f {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fh48w88u8f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fh48w88u8f] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fh48w88u8f] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fh48w88u8f] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fh48w88u8f] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fh48w88u8f] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fh48w88u8f] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fh48w88u8f 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fh48w88u8f] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fh48w88u8f {
    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/Home.razor.rz.scp.css */
/* CSS for Home component */
.gp-home[b-mhchhok1yx] {
    --blue: #3b82f6;
    --blue-light: #60a5fa;
    --blue-soft: #dbeafe;
    --blue-dark: #1e40af;
    --gray-950: #111827;
    --gray-900: #1f2937;
    --gray-700: #374151;
    --gray-600: #4b5563;
    --gray-500: #6b7280;
    --gray-300: #d1d5db;
    --gray-200: #e5e7eb;
    --gray-100: #f3f4f6;
    --gray-50: #f9fafb;
    background: #ffffff;
    color: var(--gray-900);
    min-height: 100vh;
    overflow: hidden;
}


/* =====================================================
   HERO
   ===================================================== */

.gp-hero[b-mhchhok1yx] {
    min-height: 760px;
    padding: 95px 7%;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 70px;
    background: radial-gradient(circle at 82% 35%, rgba(96,165,250,.16), transparent 27%), linear-gradient(135deg, #ffffff 0%, #f8fafc 55%, #eff6ff 100%);
}

.gp-hero-content[b-mhchhok1yx] {
    max-width: 720px;
}

.gp-badge[b-mhchhok1yx] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid #dbeafe;
    border-radius: 30px;
    background: rgba(255,255,255,.75);
    color: #2563eb;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.gp-badge-dot[b-mhchhok1yx] {
    width: 8px;
    height: 8px;
    background: #60a5fa;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(96,165,250,.13);
}

.gp-hero h1[b-mhchhok1yx] {
    margin: 28px 0 24px;
    font-size: clamp(3rem, 5.5vw, 5.5rem);
    line-height: .98;
    letter-spacing: -4px;
    font-weight: 800;
    color: #1f2937;
}

    .gp-hero h1 span[b-mhchhok1yx] {
        display: block;
        color: #60a5fa;
    }

.gp-hero-description[b-mhchhok1yx] {
    max-width: 690px;
    font-size: 1.22rem;
    line-height: 1.7;
    color: #4b5563;
}

.gp-hero-secondary[b-mhchhok1yx] {
    max-width: 650px;
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.7;
    color: #6b7280;
}

.gp-hero-actions[b-mhchhok1yx] {
    display: flex;
    gap: 15px;
    margin-top: 34px;
}

.gp-button-primary[b-mhchhok1yx],
.gp-button-secondary[b-mhchhok1yx] {
    text-decoration: none;
    border-radius: 12px;
    padding: 15px 24px;
    font-weight: 700;
    transition: .25s ease;
}

.gp-button-primary[b-mhchhok1yx] {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #3b82f6;
    color: white;
    box-shadow: 0 12px 28px rgba(59,130,246,.24);
}

    .gp-button-primary:hover[b-mhchhok1yx] {
        background: #2563eb;
        color: white;
        transform: translateY(-2px);
    }

.gp-button-secondary[b-mhchhok1yx] {
    border: 1px solid #d1d5db;
    color: #374151;
    background: rgba(255,255,255,.75);
}

    .gp-button-secondary:hover[b-mhchhok1yx] {
        background: white;
        color: #2563eb;
    }

.gp-status[b-mhchhok1yx] {
    margin-top: 34px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    color: #6b7280;
    font-size: .83rem;
}

    .gp-status > div[b-mhchhok1yx] {
        display: flex;
        align-items: center;
        gap: 7px;
    }

.gp-status-dot[b-mhchhok1yx] {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
}


/* =====================================================
   DASHBOARD PREVIEW
   ===================================================== */

.gp-hero-visual[b-mhchhok1yx] {
    position: relative;
    display: flex;
    justify-content: center;
}

.gp-glow[b-mhchhok1yx] {
    position: absolute;
    width: 480px;
    height: 480px;
    background: rgba(96,165,250,.15);
    filter: blur(80px);
    border-radius: 50%;
}

.gp-dashboard-preview[b-mhchhok1yx] {
    position: relative;
    width: min(100%, 540px);
    padding: 28px;
    border-radius: 24px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(209,213,219,.7);
    box-shadow: 0 40px 80px rgba(31,41,55,.13), 0 10px 30px rgba(59,130,246,.08);
    backdrop-filter: blur(20px);
}

.preview-header[b-mhchhok1yx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .preview-header div[b-mhchhok1yx] {
        display: flex;
        flex-direction: column;
    }

    .preview-header small[b-mhchhok1yx] {
        color: #60a5fa;
        font-weight: 800;
        letter-spacing: 1.5px;
    }

    .preview-header strong[b-mhchhok1yx] {
        color: #374151;
        margin-top: 4px;
    }

.preview-online[b-mhchhok1yx] {
    font-size: .7rem;
    font-weight: 800;
    color: #16a34a;
    background: #f0fdf4;
    padding: 7px 10px;
    border-radius: 20px;
}

    .preview-online i[b-mhchhok1yx] {
        display: inline-block;
        width: 7px;
        height: 7px;
        background: #22c55e;
        border-radius: 50%;
        margin-right: 4px;
    }

.preview-main-card[b-mhchhok1yx] {
    margin-top: 25px;
    background: linear-gradient(135deg, #374151, #1f2937);
    border-radius: 17px;
    padding: 24px;
    color: white;
}

    .preview-main-card small[b-mhchhok1yx] {
        color: #d1d5db;
    }

.preview-number[b-mhchhok1yx] {
    font-size: 2.6rem;
    font-weight: 800;
    margin-top: 3px;
}

.preview-chart[b-mhchhok1yx] {
    height: 85px;
    display: flex;
    align-items: end;
    gap: 8px;
    margin-top: 20px;
}

    .preview-chart span[b-mhchhok1yx] {
        flex: 1;
        border-radius: 5px 5px 2px 2px;
        background: linear-gradient(#93c5fd, #3b82f6);
    }

.preview-grid[b-mhchhok1yx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}

.preview-small-card[b-mhchhok1yx] {
    padding: 17px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    display: flex;
    gap: 12px;
    align-items: center;
    background: #fff;
}

.preview-icon[b-mhchhok1yx] {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background: #eff6ff;
    color: #3b82f6;
    border-radius: 10px;
    font-weight: 800;
}

.preview-small-card div:last-child[b-mhchhok1yx] {
    display: flex;
    flex-direction: column;
}

.preview-small-card small[b-mhchhok1yx] {
    color: #9ca3af;
}

.preview-small-card strong[b-mhchhok1yx] {
    font-size: .87rem;
    color: #374151;
}

.preview-machine[b-mhchhok1yx] {
    margin-top: 14px;
    padding: 17px;
    background: #f9fafb;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.machine-status[b-mhchhok1yx] {
    width: 11px;
    height: 11px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #dcfce7;
}

.preview-machine div[b-mhchhok1yx] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.preview-machine small[b-mhchhok1yx] {
    color: #9ca3af;
}

.preview-machine strong[b-mhchhok1yx] {
    color: #374151;
    font-size: .86rem;
}

.machine-signal[b-mhchhok1yx] {
    color: #60a5fa;
    font-size: .65rem;
}


/* =====================================================
   SOLUÇÕES
   ===================================================== */

.gp-solutions[b-mhchhok1yx] {
    padding: 110px 7%;
    background: #fff;
}

.section-title[b-mhchhok1yx] {
    max-width: 720px;
    margin: auto;
    text-align: center;
}

    .section-title > span[b-mhchhok1yx],
    .technology-label[b-mhchhok1yx] {
        color: #3b82f6;
        font-size: .74rem;
        font-weight: 800;
        letter-spacing: 1.6px;
    }

    .section-title h2[b-mhchhok1yx],
    .gp-technology h2[b-mhchhok1yx] {
        font-size: clamp(2.2rem, 4vw, 3.6rem);
        line-height: 1.08;
        letter-spacing: -2px;
        margin: 15px 0 18px;
        color: #1f2937;
    }

    .section-title p[b-mhchhok1yx] {
        color: #6b7280;
        line-height: 1.7;
    }

.solution-grid[b-mhchhok1yx] {
    max-width: 1250px;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.solution-card[b-mhchhok1yx] {
    padding: 30px;
    min-height: 235px;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    background: #fff;
    transition: .25s ease;
}

    .solution-card:hover[b-mhchhok1yx] {
        transform: translateY(-6px);
        border-color: #bfdbfe;
        box-shadow: 0 20px 45px rgba(31,41,55,.08);
    }

.solution-icon[b-mhchhok1yx] {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    background: #eff6ff;
    border-radius: 13px;
    color: #3b82f6;
    font-size: 1.35rem;
}

.solution-card h3[b-mhchhok1yx] {
    margin: 20px 0 10px;
    color: #374151;
    font-size: 1.15rem;
}

.solution-card p[b-mhchhok1yx] {
    color: #6b7280;
    line-height: 1.65;
    font-size: .93rem;
}


/* =====================================================
   TECNOLOGIA
   ===================================================== */

.gp-technology[b-mhchhok1yx] {
    padding: 110px 8%;
    background: #f3f4f6;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.technology-content[b-mhchhok1yx] {
    max-width: 650px;
}

    .technology-content > p[b-mhchhok1yx] {
        color: #6b7280;
        line-height: 1.75;
        font-size: 1.04rem;
    }

.technology-items[b-mhchhok1yx] {
    display: flex;
    gap: 45px;
    margin-top: 38px;
}

    .technology-items div[b-mhchhok1yx] {
        display: flex;
        flex-direction: column;
    }

    .technology-items strong[b-mhchhok1yx] {
        font-size: 1.4rem;
        color: #3b82f6;
    }

    .technology-items span[b-mhchhok1yx] {
        margin-top: 4px;
        color: #6b7280;
        font-size: .82rem;
    }


/* NETWORK */

.technology-network[b-mhchhok1yx] {
    height: 430px;
    position: relative;
}

.network-center[b-mhchhok1yx],
.network-node[b-mhchhok1yx] {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.network-center[b-mhchhok1yx] {
    width: 145px;
    height: 145px;
    left: calc(50% - 72px);
    top: calc(50% - 72px);
    border-radius: 50%;
    background: #374151;
    box-shadow: 0 25px 50px rgba(31,41,55,.2);
    color: white;
}

    .network-center span[b-mhchhok1yx] {
        font-size: 2rem;
        color: #93c5fd;
        font-weight: 800;
    }

    .network-center small[b-mhchhok1yx] {
        font-size: .65rem;
        letter-spacing: 1.3px;
    }

.network-node[b-mhchhok1yx] {
    width: 90px;
    height: 90px;
    background: white;
    border: 1px solid #dbeafe;
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(31,41,55,.08);
}

    .network-node span[b-mhchhok1yx] {
        font-size: 1.35rem;
    }

    .network-node small[b-mhchhok1yx] {
        color: #6b7280;
        margin-top: 3px;
    }

.node-1[b-mhchhok1yx] {
    top: 10px;
    left: 25%;
}

.node-2[b-mhchhok1yx] {
    right: 5%;
    top: 37%;
}

.node-3[b-mhchhok1yx] {
    bottom: 0;
    left: 25%;
}

.node-4[b-mhchhok1yx] {
    left: 2%;
    top: 40%;
}

.network-line[b-mhchhok1yx] {
    position: absolute;
    height: 1px;
    background: #bfdbfe;
    z-index: 1;
    transform-origin: left;
}


/* =====================================================
   CTA
   ===================================================== */

.gp-cta[b-mhchhok1yx] {
    margin: 90px 7%;
    padding: 55px 65px;
    border-radius: 24px;
    background: radial-gradient(circle at 80% 30%, rgba(96,165,250,.25), transparent 25%), #1f2937;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    color: white;
}

    .gp-cta > div > span[b-mhchhok1yx] {
        color: #93c5fd;
        font-size: .75rem;
        font-weight: 800;
        letter-spacing: 1.6px;
    }

    .gp-cta h2[b-mhchhok1yx] {
        margin: 10px 0;
        font-size: 2rem;
    }

    .gp-cta p[b-mhchhok1yx] {
        margin: 0;
        color: #d1d5db;
    }


/* =====================================================
   FOOTER
   ===================================================== */

.gp-footer[b-mhchhok1yx] {
    padding: 35px 7%;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9ca3af;
}

    .gp-footer > div[b-mhchhok1yx] {
        display: flex;
        flex-direction: column;
    }

    .gp-footer strong[b-mhchhok1yx] {
        color: #374151;
        font-size: 1.3rem;
    }

        .gp-footer strong span[b-mhchhok1yx] {
            color: #60a5fa;
        }

    .gp-footer small[b-mhchhok1yx] {
        font-size: .65rem;
        letter-spacing: 1px;
    }

    .gp-footer p[b-mhchhok1yx] {
        margin: 0;
        font-size: .78rem;
    }


/* =====================================================
   RESPONSIVO
   ===================================================== */

@media (max-width: 1000px) {

    .gp-hero[b-mhchhok1yx] {
        grid-template-columns: 1fr;
        padding-top: 70px;
    }

    .gp-hero-content[b-mhchhok1yx] {
        margin: auto;
        text-align: center;
    }

    .gp-hero-description[b-mhchhok1yx],
    .gp-hero-secondary[b-mhchhok1yx] {
        margin-left: auto;
        margin-right: auto;
    }

    .gp-hero-actions[b-mhchhok1yx],
    .gp-status[b-mhchhok1yx] {
        justify-content: center;
    }

    .solution-grid[b-mhchhok1yx] {
        grid-template-columns: repeat(2, 1fr);
    }

    .gp-technology[b-mhchhok1yx] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {

    .gp-hero[b-mhchhok1yx] {
        padding: 55px 22px;
    }

        .gp-hero h1[b-mhchhok1yx] {
            letter-spacing: -2px;
        }

    .gp-hero-actions[b-mhchhok1yx] {
        flex-direction: column;
    }

    .gp-status[b-mhchhok1yx] {
        flex-direction: column;
        align-items: center;
    }

    .preview-grid[b-mhchhok1yx],
    .solution-grid[b-mhchhok1yx] {
        grid-template-columns: 1fr;
    }

    .gp-solutions[b-mhchhok1yx],
    .gp-technology[b-mhchhok1yx] {
        padding: 75px 22px;
    }

    .technology-items[b-mhchhok1yx] {
        gap: 20px;
        flex-wrap: wrap;
    }

    .gp-cta[b-mhchhok1yx] {
        margin: 50px 20px;
        padding: 38px 28px;
        flex-direction: column;
        align-items: flex-start;
    }

    .gp-footer[b-mhchhok1yx] {
        gap: 20px;
        flex-direction: column;
        text-align: center;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* =====================================================
   GERENPAY - LOGIN
   Login.razor.css
   ===================================================== */

.login-page[b-1q1kyeldvo] {
    --blue: #3b82f6;
    --blue-light: #60a5fa;
    --blue-soft: #eff6ff;
    --gray-950: #111827;
    --gray-900: #1f2937;
    --gray-800: #293548;
    --gray-700: #374151;
    --gray-600: #4b5563;
    --gray-500: #6b7280;
    --gray-400: #9ca3af;
    --gray-300: #d1d5db;
    --gray-200: #e5e7eb;
    --gray-100: #f3f4f6;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(430px, 43%) 1fr;
    background: white;
}


/* =====================================================
   LADO ESQUERDO
   ===================================================== */

.login-brand[b-1q1kyeldvo] {
    position: relative;
    min-height: 100vh;
    padding: 48px 65px;
    display: flex;
    flex-direction: column;
    background: radial-gradient( circle at 15% 85%, rgba(96, 165, 250, .20), transparent 27% ), radial-gradient( circle at 85% 15%, rgba(59, 130, 246, .12), transparent 30% ), linear-gradient( 145deg, #111827, #1f2937 55%, #273449 );
    overflow: hidden;
}


    .login-brand[b-1q1kyeldvo]::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        border: 1px solid rgba(147, 197, 253, .08);
        border-radius: 50%;
        right: -210px;
        top: 20%;
    }


    .login-brand[b-1q1kyeldvo]::after {
        content: "";
        position: absolute;
        width: 620px;
        height: 620px;
        border: 1px solid rgba(147, 197, 253, .05);
        border-radius: 50%;
        right: -310px;
        top: calc(20% - 100px);
    }


/* =====================================================
   VOLTAR
   ===================================================== */

.back-home[b-1q1kyeldvo] {
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: #9ca3af;
    font-size: .82rem;
    transition: .2s;
}


    .back-home:hover[b-1q1kyeldvo] {
        color: #93c5fd;
    }


/* =====================================================
   MARCA GERENPAY
   ===================================================== */

.brand-content[b-1q1kyeldvo] {
    position: relative;
    z-index: 2;
    margin: auto 0;
}


.brand-logo[b-1q1kyeldvo] {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient( 135deg, #60a5fa, #3b82f6 );
    box-shadow: 0 15px 35px rgba(59, 130, 246, .30);
    color: white;
    font-size: 1.7rem;
    font-weight: 800;
}


.brand-content > h1[b-1q1kyeldvo] {
    margin: 17px 0 0;
    color: white;
    font-size: 2.5rem;
    letter-spacing: -2px;
}


    .brand-content > h1 span[b-1q1kyeldvo] {
        color: #60a5fa;
    }


.brand-subtitle[b-1q1kyeldvo] {
    margin: 0;
    color: #9ca3af;
    font-size: .75rem;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}


/* =====================================================
   TEXTO PRINCIPAL ESQUERDO
   ===================================================== */

.brand-message[b-1q1kyeldvo] {
    max-width: 520px;
    margin-top: 65px;
}


    .brand-message h2[b-1q1kyeldvo] {
        color: white;
        font-size: clamp( 2rem, 3.5vw, 3.5rem );
        line-height: 1.03;
        letter-spacing: -2px;
    }


        .brand-message h2 span[b-1q1kyeldvo] {
            display: block;
            color: #93c5fd;
        }


    .brand-message p[b-1q1kyeldvo] {
        max-width: 480px;
        margin-top: 22px;
        color: #9ca3af;
        line-height: 1.75;
        font-size: .98rem;
    }


/* =====================================================
   RECURSOS
   ===================================================== */

.brand-features[b-1q1kyeldvo] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 40px;
}


    .brand-features > div[b-1q1kyeldvo] {
        display: flex;
        align-items: center;
        gap: 14px;
    }


.feature-icon[b-1q1kyeldvo] {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(96, 165, 250, .13);
    border: 1px solid rgba(147, 197, 253, .15);
    color: #93c5fd;
    font-size: .75rem;
}


.brand-features > div > div[b-1q1kyeldvo] {
    display: flex;
    flex-direction: column;
}


.brand-features strong[b-1q1kyeldvo] {
    color: #e5e7eb;
    font-size: .88rem;
}


.brand-features small[b-1q1kyeldvo] {
    color: #6b7280;
    margin-top: 2px;
}


/* =====================================================
   RODAPÉ ESQUERDO
   ===================================================== */

.brand-footer[b-1q1kyeldvo] {
    position: relative;
    z-index: 2;
    color: #6b7280;
    font-size: .7rem;
    letter-spacing: 1px;
}


/* =====================================================
   ÁREA DIREITA DO LOGIN
   ===================================================== */

.login-area[b-1q1kyeldvo] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    background: radial-gradient( circle at 100% 0%, rgba(219, 234, 254, .7), transparent 25% ), #ffffff;
}


.login-box[b-1q1kyeldvo] {
    width: 100%;
    max-width: 450px;
}


/* =====================================================
   CABEÇALHO DO LOGIN
   ===================================================== */

.login-header[b-1q1kyeldvo] {
    margin-bottom: 38px;
}


.mobile-logo[b-1q1kyeldvo] {
    display: none;
    margin-bottom: 40px;
    color: #374151;
    font-size: 1.7rem;
    font-weight: 800;
}


    .mobile-logo span[b-1q1kyeldvo] {
        color: #60a5fa;
    }


.login-label[b-1q1kyeldvo] {
    color: #3b82f6;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: 1.7px;
}


.login-header h2[b-1q1kyeldvo] {
    margin: 10px 0 8px;
    color: #1f2937;
    font-size: 2.5rem;
    letter-spacing: -1.5px;
}


.login-header p[b-1q1kyeldvo] {
    margin: 0;
    color: #6b7280;
    line-height: 1.6;
}


/* =====================================================
   GRUPO DOS CAMPOS
   ===================================================== */

.form-group[b-1q1kyeldvo] {
    width: 100%;
    margin-bottom: 22px;
}


    .form-group label[b-1q1kyeldvo] {
        display: block;
        margin-bottom: 8px;
        color: #374151;
        font-size: .82rem;
        font-weight: 700;
    }


.label-row[b-1q1kyeldvo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


/* =====================================================
   ESQUECI MINHA SENHA
   ===================================================== */

.forgot-password[b-1q1kyeldvo] {
    margin-bottom: 8px;
    color: #3b82f6;
    font-size: .76rem;
    text-decoration: none;
}


    .forgot-password:hover[b-1q1kyeldvo] {
        text-decoration: underline;
    }


/* =====================================================
   CONTAINER DO INPUT
   ===================================================== */

.input-container[b-1q1kyeldvo] {
    position: relative;
    display: block;
    width: 100%;
}


/* =====================================================
   ÍCONE DENTRO DO INPUT
   ===================================================== */

.input-icon[b-1q1kyeldvo] {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    pointer-events: none;
    z-index: 5;
}


    .input-icon svg[b-1q1kyeldvo] {
        display: block;
        width: 20px;
        height: 20px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


/* =====================================================
   INPUTS DOCUMENTO / SENHA

   Utilizar no Login.razor:
   class="gp-login-input"
   ===================================================== */

input.gp-login-input[b-1q1kyeldvo] {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 55px !important;
    min-height: 55px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    /*
       54px à esquerda reserva espaço
       para o ícone.
    */

    padding: 0 18px 0 54px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 11px !important;
    background: #ffffff !important;
    color: #1f2937 !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    outline: none !important;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}


    /* PLACEHOLDER */

    input.gp-login-input[b-1q1kyeldvo]::placeholder {
        color: #9ca3af !important;
        opacity: 1;
    }


    /* HOVER */

    input.gp-login-input:hover[b-1q1kyeldvo] {
        border-color: #9ca3af !important;
    }


    /* FOCO */

    input.gp-login-input:focus[b-1q1kyeldvo] {
        border-color: #60a5fa !important;
        outline: none !important;
        box-shadow: 0 0 0 4px rgba(96, 165, 250, .12) !important;
    }


/* =====================================================
   OPÇÕES DO LOGIN
   ===================================================== */

.login-options[b-1q1kyeldvo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4px 0 26px;
}


/* =====================================================
   MANTER CONECTADO
   ===================================================== */

.remember[b-1q1kyeldvo] {
    display: flex !important;
    align-items: center;
    gap: 9px;
    margin: 0 !important;
    cursor: pointer;
    color: #6b7280 !important;
    font-weight: 500 !important;
}


    .remember input[b-1q1kyeldvo] {
        width: 16px;
        height: 16px;
        margin: 0;
        accent-color: #3b82f6;
    }


/* =====================================================
   MENSAGEM DE ERRO
   ===================================================== */

.login-error[b-1q1kyeldvo] {
    margin-bottom: 18px;
    padding: 12px 15px;
    border: 1px solid #fecaca;
    border-radius: 9px;
    background: #fef2f2;
    color: #b91c1c;
    font-size: .82rem;
}


/* =====================================================
   BOTÃO ENTRAR
   ===================================================== */

.login-button[b-1q1kyeldvo] {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: linear-gradient( 135deg, #60a5fa, #3b82f6 );
    color: white;
    font-size: .93rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(59, 130, 246, .22);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}


    .login-button:hover[b-1q1kyeldvo] {
        transform: translateY(-2px);
        box-shadow: 0 18px 35px rgba(59, 130, 246, .28);
    }


    .login-button:active[b-1q1kyeldvo] {
        transform: translateY(0);
    }


    .login-button span[b-1q1kyeldvo] {
        font-size: 1.2rem;
    }


/* =====================================================
   INDICAÇÃO DE SEGURANÇA
   ===================================================== */

.login-security[b-1q1kyeldvo] {
    margin-top: 28px;
    text-align: center;
    color: #9ca3af;
    font-size: .73rem;
}


    .login-security span[b-1q1kyeldvo] {
        color: #22c55e;
        margin-right: 5px;
    }


/* =====================================================
   RESPONSIVO
   ===================================================== */

@media (max-width: 950px) {

    .login-page[b-1q1kyeldvo] {
        grid-template-columns: 1fr;
    }


    .login-brand[b-1q1kyeldvo] {
        display: none;
    }


    .login-area[b-1q1kyeldvo] {
        padding: 35px 25px;
    }


    .mobile-logo[b-1q1kyeldvo] {
        display: block;
    }


    .login-box[b-1q1kyeldvo] {
        max-width: 450px;
    }
}


@media (max-width: 520px) {

    .login-area[b-1q1kyeldvo] {
        padding: 28px 18px;
    }


    .login-header h2[b-1q1kyeldvo] {
        font-size: 2.1rem;
    }


    input.gp-login-input[b-1q1kyeldvo] {
        height: 54px !important;
        min-height: 54px !important;
    }


    .login-button[b-1q1kyeldvo] {
        height: 54px;
    }
}
