/* /Layout/MainLayout.razor.rz.scp.css */
*[b-npau8f64ls] {
    box-sizing: border-box;
}

.aduana-shell[b-npau8f64ls] {
    min-height: 100vh;
    background: #f8fafc;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

.aduana-topbar[b-npau8f64ls] {
    height: 70px;
    width: 100%;
    background: linear-gradient(90deg, #4f46e5 0%, #3730a3 100%);
    display: flex;
    align-items: center;
    padding: 0 30px;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(49, 46, 129, .34);
    position: sticky;
    top: 0;
    z-index: 999;
}

.aduana-brand[b-npau8f64ls] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-right: 42px;
    flex: 0 0 auto;
}

.aduana-brand-icon[b-npau8f64ls] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .15);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.aduana-brand-icon .mud-icon-root[b-npau8f64ls] {
    color: #ffffff !important;
    font-size: 28px;
}

.aduana-brand-text[b-npau8f64ls] {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.38rem;
    font-weight: 700;
    letter-spacing: -.4px;
    white-space: nowrap;
}

.aduana-brand-text span[b-npau8f64ls] {
    font-weight: 800;
}

.aduana-menu[b-npau8f64ls] {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 auto;
}

.aduana-menu-item[b-npau8f64ls] {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.aduana-menu-button[b-npau8f64ls] {
    height: 44px;
    border: none;
    outline: none;
    background: transparent;
    color: rgba(255, 255, 255, .96);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: .88rem;
    font-weight: 600;
    letter-spacing: .15px;
    transition: background .18s ease, color .18s ease, transform .18s ease;
    font-family: inherit;
}

.aduana-menu-button:hover[b-npau8f64ls] {
    background: rgba(255, 255, 255, .12);
    color: #ffffff;
}

.aduana-menu-button .mud-icon-root[b-npau8f64ls] {
    color: #ffffff !important;
    font-size: 23px;
}

.aduana-menu-button .arrow-icon[b-npau8f64ls] {
    font-size: 19px !important;
    margin-left: 1px;
    opacity: .95;
}

.aduana-dropdown[b-npau8f64ls] {
    display: none;
    position: absolute;
    top: 61px;
    left: 0;
    min-width: 230px;
    background: #ffffff;
    border-radius: 14px;
    padding: 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .20);
    border: 1px solid rgba(15, 23, 42, .08);
    z-index: 1200;
}

.aduana-menu-item:hover .aduana-dropdown[b-npau8f64ls] {
    display: block;
}

.aduana-dropdown a[b-npau8f64ls] {
    display: block;
    padding: 11px 13px;
    border-radius: 10px;
    text-decoration: none;
    color: #1f2937;
    font-size: .92rem;
    font-weight: 500;
    transition: background .16s ease, color .16s ease, padding-left .16s ease;
}

.aduana-dropdown a:hover[b-npau8f64ls] {
    background: #eef2ff;
    color: #4f46e5;
    padding-left: 17px;
}

.aduana-actions[b-npau8f64ls] {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 26px;
    margin-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, .18);
    flex: 0 0 auto;
}

.aduana-icon-button[b-npau8f64ls] {
    width: 39px;
    height: 39px;
    border: none;
    border-radius: 50%;
    background: transparent;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background .18s ease;
}

.aduana-icon-button:hover[b-npau8f64ls] {
    background: rgba(255, 255, 255, .13);
}

.aduana-icon-button .mud-icon-root[b-npau8f64ls] {
    color: #ffffff !important;
    font-size: 25px;
}

.aduana-login[b-npau8f64ls] {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    padding: 0 14px;
    border-radius: 999px;
    font-size: .90rem;
    font-weight: 700;
    letter-spacing: .2px;
    transition: background .18s ease;
}

.aduana-login:hover[b-npau8f64ls] {
    background: rgba(255, 255, 255, .13);
    color: #ffffff;
}

.aduana-login .mud-icon-root[b-npau8f64ls] {
    color: #ffffff !important;
    font-size: 28px;
}

.aduana-main[b-npau8f64ls] {
    min-height: calc(100vh - 70px);
    padding: 0;
    background: #f8fafc;
}

@media (max-width: 1300px) {
    .aduana-topbar[b-npau8f64ls] {
        padding: 0 20px;
    }

    .aduana-brand[b-npau8f64ls] {
        margin-right: 22px;
    }

    .aduana-menu[b-npau8f64ls] {
        gap: 7px;
    }

    .aduana-menu-button[b-npau8f64ls] {
        font-size: .80rem;
        padding: 0 7px;
    }
}

@media (max-width: 1060px) {
    .aduana-menu[b-npau8f64ls] {
        display: none;
    }

    .aduana-brand[b-npau8f64ls] {
        margin-right: auto;
    }
}
/* /Pages/Downloads/ImportarDuimpJson.razor.rz.scp.css */
.tela-importacao[b-hmhbi9hca7] {
    max-width: 720px;
    margin: 40px auto;
}

.titulo[b-hmhbi9hca7] {
    background: #0000cc;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.campo-duimp[b-hmhbi9hca7] {
    max-width: 360px;
    margin: 0 auto 20px auto;
}
/* /Pages/Ferramentas/ChavesAcesso.razor.rz.scp.css */
.diagnostico[b-mc98eqe7kj] {
    border-radius: 14px;
    border-left: 5px solid #4f46e5;
}

.diagnostico-header[b-mc98eqe7kj] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.diagnostico-icone[b-mc98eqe7kj] {
    font-size: 42px;
    color: #4f46e5;
}

.diagnostico-grid[b-mc98eqe7kj] {
    display: grid;
    grid-template-columns: 180px 1fr;
    row-gap: 12px;
    column-gap: 16px;
}

.diagnostico-label[b-mc98eqe7kj] {
    font-weight: 700;
    color: #374151;
}

.diagnostico-valor[b-mc98eqe7kj] {
    color: #111827;
    word-break: break-word;
}

.token[b-mc98eqe7kj] {
    font-family: Consolas, monospace;
    font-size: 13px;
    background: #f3f4f6;
    padding: 8px;
    border-radius: 8px;
}
/* /Pages/Home.razor.rz.scp.css */
.landing-page[b-denht9s4v0] {
    min-height: calc(100vh - 64px);
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(248, 250, 252, .98) 0%, rgba(248, 250, 252, .86) 42%, rgba(248, 250, 252, .35) 100%),
        url('/images/fundo-porto.png');
    background-size: cover;
    background-position: center right;
}

.landing-page[b-denht9s4v0]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 15%, rgba(79, 70, 229, .12), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.52));
    pointer-events: none;
}

.hero-section[b-denht9s4v0] {
    min-height: calc(100vh - 112px);
    position: relative;
    z-index: 1;
    padding: 120px 56px 40px 56px;
}

.hero-content[b-denht9s4v0] {
    max-width: 720px;
}

.hero-title[b-denht9s4v0] {
    font-size: clamp(3rem, 6vw, 5.2rem) !important;
    line-height: .95 !important;
    font-weight: 900 !important;
    letter-spacing: -3px;
    color: #111827;
}

.hero-title span[b-denht9s4v0] {
    color: #4f46e5;
}

.hero-line[b-denht9s4v0] {
    width: 92px;
    height: 4px;
    background: #4f46e5;
    border-radius: 99px;
    margin: 28px 0 32px 0;
}

.hero-subtitle[b-denht9s4v0] {
    color: #1f2937;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
}

.hero-description[b-denht9s4v0] {
    max-width: 650px;
    color: #374151;
    font-size: 1.15rem !important;
    line-height: 1.75 !important;
}

.cards-row[b-denht9s4v0] {
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(6, minmax(150px, 1fr));
    gap: 22px;
}

.module-card[b-denht9s4v0] {
    min-height: 238px;
    padding: 28px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 16px 35px rgba(15, 23, 42, .16);
    border: 1px solid rgba(255, 255, 255, .7);
    text-align: center;
    text-decoration: none;
    color: #1f2937;
    transition: .22s ease;
    backdrop-filter: blur(8px);
}

.module-card:hover[b-denht9s4v0] {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, .22);
}

.module-icon[b-denht9s4v0] {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef2ff;
    color: #4f46e5;
}

.module-icon .mud-icon-root[b-denht9s4v0] {
    font-size: 38px;
}

.module-card h3[b-denht9s4v0] {
    font-size: 1.45rem;
    font-weight: 800;
    margin: 0 0 12px 0;
}

.module-card p[b-denht9s4v0] {
    font-size: .95rem;
    line-height: 1.55;
    color: #4b5563;
    margin: 0;
}

.module-card span[b-denht9s4v0] {
    display: inline-block;
    margin-top: 18px;
    font-size: 2rem;
    color: #4f46e5;
    font-weight: 800;
}

.landing-footer[b-denht9s4v0] {
    position: relative;
    z-index: 2;
    height: 48px;
    padding: 0 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4b5563;
    background: rgba(255, 255, 255, .72);
    border-top: 1px solid rgba(15, 23, 42, .10);
}

.landing-footer strong[b-denht9s4v0] {
    color: #4f46e5;
}

@media (max-width: 1280px) {
    .cards-row[b-denht9s4v0] {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }
}

@media (max-width: 800px) {
    .hero-section[b-denht9s4v0] {
        padding: 70px 22px 30px 22px;
    }

    .cards-row[b-denht9s4v0] {
        grid-template-columns: 1fr;
        margin-top: 45px;
    }

    .landing-footer[b-denht9s4v0] {
        height: 64px;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        text-align: center;
    }
}
