@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Components/Pages/Cidadao.razor.rz.scp.css */
.citizen-page[b-2fgnmj4v3i] {
        --citizen-primary: @PortalPrimaryColor;
        --citizen-accent: @PortalAccentColor;
    }

    body[b-2fgnmj4v3i] {
        background: radial-gradient(circle at top, #ffffff 0%, #f7f9fb 40%, var(--colorNeutralBackground2, #f4f6f8) 100%);
        color: var(--colorNeutralForeground1, #203040);
    }

    .citizen-page[b-2fgnmj4v3i] {
        max-width: 980px;
        margin: 0 auto;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        padding: 24px 10px 42px;
    }

    .citizen-hero[b-2fgnmj4v3i] {
        margin-bottom: 14px;
        padding: 4px 4px 8px;
    }

    .citizen-hero h1[b-2fgnmj4v3i] {
        margin: 0 0 8px;
        font-size: clamp(32px, 4vw, 44px);
        letter-spacing: 0;
        line-height: 1;
        color: var(--citizen-primary);
    }

    .citizen-hero h1:focus[b-2fgnmj4v3i] {
        outline: none;
    }

    .citizen-hero p[b-2fgnmj4v3i] {
        margin: 0;
        max-width: 820px;
        color: #687684;
        font-size: 16px;
        line-height: 1.5;
    }

    .support-channels[b-2fgnmj4v3i] {
        margin-top: 8px;
        color: #4b5563;
        font-size: 13px;
        font-weight: 600;
    }

    fluent-card.citizen-card[b-2fgnmj4v3i] {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
        background: #fff;
        border: 1px solid #dde4ea;
        border-radius: 22px;
        box-shadow: 0 14px 34px rgba(17, 24, 39, 0.10);
        padding: 18px;
    }

    .request-header[b-2fgnmj4v3i] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding: 10px 6px 16px;
        border-bottom: 1px solid #edf1f5;
        margin-bottom: 18px;
    }

    .request-title[b-2fgnmj4v3i] {
        margin: 0;
        font-size: 24px;
        font-weight: 700;
        color: var(--citizen-primary);
    }

    .request-title-row[b-2fgnmj4v3i] {
        display: grid;
        gap: 4px;
    }

    .submission-helper[b-2fgnmj4v3i] {
        margin: 0;
        color: #64748b;
        font-size: 13px;
        line-height: 1.35;
        max-width: 58ch;
    }

    .request-toggle-row[b-2fgnmj4v3i],
    .toggle-group[b-2fgnmj4v3i] {
        display: flex;
        align-items: center;
    }

    .request-toggle-row[b-2fgnmj4v3i] {
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 14px;
        flex: 1 1 auto;
    }

    .toggle-group[b-2fgnmj4v3i] {
        gap: 8px;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .toggle-label[b-2fgnmj4v3i] {
        font-size: 18px;
        line-height: 1;
        color: #46535f;
        font-weight: 500;
        white-space: nowrap;
    }

    .toggle-label.active[b-2fgnmj4v3i] {
        font-weight: 700;
        color: #23313d;
    }

    fluent-switch.mode-switch[b-2fgnmj4v3i]::part(switch) {
        width: 38px;
        height: 20px;
        border: 1px solid #2f3437;
        border-radius: 999px;
        background: #f2f4f5;
        color: #2f3437;
    }

    .case-input[b-2fgnmj4v3i] {
        width: 11.5ch;
        min-width: 11.5ch;
        max-width: 11.5ch;
        border: 1px solid #d2dbe3;
        border-radius: 999px;
        background: #f8fafc;
        box-shadow: inset 0 1px 2px rgba(35, 49, 61, 0.03);
        padding: 5px 11px;
        text-align: center;
        font: inherit;
        font-size: 14px;
        font-weight: 600;
        color: #23313d;
    }

    .section[b-2fgnmj4v3i],
    .submission-form[b-2fgnmj4v3i],
    .new-request-grid[b-2fgnmj4v3i] {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-height: 0;
    }

    .submission-form[b-2fgnmj4v3i],
    .new-request-grid[b-2fgnmj4v3i] {
        gap: 14px;
    }

    .field-wrapper[b-2fgnmj4v3i] {
        display: grid;
        gap: 8px;
    }

    .field-wrapper label[b-2fgnmj4v3i],
    .file-input label[b-2fgnmj4v3i] {
        font-size: 14px;
        font-weight: 600;
        color: #687684;
    }

    fluent-text-field.text-input[b-2fgnmj4v3i],
    fluent-text-area.text-area[b-2fgnmj4v3i] {
        width: 100%;
        display: block;
    }

    fluent-text-field.text-input[b-2fgnmj4v3i]::part(control),
    fluent-text-area.text-area[b-2fgnmj4v3i]::part(control) {
        border: 1px solid #edf1f5;
        border-radius: 4px;
        background: #fff;
        color: #23313d;
        padding: 4px 10px;
        box-shadow: inset 0 1px 2px rgba(35, 49, 61, 0.02);
    }

    fluent-text-field.text-input[b-2fgnmj4v3i]::part(control) {
        min-height: 31px;
    }

    .description-field[b-2fgnmj4v3i] {
        flex: 1;
    }

    .description-field fluent-text-area[b-2fgnmj4v3i] {
        flex: 1;
        min-height: 0;
    }

    .description-field fluent-text-area[b-2fgnmj4v3i]::part(control) {
        min-height: clamp(220px, 28vh, 340px);
        line-height: 1.45;
    }

    .file-input[b-2fgnmj4v3i] {
        display: grid;
        gap: 8px;
    }

    .file-box[b-2fgnmj4v3i] {
        display: flex;
        align-items: center;
        gap: 14px;
        position: relative;
        min-height: 56px;
        border: 1px solid #dde4ea;
        border-radius: 16px;
        background: #fff;
        padding: 8px 12px;
    }

    #attachmentsButton[b-2fgnmj4v3i] {
        flex: 0 0 auto;
        height: 42px;
        padding: 0 20px;
        border-radius: 999px;
        background: var(--citizen-accent);
        color: var(--citizen-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        line-height: 1;
        cursor: pointer;
        white-space: nowrap;
    }

    #attachmentsButton.disabled[b-2fgnmj4v3i] {
        opacity: 0.62;
        cursor: not-allowed;
        pointer-events: none;
    }

    .file-summary[b-2fgnmj4v3i] {
        align-self: center;
        color: #687684;
        font-size: 14px;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sr-only-host[b-2fgnmj4v3i] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .button-row[b-2fgnmj4v3i] {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: auto;
        padding-top: 4px;
    }

    #primaryActionButton[b-2fgnmj4v3i]::part(control) {
        min-width: 190px;
        min-height: 34px;
        padding-inline: 20px;
        font-size: 16px;
        font-weight: 700;
        border: 0;
        border-radius: 999px;
        background: var(--citizen-accent);
        color: var(--citizen-primary);
        box-shadow: none;
    }

    #attachmentsButton:hover[b-2fgnmj4v3i],
    #primaryActionButton:hover[b-2fgnmj4v3i]::part(control) {
        background: color-mix(in srgb, var(--citizen-accent) 85%, #9dbcd2 15%);
    }

    #reopenActionButton[b-2fgnmj4v3i]::part(control) {
        min-width: 190px;
        min-height: 34px;
        padding-inline: 20px;
        font-size: 16px;
        font-weight: 700;
        border: 0;
        border-radius: 999px;
    }

    .reopen-panel[b-2fgnmj4v3i] {
        margin-top: 12px;
        display: grid;
        gap: 8px;
    }

    .reopen-panel label[b-2fgnmj4v3i] {
        font-size: 14px;
        font-weight: 600;
        color: #687684;
    }

    .reopen-helper[b-2fgnmj4v3i] {
        color: #64748b;
        font-size: 13px;
        line-height: 1.35;
    }

    .message[b-2fgnmj4v3i] {
        margin-top: 14px;
        border-radius: 14px;
        padding: 12px 14px;
        border: 1px solid transparent;
        white-space: pre-wrap;
        line-height: 1.45;
    }

    .message.success[b-2fgnmj4v3i] {
        background: #eef7f2;
        border-color: #cfe5d8;
        color: #0f7a55;
    }

    .message.warning[b-2fgnmj4v3i] {
        background: #f9f4ea;
        border-color: #ead7b0;
        color: #9a6c46;
    }

    .message.error[b-2fgnmj4v3i] {
        background: #fbefef;
        border-color: #e6c8c8;
        color: #9f4c49;
    }

    .result-grid[b-2fgnmj4v3i] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 10px;
    }

    .result-card[b-2fgnmj4v3i] {
        border: 1px solid #edf1f5;
        border-radius: 12px;
        padding: 10px 12px;
        display: grid;
        gap: 4px;
    }

    .result-card span[b-2fgnmj4v3i] {
        color: #64748b;
        font-size: 12px;
        font-weight: 700;
    }

    @@media (max-width: 640px) {
        .request-header[b-2fgnmj4v3i] {
            align-items: flex-start;
            flex-direction: column;
        }

        .request-toggle-row[b-2fgnmj4v3i] {
            width: 100%;
            justify-content: flex-start;
            flex-wrap: wrap;
        }

        .toggle-group[b-2fgnmj4v3i] {
            margin-left: 0;
        }

        .file-box[b-2fgnmj4v3i] {
            align-items: stretch;
            flex-direction: column;
        }

        #attachmentsButton[b-2fgnmj4v3i] {
            width: 100%;
        }

        .file-summary[b-2fgnmj4v3i] {
            white-space: normal;
            overflow-wrap: anywhere;
        }

        .button-row[b-2fgnmj4v3i] {
            align-items: stretch;
            flex-direction: column;
        }
    }
/* /Components/Pages/Login.razor.rz.scp.css */
.login-shell[b-0upt7m8eg1] {
    min-height: 100vh;
    background:
        radial-gradient(circle at 18% 18%, rgba(64, 54, 110, 0.18), transparent 24%),
        linear-gradient(180deg, #2f2245 0%, #3a2a54 15%, #efefef 15%, #efefef 100%);
    color: var(--text);
    display: grid;
    grid-template-rows: auto 1fr;
}

.login-topbar[b-0upt7m8eg1] {
    height: 72px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
}

.brand-mark[b-0upt7m8eg1] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
}

.brand-icon[b-0upt7m8eg1] {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.login-grid[b-0upt7m8eg1] {
    width: min(1440px, 100%);
    margin: 0 auto;
    padding: clamp(36px, 6vw, 84px) clamp(20px, 4vw, 48px) 40px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 420px);
    align-items: center;
    gap: clamp(32px, 5vw, 120px);
}

.login-hero[b-0upt7m8eg1] {
    max-width: 760px;
    padding-top: clamp(36px, 8vw, 160px);
}

.eyebrow[b-0upt7m8eg1] {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 12px;
    font-weight: 800;
    color: #4e5f80;
    margin-bottom: 18px;
}

h1[b-0upt7m8eg1] {
    margin: 0;
    max-width: 680px;
    font-size: clamp(2.6rem, 4vw, 4.25rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    color: #131722;
}

.lead[b-0upt7m8eg1] {
    margin: 22px 0 0;
    max-width: 640px;
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.65;
    color: #546071;
}

.login-quote[b-0upt7m8eg1] {
    margin: 32px 0 0;
    max-width: 620px;
    padding-left: 18px;
    border-left: 4px solid rgba(40, 54, 86, 0.2);
    color: #5f6d82;
}

.login-quote p[b-0upt7m8eg1] {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    font-style: italic;
}

.login-quote footer[b-0upt7m8eg1] {
    margin-top: 10px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #465164;
}

.login-card[b-0upt7m8eg1] {
    justify-self: end;
    width: 100%;
    background: rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(165, 176, 194, 0.35);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(14, 22, 36, 0.08);
    padding: 28px;
}

.card-header h2[b-0upt7m8eg1] {
    margin: 0;
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    color: #111827;
}

.card-header p[b-0upt7m8eg1] {
    margin: 10px 0 0;
    color: #6b7280;
    line-height: 1.55;
}

.google-placeholder[b-0upt7m8eg1] {
    margin-top: 20px;
    width: 100%;
    min-height: 42px;
    border-radius: 8px;
    background: rgba(185, 208, 220, 0.45);
    color: #5f6d82;
    border: 1px dashed rgba(76, 93, 119, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-size: 0.94rem;
    text-align: center;
}

.helper[b-0upt7m8eg1] {
    margin-top: 16px;
    font-size: 0.92rem;
    color: #6b7280;
    line-height: 1.5;
}

.sample[b-0upt7m8eg1] {
    margin-top: 16px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(165, 176, 194, 0.35);
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
}

@media (max-width: 980px) {
    .login-grid[b-0upt7m8eg1] {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 28px;
    }

    .login-hero[b-0upt7m8eg1] {
        padding-top: 16px;
    }

    .login-card[b-0upt7m8eg1] {
        justify-self: stretch;
    }
}

@media (max-width: 640px) {
    .login-topbar[b-0upt7m8eg1] {
        height: 62px;
        padding: 0 18px;
    }

    .login-grid[b-0upt7m8eg1] {
        padding: 18px 16px 28px;
    }

    .login-card[b-0upt7m8eg1] {
        padding: 20px;
        border-radius: 16px;
    }

    h1[b-0upt7m8eg1] {
        font-size: clamp(2rem, 12vw, 2.9rem);
    }
}
