@import '_content/PetAware.Shared.UI/PetAware.Shared.UI.9pjytr4w0e.bundle.scp.css';

/* /Components/ImageGallery.razor.rz.scp.css */
.image-gallery .image-thumbnail[b-6p7j6qac0s] {
    position: relative;
    transition: transform 0.2s ease;
}

.image-gallery .image-thumbnail:hover[b-6p7j6qac0s] {
    transform: scale(1.02);
}

.image-viewer-container[b-6p7j6qac0s] {
    max-width: 90vw;
    max-height: 90vh;
}

.thumbnail-image.selected[b-6p7j6qac0s] {
    border-color: rgba(119,107,231,1) !important;
}

.navigation-buttons .mud-fab:hover[b-6p7j6qac0s] {
    background-color: rgb(151,141,236);
}
/* /Components/Layout/LoginDisplay.razor.rz.scp.css */
.user-menu-button[b-6uuzkjma8s] {
    border-radius: 50px;
    padding: 4px 12px;
}

.user-menu-button:hover[b-6uuzkjma8s] {
    background-color: rgba(0, 0, 0, 0.04);
}

.menu-item[b-6uuzkjma8s] {
    border-radius: 8px;
    margin: 4px 0;
    transition: all 0.2s ease;
}

.menu-item:hover[b-6uuzkjma8s] {
    background-color: rgba(0, 0, 0, 0.04);
    transform: translateX(4px);
}

.login-button[b-6uuzkjma8s] {
    border-radius: 25px;
    padding: 8px 24px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Google Material Design Layout Styles */
.google-layout[b-czaopruf73] {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.google-header[b-czaopruf73] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    height: 64px;
    padding: 0 24px;
    box-shadow: none;
}

.google-menu-button[b-czaopruf73] {
    color: rgb(95, 99, 104);
    transition: all 0.2s ease;
}

.google-menu-button:hover[b-czaopruf73] {
    background-color: rgba(95, 99, 104, 0.1);
    color: rgb(60, 64, 67);
}

.google-app-title[b-czaopruf73] {
    color: rgb(60, 64, 67);
    font-weight: 400;
    font-size: 22px;
    margin-left: 16px;
}

/* Search Container and Autocomplete */
.google-search-container[b-czaopruf73] {
    position: relative;
    margin: 0 24px;
    max-width: 400px;
    min-width: 200px;
}

[b-czaopruf73] .google-search-bar {
    background: rgb(248, 249, 250);
    border-radius: 24px;
    transition: all 0.2s ease;
}

[b-czaopruf73] .google-search-bar .mud-input-root {
    border-radius: 24px;
}

[b-czaopruf73] .google-search-bar .mud-input {
    border-radius: 24px;
    border: 1px solid rgba(223, 225, 229, 1);
    background: rgb(248, 249, 250);
    padding: 8px 16px 8px 48px;
    font-size: 16px;
    color: rgb(60, 64, 67);
}

[b-czaopruf73] .google-search-bar .mud-input:hover {
    border-color: rgba(60, 64, 67, 0.3);
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}

[b-czaopruf73] .google-search-bar .mud-input:focus {
    border-color: rgb(26, 115, 232);
    box-shadow: 0 2px 8px 0 rgba(26, 115, 232, 0.2);
    background: white;
}

[b-czaopruf73] .google-search-bar .mud-input-adornment {
    color: rgb(95, 99, 104);
    left: 16px;
}

[b-czaopruf73] .google-search-bar .mud-input-slot {
    padding-left: 0;
}

/* MudAutocomplete dropdown styling */
[b-czaopruf73] .google-search-bar .mud-popover-paper {
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-top: 4px;
}

[b-czaopruf73] .google-search-bar .mud-list-item {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: background-color 0.2s ease;
}

[b-czaopruf73] .google-search-bar .mud-list-item:hover {
    background-color: rgba(26, 115, 232, 0.04);
}

[b-czaopruf73] .google-search-bar .mud-list-item:last-child {
    border-bottom: none;
}

/* Search result item styling */
.search-result-content[b-czaopruf73] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.search-result-header[b-czaopruf73] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-result-icon[b-czaopruf73] {
    color: rgb(95, 99, 104);
    flex-shrink: 0;
}

.search-result-title[b-czaopruf73] {
    font-weight: 500;
    color: rgb(60, 64, 67);
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-type[b-czaopruf73] {
    flex-shrink: 0;
}

.search-result-subtitle[b-czaopruf73] {
    color: rgb(95, 99, 104);
    margin-left: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-description[b-czaopruf73] {
    color: rgb(95, 99, 104);
    margin-left: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

/* User Section */
.google-user-section[b-czaopruf73] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Drawer Styles */
.google-drawer[b-czaopruf73] {
    background: white;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    width: 256px;
}

/* Main Content */
.google-main-content[b-czaopruf73] {
    flex: 1;
    background: rgb(248, 249, 250);
    overflow: auto;
}

.google-content-wrapper[b-czaopruf73] {
    padding: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .google-header[b-czaopruf73] {
        padding: 0 16px;
    }
    
    .google-app-title[b-czaopruf73] {
        font-size: 18px;
        margin-left: 8px;
    }
    
    .google-search-container[b-czaopruf73] {
        margin: 0 16px;
        max-width: 280px;
        min-width: 180px;
    }
    
    .google-content-wrapper[b-czaopruf73] {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .google-search-container[b-czaopruf73] {
        display: none;
    }
}

/* Single MudMainContent — responsive padding */
.main-content-area[b-czaopruf73] {
    padding-top: 70px;
}

.main-container[b-czaopruf73] {
    padding-top: 6px;
    padding-bottom: 24px;
}

@media (min-width: 960px) {
    .main-content-area[b-czaopruf73] {
        padding: 16px;
        padding-top: 76px;
    }
}

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-section-header[b-kai3htzncr] {
    margin-top: 0.5rem;
    transition: all 0.3s ease;
}

.nav-link-enhanced[b-kai3htzncr] {
    margin: 2px 8px;
    border-radius: 8px !important;
    transition: all 0.2s ease-in-out !important;
}

.nav-link-enhanced:hover[b-kai3htzncr] {
    background-color: rgba(25, 118, 210, 0.08) !important;
    transform: translateX(4px);
}

.nav-link-nested[b-kai3htzncr] {
    margin: 2px 16px;
    border-radius: 6px !important;
    font-size: 0.875rem;
    padding-left: 2rem !important;
}

.support-link[b-kai3htzncr] {
    opacity: 0.9;
    font-weight: 500;
}

.support-link:hover[b-kai3htzncr] {
    opacity: 1;
    background-color: rgba(25, 118, 210, 0.12) !important;
}

.dev-tool[b-kai3htzncr] {
    border-left: 3px solid #ff9800;
    background-color: rgba(255, 152, 0, 0.1) !important;
    opacity: 0.8;
}

.nav-footer[b-kai3htzncr] {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.nav-primary-section[b-kai3htzncr] {
    overflow-y: auto;
    scrollbar-width: thin;
}

.nav-bottom-section[b-kai3htzncr] {
    flex-shrink: 0;
}

/* Custom scrollbar for webkit browsers */
.nav-primary-section[b-kai3htzncr]::-webkit-scrollbar {
    width: 4px;
}

.nav-primary-section[b-kai3htzncr]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-primary-section[b-kai3htzncr]::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.nav-primary-section[b-kai3htzncr]::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

.mobile-nav-header[b-kai3htzncr] {
    position: relative;
}

.gradient-bg-animation[b-kai3htzncr] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.gradient-orb[b-kai3htzncr] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: orbFloat-b-kai3htzncr 6s ease-in-out infinite;
}

.orb-1[b-kai3htzncr] {
    width: 120px;
    height: 120px;
    top: -60px;
    left: -60px;
    animation-delay: 0s;
}

.orb-2[b-kai3htzncr] {
    width: 80px;
    height: 80px;
    top: 20%;
    right: -40px;
    animation-delay: 2s;
}

.orb-3[b-kai3htzncr] {
    width: 60px;
    height: 60px;
    bottom: -30px;
    left: 20%;
    animation-delay: 4s;
}

/* Orb-specific float animation (differs from global float in app.css) */
@keyframes orbFloat-b-kai3htzncr {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 1;
    }
}

/* Slide Down (unique to NavMenu) */
.animate-slide-down[b-kai3htzncr] {
    animation: slideDown-b-kai3htzncr 0.8s ease-out;
}

@keyframes slideDown-b-kai3htzncr {
    from { opacity: 0; transform: translateY(-30px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Mobile Header Responsive Adjustments */
@media (max-width: 600px) {
    .mobile-nav-header .mud-container[b-kai3htzncr] {
        padding: 16px 12px;
    }
}
/* /Components/Pages/Calendar/Calendar.razor.rz.scp.css */
/* Calendar scoped styles — Radzen overrides are in app.css under .petaware-scheduler */
/* /Components/Pages/Home.razor.rz.scp.css */
/* /Components/Pages/LandingPage.razor.rz.scp.css */
/* Landing Page  Component-Scoped Styles */
/* Keyframes (slideUp, fadeIn, float, pulse, backgroundShift) are in app.css */

.landing-page[b-lqdiyxycwj] {
    min-height: 100vh;
    overflow-x: hidden;
}

/* Hero Section */
.landing-page .hero-section[b-lqdiyxycwj] {
    background: linear-gradient(135deg, #4FD0CB 0%, #3A8F8A 100%);
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}

.landing-page .hero-section[b-lqdiyxycwj]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255,255,255,0.12) 0%, transparent 25%),
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.08) 0%, transparent 30%),
        radial-gradient(circle at 80% 10%, rgba(79,208,203,0.2) 0%, transparent 20%),
        radial-gradient(circle at 20% 90%, rgba(58,143,138,0.2) 0%, transparent 25%);
    animation: backgroundShift 20s ease-in-out infinite;
    z-index: 1;
}

.landing-page .hero-section[b-lqdiyxycwj]::after {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 60px, rgba(255,255,255,0.03) 60px, rgba(255,255,255,0.03) 120px),
        repeating-linear-gradient(-45deg, transparent, transparent 60px, rgba(255,255,255,0.02) 60px, rgba(255,255,255,0.02) 120px);
    animation: rotateBackground-b-lqdiyxycwj 60s linear infinite;
    pointer-events: none;
    z-index: 2;
}

@keyframes rotateBackground-b-lqdiyxycwj {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.landing-page .gradient-text[b-lqdiyxycwj] {
    background: linear-gradient(135deg, #fff 0%, #f0f0f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hero Visual */
.landing-page .hero-visual-container[b-lqdiyxycwj] {
    position: relative;
    width: 100%;
    max-width: 500px;
    z-index: 10;
}

.landing-page .hero-card[b-lqdiyxycwj] { position: relative; z-index: 2; }

.landing-page .floating-icon[b-lqdiyxycwj] {
    position: absolute;
    z-index: 1;
    animation: float 4s ease-in-out infinite;
}
.landing-page .floating-icon.icon-1[b-lqdiyxycwj] { top: -20px; left: -40px; }
.landing-page .floating-icon.icon-2[b-lqdiyxycwj] { top: 50%; right: -40px; animation-delay: 1s; }
.landing-page .floating-icon.icon-3[b-lqdiyxycwj] { bottom: -20px; left: 50px; animation-delay: 2s; }
.landing-page .floating-icon.icon-4[b-lqdiyxycwj] { top: 20%; left: -60px; animation-delay: 1.5s; }

/* Feature Cards */
.landing-page .feature-card[b-lqdiyxycwj] {
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.landing-page .feature-card:hover[b-lqdiyxycwj] {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Stat Items */
.landing-page .stat-item[b-lqdiyxycwj] { transition: transform 0.3s ease; }
.landing-page .stat-item:hover[b-lqdiyxycwj] { transform: scale(1.1); }

/* CTA Button Hover */
.landing-page .cta-button[b-lqdiyxycwj] { transition: all 0.3s ease; }
.landing-page .cta-button:hover[b-lqdiyxycwj] {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 960px) {
    .landing-page .hero-section[b-lqdiyxycwj] { min-height: auto; }
    .landing-page .hero-visual-container[b-lqdiyxycwj] { margin-top: 3rem; }
    .landing-page .floating-icon[b-lqdiyxycwj] { display: none; }
}

@media (max-width: 600px) {
    .landing-page .feature-card:hover[b-lqdiyxycwj] {
        transform: translateY(-8px) scale(1.01);
    }
}
/* /Components/Pages/Pets/PetDetails.razor.rz.scp.css */
.default-background-color[b-pkijqa2ydc] {
    background-color: var(--mud-palette-gray-lighter);
}
/* /Components/Pages/Pets/PetPhotos.razor.rz.scp.css */
.photo-card[b-myzyex1buw] {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    overflow: hidden;
}

.photo-card:hover[b-myzyex1buw] {
    transform: translateY(-2px);
    box-shadow: var(--mud-elevation-4);
}

.photo-container[b-myzyex1buw] {
    position: relative;
    overflow: hidden;
}

.photo-image[b-myzyex1buw] {
    transition: transform 0.3s ease;
}

.photo-card:hover .photo-image[b-myzyex1buw] {
    transform: scale(1.03);
}

.text-truncate[b-myzyex1buw] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* /Components/Pages/Pets/Pets.razor.rz.scp.css */
[b-99g8n54gwd] .pets-page-container {
    position: relative;
    min-height: calc(100vh - 120px);
    padding-bottom: 80px;
}

[b-99g8n54gwd] .fab-add-pet {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 100;
    border-radius: 16px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* /Components/Pages/Settings/Notifications.razor.rz.scp.css */
.notification-card-unread[b-vnzkk8o7t3] {
    border-left: 3px solid var(--mud-palette-primary);
}

/* /Components/PetChecker.razor.rz.scp.css */
.pet-check-celebration[b-cwwqqj7w2m] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(160deg, rgba(102,126,234,.08) 0%, var(--mud-palette-surface) 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.4s ease-out;
}

.celebration-content[b-cwwqqj7w2m] {
    text-align: center;
    animation: celebrationPop 0.5s cubic-bezier(.25,.46,.45,.94);
}

.celebration-icon[b-cwwqqj7w2m] {
    font-size: 64px;
    margin-bottom: 20px;
    animation: celebrationBounce 0.6s ease-out;
}
/* /Components/StartupPetChecker.razor.rz.scp.css */
/* Loading overlay */
.startup-loading[b-u03f85bhm1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mud-palette-surface);
    z-index: 9998;
    animation: fadeIn 0.3s ease-out;
}

.startup-loading-content[b-u03f85bhm1] {
    text-align: center;
    animation: slideInUp 0.5s ease-out;
}

/* Celebration overlay */
.startup-celebration[b-u03f85bhm1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, rgba(102, 126, 234, .08) 0%, var(--mud-palette-surface) 50%);
    z-index: 9998;
    animation: fadeIn 0.4s ease-out;
}

.startup-celebration-content[b-u03f85bhm1] {
    text-align: center;
    animation: celebrationPop 0.5s cubic-bezier(.25, .46, .45, .94);
}

.startup-celebration-icon[b-u03f85bhm1] {
    font-size: 64px;
    margin-bottom: 20px;
    animation: celebrationBounce 0.6s ease-out;
}
