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

/* /Layout/MainLayout.razor.rz.scp.css */
/* VetPortal MainLayout — scoped styles */
/* Layout structure handled by shared AppShellLayout.
   Navigation styles handled by shared petaware-brand.css */

#blazor-error-ui[b-outvxdsls2] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-outvxdsls2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/LandingPage.razor.rz.scp.css */
.landing-page[b-yz42lszl0k] {
    min-height: 100vh;
    overflow-x: hidden;
}

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

.hero-section[b-yz42lszl0k]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-title[b-yz42lszl0k] {
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.gradient-text[b-yz42lszl0k] {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-card[b-yz42lszl0k] {
    animation: float-b-yz42lszl0k 6s ease-in-out infinite;
}

@keyframes float-b-yz42lszl0k {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Features Section */
.features-section[b-yz42lszl0k] {
    background: #fafafa;
}

.feature-card[b-yz42lszl0k] {
    transition: all 0.3s ease;
}

.feature-card:hover[b-yz42lszl0k] {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-color: #4FD0CB !important;
}

/* CTA Section */
.cta-section[b-yz42lszl0k] {
    background: #f5f5f5;
}

/* Footer */
.footer[b-yz42lszl0k] {
    margin-top: auto;
}

/* Responsive */
@media (max-width: 960px) {
    .hero-section[b-yz42lszl0k] {
        min-height: auto;
        padding: 60px 0;
    }
    
    .hero-title[b-yz42lszl0k] {
        font-size: 2rem !important;
    }
}

/* /Shared/ClinicSwitcher.razor.rz.scp.css */
[b-wtxoh6bsy5] .clinic-pill {
    color: white !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    margin: 0 8px;
    height: 32px;
    border-radius: 16px;
}

[b-wtxoh6bsy5] .clinic-pill .mud-chip-content {
    color: white !important;
}

[b-wtxoh6bsy5] .clinic-pill svg {
    color: rgba(255, 255, 255, 0.85) !important;
}

[b-wtxoh6bsy5] .clinic-pill-clickable {
    cursor: pointer !important;
    transition: background 0.15s ease, border-color 0.15s ease;
}

[b-wtxoh6bsy5] .clinic-pill-clickable:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
}

/* /Shared/ClinicSwitcherDialog.razor.rz.scp.css */
.clinic-option-card[b-1ebvsx4zj9] {
    transition: all 0.15s ease;
    border: 1px solid var(--mud-palette-lines-default);
}

.clinic-option-card:hover[b-1ebvsx4zj9] {
    border-color: var(--mud-palette-primary);
    background: var(--mud-palette-primary-hover);
    transform: translateX(2px);
}

.clinic-option-active[b-1ebvsx4zj9] {
    border-color: var(--mud-palette-primary) !important;
    background: var(--mud-palette-primary-hover) !important;
}

