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

/* /Components/App.razor.rz.scp.css */
[b-a35ft4shiq] .app-not-authorized-stack {
    min-height: 60vh;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-a35ft4shiq] {
    display: contents;
}
/* /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);
}
/* ── Styles recovered from former inline Style attributes ── */

[b-6p7j6qac0s] .gallery-thumb-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 8px;
}

[b-6p7j6qac0s] .gallery-delete-fab {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 10;
}

[b-6p7j6qac0s] .gallery-set-profile-fab {
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 10;
}

[b-6p7j6qac0s] .gallery-profile-chip {
    position: absolute;
    bottom: 4px;
    left: 4px;
    z-index: 10;
}

[b-6p7j6qac0s] .gallery-viewer-image {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
}

[b-6p7j6qac0s] .gallery-nav-fab {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

[b-6p7j6qac0s] .gallery-nav-fab-left {
    left: 16px;
}

[b-6p7j6qac0s] .gallery-nav-fab-right {
    right: 16px;
}

[b-6p7j6qac0s] .gallery-thumb-nav-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid transparent;
}
/* /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 */
/* PetAware MainLayout — search bar scoped styles */

/* 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;
}

/* Responsive search bar */
@media (max-width: 768px) {
    .google-search-container[b-czaopruf73] {
        margin: 0 16px;
        max-width: 280px;
        min-width: 180px;
    }
}

@media (max-width: 480px) {
    .google-search-container[b-czaopruf73] {
        display: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* PetAware NavMenu — only scoped overrides not in petaware-brand.css */
/* All shared nav classes (.nav-link-enhanced, .nav-section-header, .nav-footer, 
   .mobile-nav-header, .gradient-orb, etc.) are in petaware-brand.css */

.nav-section-header[b-kai3htzncr] {
    margin-top: 0.5rem;
    transition: all 0.3s ease;
}

/* .nav-link-enhanced, .nav-link-nested, .support-link and .dev-tool sit on MudBlazor
   components; their styles live in petaware-brand.css (this component cannot carry a
   scope wrapper — MudBlazor's mini-drawer CSS needs MudNavMenu as a direct drawer child). */

.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;
    overflow-x: hidden;
    scrollbar-width: thin;
    margin-top: 0;
}

.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;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

[b-kai3htzncr] .mobile-nav-header-container {
    position: relative;
    z-index: 10;
}

.nav-logo-mobile[b-kai3htzncr] {
    height: 64px;
}

[b-kai3htzncr] .nav-tagline {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 4px;
}

[b-kai3htzncr] .nav-header-chip {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* .nav-menu-root (on MudNavMenu itself) is styled globally in petaware-brand.css. */

.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/AiAssistant/AiChat.razor.rz.scp.css */
[b-wfon2d5trz] .ai-chat-container {
    height: calc(100vh - 120px);
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-wfon2d5trz] {
    display: contents;
}
/* /Components/Pages/Appointments.razor.rz.scp.css */
[b-g0o0y7wldk] .empty-state-icon {
    font-size: 4rem;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-g0o0y7wldk] {
    display: contents;
}
/* /Components/Pages/Authentication.razor.rz.scp.css */
[b-fuk01p1gmb] .auth-full-height {
    height: 100vh;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-fuk01p1gmb] {
    display: contents;
}
/* /Components/Pages/Billing/MyBills.razor.rz.scp.css */
[b-xtr00bpxz1] .empty-state-icon {
    font-size: 4rem;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-xtr00bpxz1] {
    display: contents;
}
/* /Components/Pages/Calendar/Calendar.razor.rz.scp.css */
/* Calendar scoped styles — Radzen overrides are in app.css under .petaware-scheduler */

[b-hoarmcypmh] .page-title {
    font-weight: 700;
    letter-spacing: -0.02em;
}

[b-hoarmcypmh] .scheduler-card-content {
    padding: 16px;
}

[b-hoarmcypmh] .scheduler-instance {
    height: 600px;
    width: 100%;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-hoarmcypmh] {
    display: contents;
}
/* /Components/Pages/HealthEvents/HealthEvents.razor.rz.scp.css */
[b-k30ql1mb0v] .page-title {
    font-weight: 700;
    letter-spacing: -0.02em;
}

[b-k30ql1mb0v] .search-field {
    max-width: 220px;
}

[b-k30ql1mb0v] .pet-filter-select {
    min-width: 160px;
}

[b-k30ql1mb0v] .rounded-action-btn {
    border-radius: 12px;
}

[b-k30ql1mb0v] .event-avatar {
    border-radius: 14px;
    flex-shrink: 0;
}

[b-k30ql1mb0v] .event-info-stack {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

[b-k30ql1mb0v] .event-title {
    font-weight: 600;
    letter-spacing: -0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-k30ql1mb0v] .muted-icon {
    opacity: 0.5;
}

[b-k30ql1mb0v] .clamp-two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

[b-k30ql1mb0v] .empty-state-paper {
    border: 1px solid rgba(0, 0, 0, 0.06);
}

[b-k30ql1mb0v] .empty-state-avatar {
    width: 80px;
    height: 80px;
}

[b-k30ql1mb0v] .empty-state-title {
    font-weight: 600;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-k30ql1mb0v] {
    display: contents;
}
/* /Components/Pages/Help.razor.rz.scp.css */
[b-09mppizoo1] .page-title {
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-09mppizoo1] {
    display: contents;
}
/* /Components/Pages/Home.razor.rz.scp.css */
[b-h1moo1klh0] .dashboard-header-paper {
    position: relative;
    z-index: 10;
    margin-bottom: 24px;
    padding: 24px;
}

[b-h1moo1klh0] .dashboard-greeting {
    font-weight: 700;
    color: white;
}

[b-h1moo1klh0] .dashboard-subtitle {
    color: rgba(255, 255, 255, 0.85);
}

[b-h1moo1klh0] .stat-avatar-pets {
    background: linear-gradient(135deg, #6f42c1 0%, #10b981 100%);
}

[b-h1moo1klh0] .stat-avatar-health {
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
}

[b-h1moo1klh0] .stat-avatar-medications {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

[b-h1moo1klh0] .stat-avatar-appointments {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

[b-h1moo1klh0] .stat-icon-white {
    color: white;
}

[b-h1moo1klh0] .card-section-title {
    font-weight: 600;
}

[b-h1moo1klh0] .clickable-list-item {
    cursor: pointer;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-h1moo1klh0] {
    display: contents;
}
/* /Components/Pages/Import.razor.rz.scp.css */
[b-0x5s8d938w] .page-title {
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-0x5s8d938w] {
    display: contents;
}
/* /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[b-lqdiyxycwj]  .hero-section {
    background: linear-gradient(135deg, #4FD0CB 0%, #3A8F8A 100%);
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}

.landing-page[b-lqdiyxycwj]  .hero-section::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[b-lqdiyxycwj]  .hero-section::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[b-lqdiyxycwj]  .gradient-text {
    background: linear-gradient(135deg, #fff 0%, #f0f0f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

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

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

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

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

@media (max-width: 600px) {
    .landing-page[b-lqdiyxycwj]  .feature-card:hover {
        transform: translateY(-8px) scale(1.01);
    }
}

/* ── Styles recovered from former inline Style attributes ── */

[b-lqdiyxycwj] .hero-inner-container {
    position: relative;
    z-index: 10;
}

[b-lqdiyxycwj] .hero-title {
    font-weight: 800;
    line-height: 1.2;
    color: white;
}

[b-lqdiyxycwj] .hero-subtitle {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
}

[b-lqdiyxycwj] .hero-primary-cta {
    text-transform: none;
    border-radius: 50px;
    padding: 12px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    background: white;
    color: #4FD0CB;
}

[b-lqdiyxycwj] .hero-outline-cta {
    text-transform: none;
    border-radius: 50px;
    padding: 12px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    border-width: 2px;
    border-color: white;
    color: white;
}

[b-lqdiyxycwj] .hero-badge-chip {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

[b-lqdiyxycwj] .hero-card-surface {
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(248,249,250,0.95) 100%);
    backdrop-filter: blur(10px);
}

[b-lqdiyxycwj] .hero-pet-avatar {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #4FD0CB 0%, #3A8F8A 100%);
}

[b-lqdiyxycwj] .hero-pet-avatar-icon {
    font-size: 4rem;
}

[b-lqdiyxycwj] .fw-600 {
    font-weight: 600;
}

[b-lqdiyxycwj] .stat-row-full-width {
    width: 100%;
}

[b-lqdiyxycwj] .section-heading-bold {
    font-weight: 700;
}

[b-lqdiyxycwj] .section-subtext {
    max-width: 700px;
    opacity: 0.7;
}

[b-lqdiyxycwj] .feature-card-static {
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
}

[b-lqdiyxycwj] .feature-icon-bg-teal {
    border-radius: 16px;
    background: linear-gradient(135deg, #4FD0CB 0%, #3A8F8A 100%);
}

[b-lqdiyxycwj] .feature-icon-bg-pink {
    border-radius: 16px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

[b-lqdiyxycwj] .feature-icon-bg-blue {
    border-radius: 16px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

[b-lqdiyxycwj] .icon-white-xl {
    color: white;
    font-size: 3rem;
}

[b-lqdiyxycwj] .text-opacity-80 {
    opacity: 0.8;
}

[b-lqdiyxycwj] .text-link-btn {
    text-transform: none;
    font-weight: 600;
}

[b-lqdiyxycwj] .proof-section-bg {
    background: linear-gradient(135deg, #4FD0CB 0%, #3A8F8A 100%);
}

[b-lqdiyxycwj] .proof-stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

[b-lqdiyxycwj] .stat-value-white {
    color: white;
    font-weight: 700;
}

[b-lqdiyxycwj] .stat-label-white {
    color: rgba(255, 255, 255, 0.9);
}

[b-lqdiyxycwj] .cta-section-paper {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.2);
}

[b-lqdiyxycwj] .cta-pet-avatar {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #4FD0CB 0%, #3A8F8A 100%);
}

[b-lqdiyxycwj] .cta-pet-avatar-icon {
    font-size: 3rem;
}

[b-lqdiyxycwj] .cta-heading {
    font-weight: 700;
    max-width: 700px;
}

[b-lqdiyxycwj] .cta-subtext {
    max-width: 600px;
    opacity: 0.7;
}

[b-lqdiyxycwj] .cta-primary-btn {
    text-transform: none;
    border-radius: 50px;
    padding: 16px 48px;
    font-size: 1.2rem;
    font-weight: 600;
}

[b-lqdiyxycwj] .cta-outline-btn {
    text-transform: none;
    border-radius: 50px;
    padding: 16px 48px;
    font-size: 1.2rem;
    font-weight: 600;
    border-width: 2px;
}

[b-lqdiyxycwj] .footer-container {
    background: #1a1a1a;
    padding: 48px 0;
}

[b-lqdiyxycwj] .footer-logo {
    height: 36px;
}

[b-lqdiyxycwj] .footer-copy-text {
    color: rgba(255, 255, 255, 0.7);
}

[b-lqdiyxycwj] .footer-social-icon {
    color: white;
}
/* /Components/Pages/Medication/Medications.razor.rz.scp.css */
[b-ege4oyn08f] .page-title {
    font-weight: 700;
    letter-spacing: -0.02em;
}

[b-ege4oyn08f] .count-emphasis {
    font-weight: 700;
}

[b-ege4oyn08f] .search-field {
    max-width: 220px;
}

[b-ege4oyn08f] .pet-filter-select {
    min-width: 160px;
}

[b-ege4oyn08f] .rounded-action-btn {
    border-radius: 12px;
}

[b-ege4oyn08f] .medication-info-stack {
    flex: 1;
    min-width: 0;
}

[b-ege4oyn08f] .medication-avatar {
    border-radius: 14px;
    flex-shrink: 0;
}

[b-ege4oyn08f] .medication-name-stack {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

[b-ege4oyn08f] .medication-title {
    font-weight: 600;
    letter-spacing: -0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-ege4oyn08f] .muted-icon {
    opacity: 0.5;
}

[b-ege4oyn08f] .field-label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.05em;
}

[b-ege4oyn08f] .field-value {
    font-weight: 500;
}

[b-ege4oyn08f] .empty-state-paper {
    border: 1px solid rgba(0, 0, 0, 0.06);
}

[b-ege4oyn08f] .empty-state-avatar {
    width: 80px;
    height: 80px;
}

[b-ege4oyn08f] .empty-state-title {
    font-weight: 600;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-ege4oyn08f] {
    display: contents;
}
/* /Components/Pages/Pets/PetDetails.razor.rz.scp.css */
/* ── Pet Details — Brand-aligned scoped styles ── */

/* Hero header — uses the brand gradient */
[b-pkijqa2ydc] .pet-hero-header {
    background: linear-gradient(135deg, #4FD0CB 0%, #3A8F8A 100%);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

[b-pkijqa2ydc] .pet-hero-header::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%);
    z-index: 1;
    pointer-events: none;
}

[b-pkijqa2ydc] .pet-hero-header > * {
    position: relative;
    z-index: 2;
}

/* Pet avatar in hero */
[b-pkijqa2ydc] .pet-hero-avatar {
    width: 80px !important;
    height: 80px !important;
    border: 3px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

/* Hero text and icon styles */
[b-pkijqa2ydc] .pet-hero-name {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}

[b-pkijqa2ydc] .hero-meta-text {
    color: rgba(255, 255, 255, 0.85);
}

[b-pkijqa2ydc] .hero-species-chip {
    color: var(--mud-palette-primary);
}

[b-pkijqa2ydc] .hero-icon-primary {
    color: var(--mud-palette-primary);
}

[b-pkijqa2ydc] .hero-outlined-btn {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

/* Quick-stat chips */
[b-pkijqa2ydc] .stat-chip {
    border-radius: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-pkijqa2ydc] .stat-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

[b-pkijqa2ydc] .stat-value {
    font-weight: 700;
}

/* Pet info card (left sidebar) */
[b-pkijqa2ydc] .pet-info-card {
    border-radius: 16px !important;
}

/* Info rows inside the pet card */
[b-pkijqa2ydc] .info-row {
    padding: 8px 12px;
    border-radius: 12px;
    transition: background-color 0.15s ease;
}

[b-pkijqa2ydc] .info-row:hover {
    background-color: var(--mud-palette-gray-lighter);
}

[b-pkijqa2ydc] .info-value {
    font-weight: 500;
}

[b-pkijqa2ydc] .microchip-text {
    word-break: break-all;
}

/* Section cards */
[b-pkijqa2ydc] .section-card {
    border-radius: 16px;
}

[b-pkijqa2ydc] .section-title {
    font-weight: 600;
}

/* Empty state avatars */
[b-pkijqa2ydc] .empty-state-avatar {
    width: 64px;
    height: 64px;
}

[b-pkijqa2ydc] .empty-state-avatar-lg {
    width: 80px;
    height: 80px;
}

[b-pkijqa2ydc] .consult-section-value {
    white-space: pre-wrap;
}

/* Responsive: stack hero elements on mobile */
@media (max-width: 600px) {
    .pet-hero-header[b-pkijqa2ydc] {
        border-radius: 16px;
    }

    [b-pkijqa2ydc] .pet-hero-avatar {
        width: 56px !important;
        height: 56px !important;
    }
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-pkijqa2ydc] {
    display: contents;
}
/* /Components/Pages/Pets/PetPhotos.razor.rz.scp.css */
[b-myzyex1buw] .photo-card {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    overflow: hidden;
}

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

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

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

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

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

[b-myzyex1buw] .upload-dropzone {
    border-style: dashed;
    cursor: pointer;
    min-height: 160px;
}

[b-myzyex1buw] .upload-icon {
    font-size: 3rem;
}

[b-myzyex1buw] .photo-image-size {
    width: 100%;
    height: 180px;
    cursor: pointer;
}

[b-myzyex1buw] .profile-badge-position {
    position: absolute;
    top: 8px;
    left: 8px;
}

[b-myzyex1buw] .empty-gallery-icon {
    font-size: 4rem;
}

[b-myzyex1buw] .viewer-image {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 8px;
}


/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-myzyex1buw] {
    display: contents;
}
/* /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);
}

[b-99g8n54gwd] .page-heading {
    font-weight: 700;
    letter-spacing: -0.02em;
}

[b-99g8n54gwd] .search-field {
    max-width: 220px;
}

[b-99g8n54gwd] .rounded-btn {
    border-radius: 12px;
}

[b-99g8n54gwd] .pet-card-avatar {
    width: 72px;
    height: 72px;
    border-radius: 18px;
}

[b-99g8n54gwd] .pet-name-text {
    font-weight: 600;
    letter-spacing: -0.01em;
}

[b-99g8n54gwd] .excluded-overlay-stack {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
    border-radius: inherit;
    z-index: 1;
}

[b-99g8n54gwd] .excluded-label-text {
    font-weight: 600;
}

[b-99g8n54gwd] .empty-state-paper {
    border: 1px solid rgba(0, 0, 0, 0.06);
}

[b-99g8n54gwd] .empty-state-avatar-lg {
    width: 80px;
    height: 80px;
}

[b-99g8n54gwd] .empty-state-title {
    font-weight: 600;
}

[b-99g8n54gwd] .pet-card-excluded {
    position: relative;
    opacity: 0.7;
}

[b-99g8n54gwd] .pet-card-content-excluded {
    filter: blur(3px);
    pointer-events: none;
}


/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-99g8n54gwd] {
    display: contents;
}
/* /Components/Pages/PublicProfiles/ClinicProfile.razor.rz.scp.css */
/* `::deep` throughout because almost everything on this page is a MudBlazor component, and CSS
   isolation only stamps its scope attribute onto plain HTML. `.css-scope` is the layout-neutral
   wrapper that carries it. */
.css-scope[b-8qtptwh31e] {
    display: contents;
}

/* The practice's own logo is the only brand mark on this page, so it gets the white ground it
   was drawn for, and a hairline so a white logo still reads as a tile. */
[b-8qtptwh31e] .clinic-hero-logo {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    background-color: #fff;
    color: var(--mud-palette-primary);
    border: 1px solid var(--mud-palette-lines-default);
    padding: 6px;
}

/* MudAvatar crops whatever it contains; a logo must not be cropped. */
[b-8qtptwh31e] .clinic-hero-logo img {
    object-fit: contain;
}

[b-8qtptwh31e] .clinic-hero-identity {
    min-width: 0;
}

[b-8qtptwh31e] .clinic-prose {
    white-space: pre-line;
}

/* Facts read as a wrapped column of short lines rather than a paragraph — they are scanned,
   not read. Two up once there is room for two. */
[b-8qtptwh31e] .clinic-facts {
    row-gap: 8px;
    column-gap: 24px;
}

[b-8qtptwh31e] .clinic-fact {
    flex: 0 0 auto;
    min-width: 45%;
}

@media (max-width: 599px) {
    [b-8qtptwh31e] .clinic-fact {
        min-width: 100%;
    }
}

.clinic-hours td[b-8qtptwh31e] {
    padding-top: 6px;
    padding-bottom: 6px;
}

.clinic-hours-today[b-8qtptwh31e] {
    background-color: var(--mud-palette-action-default-hover);
}

[b-8qtptwh31e] .clinic-referral-blurb {
    max-width: 34rem;
}

/* The two actions a visitor came for, kept in reach on a phone. */
[b-8qtptwh31e] .clinic-action-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    border-top: 1px solid var(--mud-palette-lines-default);
    background-color: var(--mud-palette-surface);
    padding-bottom: max(12px, env(safe-area-inset-bottom));
}

/* So the dock never covers the last section. */
@media (max-width: 959px) {
    [b-8qtptwh31e] .clinic-profile {
        padding-bottom: 96px;
    }
}
/* /Components/Pages/PublicProfiles/ClinicReferral.razor.rz.scp.css */
/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-s1dw2d6g8c] {
    display: contents;
}

[b-s1dw2d6g8c] .refer-clinic-logo {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background-color: #fff;
    color: var(--mud-palette-primary);
    border: 1px solid var(--mud-palette-lines-default);
    padding: 4px;
}

/* MudAvatar crops whatever it contains; a logo must not be cropped. */
[b-s1dw2d6g8c] .refer-clinic-logo img {
    object-fit: contain;
}
/* /Components/Pages/Settings/Notifications.razor.rz.scp.css */
.notification-card-unread[b-vnzkk8o7t3] {
    border-left: 3px solid var(--mud-palette-primary);
}

[b-vnzkk8o7t3] .page-title {
    font-weight: 700;
    letter-spacing: -0.02em;
}

[b-vnzkk8o7t3] .search-field {
    min-width: 200px;
}

[b-vnzkk8o7t3] .type-filter-select {
    min-width: 160px;
}

[b-vnzkk8o7t3] .notification-card-clickable {
    cursor: pointer;
}

[b-vnzkk8o7t3] .notification-content-stack {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

[b-vnzkk8o7t3] .notification-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

[b-vnzkk8o7t3] .clamp-two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

[b-vnzkk8o7t3] .notification-type-chip {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

[b-vnzkk8o7t3] .notification-new-chip {
    font-size: 10px;
}

[b-vnzkk8o7t3] .empty-state-paper {
    border-radius: 16px;
    background: var(--mud-palette-surface);
}

[b-vnzkk8o7t3] .empty-state-icon {
    opacity: 0.4;
}

[b-vnzkk8o7t3] .avatar-type-reminder {
    background: #FFF3E0;
    color: #E65100;
    border-radius: 14px;
}

[b-vnzkk8o7t3] .avatar-type-appointment {
    background: #E3F2FD;
    color: #1565C0;
    border-radius: 14px;
}

[b-vnzkk8o7t3] .avatar-type-medication {
    background: #E8F5E9;
    color: #2E7D32;
    border-radius: 14px;
}

[b-vnzkk8o7t3] .avatar-type-alert {
    background: #FFEBEE;
    color: #C62828;
    border-radius: 14px;
}

[b-vnzkk8o7t3] .avatar-type-default {
    background: #F5F5F5;
    color: #616161;
    border-radius: 14px;
}


/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-vnzkk8o7t3] {
    display: contents;
}
/* /Components/Pages/Settings/Profile.razor.rz.scp.css */
[b-igucfyjcxa] .page-heading {
    font-weight: 700;
    letter-spacing: -0.02em;
}

[b-igucfyjcxa] .profile-summary-avatar {
    width: 80px;
    height: 80px;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-igucfyjcxa] {
    display: contents;
}
/* /Components/Pages/Settings/Settings.razor.rz.scp.css */
[b-kkvya3k2zg] .page-heading {
    font-weight: 700;
    letter-spacing: -0.02em;
}

[b-kkvya3k2zg] .tier-name {
    font-weight: 700;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-kkvya3k2zg] {
    display: contents;
}
/* /Components/Pages/Subscription/PlanSelection.razor.rz.scp.css */
[b-ayf5hirx7p] .page-title {
    font-weight: 700;
    letter-spacing: -0.02em;
}

[b-ayf5hirx7p] .billing-toggle-group {
    margin-top: 8px;
}

[b-ayf5hirx7p] .plan-card-full-height {
    height: 100%;
}

[b-ayf5hirx7p] .plan-card-popular {
    border: 2px solid var(--mud-palette-primary);
}

[b-ayf5hirx7p] .popular-chip {
    align-self: flex-start;
}

[b-ayf5hirx7p] .plan-name {
    font-weight: 700;
}

[b-ayf5hirx7p] .plan-price {
    font-weight: 800;
}

[b-ayf5hirx7p] .section-heading {
    font-weight: 700;
}

[b-ayf5hirx7p] .feature-name {
    font-weight: 600;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-ayf5hirx7p] {
    display: contents;
}
/* /Components/Pages/VetAccess.razor.rz.scp.css */
[b-162ukk8jjk] .page-title {
    font-weight: 700;
    letter-spacing: -0.02em;
}

[b-162ukk8jjk] .pending-request-card {
    border-left: 4px solid var(--mud-palette-warning);
}

[b-162ukk8jjk] .active-access-card {
    border-left: 4px solid var(--mud-palette-success);
}

[b-162ukk8jjk] .revoked-access-card {
    border-left: 4px solid var(--mud-palette-error);
    opacity: 0.7;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-162ukk8jjk] {
    display: contents;
}
/* /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;
}

[b-cwwqqj7w2m] .pet-checker-title {
    font-weight: 700;
    margin-bottom: 8px;
}

[b-cwwqqj7w2m] .pet-checker-progress {
    max-width: 240px;
    border-radius: 8px;
}
/* /Components/PetDialog.razor.rz.scp.css */
.pet-dialog-avatar-wrap[b-vbow7fagyj] {
    position: relative;
    display: inline-block;
}

[b-vbow7fagyj] .pet-dialog-avatar-lg {
    width: 120px;
    height: 120px;
}

[b-vbow7fagyj] .pet-dialog-avatar-placeholder {
    width: 120px;
    height: 120px;
    font-size: 3rem;
}

[b-vbow7fagyj] .pet-dialog-placeholder-icon {
    font-size: 3rem;
}

[b-vbow7fagyj] .pet-dialog-remove-btn {
    position: absolute;
    top: -4px;
    right: -4px;
    background: var(--mud-palette-surface);
    border-radius: 50%;
}

[b-vbow7fagyj] .pet-dialog-check-icon {
    vertical-align: middle;
    margin-right: 4px;
}

/* Layout-neutral wrapper inside each dialog fragment; carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-vbow7fagyj] {
    display: contents;
}
/* /Components/PetOnboardingFlow.razor.rz.scp.css */
[b-2tcerbbji2] .onboarding-hero-avatar {
    background: rgba(255,255,255,0.18);
    border: 2px solid rgba(255,255,255,0.28);
}

[b-2tcerbbji2] .onboarding-hero-icon {
    color: white;
}

[b-2tcerbbji2] .onboarding-hero-title {
    color: white;
    font-weight: 700;
}

[b-2tcerbbji2] .onboarding-hero-subtitle {
    color: rgba(255,255,255,0.88);
}

[b-2tcerbbji2] .onboarding-inline-icon {
    vertical-align: middle;
}

[b-2tcerbbji2] .onboarding-avatar-lg {
    width: 120px;
    height: 120px;
}

[b-2tcerbbji2] .onboarding-emphasis-text {
    font-weight: 600;
}

[b-2tcerbbji2] .onboarding-review-avatar {
    width: 72px;
    height: 72px;
}

[b-2tcerbbji2] .onboarding-pet-name {
    font-weight: 700;
}

/* Layout-neutral wrapper that carries the CSS-isolation scope attribute so ::deep rules apply. */
.css-scope[b-2tcerbbji2] {
    display: contents;
}
/* /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;
}

[b-u03f85bhm1] .startup-pets-icon {
    font-size: 3rem;
}

[b-u03f85bhm1] .startup-celebration-title {
    font-weight: 700;
}

[b-u03f85bhm1] .startup-progress {
    max-width: 240px;
    border-radius: 8px;
}
