.auth-view__form{display:flex;flex-direction:column;gap:1.25rem}.auth-view__field{display:flex;flex-direction:column;gap:.375rem}.auth-view__label{font-weight:500;font-size:.875rem}.auth-view__state{display:flex;flex-direction:column;gap:1.25rem;text-align:center;padding:1rem 0}.auth-view__state-icon--success{font-size:3rem;color:var(--p-green-500)}.auth-view__link{text-align:center;color:var(--p-primary-color);font-size:.875rem;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.auth-view__link:hover{text-decoration:underline}.login-view__title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.login-view__subtitle{color:var(--p-text-muted-color);margin:0 0 1.5rem;font-size:.875rem}.login-view__hint{color:var(--p-text-muted-color);font-size:.75rem}.forgot-view__title{font-size:1.5rem;font-weight:700;margin:0 0 1rem}.forgot-view__subtitle{color:var(--p-text-muted-color);margin:0 0 1rem;font-size:.875rem}.reset-view__title{font-size:1.5rem;font-weight:700;margin:0 0 1rem}.reset-view__subtitle{color:var(--p-text-muted-color);margin:0 0 1rem;font-size:.875rem}.reset-password-user-info{margin-bottom:1rem}.force-change-password-view__title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.force-change-password-view__subtitle{color:var(--p-text-muted-color);margin:0 0 .25rem;font-size:.875rem}.force-change-password-view__instruction{color:var(--p-text-muted-color);margin:0 0 1.5rem;font-size:.875rem}.events-calendar,.sessions-calendar{margin-bottom:1.5rem;border:1px solid var(--p-surface-200);border-radius:var(--radius-md);padding:1rem;background:var(--p-surface-0)}.calendar-nav{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.calendar-title{font-weight:600;font-size:1rem;min-width:10rem;text-align:center}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.calendar-day-header{text-align:center;font-size:.75rem;font-weight:600;color:var(--p-text-muted-color);padding:.25rem 0;background:var(--p-surface-50)}.calendar-cell{min-height:5rem;padding:.25rem;border:1px solid var(--p-surface-100);background:var(--p-surface-0);vertical-align:top}.calendar-cell.other-month{background:var(--p-surface-50);opacity:.5}.calendar-cell.today .cell-date{background:var(--p-primary-color);color:var(--p-primary-contrast-color);border-radius:50%;width:1.4rem;height:1.4rem;display:flex;align-items:center;justify-content:center}.cell-date{font-size:.75rem;font-weight:500;margin-bottom:.25rem;display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem}.cell-events,.cell-sessions{display:flex;flex-direction:column;gap:2px}.calendar-event,.calendar-session{display:block;font-size:.75rem;color:var(--p-primary-contrast-color);border-radius:var(--radius-sm);padding:1px 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;cursor:pointer}.calendar-event:hover,.calendar-session:hover{filter:brightness(.9)}.calendar-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem;padding-top:.5rem;border-top:1px solid var(--p-surface-100)}.legend-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem}.legend-dot{width:.75rem;height:.75rem;border-radius:50%;flex-shrink:0}.legend-dot--multi{background:linear-gradient(90deg,var(--p-violet-500) 0%,var(--p-violet-500) 50%,var(--p-red-500) 50%,var(--p-red-500) 100%)}.calendar-toggle-bar{display:none;margin-bottom:.5rem}.calendar-wrap--hidden{display:none}@media(max-width:640px){.calendar-toggle-bar{display:flex}.calendar-wrap{display:none}.calendar-wrap--visible{display:block}.sessions-calendar,.events-calendar{padding:.5rem}.calendar-day-header{font-size:.75rem;padding:.125rem 0}.calendar-cell{min-height:3rem;padding:.125rem}.cell-date{font-size:.75rem;width:1.2rem;height:1.2rem}.calendar-session,.calendar-event{font-size:.75rem;padding:1px 2px}.calendar-legend{gap:.5rem;font-size:.75rem}}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.page-header__title{font-size:1.5rem;font-weight:600;margin:0;color:var(--p-text-color)}.page-header__subtitle{margin:.25rem 0 0;color:var(--p-text-muted-color);font-size:.875rem}.page-header__actions{display:flex;gap:.75rem;align-items:center;flex-shrink:0}@media(max-width:599px){.page-header{flex-direction:column;align-items:stretch}.page-header__title{font-size:1.25rem}.page-header__actions{flex-wrap:wrap}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:var(--p-text-muted-color)}.empty-state__icon{font-size:3rem;opacity:.5}.empty-state__text{margin:0;font-size:1rem}.icon--md{font-size:1.5rem}.icon--lg{font-size:2rem}.icon--xl{font-size:2.5rem}.data-table-wrapper{background:var(--p-surface-0);border-radius:var(--p-border-radius)}.error-view{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;text-align:center;padding:2rem}.error-view__icon{font-size:4rem;color:var(--p-text-muted-color);opacity:.6}.error-view__title{font-size:1.75rem;font-weight:700;margin:0}.error-view__message{color:var(--p-text-muted-color);margin:0}.rrule-code{font-size:.75rem;word-break:break-all}.recipients-list{display:flex;flex-wrap:wrap;gap:.25rem}.recipient-chip{background:var(--p-surface-100);border-radius:var(--radius-sm);padding:.125rem .375rem;font-size:.75rem;white-space:nowrap}.hint{margin-top:.5rem;font-size:.75rem;color:var(--p-text-muted-color)}.message-body{white-space:pre-wrap;line-height:1.5}.panel-actions{margin-bottom:1rem}.rrule-builder{display:flex;flex-direction:column;gap:.75rem}.rrule-row{display:flex;gap:1rem;flex-wrap:wrap}.rrule-field{display:flex;flex-direction:column;gap:.375rem}.rrule-select{min-width:9rem}.rrule-interval{display:flex;align-items:center;gap:.5rem}.rrule-interval__input{width:5rem}.rrule-interval__unit{font-size:.875rem;color:var(--p-text-muted-color)}.rrule-days{display:flex;gap:.375rem;flex-wrap:wrap}.rrule-day-btn{padding:.25rem .625rem;border:1px solid var(--p-content-border-color);border-radius:var(--radius-sm);background:transparent;cursor:pointer;font-size:.8125rem;transition:background .15s,color .15s}.rrule-day-btn--active{background:var(--p-primary-color);color:var(--p-primary-contrast-color);border-color:var(--p-primary-color)}.rrule-monthday{width:6rem}.bio-field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem;margin-top:-.5rem}.active-toggle{display:flex;align-items:center;gap:.5rem}.username-row{display:flex;align-items:center;gap:.25rem}.username-local{flex:1 1 0;min-width:0}.username-at{font-weight:600;color:var(--p-text-muted-color);padding:0 .125rem}.username-slug{flex:0 0 auto;width:10rem;background:var(--p-surface-100);color:var(--p-text-muted-color)}.password-rules{list-style:none;padding:.375rem 0 0;margin:0;display:flex;flex-direction:column;gap:.25rem}.password-rules li{font-size:.75rem;color:var(--p-red-500);padding-left:1.125rem;position:relative}.password-rules li:before{content:"✕";position:absolute;left:0;font-size:.75rem}.password-rules li.met{color:var(--p-green-600)}.password-rules li.met:before{content:"✓"}.event-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1rem}.event-product-card{display:flex;flex-direction:column;border:1px solid var(--p-surface-200);border-radius:var(--radius-md);background:var(--p-surface-0);transition:box-shadow .15s,border-color .15s;overflow:hidden}.event-product-card:hover{border-color:var(--p-primary-color);box-shadow:var(--p-shadow-sm, 0 1px 3px rgba(0, 0, 0, .12))}.event-product-card__link{display:flex;flex-direction:column;gap:.5rem;padding:1rem;text-decoration:none;color:var(--p-text-color);flex:1}.event-product-card__actions{padding:.5rem 1rem .75rem;border-top:1px solid var(--p-surface-100)}.event-product-card__name{font-weight:600;font-size:1rem}.event-product-card__sku{font-size:.75rem;color:var(--p-text-muted-color)}.event-product-card__price{font-size:1.125rem;font-weight:700;color:var(--p-primary-color)}.event-product-card__footer{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:auto}.event-product-card__sizes{font-size:.75rem;color:var(--p-text-muted-color)}.order-form{display:flex;flex-direction:column;gap:1rem}.order-form__summary{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid var(--p-surface-200)}.order-form__total-label{font-weight:500;color:var(--p-text-muted-color)}.order-form__total{font-size:1.25rem;font-weight:700;color:var(--p-primary-color)}.panel-header{display:flex;justify-content:space-between;align-items:center}.tenant-filter{width:18rem}.role-filter{width:14rem}.role-tag{margin-right:.25rem}.role-tags{display:flex;gap:.25rem;flex-wrap:wrap}.status-select{min-width:8rem}.masked{font-family:monospace;letter-spacing:.05em}.children-chips{display:flex;flex-wrap:wrap;gap:.375rem}.child-chip{display:inline-block;padding:.125rem .5rem;border-radius:var(--radius-pill);background:var(--p-primary-50);color:var(--p-primary-color);font-size:.75rem;cursor:pointer;border:1px solid var(--p-primary-200)}.child-chip:hover{background:var(--p-primary-100)}.no-children{color:var(--p-text-muted-color)}.empty{padding:2rem;color:var(--p-text-muted-color);text-align:center}.invitation-list{display:flex;flex-direction:column;gap:1rem}.invitation-card{border:1px solid var(--p-surface-200);border-radius:var(--radius-md);overflow:hidden}.invitation-card__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--p-surface-0);gap:1rem}.invitation-card__info{display:flex;flex-direction:column;gap:.25rem}.invitation-card__child{font-weight:600;font-size:1rem}.invitation-card__team{font-size:.875rem;color:var(--p-text-muted-color)}.invitation-card__actions{display:flex;gap:.5rem;flex-wrap:wrap}.invitation-card__schedule{padding:1rem 1.25rem;border-top:1px solid var(--p-surface-200);background:var(--p-surface-50)}.schedule-title{font-weight:600;margin:0 0 .75rem;font-size:1rem}.loading-inline{padding:1rem;display:flex;justify-content:center}.schedule-empty{color:var(--p-text-muted-color);font-size:.875rem}.profile-form{display:flex;flex-direction:column;gap:1rem;max-width:600px}.profile-form .field{display:flex;flex-direction:column;gap:.25rem}.profile-form .field label{font-weight:600;font-size:.875rem}.attendance-row--breached>td{background-color:color-mix(in srgb,var(--p-red-100) 40%,transparent)}.attendance-row--at-risk>td{background-color:color-mix(in srgb,var(--p-yellow-100) 40%,transparent)}.dashboard{display:flex;flex-direction:column;gap:1.5rem}.dashboard__welcome{color:var(--p-text-muted-color);margin:0}.dashboard__loader{display:flex;justify-content:center;padding:3rem}.dashboard__seasons{display:flex;flex-direction:column;gap:1.5rem}.event-card__header{display:flex;align-items:center;gap:.875rem;padding:1rem;background-color:var(--p-primary-50)}.event-card__avatar{flex-shrink:0;background-color:var(--p-primary-200);color:var(--p-text-color);font-weight:600}.event-card__meta{display:flex;flex-direction:column;gap:.25rem;min-width:0}.event-card__title{font-size:1rem;font-weight:600;color:var(--p-text-color);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-card__title:hover{color:var(--p-primary-color)}.event-card__timestamps{display:flex;gap:1rem;flex-wrap:wrap}.event-card__stamp{display:flex;align-items:center;padding-top:.125rem;gap:.25rem;font-size:.8125rem;color:var(--p-text-muted-color);background-color:var(--p-primary-50);text-decoration:none}.event-card__actions-link{text-decoration:none}.event-card__actions-link--outstanding{color:var(--p-red-500)}.event-card__actions-link--complete,.event-card__no-actions{color:var(--p-green-500)}.event-card__teams{display:flex;flex-direction:column;gap:1.25rem}.event-card__empty{font-size:.875rem;font-style:italic;color:var(--p-text-muted-color);margin:0}.season-card__header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.25rem 0}.season-card__avatar{flex-shrink:0;background-color:var(--p-primary-color);color:var(--p-primary-contrast-color);font-weight:700}.season-card__meta{display:flex;flex-direction:column;gap:.25rem;min-width:0}.season-card__title{font-size:1.125rem;font-weight:700;color:var(--p-text-color);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.season-card__title:hover{color:var(--p-primary-color)}.season-card__dates{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--p-text-muted-color)}.season-card__events{display:flex;flex-direction:column;gap:.875rem}.season-card__empty{font-size:.875rem;font-style:italic;color:var(--p-text-muted-color);margin:0}.event-team-timelines{display:flex;flex-direction:column;gap:1rem}.team-block{display:flex;flex-direction:column;gap:.5rem;border:1px solid var(--p-surface-500);border-radius:var(--radius-md);padding:.75rem}.team-block--ungrouped{opacity:.8}.team-block__heading{display:flex;align-items:center;gap:.625rem}.team-block__avatar{flex-shrink:0;font-weight:600;font-size:.75rem}.team-block__avatar--color-0{background-color:#5a3e2b;color:#fff}.team-block__avatar--color-1{background-color:#8c998c;color:#fff}.team-block__avatar--color-2{background-color:#b07a6a;color:#fff}.team-block__avatar--color-3{background-color:#6b4d3a;color:#fff}.team-block__avatar--color-4{background-color:#c89585;color:#fff}.team-block__avatar--color-5{background-color:#7a5c48;color:#fff}.team-block__avatar--color-6{background-color:#4a3122;color:#fff}.team-block__avatar--color-7{background-color:#d8c6b6;color:#5a3e2b}.team-block__name{font-size:1rem;font-weight:600;color:var(--p-text-color);text-decoration:none}a.team-block__name:hover{color:var(--p-primary-color);text-decoration:underline}.team-block__name--muted{color:var(--p-text-muted-color);font-weight:500}.session-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.session-timeline__item{display:grid;grid-template-columns:1fr 2rem 1fr;align-items:start;gap:.75rem;position:relative}.session-timeline__date{grid-column:1 / -1;grid-row:1;text-align:center;font-size:.75rem;font-weight:600;color:var(--p-surface-500);letter-spacing:.03em}.session-timeline__item:nth-child(odd) .session-timeline__marker{grid-column:2;grid-row:2}.session-timeline__item:nth-child(odd) .session-timeline__link{grid-column:1;grid-row:2}.session-timeline__item:nth-child(2n) .session-timeline__marker{grid-column:2;grid-row:2}.session-timeline__item:nth-child(2n) .session-timeline__link{grid-column:3;grid-row:2}.session-timeline__item:not(:last-child):after{content:"";position:absolute;left:calc(50% - 1px);top:2rem;bottom:-3rem;width:2px;background-color:var(--p-primary-color);opacity:.25;z-index:1}.session-timeline__marker{display:flex;width:2rem;height:2rem;align-items:center;justify-content:center;background-color:var(--p-primary-color);color:var(--p-primary-contrast-color);border-radius:var(--radius-pill);position:relative;z-index:10;box-shadow:var(--p-shadow-sm, 0 1px 3px rgba(0, 0, 0, .12))}.session-timeline__link{display:block;text-decoration:none}.session-timeline__card{margin-top:.5rem;transition:box-shadow .15s}.session-timeline__card-surface{background-color:var(--p-primary-50)}.session-timeline__link:hover .session-timeline__card{box-shadow:var(--p-shadow-md, 0 4px 6px rgba(0, 0, 0, .1))}.session-timeline__time{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;color:var(--p-text-muted-color)}.session-timeline__description{font-size:.875rem;color:var(--p-text-color);margin:0 0 .5rem}.session-timeline__venue{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:var(--radius-pill);font-size:.75rem;color:var(--p-text-muted-color);background-color:var(--p-surface-100);white-space:nowrap}.app-sidebar{width:240px;min-height:100vh;background:var(--p-surface-0);border-right:1px solid var(--p-surface-200);display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}.app-sidebar__brand{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--p-surface-200);flex-shrink:0;height:60px}.app-sidebar__logo{height:32px;width:auto;max-width:100%;display:block}.app-sidebar__close-btn{display:none}.app-sidebar__nav{display:flex;flex-direction:column;padding:.75rem 0}.app-sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.625rem 1.5rem;color:var(--p-text-color);text-decoration:none;font-size:.9375rem;transition:background .15s}.app-sidebar__link:hover{background:var(--p-surface-100)}.app-sidebar__link--active{background:var(--p-primary-50);color:var(--p-primary-color);font-weight:600}.app-sidebar__icon{font-size:1rem;width:1.25rem;text-align:center;flex-shrink:0}.app-sidebar__badge{margin-left:auto;background:var(--p-primary-color);color:var(--p-primary-contrast-color);font-size:.75rem;font-weight:700;line-height:1;min-width:1.25rem;height:1.25rem;padding:0 .25rem;border-radius:var(--radius-pill);display:inline-flex;align-items:center;justify-content:center}@media(min-width:768px)and (max-width:1023px){.app-sidebar{width:64px;overflow:visible}.app-sidebar__brand{padding:1.25rem 0;justify-content:center}.app-sidebar__logo{display:none}.app-sidebar__link{padding:.75rem 0;justify-content:center;gap:0;position:relative}.app-sidebar__label{display:none}.app-sidebar__icon{width:auto;font-size:1.125rem}.app-sidebar__link:hover .app-sidebar__label{display:block;position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);background:var(--p-surface-700);color:var(--p-surface-0);padding:.25rem .625rem;border-radius:var(--radius-sm);font-size:.8125rem;white-space:nowrap;z-index:100;pointer-events:none}}@media(max-width:767px){.app-sidebar{position:fixed;top:0;left:0;height:100%;width:260px;z-index:1000;transform:translate(-100%);transition:transform .25s ease;box-shadow:2px 0 12px #00000026}.app-sidebar--open{transform:translate(0)}.app-sidebar__close-btn{display:flex}}.app-topbar{display:flex;align-items:center;height:60px;padding:0 1rem 0 .5rem;border-bottom:1px solid var(--p-surface-200);background:var(--p-primary-200)}.app-topbar__menu-btn{display:none;flex-shrink:0}.app-topbar__spacer{flex:1}.app-topbar__actions{display:flex;align-items:center;gap:1rem}.app-topbar__username{font-weight:500;color:var(--p-text-color)}.app-topbar__username--link{cursor:pointer;text-decoration:none}.app-topbar__username--link:hover{text-decoration:underline}@media(max-width:1023px){.app-topbar__menu-btn{display:flex}.app-topbar__username{display:none}.app-topbar__signout-btn :deep(.p-button-label){display:none}}@media(max-width:599px){.app-topbar{padding:0 .75rem 0 .25rem}}.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--p-primary-50);padding:1.5rem}.auth-layout__container{width:100%;max-width:420px;display:flex;flex-direction:column;gap:1.5rem}.auth-layout__brand{text-align:center}.auth-layout__logo{width:100%}.auth-layout__title{font-size:2rem;font-weight:700;color:var(--p-primary-color);margin:0}.auth-layout__tagline{color:var(--p-text-muted-color);margin:.25rem 0 0}.auth-layout__card{width:100%}.main-layout{display:flex;min-height:100vh}.main-layout__overlay{display:none}.main-layout__body{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.main-layout__content{flex:1;padding:1.5rem;overflow-y:auto;background:var(--p-primary-50)}@media(max-width:767px){.main-layout__overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999}.main-layout__content{padding:1rem}}@media(min-width:768px)and (max-width:1023px){.main-layout__content{padding:1.25rem}}.user-info-row{margin-bottom:.25rem}:root{--radius-sm: 4px;--radius-md: .5rem;--radius-pill: 9999px}body{font-family:Outfit,sans-serif;font-size:clamp(.875rem,1.5vw,1rem);line-height:1}h1{font-size:clamp(1.5rem,3vw + .5rem,2.5rem);line-height:1;font-weight:700}h2{font-size:clamp(1.25rem,2.5vw + .25rem,2rem);line-height:1;font-weight:600}h3{font-size:clamp(1.1rem,2vw + .1rem,1.5rem);line-height:1;font-weight:600}h4{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1;font-weight:600}h5{font-size:clamp(.9rem,1.25vw,1.1rem);line-height:1;font-weight:500}h6{font-size:clamp(.85rem,1vw,1rem);line-height:1;font-weight:500}p{font-size:clamp(.875rem,1.25vw,1rem);line-height:1.5}.font-bold{font-weight:700}small{font-size:clamp(.75rem,1vw,.875rem)}@media(max-width:640px){.form-row,.detail-grid{grid-template-columns:1fr}.search-input{width:100%}.list-controls{flex-wrap:wrap;gap:.75rem}.filters-bar{flex-wrap:wrap}.form-actions{flex-direction:column}}.w-full{width:100%}.form-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-field--inline,.form-field--checkbox{flex-direction:row;align-items:center;gap:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.form-actions--flush{margin-top:1rem}label{font-weight:500;font-size:.875rem}label.required:after{content:" *";color:var(--p-red-500)}.field-error{color:var(--p-red-500);font-size:.75rem}.search-bar{margin-bottom:1rem}.search-input{width:20rem}.filters-bar{display:flex;gap:.75rem;margin-bottom:1rem;align-items:center}.list-controls{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.toggle-past{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.action-buttons{display:flex;gap:.25rem}.row-link,.venue-link{color:var(--p-primary-color);cursor:pointer;text-decoration:none}.row-link:hover,.venue-link:hover{text-decoration:underline}.loading{display:flex;justify-content:center;padding:3rem}.detail-card,.panel-card{margin-bottom:1.5rem}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.detail-field{display:flex;flex-direction:column;gap:.25rem}.detail-field--full{grid-column:1 / -1}.detail-label{font-weight:600;font-size:.75rem;text-transform:uppercase;color:var(--p-text-muted-color)}.address-block{font-size:1rem;line-height:1.5}.panel-toolbar{margin-bottom:.75rem;display:flex;justify-content:flex-end}#driver-popover-content{font-family:Outfit,sans-serif;background:var(--p-surface-card, #ffffff);border:1px solid var(--p-surface-200, #efe6dc);border-radius:var(--p-border-radius, 10px);box-shadow:0 8px 24px #1f2a3524,0 2px 6px #1f2a3514;padding:1.25rem 1.5rem 1rem;max-width:340px;color:var(--p-text-color, #1f2a35)}#driver-popover-content .driver-popover-arrow-side-top{border-top-color:var(--p-surface-card, #ffffff)}#driver-popover-content .driver-popover-arrow-side-bottom{border-bottom-color:var(--p-surface-card, #ffffff)}#driver-popover-content .driver-popover-arrow-side-left{border-left-color:var(--p-surface-card, #ffffff)}#driver-popover-content .driver-popover-arrow-side-right{border-right-color:var(--p-surface-card, #ffffff)}#driver-popover-content .driver-popover-title{font-size:1rem;font-weight:600;color:var(--p-text-color, #1f2a35);margin:0 0 .4rem;line-height:1.3}#driver-popover-content .driver-popover-description{font-size:.875rem;color:var(--p-text-secondary-color, #3e4a54);line-height:1.5;margin:0 0 1rem}#driver-popover-content .driver-popover-progress-text{font-size:.75rem;color:var(--p-text-muted-color, #6e7f5f)}#driver-popover-content .driver-popover-footer{display:flex;align-items:center;gap:.5rem;margin-top:.75rem}#driver-popover-content .driver-popover-footer button{font-family:Outfit,sans-serif;font-size:.8125rem;font-weight:500;box-sizing:border-box;display:inline-block;cursor:pointer;border-radius:var(--radius-sm, 6px);border:none;padding:.375rem .875rem;line-height:1.4;text-shadow:none;transition:background .15s,color .15s,opacity .15s}#driver-popover-content .driver-popover-next-btn{background:var(--p-primary-color, #3f6da1);color:#fff;text-shadow:none}#driver-popover-content .driver-popover-next-btn:hover,#driver-popover-content .driver-popover-next-btn:focus{background:var(--p-primary-hover-color, #346090);color:#fff;text-shadow:none}#driver-popover-content .driver-popover-prev-btn{background:var(--p-surface-100, #f0eeeb);color:var(--p-text-color, #1f2a35);border:1px solid var(--p-surface-200, #efe6dc);text-shadow:none}#driver-popover-content .driver-popover-prev-btn:hover,#driver-popover-content .driver-popover-prev-btn:focus{background:var(--p-surface-200, #efe6dc);color:var(--p-text-color, #1f2a35);text-shadow:none}#driver-popover-content .driver-popover-prev-btn:disabled{opacity:.4;cursor:default}#driver-popover-content .driver-popover-close-btn{background:transparent;color:var(--p-text-muted-color, #6e7f5f);padding:.25rem .5rem;margin-left:auto;font-size:1rem;line-height:1;text-shadow:none}#driver-popover-content .driver-popover-close-btn:hover,#driver-popover-content .driver-popover-close-btn:focus{background:transparent;color:var(--p-text-color, #1f2a35);text-shadow:none}.driver-overlay{background:#1f2a358c}.driver-highlighted-element{border-radius:var(--radius-sm, 6px);box-shadow:0 0 0 3px var(--p-primary-color, #3f6da1),0 0 0 5px #3f6da133!important}
