/* /Components/Layout/MainLayout.razor.rz.scp.css */
header.top-row[b-uo7b6n0gx1] {
    position: relative;
}

.menu-toggle-checkbox[b-uo7b6n0gx1] {
    display: none;
}

.menu-trigger[b-uo7b6n0gx1] {
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #1b4332;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0.5rem;
}
.menu-trigger .bi-x-lg[b-uo7b6n0gx1] {
    display: none;
}
.menu-toggle-checkbox:checked + .menu-trigger .bi-list[b-uo7b6n0gx1] {
    display: none;
}
.menu-toggle-checkbox:checked + .menu-trigger .bi-x-lg[b-uo7b6n0gx1] {
    display: inline-block;
}

.nav-list[b-uo7b6n0gx1] {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1040;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 0.3s ease-out, opacity 0.2s ease;
    padding: 0;
}
.menu-toggle-checkbox:checked ~ .nav-list[b-uo7b6n0gx1] {
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
    padding: 1rem 0;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    border-bottom: 3px solid #fb8500;
}

.nav-list .nav-link[b-uo7b6n0gx1] {
    color: #1b4332;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    display: block;
    border-left: 4px solid transparent;
}
.nav-list .nav-link:hover[b-uo7b6n0gx1] {
    color: #2dcc70;
    background-color: #f8f9fa;
}

@media (min-width: 992px) {
    .menu-trigger[b-uo7b6n0gx1] {
        display: none !important;
    }
    .nav-list[b-uo7b6n0gx1],
    .menu-toggle-checkbox:checked ~ .nav-list[b-uo7b6n0gx1] {
        display: flex !important;
        flex-direction: row !important;
        position: static !important;
        max-height: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        border: none !important;
        width: auto !important;
    }
    .nav-list .nav-link[b-uo7b6n0gx1] {
        padding: 0.5rem 1rem !important;
        margin-left: 1.5rem;
        display: inline-block;
        border-left: none;
        border-bottom: 2px solid transparent;
    }
    .nav-list .nav-link:hover[b-uo7b6n0gx1] {
        background-color: transparent !important;
        color: #fb8500;
    }
}

.site-footer[b-uo7b6n0gx1] {
    gap: 2rem;
    padding: 1.25rem 1.5rem;
    background-color: #1b4332;
    color: white;
    font-size: 0.875rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9ec28ugvt1] {
    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);
}

.navbar-toggler:checked[b-9ec28ugvt1] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-9ec28ugvt1] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9ec28ugvt1] {
    font-size: 1.1rem;
}

.bi[b-9ec28ugvt1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9ec28ugvt1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' 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-9ec28ugvt1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' 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-list-nested-nav-menu[b-9ec28ugvt1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-9ec28ugvt1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9ec28ugvt1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9ec28ugvt1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9ec28ugvt1]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-9ec28ugvt1]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-9ec28ugvt1]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-9ec28ugvt1] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9ec28ugvt1] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9ec28ugvt1] {
        display: none;
    }

    .nav-scrollable[b-9ec28ugvt1] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7sn7bd5apu],
.components-reconnect-repeated-attempt-visible[b-7sn7bd5apu],
.components-reconnect-failed-visible[b-7sn7bd5apu],
.components-pause-visible[b-7sn7bd5apu],
.components-resume-failed-visible[b-7sn7bd5apu],
.components-rejoining-animation[b-7sn7bd5apu] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7sn7bd5apu],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7sn7bd5apu],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7sn7bd5apu],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7sn7bd5apu],
#components-reconnect-modal.components-reconnect-retrying[b-7sn7bd5apu],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7sn7bd5apu],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7sn7bd5apu],
#components-reconnect-modal.components-reconnect-failed[b-7sn7bd5apu],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7sn7bd5apu] {
    display: block;
}


#components-reconnect-modal[b-7sn7bd5apu] {
    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-7sn7bd5apu 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7sn7bd5apu 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7sn7bd5apu 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7sn7bd5apu]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7sn7bd5apu 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7sn7bd5apu {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7sn7bd5apu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7sn7bd5apu {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7sn7bd5apu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7sn7bd5apu] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7sn7bd5apu] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7sn7bd5apu] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7sn7bd5apu] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7sn7bd5apu] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7sn7bd5apu] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7sn7bd5apu 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7sn7bd5apu] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7sn7bd5apu {
    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/AddPet.razor.rz.scp.css */
.form-container[b-xu2351gjp7] {
    max-width: var(--max-width);
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.form-header[b-xu2351gjp7] { margin-bottom: 2.5rem; }
.form-header h1[b-xu2351gjp7] { color: var(--primary); font-weight: 800; }

.form-grid[b-xu2351gjp7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}

@media (max-width: 768px) {
    .form-grid[b-xu2351gjp7] { grid-template-columns: 1fr; }
}

.form-section[b-xu2351gjp7] {
    background: white;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.section-title[b-xu2351gjp7] {
    font-size: 1.2rem;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Energy Picker Styling */
.energy-picker-container[b-xu2351gjp7] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.energy-picker[b-xu2351gjp7] {
    display: flex;
    gap: 0.5rem;
    font-size: 1.5rem;
    cursor: pointer;
}

.energy-icon[b-xu2351gjp7] {
    color: #e0e0e0;
    transition: all 0.2s;
}

.energy-icon.active[b-xu2351gjp7] { color: var(--brand-orange); }
.energy-icon.hover[b-xu2351gjp7] { color: var(--brand-amber-gold); transform: scale(1.2); }

/* Switches & Image Preview */
.status-box[b-xu2351gjp7] {
    background: #f8fbf9;
    padding: 1rem;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
}

.status-switches[b-xu2351gjp7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.image-preview img[b-xu2351gjp7] {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 0.75rem;
    border: 2px solid var(--brand-off-white);
}

.form-actions[b-xu2351gjp7] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    border-top: 1px solid #eee;
    padding-top: 2rem;
}
/* /Components/Pages/Application.razor.rz.scp.css */
.application-hero[b-d4nu9p1jyt] {
    background: linear-gradient(135deg, var(--brand-pine-teal), var(--brand-emerald));
    color: white;
    padding: 4rem 1rem;
    text-align: center;
    border-radius: 0 0 2rem 2rem;
    margin-bottom: -4rem; 
}

.hero-overlay h1[b-d4nu9p1jyt] { font-weight: 800; font-size: 2.5rem; }

.form-container[b-d4nu9p1jyt] {
    max-width: 800px;
    margin: 0 auto 4rem;
    background: white;
    border-radius: 1.5rem;
    padding: 3rem;
    position: relative;
    z-index: 10;
}

.form-block[b-d4nu9p1jyt] {
    margin-bottom: 3rem;
}

.section-icon[b-d4nu9p1jyt] {
    font-size: 2.5rem;
    color: var(--brand-emerald);
    text-align: center;
    margin-bottom: 1rem;
}

.custom-input[b-d4nu9p1jyt] {
    border: 2px solid #f0f0f0;
    border-radius: 0.75rem;
    padding: 0.8rem 1rem;
    transition: all 0.3s;
}

.custom-input:focus[b-d4nu9p1jyt] {
    border-color: var(--brand-emerald);
    box-shadow: 0 0 0 4px rgba(45, 204, 112, 0.1);
}

.help-type-selector[b-d4nu9p1jyt] {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.selection-card[b-d4nu9p1jyt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    border: 2px solid #eee;
    border-radius: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    width: 220px;
    background: white;
}

.selection-card i[b-d4nu9p1jyt] { font-size: 2.5rem; margin-bottom: 1rem; color: #ccc; }
.selection-card .title[b-d4nu9p1jyt] { font-weight: 800; font-size: 1.2rem; }
.selection-card .desc[b-d4nu9p1jyt] { font-size: 0.8rem; text-align: center; color: #888; }

.btn-check:checked + .selection-card[b-d4nu9p1jyt] {
    border-color: var(--brand-emerald);
    background: #f0fff4;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.btn-check:checked + .selection-card i[b-d4nu9p1jyt] { color: var(--brand-emerald); }

.btn-submit-app[b-d4nu9p1jyt] {
    background: var(--brand-orange);
    color: white;
    border: none;
    padding: 1rem 3rem;
    border-radius: 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    width: 100%;
    transition: all 0.3s;
}

.btn-submit-app:hover[b-d4nu9p1jyt] {
    background: var(--brand-amber-gold);
    transform: scale(1.02);
}

.btn-submit-app:disabled[b-d4nu9p1jyt] { background: #ccc; }

.animate-fade-in[b-d4nu9p1jyt] {
    animation: fadeIn-b-d4nu9p1jyt 0.5s ease-out;
}

@keyframes fadeIn-b-d4nu9p1jyt {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* /Components/Pages/Category.razor.rz.scp.css */
.admin-container[b-5tpz92jxvq] {
    max-width: var(--max-width);
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.management-layout[b-5tpz92jxvq] {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 2rem;
    align-items: start;
}

@media (max-width: 850px) {
    .management-layout[b-5tpz92jxvq] { grid-template-columns: 1fr; }
}

.custom-card[b-5tpz92jxvq] {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.02);
    overflow: hidden;
}

.section-title[b-5tpz92jxvq] {
    color: var(--primary);
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.btn-add-category[b-5tpz92jxvq] {
    background-color: var(--brand-pine-teal);
    color: white;
    font-weight: 700;
    border: none;
    padding: 0.75rem;
    border-radius: 0.75rem;
    transition: all 0.2s;
}

.btn-add-category:hover[b-5tpz92jxvq] {
    background-color: var(--brand-emerald);
    transform: translateY(-2px);
}

.card-header-styled[b-5tpz92jxvq] {
    background: #f8fbf9;
    padding: 1.5rem;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header-styled h2[b-5tpz92jxvq] {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custom-table th[b-5tpz92jxvq] {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #999;
    padding: 1rem 1.5rem;
    border: none;
}

.category-name-cell[b-5tpz92jxvq] {
    font-weight: 600;
    color: var(--text-dark);
    padding: 1rem 1.5rem !important;
}

/* Edit Inline */
.editing-row[b-5tpz92jxvq] {
    background-color: #fff9e6; 
}

.edit-input[b-5tpz92jxvq] {
    border: 2px solid var(--brand-amber-gold);
    border-radius: 0.5rem;
}

.action-buttons[b-5tpz92jxvq] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    padding-right: 1rem;
}

.btn-edit-inline[b-5tpz92jxvq], .btn-delete-inline[b-5tpz92jxvq], .btn-save-inline[b-5tpz92jxvq], .btn-cancel-inline[b-5tpz92jxvq] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    background: transparent;
}

.btn-edit-inline[b-5tpz92jxvq] { color: #666; }
.btn-edit-inline:hover[b-5tpz92jxvq] { background: #f0f0f0; color: var(--primary); }

.btn-delete-inline[b-5tpz92jxvq] { color: #ffbcbc; }
.btn-delete-inline:hover[b-5tpz92jxvq] { background: #fee; color: #d32f2f; }

.btn-save-inline[b-5tpz92jxvq] { background: var(--brand-emerald); color: white; }
.btn-cancel-inline[b-5tpz92jxvq] { background: #eee; color: #666; }
/* /Components/Pages/Donations.razor.rz.scp.css */
    .video-container[b-m6ag6fkdfw] {
        position: relative;
        padding-bottom: 56.25%; 
        height: 0;
    }
    .video-container iframe[b-m6ag6fkdfw] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 1rem;
    }
    .text-primary[b-m6ag6fkdfw] { color: var(--primary) !important; }
    .text-secondary[b-m6ag6fkdfw] { color: var(--secondary) !important; }
/* /Components/Pages/EditPet.razor.rz.scp.css */
.form-container[b-of4svxd49s] {
    max-width: var(--max-width);
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.header-with-avatar[b-of4svxd49s] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.mini-avatar[b-of4svxd49s] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--brand-emerald);
}

.form-grid[b-of4svxd49s] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

@media (max-width: 992px) {
    .form-grid[b-of4svxd49s] { grid-template-columns: 1fr; }
}

.form-section[b-of4svxd49s] {
    background: white;
    padding: 2rem;
    border-radius: 1.25rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.02);
}

.section-title[b-of4svxd49s] {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary);
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--brand-off-white);
    padding-bottom: 0.75rem;
}

.current-image-wrapper img[b-of4svxd49s] {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    background: #f8f8f8;
}

.energy-picker-wrapper[b-of4svxd49s] {
    display: flex;
    align-items: center;
    background: #fdfdfd;
    padding: 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid #eee;
}

.energy-picker[b-of4svxd49s] {
    display: flex;
    gap: 0.4rem;
    font-size: 1.6rem;
    cursor: pointer;
}

.energy-icon[b-of4svxd49s] { color: #e9ecef; transition: transform 0.2s; }
.energy-icon.active[b-of4svxd49s] { color: var(--brand-orange); }
.energy-icon.hover[b-of4svxd49s] { color: var(--brand-amber-gold); transform: scale(1.15); }

.status-panel[b-of4svxd49s] {
    background: var(--brand-off-white);
    padding: 1.25rem;
    border-radius: 1rem;
}

.custom-switch .form-check-input:checked[b-of4svxd49s] {
    background-color: var(--brand-emerald);
    border-color: var(--brand-emerald);
}

.form-footer[b-of4svxd49s] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    padding-top: 2rem;
}

.btn-save[b-of4svxd49s] {
    background-color: var(--brand-pine-teal);
    color: white;
    padding: 0.8rem 2.5rem;
    border-radius: 0.75rem;
    font-weight: 700;
    border: none;
    transition: all 0.3s;
}

.btn-save:hover[b-of4svxd49s] {
    background-color: var(--brand-emerald);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(45, 204, 112, 0.3);
}
/* /Components/Pages/HelperDetails.razor.rz.scp.css */
.details-container[b-yfs8rfxngv] {
    max-width: var(--max-width);
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.detail-header[b-yfs8rfxngv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    margin-bottom: 2rem;
    border: 1px solid rgba(0,0,0,0.02);
}

.header-main[b-yfs8rfxngv] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.avatar-placeholder[b-yfs8rfxngv] {
    width: 70px;
    height: 70px;
    background: var(--brand-off-white);
    color: var(--primary);
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.badge-date[b-yfs8rfxngv] {
    font-size: 0.85rem;
    color: #888;
    background: #f8f9fa;
    padding: 0.3rem 0.8rem;
    border-radius: 2rem;
}

.help-badge[b-yfs8rfxngv] {
    background: var(--brand-emerald);
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

/* Grid Layout */
.details-grid[b-yfs8rfxngv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

@media (max-width: 992px) {
    .details-grid[b-yfs8rfxngv] { grid-template-columns: 1fr; }
}

.info-block[b-yfs8rfxngv] {
    background: white;
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    margin-bottom: 2rem;
}

.block-title[b-yfs8rfxngv] {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1rem;
}

.context-card[b-yfs8rfxngv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    background: #f8fbf9;
    padding: 1rem;
    border-radius: 1rem;
}

.context-item label[b-yfs8rfxngv] {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #999;
    display: block;
}

.contact-list[b-yfs8rfxngv] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact-item[b-yfs8rfxngv] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-item i[b-yfs8rfxngv] {
    color: var(--brand-emerald);
    font-size: 1.2rem;
}

.contact-item label[b-yfs8rfxngv] {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    display: block;
}

.contact-item p[b-yfs8rfxngv] { margin: 0; font-weight: 600; color: var(--text-dark); }

.response-stack[b-yfs8rfxngv] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.response-item label[b-yfs8rfxngv] {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary);
    display: block;
    margin-bottom: 0.25rem;
}

.response-item p[b-yfs8rfxngv] {
    background: #fafafa;
    padding: 1rem;
    border-radius: 0.75rem;
    border-left: 3px solid var(--brand-off-white);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.response-item.highlight p[b-yfs8rfxngv] {
    background: #fff9e6;
    border-left-color: var(--brand-amber-gold);
    color: var(--text-dark);
}
/* /Components/Pages/HelperManagement.razor.rz.scp.css */
.admin-container[b-390jllidcy] {
    max-width: var(--max-width);
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.page-header[b-390jllidcy] {
    margin: 1.5rem 0 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.page-header h1[b-390jllidcy] {
    color: var(--primary);
    font-weight: 800;
    margin: 0;
}

.context-cell[b-390jllidcy] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.pet-target[b-390jllidcy] {
    font-weight: 700;
    color: var(--brand-pine-teal);
    font-size: 1rem;
}

.pet-target i[b-390jllidcy] { color: var(--brand-emerald); }

.shelter-location[b-390jllidcy] {
    font-size: 0.8rem;
    color: #777;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.helper-name[b-390jllidcy] {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
}

.help-type-tag[b-390jllidcy] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--brand-off-white);
    color: var(--primary);
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.action-buttons-group[b-390jllidcy] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

.btn-detail-view[b-390jllidcy] {
    text-decoration: none;
    background: white;
    color: var(--primary);
    border: 1px solid #ddd;
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.2s;
}

.btn-detail-view:hover[b-390jllidcy] {
    background: var(--brand-pine-teal);
    color: white;
    border-color: var(--brand-pine-teal);
}

.btn-delete-icon[b-390jllidcy] {
    background: #fff0f0;
    color: #e74c3c;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 0.5rem;
    transition: all 0.2s;
}

.btn-delete-icon:hover[b-390jllidcy] {
    background: #e74c3c;
    color: white;
}

.no-data[b-390jllidcy] {
    color: #bbb;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.mission-text h2[b-muu1nqa0vf] {
    color: var(--brand-pine-teal);
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.impact-image-container[b-muu1nqa0vf] {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.impact-img-3d[b-muu1nqa0vf] {
  width:auto;
  height: 100%;
  object-fit: container;
  object-position: center;
  animation: floatingImpact-b-muu1nqa0vf 12s ease-in-out infinite;
}

@keyframes floatingImpact-b-muu1nqa0vf {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(1deg); }
}
/* /Components/Pages/Management.razor.rz.scp.css */
.management-container[b-i9rkg9pzpo] {
    max-width: var(--max-width);
    margin: 2rem auto;
    padding: 0 1rem;
}

.management-header[b-i9rkg9pzpo] {
    margin-bottom: 3rem;
    border-left: 5px solid var(--brand-emerald);
    padding-left: 1.5rem;
    border-radius: 0.8rem;
    text-align: center;
}

.management-header h1[b-i9rkg9pzpo] {
    color: var(--primary);
}

.management-grid[b-i9rkg9pzpo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.management-card[b-i9rkg9pzpo] {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}

.management-card:hover[b-i9rkg9pzpo] {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    border-color: var(--secondary);
}

.card-icon[b-i9rkg9pzpo] {
    width: 60px;
    height: 60px;
    background-color: var(--brand-off-white);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    transition: background-color 0.3s ease;
}

.management-card:hover .card-icon[b-i9rkg9pzpo] {
    background-color: var(--brand-emerald);
    color: white;
}

.card-content h3[b-i9rkg9pzpo] {
    margin: 0;
    font-size: 1.25rem;
    color: var(--text-dark);
    font-weight: 700;
}

.card-content p[b-i9rkg9pzpo] {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.card-arrow[b-i9rkg9pzpo] {
    margin-left: auto;
    color: #ccc;
    font-size: 1.2rem;
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
    .not-found-container[b-477n0ulbyl] {
        min-height: 80vh;
        background-color: var(--bg-main);
    }

    .hero-image-wrapper img[b-477n0ulbyl] {
        max-width: 280px;
        height: auto;
        border: 8px solid var(--accent);
    }

    .text-primary[b-477n0ulbyl] {
        color: var(--primary) !important;
    }

    .btn-primary[b-477n0ulbyl] {
        background-color: var(--primary);
        border-color: var(--primary);
        transition: transform 0.2s, background-color 0.2s;
    }

    .btn-primary:hover[b-477n0ulbyl] {
        background-color: var(--secondary);
        border-color: var(--secondary);
        transform: translateY(-3px);
    }

    .border-accent[b-477n0ulbyl] {
        border-color: var(--accent) !important;
    }
/* /Components/Pages/PetManagement.razor.rz.scp.css */
.admin-container[b-us8pnsnfp3] {
    max-width: var(--max-width);
    margin: 2rem auto;
    padding: 0 1rem;
}

.page-header[b-us8pnsnfp3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5rem 0 2rem;
}

.header-content h1[b-us8pnsnfp3] {
    color: var(--primary);
    font-weight: 800;
    margin: 0;
}

.header-actions[b-us8pnsnfp3] {
    display: flex;
    gap: 0.75rem;
}

/* Botones de Acción Superior */
.btn-action[b-us8pnsnfp3] {
    padding: 0.6rem 1.2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.btn-action.primary[b-us8pnsnfp3] { background: var(--brand-emerald); color: white; }
.btn-action.secondary[b-us8pnsnfp3] { background: var(--brand-off-white); color: var(--primary); }
.btn-action:hover[b-us8pnsnfp3] { opacity: 0.9; transform: translateY(-2px); }

.custom-card[b-us8pnsnfp3] {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.custom-table th[b-us8pnsnfp3] {
    background: #f8fbf9;
    color: #888;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    padding: 1.25rem;
}

.pet-info[b-us8pnsnfp3] { display: flex; flex-direction: column; }
.pet-name[b-us8pnsnfp3] { font-weight: 800; color: var(--text-dark); font-size: 1.1rem; }
.pet-breed[b-us8pnsnfp3] { font-size: 0.85rem; color: #666; }

.attribute-stack[b-us8pnsnfp3] { display: flex; flex-direction: column; gap: 0.2rem; font-size: 0.85rem; color: #555; }
.attr-item i[b-us8pnsnfp3] { color: var(--brand-emerald); margin-right: 0.4rem; }

.energy-meter[b-us8pnsnfp3] { display: flex; gap: 2px; font-size: 1.1rem; }
.energy-meter .active[b-us8pnsnfp3] { color: var(--brand-orange); }
.energy-meter .inactive[b-us8pnsnfp3] { color: #e0e0e0; }

.status-grid[b-us8pnsnfp3] { display: flex; flex-wrap: wrap; gap: 4px; max-width: 150px; }
.status-pill[b-us8pnsnfp3] {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.status-pill.yes[b-us8pnsnfp3] { background: #e8f5e9; color: #2e7d32; border-color: #c8e6c9; }
.status-pill.no[b-us8pnsnfp3] { background: #f5f5f5; color: #9e9e9e; opacity: 0.6; }

.action-buttons[b-us8pnsnfp3] { display: flex; gap: 0.5rem; justify-content: flex-end; }
.btn-edit[b-us8pnsnfp3], .btn-delete[b-us8pnsnfp3] {
    width: 35px; height: 35px; border-radius: 8px; border: none; transition: all 0.2s;
}
.btn-edit[b-us8pnsnfp3] { background: #e3f2fd; color: #1976d2; }
.btn-delete[b-us8pnsnfp3] { background: #fff0f0; color: #d32f2f; }
.btn-edit:hover[b-us8pnsnfp3] { background: #1976d2; color: white; }
.btn-delete:hover[b-us8pnsnfp3] { background: #d32f2f; color: white; }
/* /Components/Pages/ShelterDetails.razor.rz.scp.css */
.shelter-hero[b-to598znex6] {
    position: relative;
    height: 450px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.hero-video[b-to598znex6] {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover;
}

.video-overlay[b-to598znex6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(27, 67, 50, 0.7) 0%, rgba(15, 38, 28, 0.4) 100%);
    z-index: 2;
}

.hero-content[b-to598znex6] {
    position: relative;
    z-index: 3;
    text-align: center;
    text-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.mt-n5[b-to598znex6] {
    margin-top: -5rem !important;
    z-index: 10;
}

.info-card[b-to598znex6] {
    background: white;
    border-top: 5px solid var(--brand-amber-gold);
}

.bg-accent[b-to598znex6] {
    background-color: var(--brand-amber-gold);
}

/* Modal Custom Styles */
.modal-backdrop-custom[b-to598znex6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 38, 28, 0.85);
    z-index: 1050;
    backdrop-filter: blur(4px);
}

.pet-modal[b-to598znex6] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1060;
    width: 90%;
    max-width: 600px;
}
/* /Components/Pages/Shelters.razor.rz.scp.css */
.shelter-header[b-soggc494ir] {
    position: relative;
    padding: 6rem 0 4rem;
    text-align: center;
    overflow: hidden;
    background: #0f261c;
    color: white;
}

.video-background[b-soggc494ir] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-background video[b-soggc494ir] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay[b-soggc494ir] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(27, 67, 50, 0.7) 0%, rgba(15, 38, 28, 0.4) 100%);
    z-index: 1;
}

.header-content[b-soggc494ir] {
    position: relative;
    z-index: 2;
}

.header-content h1[b-soggc494ir] {
    color: white;
    font-weight: 850;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.shelter-header .lead[b-soggc494ir] {
    color: rgba(255, 255, 255, 0.9);
}

.filter-chip[b-soggc494ir] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.shelter-filters[b-soggc494ir] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.filter-chip[b-soggc494ir] {
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-chip:hover[b-soggc494ir] {
    background: #e9ecef;
    color: var(--primary);
    transform: translateY(-2px);
}

.filter-chip.active[b-soggc494ir] {
    background: var(--brand-pine-teal);
    color: white;
    box-shadow: 0 4px 12px rgba(44, 95, 99, 0.2);
}

.shelter-grid[b-soggc494ir] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}
/* /Components/Pages/Signin.razor.rz.scp.css */
  .login-container[b-85439lcavd] {
    min-height: 85vh;
    background-color: var(--bg-main);
    /* Usando tu off-white institucional */
  }

  .login-card[b-85439lcavd] {
    background: #ffffff;
    width: 100%;
    max-width: 420px;
    border-radius: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }

  .login-header[b-85439lcavd] {
    padding: 3rem 2rem 1.5rem;
  }

  .btn-google[b-85439lcavd] {
    background-color: #ffffff;
    color: #3c4043;
    border: 1px solid #dadce0;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 0.2s ease;
  }

  .btn-google:hover[b-85439lcavd] {
    background-color: #f8f9fa;
    border-color: var(--secondary);
    /* Emerald highlight */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
  }

  .text-primary[b-85439lcavd] {
    color: var(--primary) !important;
    /* Pine Teal */
  }

  .text-secondary[b-85439lcavd] {
    color: var(--secondary) !important;
    /* Emerald */
  }

  .divider hr[b-85439lcavd] {
    border-top: 1px solid #e0e0e0;
    opacity: 1;
  }
/* /Components/Pages/Thankyou.razor.rz.scp.css */
.thank-you-container[b-eb8ls74b77] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 2rem;
}

.success-card[b-eb8ls74b77] {
    background: white;
    max-width: 650px;
    width: 100%;
    border-radius: 2rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    overflow: hidden;
    text-align: center;
    padding: 3rem;
    border: 1px solid rgba(0,0,0,0.02);
}

.animate-pop[b-eb8ls74b77] {
    animation: popIn-b-eb8ls74b77 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes popIn-b-eb8ls74b77 {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

/* Header */
.success-header h1[b-eb8ls74b77] {
    color: var(--primary);
    font-weight: 800;
    margin-top: 1rem;
}

.confetti-icon[b-eb8ls74b77] {
    font-size: 4rem;
    color: var(--brand-amber-gold);
}

.subtitle[b-eb8ls74b77] {
    font-size: 1.1rem;
    color: #666;
}

.info-highlight[b-eb8ls74b77] {
    background: var(--brand-off-white);
    padding: 1.5rem;
    border-radius: 1.25rem;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
    border-left: 5px solid var(--brand-emerald);
}

.info-highlight i[b-eb8ls74b77] {
    font-size: 2rem;
    color: var(--brand-emerald);
}

.wait-time[b-eb8ls74b77] {
    font-weight: 700;
    color: var(--brand-pine-teal);
}

.summary-box[b-eb8ls74b77] {
    text-align: left;
    background: #fafafa;
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.summary-box h3[b-eb8ls74b77] {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #aaa;
    margin-bottom: 1rem;
}

.summary-grid[b-eb8ls74b77] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.summary-item label[b-eb8ls74b77] {
    display: block;
    font-size: 0.75rem;
    color: #888;
}

.summary-item p[b-eb8ls74b77] {
    font-weight: 700;
    margin: 0;
    color: var(--text-dark);
}

.btn-home[b-eb8ls74b77] {
    display: inline-flex;
    align-items: center;
    background: var(--brand-pine-teal);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 3rem;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-home:hover[b-eb8ls74b77] {
    background: var(--brand-emerald);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(45, 204, 112, 0.2);
}
/* /Components/Pages/UserGuide.razor.rz.scp.css */
/* Components/Pages/UserGuide.razor.css */

h1[b-g0uyr8nhsw] {
    color: var(--brand-pine-teal);
    font-weight: 800;
}

.lead[b-g0uyr8nhsw] {
    color: var(--text-dark);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

hr[b-g0uyr8nhsw] {
    border: none;
    border-top: 2px solid var(--brand-orange);
    margin: 2rem 0;
    opacity: 1;
}

section[b-g0uyr8nhsw] {
    margin-bottom: 2rem;
}

section h2[b-g0uyr8nhsw] {
    color: var(--brand-pine-teal);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--brand-orange);
}

section h3[b-g0uyr8nhsw] {
    color: var(--brand-pine-teal);
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

section p[b-g0uyr8nhsw],
section li[b-g0uyr8nhsw] {
    color: var(--text-dark);
    line-height: 1.7;
}

section ol[b-g0uyr8nhsw],
section ul[b-g0uyr8nhsw] {
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

section li[b-g0uyr8nhsw] {
    margin-bottom: 0.35rem;
}

section code[b-g0uyr8nhsw] {
    background-color: rgba(27, 67, 50, 0.08);
    color: var(--brand-pine-teal);
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-size: 0.9em;
    font-family: 'Consolas', 'Courier New', monospace;
}
/* /Components/Pages/VolunteerManagement.razor.rz.scp.css */
.admin-container[b-53xk45bgbs] {
    max-width: var(--max-width);
    margin: 2rem auto;
    padding: 0 1rem;
}

.back-link[b-53xk45bgbs] {
    text-decoration: none;
    color: var(--brand-pine-teal);
    font-weight: 600;
    transition: color 0.2s;
}

.back-link:hover[b-53xk45bgbs] {
    color: var(--brand-emerald);
}

/* Header */
.page-header[b-53xk45bgbs] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 1.5rem 0 2rem 0;
}

.page-header h1[b-53xk45bgbs] {
    color: var(--primary);
    margin: 0;
    font-weight: 800;
}

.stat-badge[b-53xk45bgbs] {
    background: var(--brand-off-white);
    color: var(--primary);
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-weight: bold;
    font-size: 0.9rem;
}

.custom-card[b-53xk45bgbs] {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
}

.custom-table[b-53xk45bgbs] {
    margin-bottom: 0;
}

.custom-table thead[b-53xk45bgbs] {
    background-color: #f8fbf9;
}

.custom-table th[b-53xk45bgbs] {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    color: #888;
    padding: 1.25rem;
    border-bottom: 2px solid #eee;
}

.custom-table td[b-53xk45bgbs] {
    padding: 1.25rem;
    vertical-align: middle;
}

/* Contact Info Column */
.contact-cell[b-53xk45bgbs] {
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    gap: 0.2rem;
}

.contact-cell i[b-53xk45bgbs] {
    color: var(--brand-emerald);
    margin-right: 0.4rem;
}

.badge-type[b-53xk45bgbs] {
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.badge-type.general[b-53xk45bgbs] { background: #e3f2fd; color: #1976d2; }
.badge-type.medical[b-53xk45bgbs] { background: #fff3e0; color: #f57c00; }

.btn-delete[b-53xk45bgbs] {
    background: #fff0f0;
    color: #e74c3c;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 0.5rem;
    transition: all 0.2s;
}

.btn-delete:hover[b-53xk45bgbs] {
    background: #e74c3c;
    color: white;
    transform: scale(1.1);
}
/* /Components/Pages/Volunter.razor.rz.scp.css */

    .bg-purple[b-mu5j34txat] { background-color: #6f42c1; }
    .list-group-item[b-mu5j34txat] { transition: transform 0.2s; border-left: 4px solid transparent !important; }
    .list-group-item:hover[b-mu5j34txat] { transform: translateX(5px); border-left: 4px solid #0d6efd !important; background-color: #f8f9fa; }
/* /Components/UI/ActionCard.razor.rz.scp.css */
.action-card[b-k820x14ivd] {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.card-content[b-k820x14ivd] {
    text-align: center;
    text-decoration: none;
}

.card-title[b-k820x14ivd] {
    color: var(--brand-pine-teal); 
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.card-description[b-k820x14ivd] {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    text-decoration: none;
}

.card-link[b-k820x14ivd] {
    color: var(--brand-orange);
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
}

/* --- HOVER STATE: AMBER GOLD --- */

.action-card:hover[b-k820x14ivd] {
    background-color: var(--brand-amber-gold);
    border-color: var(--brand-orange);
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(255, 191, 0, 0.3);
}

.action-card:hover .card-title[b-k820x14ivd],
.action-card:hover .card-description[b-k820x14ivd],
.action-card:hover .card-link[b-k820x14ivd] {
    color: var(--text-dark);
}

.action-card:hover .card-link[b-k820x14ivd] {
    text-decoration: underline;
}
/* /Components/UI/GlobalStats.razor.rz.scp.css */
/* --- IMPACT SECTION REFINEMENT --- */
.section-description p[b-rg1ffp6w8m] {
    color: #4b5563;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 95%;
}

/* --- STATS --- */

.stats-grid[b-rg1ffp6w8m] {
    display: flex;
    gap: 40px;
    margin-top: 1rem;
}

.stat-box[b-rg1ffp6w8m] {
    flex: 0 1 auto;
    text-align: left;
}

.stat-number[b-rg1ffp6w8m] {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    color: var(--brand-orange);
    line-height: 1;
    text-shadow: 0 0 20px rgba(27, 67, 50, 0.15); 
    transition: all 0.3s ease;
}

.stat-text[b-rg1ffp6w8m] {
    display: block;
    color: var(--brand-pine-teal);
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* /Components/UI/PetCard.razor.rz.scp.css */
/* Card layout for each pet */
.pet-card[b-s0p00avqn2] {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Pet image inside each card */
.pet-image-container img[b-s0p00avqn2] {
  width: 100%;
  max-width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}

/* About Me button styling */
.about-button[b-s0p00avqn2] {
  margin-top: 12px;
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  background-color: #6c63ff;
  color: white;
  cursor: pointer;
  font-weight: 600;
}

.about-button:hover[b-s0p00avqn2] {
  opacity: 0.9;
}

/* Dark overlay behind the modal */
.modal-backdrop-custom[b-s0p00avqn2] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 999;
}

/* Modal wrapper */
.pet-modal[b-s0p00avqn2] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal content box */
.pet-modal-content[b-s0p00avqn2] {
  position: relative;
  background-color: white;
  padding: 24px;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Modal image styling */
.pet-modal-image-container img[b-s0p00avqn2] {
  width: 100%;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
}

/* Close button in modal */
.modal-close-button[b-s0p00avqn2] {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}
/* /Components/UI/ShelterCard.razor.rz.scp.css */
a.premium-shelter-card-wrapper[b-5cn4l9qivz] {
    text-decoration: none !important;
    text-decoration-color: transparent !important
    color: inherit;
    display: block;
}

.premium-shelter-card[b-5cn4l9qivz] {
    background: white;
    border-radius: 1.5rem; 
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.01);
}

.card-image-wrapper[b-5cn4l9qivz] {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #f8f8f8;
}

.card-image-wrapper img[b-5cn4l9qivz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.card-content[b-5cn4l9qivz] {
    padding: 1.5rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.shelter-title[b-5cn4l9qivz] {
    font-size: 1.25rem;
    font-weight: 850;
    color: var(--primary);
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
    text-decoration: none !important;
    text-decoration-color: transparent !important;
}

/* Metadatos */
.shelter-meta[b-5cn4l9qivz] {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #777;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
    position: relative;
}

.text-emerald[b-5cn4l9qivz] {
    color: var(--brand-emerald);
}

.location-text[b-5cn4l9qivz] {
    font-weight: 600;
}

.arrow-icon[b-5cn4l9qivz] {
    margin-left: auto;
    font-size: 1rem;
    color: var(--brand-off-white);
    transition: color 0.3s, transform 0.3s;
}

.premium-shelter-card-wrapper:hover .premium-shelter-card[b-5cn4l9qivz] {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.premium-shelter-card-wrapper:hover img[b-5cn4l9qivz] {
    transform: scale(1.03);
}

.premium-shelter-card-wrapper:hover .arrow-icon[b-5cn4l9qivz] {
    color: var(--brand-orange);
    transform: translateX(3px);
}
/* /Components/UI/ShelterSelector.razor.rz.scp.css */
.shelter-selector-container[b-8onrgyc050] {
    margin: 1.5rem 0;
    padding: 0; 
}

.selector-label[b-8onrgyc050] {
    display: block;
    color: var(--brand-pine-teal);
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.custom-select[b-8onrgyc050] {
    width: 100%;
    padding: 0.8rem 1.2rem;
    border: 3px solid var(--brand-pine-teal); 
    border-radius: 1.5rem; 
    background-color: #ffffff;
    color: var(--brand-pine-teal);
    font-weight: 600;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    appearance: none; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231b4332' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

.custom-select:focus[b-8onrgyc050] {
    border-color: var(--brand-orange);
    color: var(--brand-orange);
    box-shadow: 0 0 0 4px rgba(251, 133, 0, 0.2); 
    transform: translateY(-2px); 
}

.custom-select:hover[b-8onrgyc050] {
    border-color: var(--brand-orange);
}

.shelter-selector-container[b-8onrgyc050] {
    max-width: 500px;
}

.custom-select[b-8onrgyc050] {
    border: 2px solid var(--brand-pine-teal);
    border-radius: 50px; 
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    color: var(--brand-pine-teal);
}

.custom-select:focus[b-8onrgyc050] {
    border-color: var(--brand-amber-gold);
    box-shadow: 0 0 0 0.25rem rgba(255, 191, 0, 0.25);
}

.selector-actions[b-8onrgyc050] {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-primary-action[b-8onrgyc050] {
    background-color: var(--brand-orange);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 0px #b35f00; 
}

.btn-primary-action:hover:not(:disabled)[b-8onrgyc050] {
    transform: translateY(-2px);
    box-shadow: 0 6px 0px #b35f00;
    background-color: #e67a00;
}

.btn-primary-action:disabled[b-8onrgyc050] {
    background-color: #e5e7eb;
    box-shadow: none;
    color: #9ca3af;
    cursor: not-allowed;
}

.btn-secondary-outline[b-8onrgyc050] {
    background: transparent;
    color: var(--brand-pine-teal);
    border: none;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.2s ease;
}

.btn-secondary-outline:hover[b-8onrgyc050] {
    color: var(--brand-orange);
}
