:root{--surface:#f8fafc;--surface-2:#edf2f7;--ink:#0f172a;--ink-muted:#475569;--accent:#0d9488;--accent-glow:rgba(13,148,136,0.25);--glass-bg:rgba(255,255,255,0.62);--glass-bg-heavy:rgba(255,255,255,0.82);--glass-border:rgba(255,255,255,0.45);--glass-border-subtle:rgba(148,163,184,0.18);--glass-blur:blur(20px) saturate(180%);--glass-shadow:0 8px 32px rgba(15,23,42,0.08),0 2px 8px rgba(15,23,42,0.04);--glass-shadow-elevated:0 16px 48px rgba(15,23,42,0.12),0 4px 16px rgba(15,23,42,0.06);--gradient-primary:linear-gradient(135deg,#0d9488,#06b6d4);--gradient-warm:linear-gradient(135deg,#f97316,#ec4899);--gradient-surface:linear-gradient(180deg,#f8fafc,#eef2ff 50%,#f0f9ff);--radius-glass:20px;--transition-spring:cubic-bezier(0.34,1.56,0.64,1);--transition-smooth:cubic-bezier(0.4,0,0.2,1)}[data-mantine-color-scheme=dark]{--surface:#020617;--surface-2:#0f172a;--ink:#e2e8f0;--ink-muted:#94a3b8;--accent:#2dd4bf;--accent-glow:rgba(45,212,191,0.2);--glass-bg:rgba(15,23,42,0.65);--glass-bg-heavy:rgba(15,23,42,0.85);--glass-border:rgba(148,163,184,0.12);--glass-border-subtle:rgba(148,163,184,0.08);--glass-shadow:0 8px 32px rgba(0,0,0,0.3),0 2px 8px rgba(0,0,0,0.2);--glass-shadow-elevated:0 16px 48px rgba(0,0,0,0.4),0 4px 16px rgba(0,0,0,0.25);--gradient-surface:linear-gradient(180deg,#020617,#0f172a 50%,#020617)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;color:var(--ink)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-bg,body{background:var(--gradient-surface)}.landing-bg{min-height:100vh;position:relative;overflow:hidden}.landing-bg:after,.landing-bg:before{content:"";position:absolute;border-radius:50%;filter:blur(100px);opacity:.5;animation:meshFloat 20s ease-in-out infinite alternate;pointer-events:none}.landing-bg:before{width:60vw;height:60vw;max-width:600px;max-height:600px;top:-15%;left:-10%;background:radial-gradient(circle,rgba(13,148,136,.2) 0,rgba(6,182,212,.1) 50%,transparent 70%)}.landing-bg:after{width:50vw;height:50vw;max-width:500px;max-height:500px;bottom:-10%;right:-5%;background:radial-gradient(circle,rgba(99,102,241,.15) 0,rgba(168,85,247,.08) 50%,transparent 70%);animation-delay:-10s;animation-direction:alternate-reverse}[data-mantine-color-scheme=dark] .landing-bg:before{background:radial-gradient(circle,rgba(13,148,136,.15) 0,rgba(6,182,212,.08) 50%,transparent 70%)}[data-mantine-color-scheme=dark] .landing-bg:after{background:radial-gradient(circle,rgba(99,102,241,.1) 0,rgba(168,85,247,.05) 50%,transparent 70%)}@keyframes meshFloat{0%{transform:translate(0) scale(1)}33%{transform:translate(5%,8%) scale(1.05)}66%{transform:translate(-3%,4%) scale(.97)}to{transform:translate(2%,-5%) scale(1.02)}}.hero-title{font-family:Space Grotesk,sans-serif;font-size:clamp(2.4rem,7vw,4.2rem);font-weight:700;letter-spacing:-.04em;line-height:1.1;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}[data-mantine-color-scheme=dark] .hero-title{background:linear-gradient(135deg,#2dd4bf,#67e8f9);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.glass-surface{background:var(--glass-bg)}.glass-surface,.glass-surface-heavy{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.glass-surface-heavy{background:var(--glass-bg-heavy)}.glass-header{background:var(--glass-bg-heavy)!important;backdrop-filter:var(--glass-blur)!important;-webkit-backdrop-filter:var(--glass-blur)!important;border-bottom:1px solid var(--glass-border-subtle)!important;box-shadow:0 1px 12px rgba(0,0,0,.04)!important}[data-mantine-color-scheme=dark] .glass-header{box-shadow:0 1px 12px rgba(0,0,0,.2)!important}.glass-navbar{background:var(--glass-bg-heavy)!important;backdrop-filter:var(--glass-blur)!important;-webkit-backdrop-filter:var(--glass-blur)!important;border-right:1px solid var(--glass-border-subtle)!important}.app-navbar{padding:8px 10px!important}.app-nav-list{gap:6px!important}.app-nav-link{border-radius:14px;border:1px solid transparent;background:linear-gradient(135deg,rgba(255,255,255,.34),rgba(255,255,255,.16));transition:background-color .16s var(--transition-smooth),border-color .16s var(--transition-smooth),box-shadow .16s var(--transition-smooth)}.app-nav-link:hover{border-color:rgba(13,148,136,.24);box-shadow:0 6px 18px rgba(15,23,42,.08);background:linear-gradient(135deg,rgba(255,255,255,.45),rgba(255,255,255,.24))}.app-nav-link[data-active=true],.app-nav-link[data-active]{border-color:rgba(13,148,136,.42);box-shadow:0 8px 20px rgba(13,148,136,.18);background:linear-gradient(135deg,rgba(13,148,136,.2),rgba(6,182,212,.12))}.app-nav-link__icon{width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:rgba(148,163,184,.14);color:var(--ink-muted);transition:background-color .16s var(--transition-smooth),color .16s var(--transition-smooth)}.app-nav-link[data-active=true] .app-nav-link__icon,.app-nav-link[data-active] .app-nav-link__icon{background:rgba(13,148,136,.2);color:var(--mantine-color-teal-8)}.app-nav-link__label{font-size:.9rem;font-weight:560;letter-spacing:-.01em}[data-mantine-color-scheme=dark] .app-nav-link{border-color:rgba(148,163,184,.12);background:linear-gradient(135deg,rgba(30,41,59,.65),rgba(15,23,42,.56))}[data-mantine-color-scheme=dark] .app-nav-link:hover{border-color:rgba(45,212,191,.34);box-shadow:0 8px 20px rgba(0,0,0,.26);background:linear-gradient(135deg,rgba(51,65,85,.7),rgba(15,23,42,.62))}[data-mantine-color-scheme=dark] .app-nav-link[data-active=true],[data-mantine-color-scheme=dark] .app-nav-link[data-active]{border-color:rgba(45,212,191,.5);box-shadow:0 10px 24px rgba(13,148,136,.22);background:linear-gradient(135deg,rgba(45,212,191,.22),rgba(14,116,144,.2))}[data-mantine-color-scheme=dark] .app-nav-link[data-active=true] .app-nav-link__icon,[data-mantine-color-scheme=dark] .app-nav-link[data-active] .app-nav-link__icon{color:var(--mantine-color-teal-3)}.calendar-legend{border-top:1px solid var(--glass-border-subtle);margin-top:2px;padding-top:10px}.calendar-legend__list{max-height:calc(100vh - 240px);overflow-y:auto;padding-right:2px}.calendar-legend__item{min-height:24px}.calendar-legend__label{min-width:0}.calendar-legend__dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0;box-shadow:0 0 0 1px rgba(0,0,0,.12)}.calendar-legend__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uch-calendar-modal__content{background:radial-gradient(circle at 90% 8%,rgba(13,148,136,.14),transparent 45%),radial-gradient(circle at 8% 92%,rgba(6,182,212,.09),transparent 45%),var(--glass-bg-heavy);border:1px solid var(--glass-border)!important;backdrop-filter:blur(18px) saturate(175%);-webkit-backdrop-filter:blur(18px) saturate(175%);box-shadow:var(--glass-shadow-elevated)}[data-mantine-color-scheme=dark] .uch-calendar-modal__content{background:radial-gradient(circle at 90% 8%,rgba(45,212,191,.16),transparent 45%),radial-gradient(circle at 8% 92%,rgba(56,189,248,.12),transparent 45%),rgba(15,23,42,.9)}.uch-calendar-modal__header{border-bottom:1px solid var(--glass-border-subtle);padding-bottom:12px}.uch-calendar-modal__title{font-family:Space Grotesk,sans-serif;font-weight:600;letter-spacing:-.01em}.uch-calendar-modal__body{padding-top:14px}.uch-calendar-layout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}.uch-event-drawer-shell{background:var(--glass-bg-heavy);border-left:1px solid var(--glass-border)!important;backdrop-filter:blur(18px) saturate(170%);-webkit-backdrop-filter:blur(18px) saturate(170%)}[data-mantine-color-scheme=dark] .uch-event-drawer-shell{background:rgba(15,23,42,.93)}.uch-event-drawer-shell__header{border-bottom:1px solid var(--glass-border-subtle);padding-bottom:10px}.uch-event-drawer-shell__title,.uch-event-drawer__section-title{font-family:Space Grotesk,sans-serif;letter-spacing:-.01em}.uch-event-drawer-shell__title{font-size:1rem;font-weight:600}.uch-event-drawer-shell__body{padding-top:14px}.uch-event-drawer{gap:0}.uch-event-drawer__section{padding:12px 0;margin:0;border:0;background:transparent}.uch-event-drawer__section--first{margin-top:0;padding-top:6px}.uch-event-drawer__section-header{min-height:24px}.uch-event-drawer__section-icon{box-shadow:inset 0 0 0 1px rgba(13,148,136,.2)}.uch-event-drawer__section-title{font-size:.9rem;font-weight:600}.uch-event-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.uch-event-drawer__divider{display:block;margin:0;border-top-color:var(--glass-border-subtle)}.uch-event-drawer__hint{line-height:1.35}.uch-event-drawer__footer{position:-webkit-sticky;position:sticky;bottom:0;background:transparent;border:0;border-radius:0;padding:12px 0 4px;z-index:2}.uch-event-drawer__footer-hint{max-width:240px}.uch-event-drawer--view{gap:0}.uch-event-view-title{font-family:Space Grotesk,sans-serif;line-height:1.15;letter-spacing:-.02em}.uch-event-view-attendee-row{padding:10px 12px;border-radius:12px;background:rgba(15,23,42,.05);overflow-wrap:anywhere}[data-mantine-color-scheme=dark] .uch-event-view-attendee-row{background:rgba(148,163,184,.12)}.uch-event-view-attendee-row--organizer{background:rgba(13,148,136,.12)}[data-mantine-color-scheme=dark] .uch-event-view-attendee-row--organizer{background:rgba(45,212,191,.2)}.uch-event-view-organizer-mark{flex-shrink:0}.uch-event-view-inline-link{color:var(--mantine-color-teal-7);text-decoration:underline;text-underline-offset:2px;word-break:break-all}[data-mantine-color-scheme=dark] .uch-event-view-inline-link{color:var(--mantine-color-teal-3)}.brand-mark{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.25rem;letter-spacing:-.03em;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-mantine-color-scheme=dark] .brand-mark{background:linear-gradient(135deg,#2dd4bf,#67e8f9);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.user-avatar{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem;background:var(--gradient-primary);color:#fff;flex-shrink:0;text-transform:uppercase}.auth-card-glass{background:var(--glass-bg)!important;backdrop-filter:var(--glass-blur)!important;-webkit-backdrop-filter:var(--glass-blur)!important;border:1px solid var(--glass-border)!important;box-shadow:var(--glass-shadow-elevated)!important}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:10px;gap:8px;flex-wrap:wrap}.fc .fc-toolbar-chunk{display:inline-flex;align-items:center;gap:6px}.fc .fc-toolbar-title{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:1.02rem;line-height:1.1;letter-spacing:-.01em}.fc .fc-button-group{display:inline-flex;gap:4px}.fc .fc-button-group>.fc-button{margin:0!important;border-radius:10px!important}.fc .fc-toolbar-chunk:last-child .fc-button-group{gap:2px;padding:2px;border-radius:999px;background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border-subtle)}.fc .fc-toolbar-chunk:last-child .fc-button-group>.fc-button{border:1px solid transparent!important;border-radius:999px!important;background:transparent!important}.fc .fc-toolbar-chunk:last-child .fc-button-group>.fc-button:hover:not(:disabled){background:rgba(13,148,136,.08)!important}.fc .fc-toolbar-chunk:last-child .fc-button-group>.fc-button.fc-button-active,.fc .fc-toolbar-chunk:last-child .fc-button-group>.fc-button:active{background:rgba(13,148,136,.14)!important;border-color:rgba(13,148,136,.34)!important}.fc .fc-button-primary,.fc .fc-button-primary:disabled{background:var(--glass-bg-heavy)!important;color:var(--ink)!important;border:1px solid var(--glass-border-subtle)!important;box-shadow:none!important;text-transform:none;font-family:Space Grotesk,sans-serif;font-size:.76rem;font-weight:600;line-height:1.2;padding:.32rem .58rem}.fc .fc-button-primary:hover:not(:disabled){background:var(--glass-bg)!important;border-color:var(--glass-border)!important}.fc .fc-button-primary:focus,.fc .fc-button-primary:focus-visible{box-shadow:none!important}.fc .fc-button-primary.fc-button-active,.fc .fc-button-primary:active{background:rgba(13,148,136,.14)!important;border-color:rgba(13,148,136,.34)!important;color:var(--ink)!important}[data-mantine-color-scheme=dark] .fc .fc-button-primary,[data-mantine-color-scheme=dark] .fc .fc-button-primary:disabled{background:rgba(15,23,42,.6)!important;border-color:rgba(148,163,184,.28)!important;color:#e2e8f0!important}[data-mantine-color-scheme=dark] .fc .fc-button-primary:hover:not(:disabled){background:rgba(30,41,59,.68)!important;border-color:rgba(148,163,184,.4)!important}[data-mantine-color-scheme=dark] .fc .fc-button-primary.fc-button-active,[data-mantine-color-scheme=dark] .fc .fc-button-primary:active{background:rgba(45,212,191,.2)!important;border-color:rgba(45,212,191,.45)!important}[data-mantine-color-scheme=dark] .fc .fc-toolbar-chunk:last-child .fc-button-group{background:rgba(15,23,42,.6);border-color:rgba(148,163,184,.28)}[data-mantine-color-scheme=dark] .fc .fc-toolbar-chunk:last-child .fc-button-group>.fc-button:hover:not(:disabled){background:rgba(45,212,191,.14)!important}[data-mantine-color-scheme=dark] .fc .fc-toolbar-chunk:last-child .fc-button-group>.fc-button.fc-button-active,[data-mantine-color-scheme=dark] .fc .fc-toolbar-chunk:last-child .fc-button-group>.fc-button:active{background:rgba(45,212,191,.2)!important;border-color:rgba(45,212,191,.45)!important}[data-mantine-color-scheme=dark] .fc{--fc-page-bg-color:transparent;--fc-neutral-bg-color:rgba(15,23,42,0.5);--fc-border-color:rgba(100,116,139,0.2);--fc-neutral-text-color:#94a3b8;--fc-today-bg-color:rgba(45,212,191,0.06)}.fc{--fc-page-bg-color:transparent;--fc-border-color:rgba(148,163,184,0.15);--fc-today-bg-color:rgba(13,148,136,0.04)}[data-mantine-color-scheme=dark] .fc .fc-daygrid-body,[data-mantine-color-scheme=dark] .fc .fc-daygrid-body table,[data-mantine-color-scheme=dark] .fc .fc-scrollgrid,[data-mantine-color-scheme=dark] .fc .fc-scrollgrid-section>*,[data-mantine-color-scheme=dark] .fc .fc-timegrid-body,[data-mantine-color-scheme=dark] .fc .fc-timegrid-cols table,[data-mantine-color-scheme=dark] .fc .fc-timegrid-slots{background:transparent!important}[data-mantine-color-scheme=dark] .fc .fc-theme-standard td,[data-mantine-color-scheme=dark] .fc .fc-theme-standard th{border-color:rgba(100,116,139,.18)!important}[data-mantine-color-scheme=dark] .fc .fc-col-header-cell,[data-mantine-color-scheme=dark] .fc .fc-timegrid-axis,[data-mantine-color-scheme=dark] .fc .fc-timegrid-slot-label{background:rgba(15,23,42,.6)!important}[data-mantine-color-scheme=dark] .fc .fc-daygrid-day.fc-day-today,[data-mantine-color-scheme=dark] .fc .fc-timegrid-col.fc-day-today{background:rgba(45,212,191,.05)!important}[data-mantine-color-scheme=dark] .fc .fc-timegrid-slot{background:rgba(2,6,23,.2)!important}.fc .fc-daygrid-event,.fc .fc-event,.fc .fc-timegrid-event{border:transparent!important;background:transparent!important;background-color:transparent!important}.fc .fc-event .fc-event-main{padding:0}.fc .fc-event,.fc .fc-event .fc-event-main,.fc .fc-event .fc-event-time,.fc .fc-event .fc-event-title{color:var(--ink)!important}[data-mantine-color-scheme=dark] .fc .fc-event,[data-mantine-color-scheme=dark] .fc .fc-event .fc-event-main,[data-mantine-color-scheme=dark] .fc .fc-event .fc-event-time,[data-mantine-color-scheme=dark] .fc .fc-event .fc-event-title{color:#e2e8f0!important}.fc .fc-daygrid-event{white-space:normal}.fc .fc-daygrid-event .fc-event-main{overflow:visible}.fc .fc-timegrid-event{background-color:transparent!important;border-color:transparent!important}.fc .fc-timegrid-event .fc-event-main{background:transparent!important}.uch-event-card{--uch-event-color:#0d9488;--uch-event-bg:rgba(13,148,136,0.18);--uch-event-border:rgba(13,148,136,0.42);--uch-event-border-strong:rgba(13,148,136,0.56);--uch-event-text:inherit;--uch-event-meta:var(--ink-muted);--uch-card-px:6px;--uch-card-py:4px;border-radius:10px;background:var(--uch-event-bg);backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);border:1px solid var(--uch-event-border);box-shadow:0 1px 4px rgba(0,0,0,.06);padding:var(--uch-card-py) var(--uch-card-px);min-height:28px;height:100%;overflow:hidden;display:flex;flex-direction:column;gap:2px;transition:box-shadow .2s var(--transition-smooth),border-color .2s var(--transition-smooth)}.uch-event-card:hover{box-shadow:0 4px 14px rgba(0,0,0,.08);border-color:var(--uch-event-border-strong)}[data-mantine-color-scheme=dark] .uch-event-card:hover{box-shadow:0 4px 14px rgba(0,0,0,.28)}.uch-event-card.is-all-day{backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}.uch-event-card.is-all-day:hover{box-shadow:none}.uch-event-card__header{position:relative;display:flex;align-items:flex-start;min-height:14px}.uch-event-card__actions{position:absolute;top:-1px;right:0;z-index:1}.uch-event-card__join-action{background:var(--glass-bg);color:var(--ink);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:50%;transition:box-shadow .12s ease}.uch-event-card__join-action:hover{box-shadow:0 2px 8px var(--accent-glow)}.uch-event-card__title{font-size:14px;line-height:1.1;letter-spacing:-.01em;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-right:34px;color:var(--uch-event-text)}.uch-event-card__meta{display:flex;align-items:center;flex-wrap:nowrap;gap:4px;font-size:7.7px;color:var(--uch-event-meta);line-height:1.05;min-width:0}.uch-event-card.is-semi-compact .uch-event-card__meta-item:last-child{display:none}.uch-event-card.is-compact{min-height:20px}.uch-event-card.is-compact .uch-event-card__title{-webkit-line-clamp:1;font-size:8px;line-height:1.05;padding-right:0}.uch-event-card.is-compact .uch-event-card__meta{margin-top:0;font-size:7.1px;gap:2px}.uch-event-card.is-compact .uch-event-card__meta-item{gap:2px}.uch-event-card.is-half-hour .uch-event-card__title{font-size:9.6px;line-height:1.08;padding-right:20px}.uch-event-card.is-ultra-compact{--uch-card-px:4px;--uch-card-py:1px;min-height:16px;padding:var(--uch-card-py) var(--uch-card-px);border-radius:6px}.uch-event-card.is-ultra-compact .uch-event-card__title{font-size:7.2px;line-height:1.05;-webkit-line-clamp:1;padding-right:0}.uch-event-card__meta-item{display:inline-flex;align-items:center;gap:2px;max-width:100%;min-width:0;flex-shrink:0}.uch-event-card__meta-location{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uch-event-card__readonly{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;color:var(--ink-muted);background:var(--glass-bg);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.uch-event-card__hover-dropdown{max-width:280px;min-width:220px;padding:8px 10px!important;border:1px solid var(--glass-border)!important;background:var(--glass-bg-heavy)!important;backdrop-filter:blur(14px) saturate(155%);-webkit-backdrop-filter:blur(14px) saturate(155%)}.uch-event-card__hover-title{font-size:11px;font-weight:700;line-height:1.2;margin:0}.uch-event-card__hover-subtitle{font-size:10px;color:var(--ink-muted);line-height:1.2;margin:0}.uch-event-card__hover-row{display:inline-flex;align-items:center;gap:4px;font-size:10px;line-height:1.2;color:var(--ink)}.uch-event-card__hover-row svg{flex-shrink:0}.uch-event-card__hover-source-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.uch-event-card.is-month{--uch-card-px:5px;--uch-card-py:2px;min-height:22px;padding:var(--uch-card-py) var(--uch-card-px);border-radius:8px}.uch-event-card.is-month .uch-event-card__meta{display:none}.uch-event-card.is-month .uch-event-card__title{font-size:8.8px;line-height:1.1;-webkit-line-clamp:1}.fc .fc-timegrid-event .fc-event-main{overflow:hidden}.fc .fc-timegrid-event.fc-event-short .uch-event-card__meta{display:none}@media (max-width:768px){.fc .fc-toolbar{flex-direction:column;align-items:flex-start;gap:8px}.fc .fc-toolbar-chunk{flex-wrap:wrap}.fc .fc-toolbar-title{font-size:1.2rem}.uch-event-card{--uch-card-px:5px;--uch-card-py:3px;min-height:24px;padding:var(--uch-card-py) var(--uch-card-px);border-radius:8px}.uch-event-card__meta{gap:3px;font-size:7.1px}.uch-event-card__title{font-size:8.4px}.uch-event-card.is-half-hour .uch-event-card__title{font-size:8.8px;padding-right:16px}.uch-event-modal-grid{grid-template-columns:1fr}.uch-event-drawer__footer{flex-direction:column;align-items:flex-start;gap:10px}}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}[role=button]:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.auth-card-glass,.glass-header,.glass-navbar,.glass-surface,.glass-surface-heavy,.uch-event-card{background:var(--surface)!important;border:1px solid var(--glass-border-subtle)!important}[data-mantine-color-scheme=dark] .auth-card-glass,[data-mantine-color-scheme=dark] .glass-header,[data-mantine-color-scheme=dark] .glass-navbar,[data-mantine-color-scheme=dark] .glass-surface,[data-mantine-color-scheme=dark] .glass-surface-heavy,[data-mantine-color-scheme=dark] .uch-event-card{background:var(--surface-2)!important}}.stagger-item{opacity:0;transform:translateY(12px);animation:staggerIn .4s var(--transition-smooth) forwards}@keyframes staggerIn{to{opacity:1;transform:translateY(0)}}.shimmer{background:linear-gradient(90deg,var(--glass-bg) 25%,var(--glass-border) 50%,var(--glass-bg) 75%);background-size:200% 100%;animation:shimmerSlide 1.5s ease-in-out infinite}@keyframes shimmerSlide{0%{background-position:200% 0}to{background-position:-200% 0}}.booking-public-bg{min-height:100vh;background:radial-gradient(ellipse at 20% 20%,rgba(13,148,136,.08) 0,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(99,102,241,.06) 0,transparent 50%),var(--gradient-surface)}[data-mantine-color-scheme=dark] .booking-public-bg{background:radial-gradient(ellipse at 20% 20%,rgba(13,148,136,.06) 0,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(99,102,241,.04) 0,transparent 50%),var(--gradient-surface)}