:root {
    --ga-client-primary: #2563eb;
    --ga-client-primary-dark: #1d4ed8;
    --ga-client-accent: #14b8a6;
    --ga-client-ink: #0f172a;
    --ga-client-muted: #64748b;
    --ga-client-border: rgba(15, 23, 42, 0.09);
    --ga-client-surface: rgba(255, 255, 255, 0.92);
    --ga-client-shadow: 0 18px 50px rgba(15, 23, 42, 0.11);
}

html,
body {
    min-height: 100%;
    background: #eef4ff;
}

.ga-client-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(20, 184, 166, 0.18), transparent 34rem),
        linear-gradient(180deg, #eaf3ff 0%, #f8fafc 42%, #ffffff 100%);
}

.ga-client-appbar {
    background: rgba(255, 255, 255, 0.9) !important;
    color: var(--ga-client-ink) !important;
    border-bottom: 1px solid var(--ga-client-border);
    backdrop-filter: blur(14px);
}

.ga-client-brand {
    min-width: 0;
}

.ga-client-brand-logo {
    background: linear-gradient(135deg, var(--ga-client-primary), var(--ga-client-accent));
    color: #fff;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24);
}

.ga-client-brand-name {
    color: var(--ga-client-ink);
    font-weight: 800;
    line-height: 1.1;
}

.ga-client-hero {
    padding: 6.5rem 1rem 5.5rem;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(37, 99, 235, 0.92)),
        linear-gradient(45deg, var(--ga-client-primary), var(--ga-client-accent));
    border-radius: 0 0 2rem 2rem;
}

.ga-client-hero-logo {
    width: 104px !important;
    height: 104px !important;
    background: rgba(255, 255, 255, 0.15);
    border: 3px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.32);
}

.ga-client-hero-title {
    font-weight: 800;
    text-align: center;
}

.ga-client-hero-subtitle {
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
}

.ga-client-content {
    position: relative;
    max-width: 1180px;
    margin: -3.4rem auto 0;
    padding: 0 1rem 3rem;
}

.ga-client-content.has-fixed-footer {
    padding-bottom: 7rem;
}

.ga-client-booking-page {
    padding-bottom: 7rem;
}

.ga-client-card {
    border: 1px solid var(--ga-client-border);
    border-radius: 1.25rem;
    background: var(--ga-client-surface);
    box-shadow: var(--ga-client-shadow);
}

.ga-client-card-soft {
    border: 1px solid var(--ga-client-border);
    border-radius: 1.1rem;
    background: #fff;
}

.ga-client-card-hover {
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ga-client-card-hover:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
}

.ga-client-title {
    color: var(--ga-client-ink);
    font-weight: 800;
}

.ga-client-subtitle,
.ga-client-muted {
    color: var(--ga-client-muted);
}

.ga-client-section-icon {
    background: linear-gradient(135deg, var(--ga-client-primary), var(--ga-client-accent));
    color: #fff;
}

.ga-client-auth {
    max-width: 460px;
    margin: 0 auto;
}

.ga-client-auth-icon {
    width: 76px !important;
    height: 76px !important;
    background: linear-gradient(135deg, var(--ga-client-primary), var(--ga-client-accent));
    color: #fff;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
}

.ga-client-field .mud-input-control-input-container {
    background: #fff;
}

.ga-client-field .mud-input-outlined-border {
    border-radius: 0.9rem !important;
}

.ga-client-primary-btn {
    min-height: 52px;
    border-radius: 0.95rem !important;
    background: linear-gradient(135deg, var(--ga-client-primary), var(--ga-client-accent)) !important;
    color: #fff !important;
    font-weight: 800 !important;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.26);
}

.ga-client-secondary-btn {
    min-height: 52px;
    border-radius: 0.95rem !important;
    font-weight: 700 !important;
}

.ga-client-link {
    color: var(--ga-client-primary) !important;
    font-weight: 800;
}

.ga-client-actions {
    display: flex;
    gap: 0.75rem;
}

.ga-client-actions > * {
    flex: 1;
}

.ga-client-select-card {
    position: relative;
    height: 100%;
    cursor: pointer;
    border: 1px solid var(--ga-client-border);
    border-radius: 1.1rem;
    background: #fff;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ga-client-select-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.ga-client-select-card.is-selected {
    border: 2px solid var(--ga-client-primary);
    background: linear-gradient(180deg, #eff6ff, #fff);
}

.ga-client-check {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    color: #16a34a;
}

.ga-client-image-avatar {
    width: 68px !important;
    height: 68px !important;
    background: #eef2ff;
    color: var(--ga-client-primary);
}

.ga-client-hours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
    gap: 0.65rem;
}

.ga-client-hour-btn {
    height: 44px;
    border-radius: 0.85rem !important;
    font-weight: 800 !important;
}

.ga-client-booking-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    border-top: 1px solid var(--ga-client-border);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    box-shadow: 0 -14px 36px rgba(15, 23, 42, 0.12);
}

.ga-client-booking-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0.85rem 1rem;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.ga-client-empty {
    border: 1px dashed rgba(100, 116, 139, 0.35);
    border-radius: 1rem;
    background: #f8fafc;
    padding: 1.25rem;
    text-align: center;
}

.ga-client-status-row {
    align-items: flex-start;
}

.ga-client-footer {
    border-top: 1px solid var(--ga-client-border);
    background: #fff;
    text-align: center;
}

.ga-client-code-field input {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.22rem;
    font-weight: 800;
}

.ga-client-dialog-icon {
    font-size: 3rem !important;
}

.ga-client-dialog-actions {
    display: flex;
    width: 100%;
    gap: 0.75rem;
}

.ga-client-dialog-actions > * {
    flex: 1;
}

@media (max-width: 600px) {
    .ga-client-hero {
        padding: 5.5rem 1rem 4.5rem;
        border-radius: 0 0 1.35rem 1.35rem;
    }

    .ga-client-hero-logo {
        width: 86px !important;
        height: 86px !important;
    }

    .ga-client-content {
        margin-top: -2.6rem;
        padding-inline: 0.75rem;
    }

    .ga-client-card,
    .ga-client-card-soft,
    .ga-client-select-card {
        border-radius: 1rem;
    }

    .ga-client-card-hover:hover,
    .ga-client-select-card:hover {
        transform: none;
    }

    .ga-client-actions,
    .ga-client-dialog-actions,
    .ga-client-booking-footer-inner {
        flex-direction: column;
    }

    .ga-client-booking-footer-inner {
        padding-bottom: max(0.85rem, env(safe-area-inset-bottom));
    }

    .ga-client-status-row {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }
}
