/* /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 */
.duimp-download-page[b-hmhbi9hca7] {
    min-height: calc(100vh - 70px);
    padding: 42px;
    background: linear-gradient( 180deg, #f7faff 0%, #edf4fb 100% );
}

.duimp-header[b-hmhbi9hca7] {
    max-width: 1180px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.duimp-header-icon[b-hmhbi9hca7] {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 18px;
    color: white;
    background: linear-gradient( 135deg, #1565c0, #42a5f5 );
    box-shadow: 0 12px 28px rgba(21, 101, 192, 0.22);
}

    .duimp-header-icon svg[b-hmhbi9hca7] {
        font-size: 34px;
    }

.duimp-title[b-hmhbi9hca7] {
    color: #10243e;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.duimp-subtitle[b-hmhbi9hca7] {
    max-width: 760px;
    margin-top: 5px;
    color: #63768a;
    line-height: 1.65;
}

.duimp-content[b-hmhbi9hca7] {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 24px;
    align-items: start;
}

.duimp-form-card[b-hmhbi9hca7],
.duimp-status-card[b-hmhbi9hca7] {
    padding: 30px !important;
    border: 1px solid #dce7f2;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 15px 40px rgba(22, 58, 92, 0.07) !important;
}

.duimp-card-title[b-hmhbi9hca7] {
    margin-bottom: 26px;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-bottom: 1px solid #e4edf5;
}

    .duimp-card-title > svg[b-hmhbi9hca7] {
        margin-top: 2px;
        color: #1565c0;
    }

    .duimp-card-title .mud-typography-body2[b-hmhbi9hca7] {
        margin-top: 4px;
        color: #718397;
        line-height: 1.5;
    }

.duimp-field[b-hmhbi9hca7] {
    width: 100%;
}

.duimp-repetro[b-hmhbi9hca7] {
    min-height: 72px;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #d8e4ef;
    border-radius: 12px;
    background: #f8fbfe;
}

    .duimp-repetro .mud-typography-caption[b-hmhbi9hca7] {
        display: block;
        margin-top: 3px;
        color: #728497;
    }

.duimp-actions[b-hmhbi9hca7] {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

    .duimp-actions .mud-button-root[b-hmhbi9hca7] {
        min-height: 52px;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 10px;
        font-weight: 700;
    }

.duimp-empty-status[b-hmhbi9hca7] {
    min-height: 360px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.duimp-empty-icon[b-hmhbi9hca7] {
    width: 88px;
    height: 88px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #1976d2;
    background: #e5f2fe;
}

    .duimp-empty-icon svg[b-hmhbi9hca7] {
        font-size: 44px;
    }

.duimp-empty-status .mud-typography-body2[b-hmhbi9hca7] {
    max-width: 280px;
    margin-top: 8px;
    color: #718397;
    line-height: 1.6;
}

.duimp-progress-area[b-hmhbi9hca7] {
    padding-top: 4px;
}

.duimp-status-item[b-hmhbi9hca7] {
    position: relative;
    min-height: 78px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

    .duimp-status-item:not(:last-child)[b-hmhbi9hca7]::after {
        content: "";
        position: absolute;
        top: 40px;
        left: 18px;
        width: 2px;
        height: 37px;
        background: #dce7f2;
    }

.duimp-status-icon[b-hmhbi9hca7] {
    position: relative;
    z-index: 2;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
}

    .duimp-status-icon svg[b-hmhbi9hca7] {
        font-size: 19px;
    }

.status-waiting[b-hmhbi9hca7] {
    color: #8091a3;
    background: #edf2f6;
}

.status-processing[b-hmhbi9hca7] {
    color: #1565c0;
    background: #e3f2fd;
}

.status-success[b-hmhbi9hca7] {
    color: #2e7d32;
    background: #e8f5e9;
}

.status-error[b-hmhbi9hca7] {
    color: #c62828;
    background: #ffebee;
}

.duimp-status-item .mud-typography-caption[b-hmhbi9hca7] {
    display: block;
    margin-top: 4px;
    color: #718397;
    line-height: 1.45;
}

@media (max-width: 1000px) {
    .duimp-content[b-hmhbi9hca7] {
        grid-template-columns: 1fr;
    }

    .duimp-empty-status[b-hmhbi9hca7] {
        min-height: 230px;
    }
}

@media (max-width: 650px) {
    .duimp-download-page[b-hmhbi9hca7] {
        padding: 24px 16px;
    }

    .duimp-header[b-hmhbi9hca7] {
        align-items: flex-start;
    }

    .duimp-header-icon[b-hmhbi9hca7] {
        width: 54px;
        height: 54px;
        border-radius: 15px;
    }

        .duimp-header-icon svg[b-hmhbi9hca7] {
            font-size: 28px;
        }

    .duimp-title[b-hmhbi9hca7] {
        font-size: 1.65rem !important;
    }

    .duimp-form-card[b-hmhbi9hca7],
    .duimp-status-card[b-hmhbi9hca7] {
        padding: 22px !important;
        border-radius: 16px !important;
    }

    .duimp-actions .mud-button-root[b-hmhbi9hca7] {
        width: 100%;
    }
}
/* /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/Landing.razor.rz.scp.css */
.landing-page[b-k3jdxvrxmh] {
    min-height: 100vh;
    background: #f5f8fc;
    color: #122033;
    font-family: Arial, Helvetica, sans-serif;
}

.landing-header[b-k3jdxvrxmh] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 82px;
    padding: 0 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.landing-brand[b-k3jdxvrxmh] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
}

.landing-brand-icon[b-k3jdxvrxmh] {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
}

.landing-brand-text[b-k3jdxvrxmh] {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

    .landing-brand-text span[b-k3jdxvrxmh] {
        color: #42a5f5;
    }

.landing-navigation[b-k3jdxvrxmh] {
    display: flex;
    align-items: center;
    gap: 32px;
}

    .landing-navigation a[b-k3jdxvrxmh] {
        color: rgba(255, 255, 255, 0.88);
        text-decoration: none;
        font-size: 0.95rem;
        transition: color 0.2s ease;
    }

        .landing-navigation a:hover[b-k3jdxvrxmh] {
            color: white;
        }

.landing-header-button[b-k3jdxvrxmh] {
    color: white !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
}

/* HERO */

.landing-hero[b-k3jdxvrxmh] {
    position: relative;
    min-height: 760px;
    padding: 150px 24px 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: linear-gradient( 180deg, rgba(5, 20, 39, 0.72) 0%, rgba(5, 27, 51, 0.54) 42%, rgba(5, 27, 51, 0.28) 72%, rgba(5, 27, 51, 0.14) 100% ), url('/images/landing-comercio-exterior.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.landing-hero-overlay[b-k3jdxvrxmh] {
    position: absolute;
    inset: 0;
    background: radial-gradient( circle at 50% 32%, rgba(34, 123, 198, 0.20), transparent 34% );
}

.landing-hero-inner[b-k3jdxvrxmh] {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.landing-hero-content[b-k3jdxvrxmh] {
    width: min(820px, 100%);
    color: white;
    text-align: center;
}

.landing-label[b-k3jdxvrxmh] {
    display: inline-flex;
    padding: 8px 15px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    background: rgba(7, 30, 57, 0.30);
    color: #e3f2fd;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
}

.landing-hero h1[b-k3jdxvrxmh] {
    max-width: 900px;
    margin: 0 auto;
    color: white;
    font-size: clamp(3rem, 5.4vw, 5.4rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    font-weight: 760;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.28);
}

    .landing-hero h1 span[b-k3jdxvrxmh] {
        display: block;
        color: #55b3ff;
    }

.landing-hero-description[b-k3jdxvrxmh] {
    max-width: 760px;
    margin: 30px auto 0;
    color: rgba(255, 255, 255, 0.90);
    font-size: 1.15rem;
    line-height: 1.75;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

.landing-hero-actions[b-k3jdxvrxmh] {
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.landing-primary-button[b-k3jdxvrxmh] {
    min-height: 52px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.landing-secondary-button[b-k3jdxvrxmh] {
    min-height: 52px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white;
    text-decoration: none;
    font-weight: 650;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 8px;
    background: rgba(7, 30, 57, 0.22);
    backdrop-filter: blur(5px);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

    .landing-secondary-button:hover[b-k3jdxvrxmh] {
        color: white;
        border-color: rgba(255, 255, 255, 0.72);
        background: rgba(7, 30, 57, 0.42);
    }

/* SE��ES */

.landing-section[b-k3jdxvrxmh] {
    padding: 100px 7%;
}

.landing-platform[b-k3jdxvrxmh] {
    background: linear-gradient( 180deg, #f7faff 0%, #edf4fb 100% );
}

.landing-section-header[b-k3jdxvrxmh] {
    max-width: 820px;
    margin: 0 auto 58px;
    text-align: center;
}

.landing-section-label[b-k3jdxvrxmh] {
    color: #1565c0;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.landing-section-header h2[b-k3jdxvrxmh] {
    margin: 16px 0;
    color: #10243e;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.landing-section-header p[b-k3jdxvrxmh] {
    margin: 0;
    color: #5c6d80;
    font-size: 1.05rem;
    line-height: 1.75;
}

/* CARDS */

.landing-feature-grid[b-k3jdxvrxmh] {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.landing-feature-card[b-k3jdxvrxmh] {
    min-height: 225px;
    padding: 30px;
    border: 1px solid #dce7f2;
    border-radius: 18px;
    background: white;
    box-shadow: 0 12px 35px rgba(23, 54, 87, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .landing-feature-card:hover[b-k3jdxvrxmh] {
        transform: translateY(-5px);
        border-color: #90caf9;
        box-shadow: 0 18px 45px rgba(23, 54, 87, 0.11);
    }

.landing-feature-icon[b-k3jdxvrxmh] {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #e7f2fd;
    color: #1565c0;
}

.landing-feature-card h3[b-k3jdxvrxmh] {
    margin: 22px 0 10px;
    color: #10243e;
    font-size: 1.25rem;
}

.landing-feature-card p[b-k3jdxvrxmh] {
    margin: 0;
    color: #65778a;
    line-height: 1.65;
}

/* CHAMADA FINAL */

.landing-call-to-action[b-k3jdxvrxmh] {
    padding: 76px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    color: white;
    background: linear-gradient( 120deg, #071c34, #0d3d70 );
}

    .landing-call-to-action span[b-k3jdxvrxmh] {
        color: #64b5f6;
        font-size: 0.84rem;
        font-weight: 700;
        letter-spacing: 0.09em;
        text-transform: uppercase;
    }

    .landing-call-to-action h2[b-k3jdxvrxmh] {
        max-width: 740px;
        margin: 12px 0;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.2;
    }

    .landing-call-to-action p[b-k3jdxvrxmh] {
        margin: 0;
        color: rgba(255, 255, 255, 0.72);
    }

/* RODAP� */

.landing-footer[b-k3jdxvrxmh] {
    min-height: 105px;
    padding: 28px 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #061426;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
}

    .landing-footer > div:first-child[b-k3jdxvrxmh] {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .landing-footer strong[b-k3jdxvrxmh] {
        color: white;
        font-size: 1rem;
    }

/* TABLETS */

@media (max-width: 960px) {

    .landing-navigation[b-k3jdxvrxmh] {
        display: none;
    }

    .landing-feature-grid[b-k3jdxvrxmh] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-call-to-action[b-k3jdxvrxmh] {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* CELULARES */

@media (max-width: 650px) {

    .landing-header[b-k3jdxvrxmh] {
        height: 72px;
        padding: 0 20px;
    }

    .landing-brand-text[b-k3jdxvrxmh] {
        font-size: 1.05rem;
    }

    .landing-header-button[b-k3jdxvrxmh] {
        min-width: auto !important;
    }

    .landing-hero[b-k3jdxvrxmh] {
        min-height: 720px;
        padding: 125px 22px 70px;
        background-position: 58% center;
    }

        .landing-hero h1[b-k3jdxvrxmh] {
            font-size: 2.75rem;
        }

    .landing-hero-description[b-k3jdxvrxmh] {
        font-size: 1rem;
    }

    .landing-hero-actions[b-k3jdxvrxmh] {
        align-items: stretch;
        flex-direction: column;
    }

    .landing-primary-button[b-k3jdxvrxmh],
    .landing-secondary-button[b-k3jdxvrxmh] {
        width: 100%;
    }

    .landing-section[b-k3jdxvrxmh] {
        padding: 72px 22px;
    }

    .landing-feature-grid[b-k3jdxvrxmh] {
        grid-template-columns: 1fr;
    }

    .landing-call-to-action[b-k3jdxvrxmh] {
        padding: 64px 24px;
    }

    .landing-footer[b-k3jdxvrxmh] {
        align-items: flex-start;
        flex-direction: column;
    }
}
