/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   MainLayout.razor.css
   ═══════════════════════════════════════════════ */

.ml-wrapper[b-nv4b5ssdi3] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.ml-main[b-nv4b5ssdi3] {
    flex: 1;
}

#blazor-error-ui[b-nv4b5ssdi3] {
    background: #B71C1C;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,.2);
    color: white;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-nv4b5ssdi3] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   NavMenu.razor.css  —  topbar IFS Food Pescado Basic
   ═══════════════════════════════════════════════ */

.nm-bar[b-wrnylycqrx] {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    background: #081F33;
    border-bottom: 1px solid rgba(20, 92, 142, 0.18);
    position: sticky;
    top: 0;
    z-index: 200;
    flex-shrink: 0;
}

/* ── Brand ───────────────────────────────────── */
.nm-brand[b-wrnylycqrx] {
    display: flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    flex-shrink: 0;
}

.nm-brand-icon[b-wrnylycqrx] {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.nm-brand-text[b-wrnylycqrx] {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: #C3D7E5;
    line-height: 1;
}

.nm-brand-text em[b-wrnylycqrx] {
    font-style: normal;
    color: #3FB0E3;
}

/* ── Badge do plano ──────────────────────────── */
.nm-plano[b-wrnylycqrx] {
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid;
    line-height: 1;
    flex-shrink: 0;
}

.nm-plano--starter[b-wrnylycqrx] {
    color: #8BAEC8;
    border-color: rgba(139, 174, 200, 0.25);
    background: rgba(139, 174, 200, 0.07);
}

.nm-plano--profissional[b-wrnylycqrx] {
    color: #3FB0E3;
    border-color: rgba(63, 176, 227, 0.35);
    background: rgba(20, 92, 142, 0.12);
}

.nm-plano--enterprise[b-wrnylycqrx] {
    color: #C3D7E5;
    border-color: rgba(195, 215, 229, 0.3);
    background: rgba(195, 215, 229, 0.07);
}

/* ── Lado direito (desktop) ──────────────────── */
.nm-right[b-wrnylycqrx] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Link VetAqua */
.nm-link-va[b-wrnylycqrx] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 400;
    color: #3A6A8F;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid rgba(58, 106, 143, 0.22);
    border-radius: 4px;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.nm-link-va svg[b-wrnylycqrx] { width: 13px; height: 13px; flex-shrink: 0; }

.nm-link-va:hover[b-wrnylycqrx] {
    color: #8BAEC8;
    border-color: rgba(139, 174, 200, 0.35);
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
}

.nm-link[b-wrnylycqrx] {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 400;
    color: #8BAEC8;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    transition: color 0.15s;
}

.nm-link:hover[b-wrnylycqrx] { color: #C3D7E5; text-decoration: none; }

/* ── Botão utilizador ───────────────────────── */
.nm-btn-user[b-wrnylycqrx] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    padding: 5px 12px 5px 6px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    background: rgba(20, 92, 142, 0.12);
    border: 1px solid rgba(20, 92, 142, 0.22);
    color: #8BAEC8;
}

.nm-btn-user:hover[b-wrnylycqrx] {
    background: rgba(20, 92, 142, 0.22);
    border-color: rgba(63, 176, 227, 0.4);
    color: #C3D7E5;
}

.nm-user-avatar[b-wrnylycqrx] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(20, 92, 142, 0.25);
    border: 1.5px solid #1A73AC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    color: #3FB0E3;
    flex-shrink: 0;
}
.nm-user-avatar svg[b-wrnylycqrx] { width: 13px; height: 13px; }

/* ── Botões logout / login ───────────────────── */
.nm-btn-logout[b-wrnylycqrx],
.nm-btn-login[b-wrnylycqrx] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 400;
    padding: 6px 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    background: transparent;
}

.nm-btn-logout svg[b-wrnylycqrx],
.nm-btn-login svg[b-wrnylycqrx] {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.nm-btn-logout[b-wrnylycqrx] {
    color: #3A6A8F;
    border: 1px solid rgba(58, 106, 143, 0.28);
}

.nm-btn-logout:hover[b-wrnylycqrx] {
    color: #8BAEC8;
    border-color: rgba(139, 174, 200, 0.4);
    background: rgba(255, 255, 255, 0.04);
}

.nm-btn-login[b-wrnylycqrx] {
    color: #3FB0E3;
    border: 1px solid rgba(63, 176, 227, 0.3);
}

.nm-btn-login:hover[b-wrnylycqrx] {
    background: rgba(20, 92, 142, 0.12);
    border-color: rgba(63, 176, 227, 0.55);
    color: #7CCBED;
}

/* ── Hamburger ───────────────────────────────── */
.nm-hamburger[b-wrnylycqrx] {
    display: none;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: transparent;
    border: 1px solid rgba(20, 92, 142, 0.22);
    color: #8BAEC8;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    flex-shrink: 0;
}

.nm-hamburger svg[b-wrnylycqrx] { width: 18px; height: 18px; }

.nm-hamburger:hover[b-wrnylycqrx] {
    background: rgba(20, 92, 142, 0.12);
    border-color: rgba(63, 176, 227, 0.35);
    color: #C3D7E5;
}

/* ── Drawer mobile ───────────────────────────── */
.nm-drawer-backdrop[b-wrnylycqrx] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(3px);
    z-index: 190;
}

.nm-drawer[b-wrnylycqrx] {
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    background: #0E3049;
    border-bottom: 1px solid rgba(20, 92, 142, 0.18);
    z-index: 195;
    display: flex;
    flex-direction: column;
    padding: 16px 0 24px;
    box-shadow: 0 12px 32px rgba(5, 14, 20, 0.4);
}

.nm-drawer-plano[b-wrnylycqrx] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px 16px;
    border-bottom: 1px solid rgba(20, 92, 142, 0.14);
    margin-bottom: 8px;
}

.nm-drawer-nome[b-wrnylycqrx] {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    color: #8BAEC8;
}

.nm-drawer-item[b-wrnylycqrx] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 400;
    color: #8BAEC8;
    text-decoration: none;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.nm-drawer-item svg[b-wrnylycqrx] { width: 16px; height: 16px; flex-shrink: 0; }

.nm-drawer-item:hover[b-wrnylycqrx] {
    background: rgba(20, 92, 142, 0.12);
    color: #C3D7E5;
    text-decoration: none;
}

.nm-drawer-item--primary[b-wrnylycqrx] { color: #3FB0E3; }
.nm-drawer-item--primary:hover[b-wrnylycqrx] { color: #7CCBED; }

.nm-drawer-item--danger[b-wrnylycqrx] { color: #3A6A8F; }
.nm-drawer-item--danger:hover[b-wrnylycqrx] { color: #8BAEC8; }

.nm-drawer-sep[b-wrnylycqrx] {
    margin: 8px 20px;
    border-top: 1px solid rgba(20, 92, 142, 0.14);
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 600px) {
    .nm-bar[b-wrnylycqrx] { padding: 0 16px; }
    .nm-right--desktop[b-wrnylycqrx] { display: none; }
    .nm-plano--desktop[b-wrnylycqrx] { display: none; }
    .nm-hamburger[b-wrnylycqrx] { display: inline-flex; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qgkywernw8],
.components-reconnect-repeated-attempt-visible[b-qgkywernw8],
.components-reconnect-failed-visible[b-qgkywernw8],
.components-pause-visible[b-qgkywernw8],
.components-resume-failed-visible[b-qgkywernw8],
.components-rejoining-animation[b-qgkywernw8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qgkywernw8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qgkywernw8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qgkywernw8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qgkywernw8],
#components-reconnect-modal.components-reconnect-retrying[b-qgkywernw8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qgkywernw8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qgkywernw8],
#components-reconnect-modal.components-reconnect-failed[b-qgkywernw8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qgkywernw8] {
    display: block;
}


#components-reconnect-modal[b-qgkywernw8] {
    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-qgkywernw8 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qgkywernw8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qgkywernw8 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qgkywernw8]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qgkywernw8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qgkywernw8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qgkywernw8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qgkywernw8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qgkywernw8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qgkywernw8] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qgkywernw8] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qgkywernw8] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qgkywernw8] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qgkywernw8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qgkywernw8] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qgkywernw8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qgkywernw8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qgkywernw8 {
    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/Layout/SiteFooter.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   SiteFooter.razor.css  —  rodapé IFS Food Pescado Basic
   ═══════════════════════════════════════════════ */

.site-footer[b-aab0ec126w] {
    background: #03101C;
    padding: 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.footer-brand[b-aab0ec126w] {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.8px;
    color: #C3D7E5;
}

.footer-brand span[b-aab0ec126w] { color: #3FB0E3; }

.footer-tagline[b-aab0ec126w] {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #3A6A8F;
    margin: 0;
}

.footer-links[b-aab0ec126w] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.footer-link[b-aab0ec126w] {
    font-size: 12px;
    color: #3A6A8F;
    text-decoration: none;
    transition: color 0.15s;
}

.footer-link:hover[b-aab0ec126w] { color: #8BAEC8; }

.footer-sep[b-aab0ec126w] { font-size: 12px; color: #16425F; }

.footer-meta[b-aab0ec126w] {
    font-size: 12px;
    color: #16425F;
    margin: 4px 0 0;
}

@media (max-width: 600px) {
    .site-footer[b-aab0ec126w] { padding: 40px 20px; }
}
/* /Components/Modals/EditarPerfilModal.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   EditarPerfilModal.razor.css  —  IFS Food Pescado Basic
   ═══════════════════════════════════════════════ */

.epm-backdrop[b-4zd20i9lsb] {
    position: fixed; inset: 0;
    background: rgba(3,16,28,.85);
    backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
    z-index: 1040; animation: epm-fade-b-4zd20i9lsb .18s ease;
}
.epm-wrapper[b-4zd20i9lsb] {
    position: fixed; inset: 0; z-index: 1050;
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
    animation: epm-in-b-4zd20i9lsb .22s cubic-bezier(.16,1,.3,1);
}
.epm-panel[b-4zd20i9lsb] {
    width: 100%; max-width: 460px;
    background: #081F33;
    border: 1px solid rgba(20,92,142,.22);
    border-radius: 10px; padding: 28px 28px 24px;
    box-shadow: 0 24px 64px rgba(3,16,28,.65);
    max-height: 90vh; overflow-y: auto;
}

/* ── Header ──────────────────────────────────── */
.epm-header[b-4zd20i9lsb] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.epm-title[b-4zd20i9lsb]  { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: #F8FAFC; margin: 0; }
.epm-close[b-4zd20i9lsb]  {
    width: 28px; height: 28px; background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08); border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    color: #8BAEC8; cursor: pointer; transition: background .15s, color .15s; flex-shrink: 0;
}
.epm-close svg[b-4zd20i9lsb] { width: 15px; height: 15px; }
.epm-close:hover[b-4zd20i9lsb] { background: rgba(255,255,255,.09); color: #F8FAFC; }

/* ── Loading ──────────────────────────────────── */
.epm-loading[b-4zd20i9lsb] { text-align: center; padding: 32px; font-size: 13px; color: #3A6A8F; }

/* ── Tabs ─────────────────────────────────────── */
.epm-tabs[b-4zd20i9lsb] {
    display: flex; gap: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    margin-bottom: 20px;
}
.epm-tab[b-4zd20i9lsb] {
    padding: 8px 18px; background: none; border: none;
    border-bottom: 2px solid transparent; margin-bottom: -1px;
    font-family: var(--font-sans); font-size: 13px; font-weight: 500;
    color: #3A6A8F; cursor: pointer; transition: color .15s, border-color .15s;
}
.epm-tab--active[b-4zd20i9lsb] { color: #7CCBED; border-bottom-color: #1A73AC; }
.epm-tab:hover:not(.epm-tab--active)[b-4zd20i9lsb] { color: #8BAEC8; }

/* ── Erro / Sucesso ──────────────────────────── */
.epm-error[b-4zd20i9lsb] {
    display: flex; align-items: center; gap: 8px;
    background: rgba(248,113,113,.08); border: 1px solid rgba(248,113,113,.2);
    border-radius: 6px; padding: 9px 12px; font-size: 13px; color: #fca5a5; margin-bottom: 16px;
}
.epm-error svg[b-4zd20i9lsb] { width: 15px; height: 15px; flex-shrink: 0; }
.epm-sucesso[b-4zd20i9lsb] {
    display: flex; align-items: center; gap: 8px;
    background: rgba(20,92,142,.12); border: 1px solid rgba(63,176,227,.25);
    border-radius: 6px; padding: 11px 14px; font-size: 13px; color: #7CCBED; margin-bottom: 4px;
}
.epm-sucesso svg[b-4zd20i9lsb] { width: 16px; height: 16px; flex-shrink: 0; }

/* ── Campos ──────────────────────────────────── */
.epm-row-2[b-4zd20i9lsb]  { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.epm-field[b-4zd20i9lsb]  { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }

.epm-field label[b-4zd20i9lsb] {
    display: flex; align-items: center; gap: 6px;
    font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em;
    text-transform: uppercase; color: #8BAEC8;
}

.epm-readonly-badge[b-4zd20i9lsb] {
    font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em;
    text-transform: uppercase; color: #8BAEC8; background: rgba(139,174,200,.12);
    border: 1px solid rgba(139,174,200,.3); border-radius: 3px; padding: 1px 5px;
}

.epm-input[b-4zd20i9lsb] {
    font-family: var(--font-sans); font-size: 14px; padding: 9px 13px;
    background: #f0f7f3; border: 1px solid #C2CEDA;
    border-radius: 6px; color: #0A2A42; outline: none; width: 100%;
    transition: border-color .18s, background .18s; display: block;
}
.epm-input[b-4zd20i9lsb]::placeholder { color: #96A8B8; }
.epm-input:focus[b-4zd20i9lsb] { border-color: #1A73AC; background: #fff; }
.epm-input:disabled[b-4zd20i9lsb] { opacity: .6; cursor: not-allowed; }

.epm-input--readonly[b-4zd20i9lsb] {
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.1);
    color: #8BAEC8;
    cursor: default;
    font-size: 13px;
}

/* Código (6 dígitos centrado) */
.epm-input-code[b-4zd20i9lsb] {
    font-family: var(--font-mono);
    font-size: 22px;
    letter-spacing: 0.3em;
    text-align: center;
    padding: 11px;
}

/* Intro do fluxo de password */
.epm-pw-intro[b-4zd20i9lsb] {
    font-size: 13px;
    font-weight: 300;
    color: #8BAEC8;
    line-height: 1.6;
    margin: 4px 0 20px;
}
.epm-pw-intro strong[b-4zd20i9lsb] { color: #C3D7E5; font-weight: 600; }

/* Sucesso da password */
.epm-pw-sucesso[b-4zd20i9lsb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 16px 0 22px;
    text-align: center;
}
.epm-pw-sucesso svg[b-4zd20i9lsb] { width: 52px; height: 52px; }
.epm-pw-sucesso p[b-4zd20i9lsb] { font-size: 14px; font-weight: 300; color: #8BAEC8; margin: 0; }

/* Password wrap */
.epm-pw-wrap[b-4zd20i9lsb] { position: relative; }
.epm-pw-wrap .epm-input[b-4zd20i9lsb] { padding-right: 42px; }
.epm-eye[b-4zd20i9lsb] {
    position: absolute; right: 9px; top: 50%; transform: translateY(-50%);
    width: 26px; height: 26px; background: none; border: none;
    color: #3A6A8F; cursor: pointer; display: flex; align-items: center;
    justify-content: center; transition: color .15s; padding: 0;
}
.epm-eye svg[b-4zd20i9lsb] { width: 16px; height: 16px; }
.epm-eye:hover[b-4zd20i9lsb] { color: #8BAEC8; }

[b-4zd20i9lsb] .epm-val { font-size: 11px; color: #fda4af; }

/* ── Acções ──────────────────────────────────── */
.epm-actions[b-4zd20i9lsb] { display: flex; gap: 10px; margin-top: 8px; }
.epm-btn-cancel[b-4zd20i9lsb] {
    flex: 1; font-family: var(--font-sans); font-size: 14px; font-weight: 400;
    padding: 10px; background: transparent; color: #3A6A8F;
    border: 1px solid #16425F; border-radius: 6px; cursor: pointer;
    transition: color .15s, border-color .15s;
}
.epm-btn-cancel:hover[b-4zd20i9lsb] { color: #8BAEC8; border-color: #3A6A8F; }
.epm-btn-submit[b-4zd20i9lsb] {
    flex: 2; display: flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--font-sans); font-size: 14px; font-weight: 500;
    padding: 10px; background: #1A73AC; color: #F8FAFC;
    border: none; border-radius: 6px; cursor: pointer; transition: background .18s;
}
.epm-btn-submit:hover:not(:disabled)[b-4zd20i9lsb] { background: #3FB0E3; }
.epm-btn-submit:disabled[b-4zd20i9lsb] { opacity: .55; cursor: not-allowed; }
.epm-spinner[b-4zd20i9lsb] {
    width: 13px; height: 13px;
    border: 2px solid rgba(255,255,255,.25); border-top-color: #fff;
    border-radius: 50%; animation: epm-spin-b-4zd20i9lsb .7s linear infinite;
}

/* ── Animações ───────────────────────────────── */
@keyframes epm-fade-b-4zd20i9lsb { from { opacity: 0; } to { opacity: 1; } }
@keyframes epm-spin-b-4zd20i9lsb { to { transform: rotate(360deg); } }
@keyframes epm-in-b-4zd20i9lsb {
    from { opacity: 0; transform: translateY(10px) scale(.98); }
    to   { opacity: 1; transform: translateY(0)    scale(1);   }
}

@media (max-width: 480px) {
    .epm-panel[b-4zd20i9lsb]   { border-radius: 12px 12px 0 0; padding: 22px 16px 20px; }
    .epm-wrapper[b-4zd20i9lsb] { align-items: flex-end; padding: 0; }
    .epm-row-2[b-4zd20i9lsb]   { grid-template-columns: 1fr; }
}
/* /Components/Modals/LoginModal.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   LoginModal.razor.css  —  IFS Food Pescado Basic
   ═══════════════════════════════════════════════════════════════ */

/* ── Backdrop ───────────────────────────────────────────────── */
.lm-backdrop[b-tj1hl8uirr] {
    position: fixed;
    inset: 0;
    background: rgba(3, 16, 28, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1040;
    animation: lm-fade-in-b-tj1hl8uirr 0.18s ease;
}

/* ── Wrapper ────────────────────────────────────────────────── */
.lm-wrapper[b-tj1hl8uirr] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: lm-slide-in-b-tj1hl8uirr 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── Panel ──────────────────────────────────────────────────── */
.lm-panel[b-tj1hl8uirr] {
    width: 100%;
    max-width: 420px;
    background: #081F33;
    border: 1px solid rgba(20, 92, 142, 0.22);
    border-radius: 10px;
    padding: 36px 36px 32px;
    box-shadow: 0 24px 64px rgba(3, 16, 28, 0.65),
                0 0 0 1px rgba(63, 176, 227, 0.06);
    position: relative;
}

/* ── Header ─────────────────────────────────────────────────── */
.lm-header[b-tj1hl8uirr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.lm-brand[b-tj1hl8uirr] {
    display: flex;
    align-items: center;
    gap: 9px;
}

.lm-brand-icon[b-tj1hl8uirr] {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

.lm-brand-text[b-tj1hl8uirr] {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.4px;
    color: #C3D7E5;
    line-height: 1;
}

.lm-brand-text em[b-tj1hl8uirr] {
    font-style: normal;
    color: #3FB0E3;
}

.lm-close[b-tj1hl8uirr] {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    color: #8BAEC8;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    flex-shrink: 0;
}

.lm-close svg[b-tj1hl8uirr] { width: 16px; height: 16px; }

.lm-close:hover[b-tj1hl8uirr] {
    background: rgba(255, 255, 255, 0.09);
    color: #F8FAFC;
}

/* ── Intro ──────────────────────────────────────────────────── */
.lm-intro[b-tj1hl8uirr] { margin-bottom: 24px; }

.lm-title[b-tj1hl8uirr] {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #F8FAFC;
    margin: 0 0 4px;
}

.lm-subtitle[b-tj1hl8uirr] {
    font-size: 13px;
    font-weight: 300;
    color: #8BAEC8;
    margin: 0;
}

/* ── Error ──────────────────────────────────────────────────── */
.lm-error[b-tj1hl8uirr] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(248, 113, 113, 0.08);
    border: 1px solid rgba(248, 113, 113, 0.2);
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 13px;
    color: #fca5a5;
    margin-bottom: 20px;
}

.lm-error svg[b-tj1hl8uirr] { width: 16px; height: 16px; flex-shrink: 0; }

/* ── Campos ─────────────────────────────────────────────────── */
.lm-field[b-tj1hl8uirr] {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 16px;
}

.lm-field label[b-tj1hl8uirr] {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8BAEC8;
}

.lm-input[b-tj1hl8uirr] {
    font-family: var(--font-sans);
    font-size: 14px;
    padding: 10px 14px;
    background: #f0f7f3;
    border: 1px solid #C2CEDA;
    border-radius: 6px;
    color: #0A2A42;
    outline: none;
    transition: border-color 0.18s, background 0.18s;
    width: 100%;
}

.lm-input[b-tj1hl8uirr]::placeholder { color: #96A8B8; }

.lm-input:focus[b-tj1hl8uirr] {
    border-color: #1A73AC;
    background: #fff;
}

.lm-input:disabled[b-tj1hl8uirr] { opacity: 0.5; cursor: not-allowed; }

/* Password wrapper */
.lm-password-wrap[b-tj1hl8uirr] { position: relative; }
.lm-input-password[b-tj1hl8uirr] { padding-right: 44px; }

.lm-eye[b-tj1hl8uirr] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #3A6A8F;
    cursor: pointer;
    transition: color 0.15s;
    padding: 0;
}

.lm-eye svg[b-tj1hl8uirr] { width: 17px; height: 17px; }
.lm-eye:hover[b-tj1hl8uirr] { color: #8BAEC8; }

[b-tj1hl8uirr] .lm-validation  { font-size: 11px; color: #fda4af; }
[b-tj1hl8uirr] .validation-message { font-size: 11px; color: #fda4af; }

/* ── Recover row ─────────────────────────────────────────────── */
.lm-recover-row[b-tj1hl8uirr] {
    display: flex;
    justify-content: flex-end;
    margin: -4px 0 20px;
}

.lm-link[b-tj1hl8uirr] {
    font-family: var(--font-sans);
    font-size: 12px;
    color: #3A6A8F;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: color 0.15s;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(58, 106, 143, 0.4);
}

.lm-link:hover[b-tj1hl8uirr] {
    color: #8BAEC8;
    text-decoration-color: rgba(139, 174, 200, 0.5);
}

/* ── Botão submit ────────────────────────────────────────────── */
.lm-btn-submit[b-tj1hl8uirr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 500;
    padding: 12px;
    background: #1A73AC;
    color: #F8FAFC;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.18s, transform 0.15s;
    margin-top: 8px;
}

.lm-btn-submit svg[b-tj1hl8uirr] { width: 15px; height: 15px; }

.lm-btn-submit:hover:not(:disabled)[b-tj1hl8uirr] {
    background: #3FB0E3;
    transform: translateY(-1px);
}

.lm-btn-submit:disabled[b-tj1hl8uirr] { opacity: 0.55; cursor: not-allowed; }

/* ── Spinner ─────────────────────────────────────────────────── */
.lm-spinner[b-tj1hl8uirr] {
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-top-color: #F8FAFC;
    border-radius: 50%;
    animation: lm-spin-b-tj1hl8uirr 0.7s linear infinite;
    flex-shrink: 0;
}

/* ── Animações ───────────────────────────────────────────────── */
@keyframes lm-fade-in-b-tj1hl8uirr {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes lm-slide-in-b-tj1hl8uirr {
    from { opacity: 0; transform: translateY(12px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0)    scale(1);    }
}

@keyframes lm-spin-b-tj1hl8uirr {
    to { transform: rotate(360deg); }
}

/* ── Responsivo ──────────────────────────────────────────────── */
@media (max-width: 480px) {
    .lm-panel[b-tj1hl8uirr] {
        padding: 28px 22px 24px;
        border-radius: 12px 12px 0 0;
    }
    .lm-wrapper[b-tj1hl8uirr] {
        align-items: flex-end;
        padding: 0;
    }
}
/* /Components/Modals/LogoutModal.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   LogoutModal.razor.css  —  IFS Food Pescado Basic
   ═══════════════════════════════════════════════ */

.lom-backdrop[b-r6xt9lieud] {
    position: fixed; inset: 0;
    background: rgba(3,16,28,.82);
    backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
    z-index: 1040; animation: lom-fade-b-r6xt9lieud .18s ease;
}
.lom-wrapper[b-r6xt9lieud] {
    position: fixed; inset: 0; z-index: 1050;
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
    animation: lom-in-b-r6xt9lieud .2s cubic-bezier(.16,1,.3,1);
}
.lom-panel[b-r6xt9lieud] {
    width: 100%; max-width: 360px;
    background: #081F33;
    border: 1px solid rgba(20,92,142,.22);
    border-radius: 12px;
    padding: 32px 28px 26px;
    box-shadow: 0 20px 60px rgba(3,16,28,.65);
    text-align: center;
}

.lom-icon[b-r6xt9lieud] {
    display: flex; justify-content: center;
    margin-bottom: 16px;
}
.lom-icon svg[b-r6xt9lieud] { width: 48px; height: 48px; }

.lom-title[b-r6xt9lieud] {
    font-family: var(--font-display);
    font-size: 20px; font-weight: 700;
    color: #F8FAFC; margin: 0 0 8px;
    letter-spacing: -.2px;
}

.lom-sub[b-r6xt9lieud] {
    font-size: 13px; font-weight: 300;
    color: #8BAEC8; margin: 0 0 26px;
    line-height: 1.6;
}

.lom-actions[b-r6xt9lieud] {
    display: flex; gap: 10px;
}

.lom-btn-cancel[b-r6xt9lieud] {
    flex: 1; font-family: var(--font-sans); font-size: 14px; font-weight: 400;
    padding: 10px; background: transparent; color: #3A6A8F;
    border: 1px solid #16425F; border-radius: 7px; cursor: pointer;
    transition: color .15s, border-color .15s;
}
.lom-btn-cancel:hover[b-r6xt9lieud] { color: #8BAEC8; border-color: #3A6A8F; }

.lom-btn-confirm[b-r6xt9lieud] {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px;
    font-family: var(--font-sans); font-size: 14px; font-weight: 500;
    padding: 10px; background: rgba(183,28,28,.15);
    color: #fca5a5; border: 1px solid rgba(183,28,28,.25);
    border-radius: 7px; cursor: pointer;
    transition: background .15s, border-color .15s;
}
.lom-btn-confirm svg[b-r6xt9lieud] { width: 14px; height: 14px; }
.lom-btn-confirm:hover[b-r6xt9lieud] { background: rgba(183,28,28,.25); border-color: rgba(183,28,28,.45); }

@keyframes lom-fade-b-r6xt9lieud { from { opacity: 0; } to { opacity: 1; } }
@keyframes lom-in-b-r6xt9lieud {
    from { opacity: 0; transform: translateY(8px) scale(.98); }
    to   { opacity: 1; transform: translateY(0)   scale(1);   }
}

@media (max-width: 480px) {
    .lom-panel[b-r6xt9lieud]   { border-radius: 14px 14px 10px 10px; }
    .lom-wrapper[b-r6xt9lieud] { align-items: flex-end; padding: 0 16px 16px; }
}
/* /Components/Modals/RecoverPasswordModal.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   RecoverPasswordModal.razor.css  —  IFS Food Pescado Basic
   ═══════════════════════════════════════════════ */

.rpm-backdrop[b-dw87l216m8] {
    position: fixed; inset: 0;
    background: rgba(3, 16, 28, 0.85);
    backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
    z-index: 1040;
    animation: rpm-fade-b-dw87l216m8 0.18s ease;
}

.rpm-wrapper[b-dw87l216m8] {
    position: fixed; inset: 0; z-index: 1050;
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
    animation: rpm-in-b-dw87l216m8 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.rpm-panel[b-dw87l216m8] {
    width: 100%; max-width: 420px;
    background: #081F33;
    border: 1px solid rgba(20, 92, 142, 0.22);
    border-radius: 10px;
    padding: 32px 36px 28px;
    box-shadow: 0 24px 64px rgba(3, 16, 28, 0.65),
                0 0 0 1px rgba(63, 176, 227, 0.05);
    overflow: hidden;
}

/* ── Cabeçalho ───────────────────────────────── */
.rpm-header[b-dw87l216m8] {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 24px;
}

.rpm-steps[b-dw87l216m8] { display: flex; align-items: center; }

.rpm-step[b-dw87l216m8] {
    width: 26px; height: 26px; border-radius: 50%;
    border: 1.5px solid rgba(139, 174, 200, 0.22);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

.rpm-step span[b-dw87l216m8] { font-family: var(--font-mono); font-size: 10px; color: #3A6A8F; }
.rpm-step svg[b-dw87l216m8]  { width: 10px; height: 10px; color: #3FB0E3; }

.rpm-step--active[b-dw87l216m8] { border-color: #1A73AC; background: rgba(20, 92, 142, 0.15); }
.rpm-step--active span[b-dw87l216m8] { color: #7CCBED; }

.rpm-step--done[b-dw87l216m8] { border-color: #145C8E; background: rgba(10, 42, 66, 0.2); }
.rpm-step--done span[b-dw87l216m8] { color: #3FB0E3; }

.rpm-step-line[b-dw87l216m8] { width: 28px; height: 1px; background: rgba(139, 174, 200, 0.15); }

.rpm-close[b-dw87l216m8] {
    width: 28px; height: 28px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    color: #3A6A8F; cursor: pointer;
    transition: background 0.15s, color 0.15s;
}
.rpm-close svg[b-dw87l216m8] { width: 14px; height: 14px; }
.rpm-close:hover[b-dw87l216m8] { background: rgba(255,255,255,.09); color: #F8FAFC; }

/* ── Intro ───────────────────────────────────── */
.rpm-intro[b-dw87l216m8] { margin-bottom: 22px; }

.rpm-title[b-dw87l216m8] {
    font-family: var(--font-display);
    font-size: 20px; font-weight: 700; letter-spacing: -0.2px;
    color: #F8FAFC; margin: 0 0 4px;
}

.rpm-subtitle[b-dw87l216m8] {
    font-size: 13px; font-weight: 300; color: #8BAEC8; margin: 0; line-height: 1.6;
}

/* ── Erro ────────────────────────────────────── */
.rpm-error[b-dw87l216m8] {
    display: flex; align-items: center; gap: 9px;
    padding: 9px 13px;
    background: rgba(248, 113, 113, 0.08);
    border: 1px solid rgba(248, 113, 113, 0.2);
    border-radius: 6px; font-size: 13px; color: #fca5a5; margin-bottom: 18px;
}
.rpm-error svg[b-dw87l216m8] { width: 15px; height: 15px; flex-shrink: 0; }

/* ── Campos ──────────────────────────────────── */
.rpm-field[b-dw87l216m8] { display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px; }

.rpm-field label[b-dw87l216m8] {
    font-family: var(--font-mono); font-size: 10px;
    letter-spacing: 0.12em; text-transform: uppercase; color: #8BAEC8;
}

.rpm-input[b-dw87l216m8] {
    font-family: var(--font-sans); font-size: 14px; padding: 10px 13px;
    background: #f0f7f3; border: 1px solid #C2CEDA;
    border-radius: 6px; color: #0A2A42; outline: none; width: 100%;
    transition: border-color 0.18s, background 0.18s;
}
.rpm-input[b-dw87l216m8]::placeholder { color: #96A8B8; }
.rpm-input:focus[b-dw87l216m8] { border-color: #1A73AC; background: #fff; }
.rpm-input:disabled[b-dw87l216m8] { opacity: 0.6; cursor: not-allowed; }

.rpm-input-code[b-dw87l216m8] {
    font-family: var(--font-mono); font-size: 22px;
    letter-spacing: 0.3em; text-align: center; padding: 12px;
}

.rpm-pw-wrap[b-dw87l216m8] { position: relative; }
.rpm-input-pw[b-dw87l216m8] { padding-right: 42px; }

.rpm-eye[b-dw87l216m8] {
    position: absolute; right: 9px; top: 50%; transform: translateY(-50%);
    width: 26px; height: 26px; background: none; border: none;
    color: #3A6A8F; cursor: pointer; display: flex; align-items: center;
    justify-content: center; transition: color 0.15s;
}
.rpm-eye svg[b-dw87l216m8] { width: 16px; height: 16px; }
.rpm-eye:hover[b-dw87l216m8] { color: #8BAEC8; }

[b-dw87l216m8] .rpm-val          { font-size: 11px; color: #fda4af; }
[b-dw87l216m8] .validation-message { font-size: 11px; color: #fda4af; }

/* ── Botão principal ─────────────────────────── */
.rpm-btn-submit[b-dw87l216m8] {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; font-family: var(--font-sans); font-size: 15px; font-weight: 500;
    padding: 12px; background: #1A73AC; color: #F8FAFC;
    border: none; border-radius: 6px; cursor: pointer;
    margin-top: 4px; transition: background 0.18s, transform 0.15s;
}
.rpm-btn-submit svg[b-dw87l216m8] { width: 14px; height: 14px; }
.rpm-btn-submit:hover:not(:disabled)[b-dw87l216m8] { background: #3FB0E3; transform: translateY(-1px); }
.rpm-btn-submit:disabled[b-dw87l216m8] { opacity: 0.55; cursor: not-allowed; }

/* ── Botão voltar ────────────────────────────── */
.rpm-btn-back[b-dw87l216m8] {
    display: block; width: 100%; margin-top: 12px;
    background: none; border: none; font-size: 12px; color: #3A6A8F;
    cursor: pointer; text-align: center; transition: color 0.15s;
    text-decoration: underline; text-underline-offset: 2px;
    text-decoration-color: rgba(58,106,143,.35);
}
.rpm-btn-back:hover[b-dw87l216m8] { color: #8BAEC8; }

/* ── Sucesso ─────────────────────────────────── */
.rpm-sucesso[b-dw87l216m8] {
    display: flex; flex-direction: column; align-items: center;
    gap: 14px; padding: 20px 0 24px; text-align: center;
}
.rpm-sucesso svg[b-dw87l216m8] { width: 52px; height: 52px; }
.rpm-sucesso p[b-dw87l216m8] { font-size: 14px; font-weight: 300; color: #8BAEC8; margin: 0; }

/* ── Spinner ─────────────────────────────────── */
.rpm-spinner[b-dw87l216m8] {
    width: 14px; height: 14px;
    border: 2px solid rgba(255,255,255,.25); border-top-color: #fff;
    border-radius: 50%; animation: rpm-spin-b-dw87l216m8 0.7s linear infinite;
}

/* ── Animações ───────────────────────────────── */
@keyframes rpm-fade-b-dw87l216m8 { from { opacity: 0; } to { opacity: 1; } }
@keyframes rpm-spin-b-dw87l216m8 { to { transform: rotate(360deg); } }
@keyframes rpm-in-b-dw87l216m8 {
    from { opacity: 0; transform: translateY(10px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0)    scale(1);    }
}

@media (max-width: 480px) {
    .rpm-panel[b-dw87l216m8] { padding: 28px 22px 24px; border-radius: 12px 12px 0 0; }
    .rpm-wrapper[b-dw87l216m8] { align-items: flex-end; padding: 0; }
}
/* /Components/Pages/Demo.razor.rz.scp.css */
/* Estilos da checklist movidos para wwwroot/app.css (global)
   para serem partilhados entre Demo.razor e o componente ChecklistCap. */
/* /Components/Pages/Error.razor.rz.scp.css */
/* Partilhado por Error.razor e NotFound.razor via scoping */
.err-wrapper[b-n5iem56gvp] {
    min-height: calc(100vh - 52px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: #F8FBF9;
}

.err-card[b-n5iem56gvp] {
    max-width: 480px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.err-icon svg[b-n5iem56gvp] { width: 64px; height: 64px; }

.err-code[b-n5iem56gvp] {
    font-family: var(--font-display);
    font-size: 96px;
    font-weight: 800;
    letter-spacing: -4px;
    line-height: 1;
    color: #DDE7E0;
}

.err-eyebrow[b-n5iem56gvp] {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #6A8570;
    margin-top: 4px;
}

.err-title[b-n5iem56gvp] {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 700;
    color: #0B2214;
    margin: 0;
    letter-spacing: -0.3px;
}

.err-sub[b-n5iem56gvp] {
    font-size: 15px;
    font-weight: 300;
    color: #3D5543;
    line-height: 1.7;
    margin: 0;
    max-width: 380px;
}

.err-request-id[b-n5iem56gvp] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #EAF8EF;
    border: 1px solid #AADFC0;
    border-radius: 6px;
    padding: 8px 14px;
    margin-top: 4px;
}

.err-request-lbl[b-n5iem56gvp] {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3A7055;
    white-space: nowrap;
}

.err-request-code[b-n5iem56gvp] {
    font-family: var(--font-mono);
    font-size: 11px;
    color: #1A5C32;
    word-break: break-all;
}

.err-actions[b-n5iem56gvp] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;
}

.err-btn-primary[b-n5iem56gvp] {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: #2A9150;
    color: #F8FBF9;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s;
}
.err-btn-primary:hover[b-n5iem56gvp] { background: #3DB36D; text-decoration: none; }

.err-btn-secondary[b-n5iem56gvp] {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: transparent;
    color: #3A7055;
    border: 1.5px solid #C2D0C6;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
}
.err-btn-secondary:hover[b-n5iem56gvp] { border-color: #8BB5A0; color: #0B2214; }
/* /Components/Pages/Home.razor.rz.scp.css */
/* ══ IFS Food Pescado Basic — Home.razor.css ═══════════════════════════════
   CSS isolado (Blazor scoped). Paleta: IFS Ocean Blue.
   ══════════════════════════════════════════════════════════════════ */

/* ── Contentor e secções ────────────────────────────────────── */
.container[b-2l9u88x2k2] { max-width: 1140px; margin: 0 auto; padding: 0 48px; }
.section[b-2l9u88x2k2]    { padding: 100px 0; }
.section-light[b-2l9u88x2k2] { background: #EAF7FC; }
.section-dark[b-2l9u88x2k2]  { background: #081F33; position: relative; overflow: hidden; }

.section-header[b-2l9u88x2k2] {
    display: flex; align-items: baseline; gap: 16px;
    margin-bottom: 52px; padding-bottom: 22px;
    border-bottom: 1px solid #DDE4EC;
}
.section-header-inv[b-2l9u88x2k2] { border-bottom-color: rgba(255,255,255,.10); }

.section-number[b-2l9u88x2k2]     { font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #145C8E; flex-shrink: 0; }
.section-number-inv[b-2l9u88x2k2] { color: #7CCBED; }
.section-title[b-2l9u88x2k2]      { font-family: var(--font-display); font-size: 30px; font-weight: 700; letter-spacing: -.4px; color: #0A2A42; margin: 0; }
.section-title-inv[b-2l9u88x2k2]  { color: #F8FAFC; }

/* ════ HERO ══════════════════════════════════════════════════ */
.hero[b-2l9u88x2k2] {
    min-height: calc(100vh - 60px);
    background: #081F33;
    display: flex; flex-direction: column; justify-content: center;
    position: relative; overflow: hidden;
    padding: 100px 48px 80px;
}
.hero-grid[b-2l9u88x2k2] {
    position: absolute; inset: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(36,145,204,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36,145,204,.07) 1px, transparent 1px);
    background-size: 48px 48px;
}
.hero-accent[b-2l9u88x2k2] {
    position: absolute; bottom: -140px; right: -100px;
    width: 580px; height: 580px; border-radius: 50%;
    background: radial-gradient(circle, #145C8E 0%, transparent 70%);
    opacity: .28; pointer-events: none;
}
.hero-accent2[b-2l9u88x2k2] {
    position: absolute; top: -80px; left: 44%;
    width: 320px; height: 320px; border-radius: 50%;
    background: radial-gradient(circle, #2491CC 0%, transparent 70%);
    opacity: .10; pointer-events: none;
}
/* ── Hero split layout ───────────────────────── */
.hero-split[b-2l9u88x2k2] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-left[b-2l9u88x2k2]  { display: flex; flex-direction: column; }
.hero-right[b-2l9u88x2k2] { display: flex; align-items: center; justify-content: center; }
.hero-eyebrow[b-2l9u88x2k2]   { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #3FB0E3; margin-bottom: 28px; }
.hero-title[b-2l9u88x2k2]     { font-family: var(--font-display); font-size: clamp(38px,5.5vw,68px); font-weight: 800; line-height: 1.08; letter-spacing: -2px; color: #F8FAFC; margin: 0 0 26px; }
.hero-title-accent[b-2l9u88x2k2] { color: #3FB0E3; }
.hero-subtitle[b-2l9u88x2k2]  { font-size: 17px; font-weight: 300; line-height: 1.75; color: #8BAEC8; max-width: 540px; margin: 0 0 44px; }
.hero-cta-row[b-2l9u88x2k2]   { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-tagline[b-2l9u88x2k2]   { font-family: var(--font-mono); font-size: 12px; color: #3A6A8F; letter-spacing: .06em; }
.hero-tagline-mark[b-2l9u88x2k2] { color: #16425F; margin-right: 8px; }
.hero-logo-watermark[b-2l9u88x2k2] {
    position: absolute; right: 80px; top: 50%; transform: translateY(-50%);
    width: 300px; height: 300px; color: #2491CC; opacity: .12; pointer-events: none;
}

.btn-primary-hero[b-2l9u88x2k2] {
    font-family: var(--font-sans); font-size: 15px; font-weight: 500;
    padding: 13px 30px; background: #1A73AC; color: #F8FAFC;
    border: none; border-radius: 4px; cursor: pointer;
    transition: background .18s, transform .15s;
}
.btn-primary-hero:hover[b-2l9u88x2k2] { background: #3FB0E3; transform: translateY(-1px); }

.btn-ghost-hero[b-2l9u88x2k2] {
    font-family: var(--font-sans); font-size: 15px; font-weight: 400;
    padding: 12px 30px; background: transparent; color: #7CCBED;
    border: 1px solid rgba(124,203,237,.3); border-radius: 4px; cursor: pointer;
    transition: border-color .18s, color .18s, transform .15s;
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-ghost-hero:hover[b-2l9u88x2k2] { border-color: #7CCBED; color: #B0E0F4; transform: translateY(-1px); }

.btn-demo-hero[b-2l9u88x2k2] {
    font-family: var(--font-sans); font-size: 15px; font-weight: 400;
    padding: 12px 24px; background: transparent; color: #8BAEC8;
    border: 1px solid rgba(139,174,200,.22); border-radius: 4px; cursor: pointer;
    transition: border-color .18s, color .18s, transform .15s;
    display: inline-flex; align-items: center; gap: 7px; text-decoration: none;
}
.btn-demo-hero svg[b-2l9u88x2k2] { width: 15px; height: 15px; }
.btn-demo-hero:hover[b-2l9u88x2k2] { border-color: rgba(139,174,200,.42); color: #C3D7E5; transform: translateY(-1px); text-decoration: none; }

/* ════ HERO LOGIN CARD ═══════════════════════════════════════ */
.hlc-panel[b-2l9u88x2k2] {
    width: 100%;
    max-width: 400px;
    background: rgba(8, 31, 51, 0.92);
    border: 1px solid rgba(20, 92, 142, 0.25);
    border-radius: 12px;
    padding: 32px 32px 28px;
    box-shadow: 0 20px 60px rgba(3, 16, 28, 0.55),
                0 0 0 1px rgba(63, 176, 227, 0.06);
    backdrop-filter: blur(6px);
}

.hlc-header[b-2l9u88x2k2] { margin-bottom: 22px; }

.hlc-brand[b-2l9u88x2k2] {
    display: flex;
    align-items: center;
    gap: 9px;
}

.hlc-brand svg[b-2l9u88x2k2] { width: 30px; height: 30px; flex-shrink: 0; }

.hlc-brand-text[b-2l9u88x2k2] {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: #C3D7E5;
    line-height: 1;
}

.hlc-brand-text em[b-2l9u88x2k2] { font-style: normal; color: #3FB0E3; }

.hlc-intro[b-2l9u88x2k2]     { margin-bottom: 20px; }
.hlc-title[b-2l9u88x2k2]     { font-family: var(--font-display); font-size: 20px; font-weight: 700; letter-spacing: -0.3px; color: #F8FAFC; margin: 0 0 3px; }
.hlc-subtitle[b-2l9u88x2k2]  { font-size: 13px; font-weight: 300; color: #8BAEC8; margin: 0; }

.hlc-error[b-2l9u88x2k2] {
    display: flex; align-items: center; gap: 9px;
    background: rgba(248, 113, 113, 0.08);
    border: 1px solid rgba(248, 113, 113, 0.2);
    border-radius: 6px; padding: 9px 12px;
    font-size: 13px; color: #fca5a5; margin-bottom: 16px;
}
.hlc-error svg[b-2l9u88x2k2] { width: 15px; height: 15px; flex-shrink: 0; }

.hlc-field[b-2l9u88x2k2] { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.hlc-field label[b-2l9u88x2k2] { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: #8BAEC8; }

.hlc-input[b-2l9u88x2k2] {
    font-family: var(--font-sans); font-size: 14px; padding: 9px 13px;
    background: #f0f7f3; border: 1px solid #C2CEDA;
    border-radius: 6px; color: #0A2A42; outline: none; width: 100%;
    transition: border-color .18s, background .18s;
}
.hlc-input[b-2l9u88x2k2]::placeholder { color: #96A8B8; }
.hlc-input:focus[b-2l9u88x2k2] { border-color: #1A73AC; background: #fff; }
.hlc-input:disabled[b-2l9u88x2k2] { opacity: .6; cursor: not-allowed; }

/* Anular autofill do browser */
.hlc-input:-webkit-autofill[b-2l9u88x2k2],
.hlc-input:-webkit-autofill:hover[b-2l9u88x2k2],
.hlc-input:-webkit-autofill:focus[b-2l9u88x2k2],
.hlc-input:-webkit-autofill:active[b-2l9u88x2k2] {
    -webkit-box-shadow: 0 0 0px 1000px #0E3049 inset !important;
    -webkit-text-fill-color: #F8FAFC !important;
    caret-color: #F8FAFC;
    border-color: #16425F !important;
    transition: background-color 9999s ease-in-out 0s;
}

.hlc-pw-wrap[b-2l9u88x2k2] { position: relative; }
.hlc-input-pw[b-2l9u88x2k2] { padding-right: 42px; }

.hlc-eye[b-2l9u88x2k2] {
    position: absolute; right: 9px; top: 50%; transform: translateY(-50%);
    width: 26px; height: 26px; background: none; border: none;
    color: #3A6A8F; cursor: pointer; display: flex; align-items: center;
    justify-content: center; transition: color .15s; padding: 0;
}
.hlc-eye svg[b-2l9u88x2k2] { width: 16px; height: 16px; }
.hlc-eye:hover[b-2l9u88x2k2] { color: #8BAEC8; }

.hlc-recover-row[b-2l9u88x2k2] {
    display: flex;
    justify-content: flex-end;
    margin: -2px 0 16px;
}

.hlc-link[b-2l9u88x2k2] {
    font-family: var(--font-sans);
    font-size: 12px;
    color: #3A6A8F;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: color 0.15s;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(58, 106, 143, 0.4);
}

.hlc-link:hover[b-2l9u88x2k2] {
    color: #8BAEC8;
    text-decoration-color: rgba(139, 174, 200, 0.5);
}

.hlc-btn-submit[b-2l9u88x2k2] {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; font-family: var(--font-sans); font-size: 15px; font-weight: 500;
    padding: 11px; background: #1A73AC; color: #F8FAFC;
    border: none; border-radius: 6px; cursor: pointer; margin-top: 6px;
    transition: background .18s, transform .15s;
}
.hlc-btn-submit svg[b-2l9u88x2k2] { width: 14px; height: 14px; }
.hlc-btn-submit:hover:not(:disabled)[b-2l9u88x2k2] { background: #3FB0E3; transform: translateY(-1px); }
.hlc-btn-submit:disabled[b-2l9u88x2k2] { opacity: .55; cursor: not-allowed; }

.hlc-spinner[b-2l9u88x2k2] {
    width: 14px; height: 14px;
    border: 2px solid rgba(255,255,255,.25); border-top-color: #F8FAFC;
    border-radius: 50%; animation: spin-b-2l9u88x2k2 .7s linear infinite; flex-shrink: 0;
}

/* ════ SOBRE ══════════════════════════════════════════════════ */
.sobre-grid[b-2l9u88x2k2] { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.sobre-lead[b-2l9u88x2k2] { font-family: var(--font-display); font-size: 20px; font-weight: 600; line-height: 1.5; color: #0A2A42; margin: 0 0 22px; }
.sobre-lead em[b-2l9u88x2k2] { font-style: normal; color: #145C8E; }
.sobre-body[b-2l9u88x2k2] { font-size: 15px; font-weight: 300; line-height: 1.8; color: #3D4D5E; margin: 0 0 18px; }
.sobre-quote[b-2l9u88x2k2] {
    border-left: 2px solid #145C8E; padding-left: 18px;
    font-family: var(--font-display); font-size: 14px; font-weight: 500;
    font-style: italic; line-height: 1.65; color: #1A73AC; margin: 24px 0 0;
}

.pillars[b-2l9u88x2k2] { display: flex; flex-direction: column; }
.pillar[b-2l9u88x2k2]  { padding: 22px 0; border-bottom: 1px solid #DDE4EC; }
.pillar:last-child[b-2l9u88x2k2] { border-bottom: none; }
.pillar-label[b-2l9u88x2k2] { font-family: var(--font-mono); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; color: #145C8E; margin-bottom: 8px; }
.pillar-title[b-2l9u88x2k2] { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: #0A2A42; margin: 0 0 9px; line-height: 1.4; }
.pillar-text[b-2l9u88x2k2]  { font-size: 14px; font-weight: 300; line-height: 1.75; color: #3D4D5E; margin: 0; }

/* ── Valores ────────────────────────────────────────────────── */
.valores-grid[b-2l9u88x2k2] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.valor-card[b-2l9u88x2k2]   { background: #F8FAFC; border: 1px solid #DDE4EC; border-radius: 6px; padding: 28px 24px; transition: border-color .2s, transform .2s, box-shadow .2s; }
.valor-card:hover[b-2l9u88x2k2] { border-color: #7CCBED; transform: translateY(-3px); box-shadow: 0 8px 28px rgba(20,92,142,.08); }
.valor-icon[b-2l9u88x2k2]   { width: 40px; height: 40px; display: block; margin-bottom: 16px; }
.valor-nome[b-2l9u88x2k2]   { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: #0A2A42; margin: 0 0 9px; }
.valor-desc[b-2l9u88x2k2]   { font-size: 13px; font-weight: 300; line-height: 1.75; color: #3D4D5E; margin: 0; }

/* ════ PLANOS ════════════════════════════════════════════════ */
.section-planos[b-2l9u88x2k2] { background: #EAF7FC; }
.planos-intro[b-2l9u88x2k2] { font-size: 15px; font-weight: 300; line-height: 1.8; color: #3D4D5E; max-width: 600px; margin: 0 0 36px; }
.planos-grid[b-2l9u88x2k2] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }

.plano-card[b-2l9u88x2k2] {
    position: relative;
    background: #F8FAFC;
    border: 1.5px solid #DDE4EC;
    border-radius: 12px;
    padding: 32px 28px;
    display: flex; flex-direction: column;
    transition: border-color .2s, transform .2s, box-shadow .2s;
}
.plano-card:hover[b-2l9u88x2k2] { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(20,92,142,.1); }

.plano-card--destaque[b-2l9u88x2k2] {
    border-color: #1A73AC;
    box-shadow: 0 8px 28px rgba(20,92,142,.12);
}

.plano-badge[b-2l9u88x2k2] {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    background: #1A73AC; color: #F8FAFC;
    font-family: var(--font-mono); font-size: 10px; font-weight: 600;
    letter-spacing: .08em; text-transform: uppercase;
    padding: 4px 14px; border-radius: 999px; white-space: nowrap;
}

.plano-nome[b-2l9u88x2k2] {
    font-family: var(--font-display);
    font-size: 22px; font-weight: 800;
    color: #0A2A42; letter-spacing: -.4px;
    margin-bottom: 20px;
}

.plano-features[b-2l9u88x2k2] {
    list-style: none; padding: 0; margin: 0 0 24px;
    display: flex; flex-direction: column; gap: 12px; flex: 1;
}
.plano-features li[b-2l9u88x2k2] {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 14px; line-height: 1.5; color: #1E2833;
}
.plano-check[b-2l9u88x2k2] {
    flex-shrink: 0; width: 18px; height: 18px; margin-top: 1px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' fill='%23D6EFFA'/%3E%3Cpath d='M5.5 9L8 11.5L12.5 7' stroke='%23145C8E' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain; background-repeat: no-repeat;
}

.plano-btn[b-2l9u88x2k2] {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 11px 20px; border-radius: 7px;
    font-family: var(--font-sans); font-size: 14px; font-weight: 600;
    text-decoration: none; cursor: pointer;
    background: #1A73AC; color: #F8FAFC; border: 1.5px solid #1A73AC;
    transition: background .15s, color .15s;
}
.plano-btn:hover[b-2l9u88x2k2] { background: #3FB0E3; border-color: #3FB0E3; text-decoration: none; }
.plano-btn--outline[b-2l9u88x2k2] { background: transparent; color: #145C8E; }
.plano-btn--outline:hover[b-2l9u88x2k2] { background: #1A73AC; color: #F8FAFC; border-color: #1A73AC; }

/* ════ CONTACTO ══════════════════════════════════════════════ */
.contacto-grid[b-2l9u88x2k2] { display: grid; grid-template-columns: 340px 1fr; gap: 72px; align-items: start; }
.contacto-lead[b-2l9u88x2k2] { font-size: 15px; font-weight: 300; line-height: 1.8; color: #8BAEC8; margin: 0 0 32px; }
.contacto-info[b-2l9u88x2k2] { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.contacto-info-row[b-2l9u88x2k2] { display: flex; align-items: center; gap: 11px; font-size: 14px; color: #C3D7E5; }
.contacto-info-row svg[b-2l9u88x2k2] { width: 20px; height: 20px; flex-shrink: 0; }
.contacto-quote[b-2l9u88x2k2] {
    border-left: 2px solid #145C8E; padding-left: 18px;
    font-family: var(--font-display); font-size: 14px; font-weight: 500;
    font-style: italic; line-height: 1.65; color: #7CCBED; margin: 0;
}

/* Form panel */
.form-panel[b-2l9u88x2k2] { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; padding: 40px; }
.form-row-2[b-2l9u88x2k2] { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group[b-2l9u88x2k2] { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.form-group label[b-2l9u88x2k2] { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #8BAEC8; }
.form-group label span[b-2l9u88x2k2] { color: #7CCBED; }
.form-ctrl[b-2l9u88x2k2] {
    font-family: var(--font-sans); font-size: 14px; padding: 10px 14px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
    border-radius: 4px; color: #F8FAFC; outline: none; width: 100%;
    transition: border-color .18s, background .18s;
}
.form-ctrl[b-2l9u88x2k2]::placeholder { color: rgba(139,174,200,.35); }
.form-ctrl:focus[b-2l9u88x2k2] { border-color: #1A73AC; background: rgba(255,255,255,.09); }
.form-ctrl option[b-2l9u88x2k2] { background: #081F33; color: #F8FAFC; }
.form-textarea[b-2l9u88x2k2] { resize: vertical; min-height: 120px; }

[b-2l9u88x2k2] .field-error        { font-size: 12px; color: #fda4af; }
[b-2l9u88x2k2] .validation-message { font-size: 12px; color: #fda4af; }

.form-erro[b-2l9u88x2k2] { font-size: 13px; color: #fca5a5; background: rgba(248,113,113,.08); border: 1px solid rgba(248,113,113,.18); border-radius: 4px; padding: 10px 14px; margin-bottom: 14px; }

.btn-submit[b-2l9u88x2k2] {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    width: 100%; font-family: var(--font-sans); font-size: 15px; font-weight: 500;
    padding: 13px; background: #1A73AC; color: #F8FAFC;
    border: none; border-radius: 4px; cursor: pointer;
    transition: background .18s, transform .15s;
}
.btn-submit svg[b-2l9u88x2k2] { width: 15px; height: 15px; }
.btn-submit:hover:not(:disabled)[b-2l9u88x2k2] { background: #3FB0E3; transform: translateY(-1px); }
.btn-submit:disabled[b-2l9u88x2k2] { opacity: .55; cursor: not-allowed; }

.spinner[b-2l9u88x2k2] { width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.25); border-top-color: #F8FAFC; border-radius: 50%; animation: spin-b-2l9u88x2k2 .7s linear infinite; }
@keyframes spin-b-2l9u88x2k2 { to { transform: rotate(360deg); } }

.form-sucesso[b-2l9u88x2k2] { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 44px 20px; gap: 14px; }
.form-sucesso svg[b-2l9u88x2k2] { width: 52px; height: 52px; }
.form-sucesso h3[b-2l9u88x2k2] { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: #7CCBED; margin: 0; }
.form-sucesso p[b-2l9u88x2k2]  { font-size: 14px; font-weight: 300; color: #8BAEC8; margin: 0; }

.btn-reset-form[b-2l9u88x2k2] {
    margin-top: 6px; font-family: var(--font-sans); font-size: 13px; padding: 9px 22px;
    background: transparent; color: #7CCBED; border: 1px solid rgba(124,203,237,.25);
    border-radius: 4px; cursor: pointer; transition: border-color .18s, color .18s;
}
.btn-reset-form:hover[b-2l9u88x2k2] { border-color: rgba(124,203,237,.5); color: #B0E0F4; }

/* ════ RESPONSIVE ════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .container[b-2l9u88x2k2]        { padding: 0 32px; }
    .hero-split[b-2l9u88x2k2]       { gap: 40px; }
    .sobre-grid[b-2l9u88x2k2],
    .contacto-grid[b-2l9u88x2k2]    { grid-template-columns: 1fr; gap: 44px; }
    .valores-grid[b-2l9u88x2k2]     { grid-template-columns: repeat(2,1fr); }
    .planos-grid[b-2l9u88x2k2]      { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 768px) {
    .hero[b-2l9u88x2k2]             { padding: 48px 20px 56px; min-height: auto; }
    .hero-split[b-2l9u88x2k2]       { grid-template-columns: 1fr; gap: 32px; }
    /* No mobile o card de login aparece em cima */
    .hero-right[b-2l9u88x2k2]       { order: -1; }
    .hlc-panel[b-2l9u88x2k2]        { max-width: 100%; }
    .hero-title[b-2l9u88x2k2]       { font-size: 32px; letter-spacing: -1px; }
    .section[b-2l9u88x2k2]          { padding: 64px 0; }
    .container[b-2l9u88x2k2]        { padding: 0 20px; }
    .form-row-2[b-2l9u88x2k2]       { grid-template-columns: 1fr; }
    .form-panel[b-2l9u88x2k2]       { padding: 24px 20px; }
    .valores-grid[b-2l9u88x2k2]     { grid-template-columns: 1fr; }
    [b-2l9u88x2k2] .site-footer { padding: 40px 20px; }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
/* Mesmos estilos do Error.razor.css — partilhados via app.css para evitar duplicação */
