:root{--brand-primary:#471eff;--primary:var(--brand-primary);--primary-foreground:#fff;--radius-none:0;--radius-sm:.25rem;--radius:.5rem;--radius-md:var(--radius);--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-3xl:2rem;--radius-4xl:2.25rem;--radius-5xl:2.5rem;--radius-full:9999px}.portal-branding-theme{--radius-full:9999px;--primary:var(--brand-primary);--primary-foreground:#fff;--surface-border:#ffffff2e;--accent:var(--primary);--accent-foreground:var(--primary-foreground);--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--booking-confirmed-bg:#f6faee;--booking-pending-bg:#f9f9f9;--status-confirmed:#059669;--status-pending:#d97706;--status-cancelled:#6b7280;--card-bg:#f5f5f5;--button-secondary-bg:#fefefe;--button-secondary-border:#e8e9e9;--button-secondary-text:#082a24;--button-primary-bg:#082a24;--button-primary-text:#fefefe;--button-book-bg:#f3f3f3;--button-book-border:#e5e5e5;--button-book-text:#082a24}.portal-branding-theme .portal-btn-pill{border-radius:9999px;font-size:.875rem;font-weight:500;transition:filter .15s;padding-left:1.25rem!important;padding-right:1.25rem!important}.portal-branding-theme .portal-btn-pill:hover:not(:disabled){filter:brightness(.97)}.portal-branding-theme .portal-btn-pill:focus-visible{outline:2px solid var(--button-secondary-border);outline-offset:2px}.portal-branding-theme .portal-btn-secondary{border:1px solid var(--button-secondary-border);background-color:var(--button-secondary-bg)!important;color:var(--button-secondary-text)!important}.portal-branding-theme .portal-btn-primary{border:1px solid var(--button-primary-bg)!important;background-color:var(--button-primary-bg)!important;color:var(--button-primary-text)!important}.portal-branding-theme .portal-btn-book{overflow:hidden;border:1px solid var(--button-book-border)!important;background:var(--button-book-bg)!important;color:var(--button-book-text)!important;border-radius:9999px!important}.portal-branding-theme .portal-btn-book button{padding-inline:1.25rem!important}.portal-branding-theme :is(.schedule-day-pill,.schedule-nav-arrow){border:1px solid var(--border);background-color:var(--background);color:var(--foreground);border-radius:9999px;justify-content:center;align-items:center;transition:background-color .15s;display:flex}.portal-branding-theme :is(.schedule-day-pill,.schedule-nav-arrow):hover:not(:disabled){background-color:var(--card-bg)}.portal-branding-theme .schedule-day-pill{flex:1;min-width:0;height:5rem;padding-inline:1rem;font-size:1rem}.portal-branding-theme .schedule-day-pill.active{background-color:var(--card-bg)}.portal-branding-theme .schedule-day-pill .day-label{color:var(--foreground);font-weight:700;line-height:1}.portal-branding-theme .schedule-day-pill .day-date{color:var(--muted-foreground);opacity:.7;font-weight:400;line-height:1}.portal-branding-theme .schedule-nav-arrow{flex-shrink:0}.portal-branding-theme .schedule-nav-arrow:disabled{opacity:.5;cursor:not-allowed}.portal-branding-theme .schedule-today-pill{border:1px solid var(--border);background-color:var(--background);color:var(--foreground);border-radius:9999px;justify-content:center;align-items:center;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:background-color .15s;display:inline-flex}.portal-branding-theme .schedule-today-pill:hover,.portal-branding-theme .schedule-today-pill[aria-current=date],.portal-branding-theme .schedule-today-pill.active{background-color:var(--card-bg)}@media (max-width:767px){.portal-branding-theme .schedule-day-pills-row .schedule-day-pill{flex:none;min-width:3rem;height:3.5rem;padding-inline:.5rem;font-size:.8125rem}.portal-branding-theme .schedule-day-pills-row .schedule-nav-arrow{width:2.5rem!important;height:2.5rem!important}}.portal-branding-theme .portal-view-toggle{border:1px solid var(--border);border-radius:9999px;padding:.125rem;display:flex}.portal-branding-theme .portal-view-toggle-btn{color:var(--muted-foreground);border-radius:9999px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:color .15s,background-color .15s;display:flex}.portal-branding-theme .portal-view-toggle-btn:hover{color:var(--foreground)}.portal-branding-theme .portal-view-toggle-btn.active{color:var(--foreground);background-color:#eee}[data-theme=dark] .portal-branding-theme .portal-view-toggle-btn.active{background-color:var(--card-bg)}.portal-branding-theme nav>a,.portal-branding-theme nav>button{transition:background-color .15s;background-color:var(--background)!important;color:var(--foreground)!important;border-color:var(--border)!important}.portal-branding-theme nav>a:hover,.portal-branding-theme nav>button:hover{background-color:var(--card-bg)!important}.portal-branding-theme nav>:is(a,button).font-semibold{background-color:var(--card-bg)!important;color:var(--foreground)!important}.portal-branding-theme .class-title{white-space:nowrap;text-overflow:ellipsis;max-width:58ch;display:block;overflow:hidden}.portal-empty-state{text-align:center;color:var(--muted-foreground);padding-block:3rem}.portal-section-title{color:var(--foreground);margin-bottom:1rem;font-size:1.125rem;font-weight:700;line-height:1.75rem}.portal-now-badge{color:#78350f;background-color:#fde68a;border-radius:9999px;align-items:center;padding:.125rem .375rem;font-size:.75rem;font-weight:500;display:inline-flex}.portal-link-subtle{color:var(--muted-foreground);font-size:.75rem;text-decoration:none}.portal-link-subtle:hover{text-decoration:underline}.portal-auth-fallback{background:linear-gradient(to bottom right,#2563eb,#9333ea,#4f46e5);justify-content:center;align-items:center;min-height:100vh;display:flex}.portal-auth-fallback>*{color:#fff;font-size:1.25rem}[data-theme=dark] .portal-branding-theme{--brand-primary:var(--brand-dark-primary,#7eff98);--primary:var(--brand-dark-primary,#7eff98);--primary-foreground:#f8fafc;--background:#0f0f0f;--foreground:#f1f5f9;--accent:var(--primary);--accent-foreground:var(--primary-foreground);--success:#34d399;--warning:#fbbf24;--danger:#f87171;--surface-border:#3341553d;--booking-confirmed-bg:#34d3991f;--booking-pending-bg:#fbbf241f;--status-confirmed:#34d399;--status-pending:#fbbf24;--status-cancelled:#9ca3af;--card-bg:#1f2937;--button-secondary-bg:var(--card-bg);--button-secondary-border:var(--surface-border);--button-secondary-text:var(--foreground);--button-book-bg:var(--card-bg);--button-book-border:var(--surface-border);--button-book-text:var(--foreground);--button-primary-bg:var(--foreground);--button-primary-text:var(--background)}.portal-activity-card{border-radius:var(--radius-2xl);border:1px solid var(--border);background-color:var(--card-bg,#f5f5f5);padding:1.75rem;transition:box-shadow .15s}.portal-activity-card:hover{box-shadow:0 4px 12px #0000000f}.portal-branding-theme .booking-row-confirmed{background-color:var(--booking-confirmed-bg)}.portal-branding-theme .booking-row-pending{background-color:var(--booking-pending-bg)}.portal-branding-theme .booking-row-past{background-color:var(--card-bg);opacity:.4}.portal-branding-theme .booking-row-cancelled{opacity:.7;text-decoration:line-through;background:repeating-linear-gradient(-45deg,#0000,#0000 4px,#00000008 4px 8px)!important}[data-theme=dark] .portal-activity-card{box-shadow:none}[data-theme=dark] .portal-now-badge{color:#fde68a;background-color:#fbbf2433}.portal-branding-theme div.rounded-2xl.overflow-hidden:has(>div.relative.w-full.h-full.overflow-hidden):has(>div.absolute.inset-0){border-radius:var(--radius-5xl)}.portal-branding-theme div.rounded-2xl.bg-gradient-to-br:not(:has(*)){border-radius:var(--radius-5xl)}.portal-branding-theme .portal-hero-gallery .rounded-5xl.overflow-hidden img.object-cover{border-radius:var(--radius-5xl)}
