@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ==================== RESET ==================== */
/* Remove o scroll do body para evitar o efeito de "mola" e scroll duplo */
body[b-uwq90altvq], html[b-uwq90altvq] {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

/* 1. Contentor que ocupa o ecrã total */
.page-wrapper[b-uwq90altvq] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
}

.top-bar[b-uwq90altvq] {
    position: sticky !important; /* Mantém a barra no topo mas respeita o espaço */
    top: 0;
    flex-shrink: 0;
    height: 60px !important;
    background-color: #1e3a8a !important; /* ✅ AZUL ESCURO FORÇADO */
    background-image: none !important; /* Remove o gradiente azul claro do app.css */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    z-index: 1030; /* Maior que o do app.css */
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.content-area[b-uwq90altvq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* ✅ ESPAÇO EXTRA: Se mesmo com sticky o conteúdo subir, 
       este padding garante que o topo da Home fica visível */
    padding-top: 20px;
    overflow: visible;
}

/* 4. FOOTER (FIXO NO FUNDO DO WRAPPER) */
.app-footer[b-uwq90altvq] {
    flex-shrink: 0;
    height: 24px;
    background: #1e3a8a;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* ==================== LADO ESQUERDO (LOGO) ==================== */
.nav-left[b-uwq90altvq] {
    display: flex;
    align-items: center;
    gap: 2px;
}

.brand[b-uwq90altvq] {
    display: flex;
    align-items: center;
    gap: 4px;
    color: white;
    text-decoration: none;
    padding: 4px 6px;
}

.brand-text[b-uwq90altvq] {
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
}

/* ==================== BOTÕES DE NAV ==================== */
.btn-nav[b-uwq90altvq] {
    color: white;
    padding: 6px 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
}

    .btn-nav.active[b-uwq90altvq] {
        background: rgba(255, 255, 255, 0.25);
    }

/* ==================== LADO DIREITO (USER) ==================== */
.user-section[b-uwq90altvq] {
    display: flex;
    align-items: center;
    gap: 4px;
    color: white;
    font-size: 12px;
}

.user-name[b-uwq90altvq] {
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-logout[b-uwq90altvq] {
    background: rgba(239, 68, 68, 0.9);
    border: none;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
}

/* ==================== 📱 RESPONSIVIDADE MOBILE ==================== */
@media (max-width: 700px) {
    /* Esconder textos para caber tudo na barra */
    .brand-text[b-uwq90altvq], .btn-nav span[b-uwq90altvq] {
        display: none;
    }

    .btn-nav[b-uwq90altvq] {
        padding: 8px;
    }

    .user-name[b-uwq90altvq] {
        display: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3qct2hoeoh] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    z-index: 1001;
}

    .navbar-toggler:checked[b-3qct2hoeoh] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-3qct2hoeoh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
}

.navbar-brand[b-3qct2hoeoh] {
    font-size: 1.1rem;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* ÍCONES BI (SVG) */
.bi[b-3qct2hoeoh] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-3qct2hoeoh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-3qct2hoeoh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-chat-dots-nav-menu[b-3qct2hoeoh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3Cpath d='m2.165 15.803.02-.004c1.83-.363 2.948-.842 3.468-1.105A9.06 9.06 0 0 0 8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6a10.437 10.437 0 0 1-.824 2.449l-.004.01c-.053.12-.076.19-.076.19a.707.707 0 0 0 .924.793z'/%3E%3C/svg%3E");
}

.bi-cart-fill-nav-menu[b-3qct2hoeoh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L1.01 1H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
}

/* NAVEGAÇÃO ITEMS */
.nav-item[b-3qct2hoeoh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3qct2hoeoh] {
        padding-top: 1rem;
    }

    .nav-item[b-3qct2hoeoh]  .nav-link {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        width: 100%;
        text-decoration: none;
    }

    .nav-item[b-3qct2hoeoh]  a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item[b-3qct2hoeoh]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

/* COMPORTAMENTO RESPONSIVO */
.nav-scrollable[b-3qct2hoeoh] {
    display: none;
    background-color: #1e3a8a; /* Azul igual à tua top-bar */
}

.navbar-toggler:checked ~ .nav-scrollable[b-3qct2hoeoh] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3qct2hoeoh] {
        display: none;
    }

    .nav-scrollable[b-3qct2hoeoh] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-aw2sg856ff],
.components-reconnect-repeated-attempt-visible[b-aw2sg856ff],
.components-reconnect-failed-visible[b-aw2sg856ff],
.components-pause-visible[b-aw2sg856ff],
.components-resume-failed-visible[b-aw2sg856ff],
.components-rejoining-animation[b-aw2sg856ff] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-aw2sg856ff],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-aw2sg856ff],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-aw2sg856ff],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-aw2sg856ff],
#components-reconnect-modal.components-reconnect-retrying[b-aw2sg856ff],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-aw2sg856ff],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-aw2sg856ff],
#components-reconnect-modal.components-reconnect-failed[b-aw2sg856ff],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-aw2sg856ff] {
    display: block;
}


#components-reconnect-modal[b-aw2sg856ff] {
    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-aw2sg856ff 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-aw2sg856ff 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-aw2sg856ff 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-aw2sg856ff]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-aw2sg856ff 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-aw2sg856ff {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-aw2sg856ff {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-aw2sg856ff {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-aw2sg856ff] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-aw2sg856ff] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-aw2sg856ff] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-aw2sg856ff] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-aw2sg856ff] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-aw2sg856ff] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-aw2sg856ff] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-aw2sg856ff 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-aw2sg856ff] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-aw2sg856ff {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ==================== CONTAINER PRINCIPAL ==================== */
.home-container[b-yyzz335zvy] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    /* Margem de segurança extra */
    margin-top: 10px;
}

/* Garante que as secções internas não bloqueiam o toque */
.welcome-card[b-yyzz335zvy], .user-bar[b-yyzz335zvy], .actions-grid[b-yyzz335zvy] {
    flex-shrink: 0;
}

/* ==================== CARD DE BOAS-VINDAS ==================== */
.welcome-card[b-yyzz335zvy] {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
}

.welcome-icon[b-yyzz335zvy] {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.welcome-text[b-yyzz335zvy] {
    flex: 1;
}

    .welcome-text h2[b-yyzz335zvy] {
        margin: 0 0 4px 0;
        font-size: 18px;
        font-weight: 700;
    }

    .welcome-text p[b-yyzz335zvy] {
        margin: 0;
        font-size: 13px;
        opacity: 0.9;
    }

/* ==================== SECÇÃO DE ESTATÍSTICAS ==================== */
.stats-grid[b-yyzz335zvy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.stat-card[b-yyzz335zvy] {
    background: white;
    border-radius: 10px;
    padding: 14px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
}

.stat-icon[b-yyzz335zvy] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px auto;
}

.stat-value[b-yyzz335zvy] {
    font-size: 24px;
    font-weight: 700;
    color: #1e3a8a;
}

.stat-label[b-yyzz335zvy] {
    font-size: 11px;
    color: #6b7280;
    margin-top: 2px;
}

/* ==================== SECÇÃO DE AÇÕES RÁPIDAS ==================== */
.section-title[b-yyzz335zvy] {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.actions-grid[b-yyzz335zvy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.action-card[b-yyzz335zvy] {
    background: white;
    border-radius: 10px;
    padding: 14px;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    transition: all 0.2s;
}

    .action-card:hover[b-yyzz335zvy] {
        border-color: #2563eb;
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
        transform: translateY(-2px);
    }

.action-icon[b-yyzz335zvy] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.action-text[b-yyzz335zvy] {
    flex: 1;
}

    .action-text span[b-yyzz335zvy] {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #1f2937;
    }

    .action-text small[b-yyzz335zvy] {
        display: block;
        font-size: 11px;
        color: #6b7280;
        margin-top: 2px;
    }

/* ==================== INFO DO UTILIZADOR ==================== */
.user-bar[b-yyzz335zvy] {
    background: white;
    border-radius: 10px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
}

.user-info[b-yyzz335zvy] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-avatar[b-yyzz335zvy] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.user-details span[b-yyzz335zvy] {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1f2937;
}

.user-details small[b-yyzz335zvy] {
    display: block;
    font-size: 11px;
    color: #6b7280;
}

/* ==================== RESPONSIVO MOBILE ==================== */
/* Forçar o Welcome Card a ter uma margem superior extra no mobile */
@media (max-width: 700px) {
    .welcome-card[b-yyzz335zvy] {
        margin-top: 5px;
    }
}
@media (max-width: 400px) {
    .home-container[b-yyzz335zvy] {
        padding: 12px;
        gap: 12px;
    }

    .welcome-card[b-yyzz335zvy] {
        padding: 14px;
    }

    .welcome-text h2[b-yyzz335zvy] {
        font-size: 16px;
    }

    .stats-grid[b-yyzz335zvy] {
        grid-template-columns: repeat(2, 1fr);
    }

    .actions-grid[b-yyzz335zvy] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/ListaCompras.razor.rz.scp.css */
/* === CONTAINER === */
.memoria-container[b-f4gxl1m355] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    max-width: 100%;
    background-color: #f8fafc;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.memoria-header[b-f4gxl1m355] {
    flex-shrink: 0;
    height: 60px;
    min-height: 60px;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.memoria-header-content[b-f4gxl1m355] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

    .memoria-header-content h4[b-f4gxl1m355] {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

.close-btn-white[b-f4gxl1m355] {
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
}

    .close-btn-white:hover[b-f4gxl1m355] {
        background: rgba(255, 255, 255, 0.2);
    }

.memoria-content[b-f4gxl1m355] {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    color: #374151;
}

/* === CARDS === */
.card-form[b-f4gxl1m355] {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

.section-title[b-f4gxl1m355] {
    font-size: 16px;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 15px;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.section-title-orange[b-f4gxl1m355] {
    color: #b45309;
}

.section-title-blue[b-f4gxl1m355] {
    color: #1e3a8a;
}

/* === FORM === */
.form-group[b-f4gxl1m355] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form-label[b-f4gxl1m355] {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-input[b-f4gxl1m355] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    background: #fafafa;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
    color: #1f2937;
}

    .form-input:focus[b-f4gxl1m355] {
        border-color: #2563eb;
        background: white;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    }

/* === TABS === */
.tabs-header[b-f4gxl1m355] {
    display: flex;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 20px;
}

.tab-btn[b-f4gxl1m355] {
    padding: 12px 24px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: transparent;
    color: #6b7280;
    font-size: 15px;
    transition: 0.2s;
}

    .tab-btn:hover[b-f4gxl1m355] {
        color: #1e3a8a;
        background: #f3f4f6;
    }

    .tab-btn.active[b-f4gxl1m355] {
        color: #1e3a8a;
        border-bottom: 3px solid #2563eb;
        background: white;
    }

/* === BUTTONS === */
.btn-action[b-f4gxl1m355] {
    padding: 10px 16px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    color: white;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-add[b-f4gxl1m355] {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
}

    .btn-add:hover[b-f4gxl1m355] {
        background: #1d4ed8;
    }

    .btn-add:disabled[b-f4gxl1m355] {
        background: #9ca3af;
        cursor: not-allowed;
        box-shadow: none;
    }

.btn-success[b-f4gxl1m355] {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.2);
}

    .btn-success:hover[b-f4gxl1m355] {
        background: #047857;
    }

.btn-danger[b-f4gxl1m355] {
    background: #ef4444;
}

    .btn-danger:hover[b-f4gxl1m355] {
        background: #dc2626;
    }

.btn-finalizar[b-f4gxl1m355] {
    background: #6366f1;
}

    .btn-finalizar:hover[b-f4gxl1m355] {
        background: #4f46e5;
    }

.btn-sm[b-f4gxl1m355] {
    padding: 6px 10px;
    font-size: 12px;
}

.btn-xs[b-f4gxl1m355] {
    padding: 4px 8px;
    font-size: 12px;
}

.btn-guardar[b-f4gxl1m355] {
    width: 100%;
    height: 45px;
    font-size: 15px;
}

/* === TABLE === */
.table-container[b-f4gxl1m355] {
    overflow-x: auto;
    width: 100%;
}

.custom-table[b-f4gxl1m355] {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    color: #374151;
}

    .custom-table th[b-f4gxl1m355] {
        padding: 12px;
        border-bottom: 2px solid #e5e7eb;
        color: #4b5563;
        font-weight: 600;
        background: #f9fafb;
    }

    .custom-table td[b-f4gxl1m355] {
        padding: 12px;
        border-bottom: 1px solid #f3f4f6;
        vertical-align: middle;
    }

    .custom-table tr:hover td[b-f4gxl1m355] {
        background-color: #f8fafc;
    }

.produto-cell[b-f4gxl1m355] {
    font-weight: 600;
}

.produto-cell-light[b-f4gxl1m355] {
    font-weight: 500;
}

.loja-match td[b-f4gxl1m355] {
    background-color: #f0fdf4;
}

/* === PLANEAR === */
.planear-card[b-f4gxl1m355] {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.planear-row[b-f4gxl1m355] {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: flex-end;
}

/* === COMPRAR === */
.comprar-header-card[b-f4gxl1m355] {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.comprar-header-row[b-f4gxl1m355] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.loja-label[b-f4gxl1m355] {
    color: #166534;
}

.loja-select[b-f4gxl1m355] {
    width: 250px;
    font-weight: 600;
}

/* ✅ NOVO: Aviso de loja */
.loja-aviso[b-f4gxl1m355] {
    margin-top: 12px;
    padding: 10px 14px;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    color: #92400e;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.carrinho-aviso-vazio[b-f4gxl1m355] {
    text-align: center;
    color: #9ca3af;
    padding: 20px;
    font-size: 14px;
}

.chk-container[b-f4gxl1m355] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chk-input[b-f4gxl1m355] {
    width: 18px;
    height: 18px;
}

.chk-label[b-f4gxl1m355] {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.comprar-grid[b-f4gxl1m355] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.prateleiras-card[b-f4gxl1m355] {
    flex: 1;
    min-width: 300px;
    padding: 15px;
}

.carrinho-card[b-f4gxl1m355] {
    flex: 1;
    min-width: 300px;
    padding: 15px;
    border: 2px solid #3b82f6;
}

.section-subtitle[b-f4gxl1m355] {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 15px;
    margin-top: 0;
}

.section-subtitle-block[b-f4gxl1m355] {
    color: #6b7280;
    margin-bottom: 20px;
    margin-top: -10px;
}

.preco-destaque[b-f4gxl1m355] {
    color: #059669;
    font-weight: 700;
    font-size: 15px;
}

.loja-mutada[b-f4gxl1m355] {
    color: #6b7280;
    font-size: 12px;
}

.sem-historico[b-f4gxl1m355] {
    color: #9ca3af;
    font-size: 12px;
}

.preco-input-row[b-f4gxl1m355] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.preco-input[b-f4gxl1m355] {
    width: 80px;
    padding: 6px;
    text-align: right;
}

.preco-input-inline[b-f4gxl1m355] {
    width: 100px;
    padding: 6px;
    text-align: right;
    display: inline-block;
}

.euro-sign[b-f4gxl1m355] {
    font-weight: 600;
    color: #4b5563;
}

.carrinho-footer[b-f4gxl1m355] {
    margin-top: 20px;
    text-align: right;
    border-top: 1px solid #e5e7eb;
    padding-top: 15px;
}

.empty-msg[b-f4gxl1m355] {
    color: #9ca3af;
    text-align: center;
    padding: 20px;
}

.empty-msg-cell[b-f4gxl1m355] {
    text-align: center;
    color: #9ca3af;
    padding: 20px;
}

/* === ✅ NOVO: HISTÓRICO FILTROS === */
.historico-header-row[b-f4gxl1m355] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.historico-filtros[b-f4gxl1m355] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.filtro-btn[b-f4gxl1m355] {
    padding: 8px 16px;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    background: white;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    color: #6b7280;
}

    .filtro-btn:hover[b-f4gxl1m355] {
        border-color: #2563eb;
        color: #1e3a8a;
        background: #eff6ff;
    }

    .filtro-btn.active[b-f4gxl1m355] {
        background: linear-gradient(135deg, #2563eb, #3b82f6);
        color: white;
        border-color: transparent;
        box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    }

/* ✅ NOVO: Badges de estado */
.badge-confirmada[b-f4gxl1m355] {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    background: #dcfce7;
    color: #166534;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    vertical-align: middle;
}

.badge-pendente[b-f4gxl1m355] {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    background: #fef2f2;
    color: #991b1b;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    vertical-align: middle;
}

/* === FATURA === */
.fatura-card[b-f4gxl1m355] {
    margin-bottom: 20px;
}

.fatura-header[b-f4gxl1m355] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.fatura-data[b-f4gxl1m355] {
    font-size: 12px;
    color: #6b7280;
}

.fatura-loja[b-f4gxl1m355] {
    font-size: 18px;
    color: #1e3a8a;
}

.fatura-totais[b-f4gxl1m355] {
    text-align: right;
}

.fatura-total[b-f4gxl1m355] {
    font-size: 20px;
    font-weight: bold;
    color: #059669;
}

.fatura-itens-count[b-f4gxl1m355] {
    font-size: 12px;
    color: #6b7280;
}

.fatura-actions[b-f4gxl1m355] {
    margin-top: 15px;
    text-align: right;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .comprar-grid[b-f4gxl1m355] {
        flex-direction: column;
    }

    .planear-row[b-f4gxl1m355] {
        flex-direction: column;
    }

    .historico-header-row[b-f4gxl1m355] {
        flex-direction: column;
    }
}
/* === FILTROS DE DATA === */
.data-filtros-row[b-f4gxl1m355] {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    margin-bottom: 10px;
}

.form-group-date[b-f4gxl1m355] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.label-date[b-f4gxl1m355] {
    font-size: 11px;
    font-weight: bold;
    color: #6b7280;
}

.form-input-date[b-f4gxl1m355] {
    padding: 6px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    outline: none;
}

.btn-filter[b-f4gxl1m355] {
    padding: 8px 12px;
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 6px;
}

    .btn-filter:hover[b-f4gxl1m355] {
        background: #e5e7eb;
    }

@media (max-width: 600px) {
    .data-filtros-row[b-f4gxl1m355] {
        width: 100%;
        justify-content: space-between;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* ==================== CONTAINER PRINCIPAL ==================== */
.login-container[b-emauuhibl7] {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%);
    padding: 20px;
}

/* ==================== CARD DE LOGIN ==================== */
.login-card[b-emauuhibl7] {
    width: 100%;
    max-width: 360px;
    background: white;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* ==================== LOGO/TÍTULO ==================== */
.login-header[b-emauuhibl7] {
    text-align: center;
    margin-bottom: 24px;
}

.login-logo[b-emauuhibl7] {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px auto;
}

.login-title[b-emauuhibl7] {
    font-size: 20px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 4px 0;
}

.login-subtitle[b-emauuhibl7] {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
}

/* ==================== FORMULÁRIO ==================== */
.login-form[b-emauuhibl7] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-group[b-emauuhibl7] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label[b-emauuhibl7] {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
}

.form-group input[b-emauuhibl7] {
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.2s;
    outline: none;
}

.form-group input:focus[b-emauuhibl7] {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.form-group input[b-emauuhibl7]::placeholder {
    color: #9ca3af;
}

/* ==================== BOTÃO DE ENTRAR ==================== */
.btn-entrar[b-emauuhibl7] {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
    margin-top: 8px;
}

.btn-entrar:hover:not(:disabled)[b-emauuhibl7] {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
    transform: translateY(-1px);
}

.btn-entrar:disabled[b-emauuhibl7] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* ==================== MENSAGEM DE ERRO ==================== */
.login-error[b-emauuhibl7] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ==================== FOOTER ==================== */
.login-footer[b-emauuhibl7] {
    text-align: center;
    margin-top: 20px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
}

/* ==================== RESPONSIVO MOBILE ==================== */
@media (max-width: 400px) {
    .login-card[b-emauuhibl7] {
        padding: 22px 18px;
        border-radius: 12px;
    }

    .login-title[b-emauuhibl7] {
        font-size: 18px;
    }

    .form-group input[b-emauuhibl7] {
        padding: 10px 12px;
    }
}
/* /Components/Pages/LoginDisplay.razor.rz.scp.css */
/* /Components/Pages/RegistoMemoria.razor.rz.scp.css */
/* === CONTAINER === */
.memoria-container[b-6gm0o8cqb1] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    max-width: 100%;
    background-color: #f8fafc;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* === HEADER === */
.memoria-header[b-6gm0o8cqb1] {
    flex-shrink: 0;
    height: 60px;
    min-height: 60px;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.memoria-header-content[b-6gm0o8cqb1] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

    .memoria-header-content h4[b-6gm0o8cqb1] {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

.close-btn[b-6gm0o8cqb1] {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

    .close-btn:hover[b-6gm0o8cqb1] {
        background: rgba(255, 255, 255, 0.3);
    }

.close-btn-white[b-6gm0o8cqb1] {
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
}

    .close-btn-white:hover[b-6gm0o8cqb1] {
        background: rgba(255, 255, 255, 0.2);
    }

/* === CONTENT === */
.memoria-content[b-6gm0o8cqb1] {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
}

.section-title[b-6gm0o8cqb1] {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .section-title:first-child[b-6gm0o8cqb1] {
        margin-top: 0;
    }

/* === FORM === */
.card-form[b-6gm0o8cqb1] {
    background: white;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
}

.form-row[b-6gm0o8cqb1] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.form-group[b-6gm0o8cqb1] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form-label[b-6gm0o8cqb1] {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-input[b-6gm0o8cqb1] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    background: #fafafa;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
}

    .form-input:focus[b-6gm0o8cqb1] {
        border-color: #2563eb;
        background: white;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    }

.form-textarea[b-6gm0o8cqb1] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    background: #fafafa;
    transition: border-color 0.2s, background 0.2s;
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
    line-height: 1.5;
    box-sizing: border-box;
}

    .form-textarea:focus[b-6gm0o8cqb1] {
        border-color: #2563eb;
        background: white;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    }

/* === VITAIS === */
.card-vitais[b-6gm0o8cqb1] {
    background: white;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 2px solid #0d9488;
    border-left: 4px solid #0d9488;
}

.vitais-tipos[b-6gm0o8cqb1] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.vitais-tipo-btn[b-6gm0o8cqb1] {
    padding: 6px 12px;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    background: white;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

    .vitais-tipo-btn:hover[b-6gm0o8cqb1] {
        border-color: #0d9488;
        background: #f0fdfa;
    }

    .vitais-tipo-btn.active[b-6gm0o8cqb1] {
        background: linear-gradient(135deg, #0d9488, #14b8a6);
        color: white;
        border-color: transparent;
        box-shadow: 0 2px 8px rgba(13, 148, 136, 0.3);
    }

.vitais-campos[b-6gm0o8cqb1] {
    border-top: 1px solid #e5e7eb;
    padding-top: 12px;
}

.vitais-linha[b-6gm0o8cqb1] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

    .vitais-linha label[b-6gm0o8cqb1] {
        font-size: 13px;
        font-weight: 600;
        color: #374151;
        white-space: nowrap;
    }

.form-input-sm[b-6gm0o8cqb1] {
    width: 80px;
    padding: 6px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    background: #fafafa;
    transition: border-color 0.2s;
}

    .form-input-sm:focus[b-6gm0o8cqb1] {
        border-color: #2563eb;
        background: white;
    }

.vitais-separador[b-6gm0o8cqb1] {
    font-size: 20px;
    font-weight: 700;
    color: #374151;
}

.vitais-unidade[b-6gm0o8cqb1] {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

/* === ALERTS === */
.alert[b-6gm0o8cqb1] {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    animation: slideDown-b-6gm0o8cqb1 0.3s ease;
}

.alert-erro[b-6gm0o8cqb1] {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.alert-sucesso[b-6gm0o8cqb1] {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.alert-close[b-6gm0o8cqb1] {
    margin-left: auto;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: inherit;
    opacity: 0.6;
    padding: 0 4px;
}

    .alert-close:hover[b-6gm0o8cqb1] {
        opacity: 1;
    }

@keyframes slideDown-b-6gm0o8cqb1 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === FOOTER === */
.memoria-footer[b-6gm0o8cqb1] {
    flex-shrink: 0;
    background: white;
    padding: 12px 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-top: 1px solid #e5e7eb;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
}

/* === MODAL === */
.modal-overlay[b-6gm0o8cqb1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn-b-6gm0o8cqb1 0.2s ease;
    padding: 16px;
    box-sizing: border-box;
}

.modal-content[b-6gm0o8cqb1] {
    background: white;
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: scaleIn-b-6gm0o8cqb1 0.2s ease;
}

.modal-header[b-6gm0o8cqb1] {
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    color: white;
    padding: 16px 20px;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-body[b-6gm0o8cqb1] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

.modal-footer[b-6gm0o8cqb1] {
    padding: 14px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #e5e7eb;
}

@keyframes fadeIn-b-6gm0o8cqb1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn-b-6gm0o8cqb1 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* === RESPONSIVE === */
@media (max-width: 480px) {
    .memoria-content[b-6gm0o8cqb1] {
        padding: 12px;
    }

    .form-row[b-6gm0o8cqb1] {
        flex-direction: column;
    }

        .form-row > .form-group[b-6gm0o8cqb1] {
            flex: 1 1 100% !important;
        }

    .vitais-tipos[b-6gm0o8cqb1] {
        gap: 4px;
    }

    .vitais-tipo-btn[b-6gm0o8cqb1] {
        font-size: 11px;
        padding: 5px 8px;
    }

    .vitais-linha[b-6gm0o8cqb1] {
        gap: 6px;
    }

    .memoria-footer[b-6gm0o8cqb1] {
        flex-wrap: wrap;
    }

    .modal-content[b-6gm0o8cqb1] {
        max-width: 100%;
        max-height: 95vh;
    }
}
