.page-loading{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:4rem 0;font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.page-loading__icon{height:1rem;width:1rem;animation:page-loading-spin 1s linear infinite}@keyframes page-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pwa-prompts{position:fixed;left:50%;bottom:calc(1rem + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:1000;width:min(28rem,100vw - 2rem);display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.pwa-toast{pointer-events:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-radius:.75rem;background:var(--card, #ffffff);color:var(--card-foreground, #0f172a);border:1px solid var(--border, rgba(0, 0, 0, .08));box-shadow:0 8px 24px #0000002e;font-size:.875rem}.pwa-toast span{flex:1 1 12rem}.pwa-toast__actions{display:flex;gap:.5rem;flex-shrink:0}.pwa-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border-radius:.5rem;padding:.4rem .8rem;font-size:.8125rem;font-weight:600;border:1px solid var(--border, rgba(0, 0, 0, .12));background:transparent;color:inherit}.pwa-btn--primary{background:var(--primary, #026bbd);color:var(--primary-foreground, #f8fafc);border-color:transparent}.setup{min-height:100vh;background:linear-gradient(to bottom right,#f8fafc,#f1f5f9);display:flex;align-items:center;justify-content:center;padding:1rem}.setup__card{width:100%;max-width:32rem}.setup__loading-content{display:flex;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:2rem}.setup__spinner{margin-right:.5rem;height:1.5rem;width:1.5rem;animation:setup-spin 1s linear infinite}.setup__header{text-align:center;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;border-top-left-radius:.5rem;border-top-right-radius:.5rem;min-height:340px;display:flex;flex-direction:column;justify-content:center;background-color:#fece46}.setup__header>*+*{margin-top:.5rem}.setup__header-inner{position:relative;z-index:10}.setup__header-inner>*+*{margin-top:1rem}.setup__lang-switcher{position:fixed;top:1rem;right:1rem;z-index:50}.setup__title{font-size:4.5rem;line-height:1;color:#fff;text-transform:uppercase}.setup__title-text{font-weight:400}.setup__subtitle{padding-top:1.5rem;padding-bottom:1.5rem;font-size:1.125rem;line-height:1.75rem;color:#334155}.setup__form>*+*{margin-top:1.5rem}.setup__section>*+*{margin-top:1rem}.setup__section-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;color:#334155;text-transform:uppercase;letter-spacing:.05em}.setup__section-icon{height:1rem;width:1rem;flex-shrink:0}.setup__signed-in{border-radius:.5rem;border:1px solid var(--border);background:#f8fafc;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;color:#334155}.setup__signed-in-email{color:#64748b}.setup__google-btn{width:100%;height:2.75rem;gap:.5rem}.setup__google-icon{height:1rem;width:1rem}.setup__divider{position:relative}.setup__divider-line{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center}.setup__divider-line-inner{width:100%;border-top:1px solid var(--border)}.setup__divider-text-wrap{position:relative;display:flex;justify-content:center;font-size:.75rem;line-height:1rem;text-transform:uppercase}.setup__divider-text{background:#fff;padding-left:.5rem;padding-right:.5rem;color:#94a3b8}.setup__field>*+*{margin-top:.5rem}.setup__label{font-size:.875rem;line-height:1.25rem;font-weight:500}.setup__input{height:2.75rem;transition:all .2s ease}.setup__input:focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 20%,transparent)}.setup__hint{font-size:.75rem;line-height:1rem;color:#475569}.setup__error-text{font-size:.75rem;line-height:1rem;color:#dc2626}.setup__separator{border-top:1px solid var(--border)}.setup__alert{animation:setup-slide-in-from-top .3s ease}.setup__submit{width:100%;height:2.75rem;font-size:1rem;line-height:1.5rem;font-weight:500;transition:all .2s ease}.setup__submit:hover:not(:disabled){transform:scale(1.02)}.setup__submit:disabled{transform:scale(1)}.setup__submit-spinner{margin-right:.5rem;height:1rem;width:1rem;animation:setup-spin 1s linear infinite}.setup__note{margin-top:1.5rem;padding:1rem;background:#eff6ff;border-radius:.5rem;border:1px solid #bfdbfe}.setup__note-text{font-size:.875rem;line-height:1.25rem;color:#1e40af;display:flex;align-items:flex-start;gap:.5rem}.setup__note-icon{height:1rem;width:1rem;margin-top:.125rem;color:#2563eb;flex-shrink:0}@keyframes setup-spin{to{transform:rotate(360deg)}}@keyframes setup-slide-in-from-top{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.custom-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:var(--radius-button);font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer;background-color:var(--brand);transition:all .25s ease}.custom-button:focus-visible{outline:1px solid transparent;outline-offset:1px;box-shadow:0 0 0 1px var(--ring)}.custom-button:disabled{pointer-events:none;opacity:.5}.custom-button svg{pointer-events:none;width:1rem;height:1rem;flex-shrink:0}.custom-button--default{background-color:var(--brand);color:var(--brand-foreground)}.custom-button--destructive{background-color:var(--destructive);color:var(--destructive-foreground)}.custom-button--destructive:hover:not(:disabled){background-color:color-mix(in srgb,var(--destructive) 90%,black)}.custom-button--outline{border:1px solid var(--input);background-color:color-mix(in srgb,var(--card) 85%,transparent)}.custom-button--outline:hover:not(:disabled){color:var(--primary);border-color:color-mix(in srgb,var(--primary) 50%,var(--background))}.custom-button--secondary{background-color:color-mix(in srgb,var(--card) 85%,transparent);color:var(--secondary-foreground)}.custom-button--secondary:hover:not(:disabled){color:var(--primary);background-color:color-mix(in srgb,var(--card) 100%,transparent)}.custom-button--ghost{background-color:transparent;border:none}.custom-button--ghost:hover:not(:disabled){background-color:var(--accent);color:var(--accent-foreground)}.custom-button--link{background-color:transparent;border:none;color:var(--brand-foreground);text-underline-offset:4px;padding:0!important;margin:0;font-size:inherit!important}.custom-button--link:hover:not(:disabled){text-decoration:underline}.custom-button--size-default{height:2.25rem;padding:.5rem 1rem}.custom-button--size-sm{height:2rem;padding:0 .75rem;font-size:.75rem;line-height:1rem}.custom-button--size-lg{height:2.5rem;padding:.375rem 1.25rem;font-size:1rem}.custom-button--size-icon{height:2.25rem;width:2.25rem;padding:0}.input{display:block;height:2.25rem;width:100%;border-radius:var(--radius-button);border:1px solid var(--input);background-color:var(--background);padding:.25rem .75rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.input::placeholder{color:var(--placeholder);opacity:1}.input:focus-visible{outline:none;border-color:var(--ring)}.input:disabled{cursor:not-allowed;opacity:.5}.input--date{position:relative;box-sizing:border-box;width:100%}.input[type=date]{width:100%}.input::file-selector-button{border:0;background:transparent;font-size:.875rem;font-weight:500;color:var(--foreground)}select.input{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;background-size:1rem 1rem;padding-inline-end:2.5rem}@media (min-width: 768px){.input{font-size:.875rem}}.password-input{position:relative;display:block;width:100%}.password-input .password-input__field{padding-inline-end:2.5rem}.password-input__toggle{position:absolute;inset-block:0;inset-inline-end:0;display:flex;align-items:center;justify-content:center;width:2.5rem;border:0;background:transparent;color:var(--placeholder);cursor:pointer;transition:color .2s}.password-input__toggle svg{width:1rem;height:1rem}.password-input__toggle:hover{color:var(--foreground)}.password-input__toggle:focus-visible{outline:2px solid var(--ring);outline-offset:-2px;border-radius:var(--radius-button)}.password-input__toggle:disabled{cursor:not-allowed;opacity:.5}.label{font-size:1rem;font-weight:600;line-height:1;color:var(--foreground)}.label.peer-disabled{cursor:not-allowed;opacity:.7}.card{border-radius:var(--radius);background-color:var(--card);color:var(--card-foreground)}.card__header{display:flex;flex-direction:column;gap:.375rem;padding:1.5rem}.card__title{font-weight:600;line-height:1;letter-spacing:-.025em}.card__description{font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.card__content{padding:1.5rem;padding-top:0}.card__footer{display:flex;align-items:center;padding:1.5rem;padding-top:0}.alert{position:relative;width:100%;border-radius:.5rem;border:1px solid;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;display:flex;gap:.5rem}.alert__icon{position:absolute;left:1rem;top:1rem;color:inherit}.alert__content{padding-left:1.75rem}.alert__content--with-icon{transform:translateY(-3px)}.alert--default{background-color:var(--background);color:var(--foreground);border-color:var(--border)}.alert--default .alert__icon{color:var(--foreground)}.alert--info{background-color:var(--info-bg, var(--background));color:var(--info, var(--foreground));border-color:var(--info-border, var(--border))}.alert--info .alert__icon{color:var(--info, inherit)}.alert--success{background-color:var(--success-bg, var(--background));color:var(--success, var(--foreground));border-color:var(--success-border, var(--border))}.alert--success .alert__icon{color:var(--success, inherit)}.alert--warning{background-color:var(--warning-bg, var(--background));color:var(--warning, var(--foreground));border-color:var(--warning-border, var(--border))}.alert--warning .alert__icon{color:var(--warning, inherit)}.alert--destructive{border-color:hsl(var(--destructive)/.5);color:var(--destructive)}.alert--destructive .alert__icon{color:var(--destructive)}@media (prefers-color-scheme: dark){.alert--destructive{border-color:var(--destructive)}}.alert--danger{background-color:var(--danger-bg, transparent);border-color:var(--danger-border, hsl(var(--destructive)/.5));color:var(--destructive)}.alert--danger .alert__icon{color:var(--destructive)}@media (prefers-color-scheme: dark){.alert--danger{border-color:var(--danger-border, var(--destructive));color:var(--danger-foreground, var(--destructive))}}.alert__title{margin-bottom:.25rem;font-weight:500;line-height:1;letter-spacing:-.025em}.alert__description{font-size:.875rem;line-height:1.25rem}.alert__description p{line-height:1.625}.language-switcher__trigger--icon-only{height:2rem;width:2rem;padding:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s}.language-switcher__trigger--icon-only:hover{background:color-mix(in srgb,var(--background) 20%,transparent)}.language-switcher__trigger--default{height:2rem;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:400;background:color-mix(in srgb,var(--background) 90%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-color:#ffffff4d}.language-switcher__icon{height:1rem;width:1rem}.language-switcher__chevron{height:.75rem;width:.75rem}.language-switcher__flag{font-size:1rem;line-height:1.5rem}.language-switcher__label--full{display:none}@media (min-width: 640px){.language-switcher__label--full{display:inline}}.language-switcher__label--short{display:inline}@media (min-width: 640px){.language-switcher__label--short{display:none}}.language-switcher__content{width:10rem;background:color-mix(in srgb,var(--background) 95%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-color:#ffffff4d}.language-switcher__item{cursor:pointer;gap:.5rem}.dropdown-menu__sub-trigger{display:flex;cursor:default;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;border-radius:var(--radius, .125rem);padding:.375rem .5rem;font-size:.875rem;line-height:1.25rem;outline:none;transition-property:color,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dropdown-menu__sub-trigger:hover{background-color:var(--muted, #f5f5f5)}.dropdown-menu__sub-trigger:focus{background-color:var(--muted, #f5f5f5)}.dropdown-menu__sub-trigger[data-state=open]{background-color:var(--muted, #f5f5f5)}.dropdown-menu__sub-trigger svg{pointer-events:none;width:1rem;height:1rem;flex-shrink:0}.dropdown-menu__sub-trigger--inset{padding-left:2rem}.dropdown-menu__chevron{margin-left:auto}.dropdown-menu__sub-content{z-index:50;min-width:8rem;overflow:hidden;border-radius:var(--radius, .375rem);border:1px solid var(--border, #e5e5e5);background-color:var(--background);padding:.25rem;color:var(--foreground, #171717);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.dropdown-menu__sub-content[data-state=open]{animation:dropdown-in .2s ease-out}.dropdown-menu__sub-content[data-state=closed]{animation:dropdown-out .2s ease-in}.dropdown-menu__sub-content[data-side=bottom]{animation:dropdown-in-from-top .2s ease-out}.dropdown-menu__sub-content[data-side=left]{animation:dropdown-in-from-right .2s ease-out}.dropdown-menu__sub-content[data-side=right]{animation:dropdown-in-from-left .2s ease-out}.dropdown-menu__sub-content[data-side=top]{animation:dropdown-in-from-bottom .2s ease-out}.dropdown-menu__content{z-index:50;max-height:var(--radix-dropdown-menu-content-available-height);min-width:8rem;overflow-y:auto;overflow-x:hidden;border-radius:var(--radius, .375rem);border:1px solid var(--border, #e5e5e5);background-color:var(--background);padding:.25rem;color:var(--foreground, #171717);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.dropdown-menu__content[data-state=open]{animation:dropdown-in .2s ease-out}.dropdown-menu__content[data-state=closed]{animation:dropdown-out .2s ease-in}.dropdown-menu__content[data-side=bottom]{animation:dropdown-in-from-top .2s ease-out}.dropdown-menu__content[data-side=left]{animation:dropdown-in-from-right .2s ease-out}.dropdown-menu__content[data-side=right]{animation:dropdown-in-from-left .2s ease-out}.dropdown-menu__content[data-side=top]{animation:dropdown-in-from-bottom .2s ease-out}.dropdown-menu__item{position:relative;display:flex;cursor:default;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;border-radius:var(--radius, .125rem);padding:.375rem .5rem;font-size:.875rem;line-height:1.25rem;outline:none;color:var(--foreground, #171717);transition-property:color,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dropdown-menu__item:hover{background-color:var(--muted, #f5f5f5)}.dropdown-menu__item:focus{background-color:var(--muted, #f5f5f5);color:var(--foreground, #171717)}.dropdown-menu__item[data-disabled]{pointer-events:none;opacity:.5}.dropdown-menu__item a{color:inherit;text-decoration:none}.dropdown-menu__item a:hover,.dropdown-menu__item a:focus{color:inherit;text-decoration:none}.dropdown-menu__item svg{width:1rem;height:1rem;flex-shrink:0}.dropdown-menu__item--inset{padding-left:2rem}.dropdown-menu__checkbox-item{position:relative;display:flex;cursor:default;-webkit-user-select:none;user-select:none;align-items:center;border-radius:var(--radius, .125rem);padding:.375rem .5rem .375rem 2rem;font-size:.875rem;line-height:1.25rem;outline:none;transition-property:color,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dropdown-menu__checkbox-item:hover{background-color:var(--muted, #f5f5f5)}.dropdown-menu__checkbox-item:focus{background-color:var(--muted, #f5f5f5);color:var(--foreground, #171717)}.dropdown-menu__checkbox-item[data-disabled]{pointer-events:none;opacity:.5}.dropdown-menu__item-indicator{position:absolute;left:.5rem;display:flex;height:.875rem;width:.875rem;align-items:center;justify-content:center}.dropdown-menu__item-indicator svg{height:1rem;width:1rem}.dropdown-menu__radio-item{position:relative;display:flex;cursor:default;-webkit-user-select:none;user-select:none;align-items:center;border-radius:var(--radius, .125rem);padding:.375rem .5rem .375rem 2rem;font-size:.875rem;line-height:1.25rem;outline:none;transition-property:color,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dropdown-menu__radio-item:hover{background-color:var(--muted, #f5f5f5)}.dropdown-menu__radio-item:focus{background-color:var(--muted, #f5f5f5);color:var(--foreground, #171717)}.dropdown-menu__radio-item[data-disabled]{pointer-events:none;opacity:.5}.dropdown-menu__radio-indicator{position:absolute;left:.5rem;display:flex;height:.875rem;width:.875rem;align-items:center;justify-content:center}.dropdown-menu__radio-indicator svg{height:.5rem;width:.5rem;fill:currentColor}.dropdown-menu__label{padding:.375rem .5rem;font-size:.875rem;line-height:1.25rem;font-weight:600}.dropdown-menu__label--inset{padding-left:2rem}.dropdown-menu__separator{margin:.25rem -.25rem;height:1px;background-color:var(--muted, #f1f5f9)}.dropdown-menu__shortcut{margin-left:auto;font-size:.75rem;line-height:1rem;letter-spacing:.1em;opacity:.6}@keyframes dropdown-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes dropdown-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes dropdown-in-from-top{0%{opacity:0;transform:translateY(-.5rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes dropdown-in-from-bottom{0%{opacity:0;transform:translateY(.5rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes dropdown-in-from-left{0%{opacity:0;transform:translate(-.5rem) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes dropdown-in-from-right{0%{opacity:0;transform:translate(.5rem) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(to bottom right,#f8fafc,#f1f5f9)}.login__card{width:100%;max-width:32rem}.login__header{text-align:center;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;border-top-left-radius:.5rem;border-top-right-radius:.5rem;min-height:340px;display:flex;flex-direction:column;justify-content:center;background-color:#fece46}.login__header-inner{position:relative;z-index:10}.login__title{font-family:Londrina Solid,sans-serif;font-size:4.5rem;line-height:1;color:#fff;text-transform:uppercase}.login__title-text{font-weight:400}.login__body{padding-top:1.5rem;padding-bottom:1.5rem}.login__subtitle{font-size:1.125rem;line-height:1.75rem;color:#334155;margin-bottom:1.5rem}.login__panel{display:flex;flex-direction:column;gap:1rem}.login__forgot-confirm{text-align:center;padding-top:1rem;padding-bottom:1rem;display:flex;flex-direction:column;gap:1rem}.login__forgot-message{color:#334155}.login__forgot-intro{font-size:1.125rem;line-height:1.75rem;color:#334155;margin-bottom:1.5rem}.login__form{display:flex;flex-direction:column;gap:1.5rem}.login__field{display:flex;flex-direction:column;gap:.5rem}.login__field-row{display:flex;align-items:center;justify-content:space-between}.login__label{font-size:.875rem;line-height:1.25rem;font-weight:500;color:#334155}.login__input{height:2.75rem}.login__forgot-link{font-size:.75rem;line-height:1rem;color:var(--primary, #1d4ed8)}.login__forgot-link:hover{text-decoration:underline}.login__submit{width:100%;height:2.75rem}.login__spinner{margin-right:.5rem;width:1rem;height:1rem;animation:login-spin 1s linear infinite}.login__back-link{text-align:center;font-size:.875rem;line-height:1.25rem;color:#64748b}.login__back-button{font-weight:500;color:var(--primary, #1d4ed8)}.login__back-button:hover{text-decoration:underline}.login__google-icon{width:1rem;height:1rem}.login__divider{position:relative}.login__divider-line{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center}.login__divider-border{width:100%;border-top:1px solid var(--border)}.login__divider-label-row{position:relative;display:flex;justify-content:center;font-size:.75rem;line-height:1rem;text-transform:uppercase}.login__divider-label{background:var(--background);padding-left:.5rem;padding-right:.5rem;color:#94a3b8}@keyframes login-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.public-header{border-bottom:1px solid var(--border);background:var(--background)}.public-header__inner{margin-left:auto;margin-right:auto;display:flex;width:100%;max-width:72rem;align-items:center;justify-content:space-between;padding:1rem}.public-header__brand{font-size:1.25rem;line-height:1.75rem;color:var(--primary);letter-spacing:.025em}.public-header__actions{display:flex;align-items:center;gap:.5rem}.public-header__signout-icon{margin-right:.5rem;height:1rem;width:1rem}.reset-password{display:flex;min-height:100vh;flex-direction:column;background:linear-gradient(to bottom right,#f8fafc,#f1f5f9)}.reset-password__body{display:flex;flex:1 1 auto;align-items:center;justify-content:center;padding:1rem}.reset-password__card{width:100%;max-width:32rem}.reset-password__header{position:relative;display:flex;min-height:340px;flex-direction:column;justify-content:center;gap:.5rem;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;border-top-left-radius:.5rem;border-top-right-radius:.5rem;background-color:#fece46}.reset-password__header-inner{position:relative;z-index:10}.reset-password__header-inner>*+*{margin-top:1rem}.reset-password__title{font-size:4.5rem;line-height:1;text-transform:uppercase;color:#fff}.reset-password__title-text{font-weight:400;font-family:var(--brand)}.reset-password__verifying{display:flex;align-items:center;justify-content:center;padding:3rem 0}.reset-password__spinner{height:2rem;width:2rem;animation:spin 1s linear infinite;color:var(--primary)}.reset-password__verifying-text{margin-left:.75rem;color:#475569}.reset-password__success{padding:3rem 0;text-align:center}.reset-password__success>*+*{margin-top:1rem}.reset-password__success-icon{height:4rem;width:4rem;margin:0 auto;color:#22c55e}.reset-password__success-heading{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:#1e293b}.reset-password__success-text{margin-top:.5rem;color:#475569}.reset-password__error{padding:3rem 0}.reset-password__error>*+*{margin-top:1rem}.reset-password__error-button{width:100%}.reset-password__intro{padding:1.5rem 0}.reset-password__intro-text{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;color:#334155}.reset-password__intro-email{font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.reset-password__intro-email-name{font-weight:500}.reset-password__form>*+*{margin-top:1.5rem}.reset-password__field>*+*{margin-top:.5rem}.reset-password__label{font-size:.875rem;line-height:1.25rem;font-weight:500;color:#334155}.reset-password__input{height:2.75rem}.reset-password__submit{width:100%;height:2.75rem;font-size:1rem;font-weight:500}.reset-password__submit-spinner{margin-right:.5rem;height:1rem;width:1rem;animation:spin 1s linear infinite}.reset-password__back{text-align:center}.reset-password__back-link{font-size:.875rem;line-height:1.25rem;color:var(--primary)}.reset-password__back-link:hover{text-decoration:underline}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.public-auth{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(to bottom right,#f8fafc,#f1f5f9)}.public-auth__card{width:100%;max-width:32rem}.public-auth__header{position:relative;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;border-top-left-radius:.5rem;border-top-right-radius:.5rem;min-height:340px;display:flex;flex-direction:column;justify-content:center;background-color:#fece46}.public-auth__header-inner{position:relative;z-index:10}.public-auth__title{font-size:4.5rem;line-height:1;color:#fff;text-transform:uppercase}.public-auth__title-text{font-family:Londrina Solid,sans-serif;font-weight:400}.public-auth__forgot{padding-top:1.5rem;padding-bottom:1.5rem}.public-auth__forgot-sent{display:flex;flex-direction:column;gap:1rem;text-align:center;padding-top:1rem;padding-bottom:1rem}.public-auth__forgot-sent-text{color:#334155}.public-auth__forgot-intro{font-size:1.125rem;line-height:1.75rem;color:#334155;margin-bottom:1.5rem}.public-auth__form{display:flex;flex-direction:column;gap:1.5rem}.public-auth__field{display:flex;flex-direction:column;gap:.5rem}.public-auth__label{font-size:.875rem;line-height:1.25rem;font-weight:500;color:#334155}.public-auth__field-row{display:flex;align-items:center;justify-content:space-between}.public-auth__link-btn{font-size:.75rem;line-height:1rem;color:var(--primary)}.public-auth__link-btn:hover{text-decoration:underline}.public-auth__footer-link{text-align:center;font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.public-auth__footer-link a{font-weight:500;color:var(--primary)}.public-auth__footer-link a:hover{text-decoration:underline}.public-auth__input{height:2.75rem}.public-auth__submit{width:100%;height:2.75rem}.public-auth__google-btn{width:100%;height:2.75rem;display:inline-flex;align-items:center;gap:.5rem}.public-auth__spinner{margin-right:.5rem;width:1rem;height:1rem;animation:public-auth-spin 1s linear infinite}.public-auth__intro{padding-top:1.5rem;padding-bottom:1.5rem;font-size:1.125rem;line-height:1.75rem;color:#334155}.public-auth__body{display:flex;flex-direction:column;gap:1rem}.public-auth__google-icon{height:1rem;width:1rem}.public-auth__divider{position:relative}.public-auth__divider-line{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center}.public-auth__divider-line span{width:100%;border-top:1px solid var(--border)}.public-auth__divider-label{position:relative;display:flex;justify-content:center;font-size:.75rem;line-height:1rem;text-transform:uppercase}.public-auth__divider-label span{background:#fff;padding-left:.5rem;padding-right:.5rem;color:#94a3b8}.public-auth__general-links{display:flex;flex-direction:column;gap:.75rem;text-align:center;font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.public-auth__general-links a{font-weight:500;color:var(--primary)}.public-auth__general-links a:hover{text-decoration:underline}@keyframes public-auth-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background-color:color-mix(in srgb,var(--background) 80%,transparent);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);transition:opacity .2s ease-in-out}.dialog-overlay[data-state=open]{animation:fade-in .2s ease-out}.dialog-overlay[data-state=closed]{animation:fade-out .2s ease-in}.dialog-content{position:fixed;left:50%;top:50%;z-index:200;display:flex;flex-direction:column;width:100%;max-width:32rem;transform:translate(-50%,-50%);border:1px solid var(--border);background-color:var(--background);box-shadow:0 25px 50px -12px #00000040;transition:all .2s ease-in-out;max-height:90vh}@media (min-width: 640px){.dialog-content{border-radius:.5rem}}.dialog-content[data-state=open]{animation:dialog-in .2s ease-out}.dialog-content[data-state=closed]{animation:dialog-out .2s ease-in}@media (max-width: 767px){.dialog-content{width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);height:auto;max-height:calc(100vh - 2rem);border-radius:.5rem}}.dialog-close{position:absolute;right:1rem;top:1rem;border-radius:.125rem;opacity:.7;transition:opacity .2s ease-in-out}.dialog-close:hover{opacity:1}.dialog-close:focus{outline:none;box-shadow:0 0 0 2px var(--ring),0 0 0 4px var(--background)}.dialog-close:disabled{pointer-events:none}.dialog-close[data-state=open]{background-color:var(--accent);color:var(--muted-foreground)}.dialog-close svg{height:1rem;width:1rem}.dialog-header{display:flex;flex-direction:column;gap:.375rem;text-align:left;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--border)}.dialog-scrollable-content{flex:1;min-height:0;overflow-y:auto;padding:1.5rem}.dialog-scrollable-content .dialog-scrollable-inner{padding:0}.dialog-footer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid var(--border)}.dialog-title{font-size:1.125rem;font-weight:600;line-height:1;letter-spacing:-.025em}.dialog-description{font-size:.875rem;color:var(--muted-foreground)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes dialog-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.95) translateY(-2%)}to{opacity:1;transform:translate(-50%,-50%) scale(1) translateY(0)}}@keyframes dialog-out{0%{opacity:1;transform:translate(-50%,-50%) scale(1) translateY(0)}to{opacity:0;transform:translate(-50%,-50%) scale(.95) translateY(-2%)}}.popover__content{z-index:50;width:18rem;border-radius:.375rem;border:1px solid var(--color-border, #e5e7eb);background:var(--color-popover, #ffffff);color:var(--color-popover-foreground, #111827);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;outline:none;transform-origin:var(--radix-popover-content-transform-origin)}.popover__content[data-state=open]{animation:popover-in .15s ease-out}.popover__content[data-state=closed]{animation:popover-out .15s ease-in}.popover__content[data-side=bottom]{animation:popover-in .15s ease-out,slide-in-from-top .15s ease-out}.popover__content[data-side=left]{animation:popover-in .15s ease-out,slide-in-from-right .15s ease-out}.popover__content[data-side=right]{animation:popover-in .15s ease-out,slide-in-from-left .15s ease-out}.popover__content[data-side=top]{animation:popover-in .15s ease-out,slide-in-from-bottom .15s ease-out}@keyframes popover-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes popover-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes slide-in-from-top{0%{transform:translateY(-.5rem)}to{transform:translateY(0)}}@keyframes slide-in-from-bottom{0%{transform:translateY(.5rem)}to{transform:translateY(0)}}@keyframes slide-in-from-left{0%{transform:translate(-.5rem)}to{transform:translate(0)}}@keyframes slide-in-from-right{0%{transform:translate(.5rem)}to{transform:translate(0)}}.message-bell__trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;height:2.25rem;width:2.25rem;border-radius:9999px;color:var(--brand-foreground);transition:background-color .15s ease}.message-bell__trigger:hover{background:var(--brand)}.message-bell__icon{height:1.25rem;width:1.25rem}.message-bell__badge{position:absolute;top:-.125rem;right:-.125rem;min-width:18px;height:18px;padding:0 .25rem;border-radius:9999px;background:var(--destructive);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.message-bell__panel{width:20rem;padding:0}.message-bell__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.message-bell__title{font-size:.875rem;line-height:1.25rem;font-weight:600;color:#1e293b}.message-bell__tabs{display:inline-flex;border-radius:9999px;background:#f1f5f9;padding:.125rem;font-size:.75rem;font-weight:500}.message-bell__tab{padding:.25rem .625rem;border-radius:9999px;transition:color .15s ease,background-color .15s ease;color:var(--muted-foreground);background:transparent}.message-bell__tab:hover{color:#334155}.message-bell__tab--active{background:#fff;color:#0f172a}.message-bell__tab--active:hover{color:#0f172a}.message-bell__empty{padding:1.5rem;text-align:center;font-size:.875rem;color:var(--muted-foreground)}.message-bell__list{max-height:28rem;overflow-y:auto}.message-bell__item{display:block;border-bottom:1px solid var(--border);padding:.75rem 1rem;text-decoration:none;transition:background-color .15s ease}.message-bell__item:last-child{border-bottom:none}.message-bell__item:hover{text-decoration:none;background:#f8fafc}.message-bell__item-row{display:flex;align-items:flex-start;gap:.5rem}.message-bell__dot{margin-top:.375rem;height:.5rem;width:.5rem;border-radius:9999px;flex-shrink:0}.message-bell__dot--unread{background:#3b82f6}.message-bell__item-content{min-width:0;flex:1 1 auto}.message-bell__item-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.message-bell__item-title{font-weight:500;font-size:.875rem;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-bell__item-time{font-size:.75rem;color:#94a3b8;white-space:nowrap}.message-bell__item-body{margin-top:.125rem;font-size:.75rem;color:var(--muted-foreground);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chat-bell{position:relative;display:inline-flex;align-items:center;justify-content:center;height:2.25rem;width:2.25rem;border-radius:9999px;color:var(--brand-foreground);text-decoration:none;transition:background-color .15s ease}.chat-bell:hover{text-decoration:none;background:var(--brand)}.chat-bell__icon{height:1.25rem;width:1.25rem}.chat-bell__badge{position:absolute;top:-.125rem;right:-.125rem;min-width:18px;height:18px;padding:0 .25rem;border-radius:9999px;background:var(--destructive);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.textarea{display:flex;width:100%;border-radius:var(--radius);border:1px solid var(--input);background-color:var(--background);padding:.5rem .75rem;font-size:1rem;line-height:1.5;transition:border-color .2s,box-shadow .2s;resize:vertical;min-height:6rem}.textarea::placeholder{color:var(--placeholder);opacity:1}.textarea:focus-visible{outline:none;border-color:var(--ring)}.textarea:disabled{cursor:not-allowed;opacity:.5}@media (min-width: 768px){.textarea{font-size:.875rem}}.contact-league-dialog__content{max-width:32rem}.contact-league-dialog__loading,.contact-league-dialog__empty{font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.contact-league-dialog__form{display:flex;flex-direction:column;gap:1rem}.contact-league-dialog__field{display:flex;flex-direction:column;gap:.5rem}.contact-league-dialog__sender-note{font-size:.75rem;line-height:1rem;color:var(--muted-foreground)}.user-avatar--circle{border-radius:9999px}.user-avatar--rounded{border-radius:.5rem}.user-avatar--clickable{cursor:pointer;transition:opacity .15s ease}.user-avatar--clickable:hover{opacity:.9}.user-avatar__icon{height:100%;width:100%;color:#94a3b8}.public-shell{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:100vw;overflow-x:clip}.public-shell:has(.public-shell__main.chat-mode){height:100vh;height:100dvh;min-height:0;overflow:hidden}.public-shell__header{position:sticky;top:0;z-index:50;background-color:var(--background);border-bottom:1px solid var(--border)}.public-shell__header-inner{max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;gap:2rem;width:100%}@media (max-width: 767px){.public-shell__header-inner{padding:.75rem 1rem;gap:1rem}}.public-shell__brand{margin:0;font-size:1.875rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:var(--brand-foreground);white-space:nowrap;flex:0 0 auto;line-height:1}.public-shell__brand-link{color:inherit;text-decoration:none;display:inline-flex;align-items:center}.public-shell__brand-short{display:none}@media (max-width: 767px){.public-shell__brand-full{display:none}.public-shell__brand-short{display:inline}}.public-shell__nav{flex:1}.public-shell__marketing-nav{display:flex;align-items:center;gap:1.5rem}@media (max-width: 899px){.public-shell__marketing-nav{display:none}}.public-shell__marketing-link{color:var(--foreground);text-decoration:none;font-size:.9375rem;font-weight:500;white-space:nowrap;transition:color .15s ease}.public-shell__marketing-link:hover{color:var(--brand-foreground);text-decoration:none}.public-shell__mobile-marketing-nav{display:none}@media (max-width: 899px){.public-shell__mobile-marketing-nav{min-height:2.5rem;padding:0 1rem;border-top:1px solid var(--border);background-color:color-mix(in srgb,var(--muted) 40%,var(--background));display:flex;align-items:stretch;justify-content:center;gap:2rem}}.public-shell__mobile-marketing-link{position:relative;display:inline-flex;align-items:center;color:var(--muted-foreground);font-size:.875rem;font-weight:600;text-decoration:none}.public-shell__mobile-marketing-link:hover,.public-shell__mobile-marketing-link:focus{color:var(--brand-foreground);text-decoration:none}.public-shell__mobile-marketing-link--active{color:var(--brand-foreground)}.public-shell__mobile-marketing-link--active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;border-radius:999px 999px 0 0;background-color:var(--brand-foreground)}.public-shell__get-started{display:inline-flex;align-items:center;padding:.5rem .875rem;border-radius:999px;background-color:var(--brand-foreground);color:var(--background);font-size:.875rem;font-weight:600;white-space:nowrap;text-decoration:none;transition:opacity .15s ease}.public-shell__get-started:hover{opacity:.9;text-decoration:none;color:var(--background)}@media (max-width: 599px){.public-shell__get-started{display:none}}.public-shell__nav-list{display:flex;gap:1rem;align-items:center;margin:0;padding:0;list-style:none}.public-shell__nav-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border-radius:999px;background-color:var(--brand);color:var(--brand-foreground);font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s ease,color .2s ease}.public-shell__nav-link--active{background-color:var(--brand-foreground);color:var(--background)}.public-shell__nav-link--active:hover,.public-shell__nav-link--active:focus{background-color:var(--brand-foreground);color:var(--background)}.public-shell__nav-link-icon{width:1.25rem;height:1.25rem;flex:0 0 auto}@media (max-width: 767px){.public-shell__nav-link-text{display:none}}.public-shell__nav-link-text-mobile{display:none}.public-shell__find-league-link{background-color:transparent;border:1px solid var(--border);color:var(--foreground)}.public-shell__find-league-link:hover,.public-shell__find-league-link:focus{background-color:var(--muted);color:var(--foreground)}@media (max-width: 767px){.public-shell__nav-link{padding:.5rem;gap:0}.public-shell__account-link--logged-out{gap:.25rem}.public-shell__nav-link-text-mobile{display:inline}}.public-shell__account-group{display:inline-flex;align-items:stretch}.public-shell__account-link{border-top-right-radius:0;border-bottom-right-radius:0;padding:.375rem .625rem .375rem .5rem}.public-shell__account-toggle{border-top-left-radius:0;border-bottom-left-radius:0;padding:.5rem;cursor:pointer;border:none;font-family:inherit;background-color:var(--brand);box-shadow:inset 1px 0 color-mix(in srgb,var(--brand-foreground) 25%,transparent)}.public-shell__account-toggle.public-shell__nav-link--active{background-color:var(--brand-foreground);box-shadow:inset 1px 0 color-mix(in srgb,var(--background) 35%,transparent)}.public-shell__account-toggle[data-state=open] .public-shell__account-chevron{transform:rotate(180deg)}.public-shell__account-chevron{transition:transform .2s ease}.public-shell__actions{margin-left:auto;flex:0 0 auto;display:flex;align-items:center;gap:.5rem}.public-shell__menu-link{display:inline-flex;align-items:center;gap:.5rem;width:100%;text-decoration:none}.public-shell__menu-link:hover{text-decoration:none}.public-shell__menu-icon{width:.875rem;height:.875rem;flex:0 0 auto}.public-shell__menu-icon--spaced{margin-right:.5rem}.public-shell__main{flex:1;width:100%;max-width:80rem;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;min-width:0;container-type:inline-size}@media (max-width: 767px){.public-shell__main{padding:.75rem}}.public-shell__main.chat-mode{min-height:0;overflow:hidden;padding:0;gap:0}@media (min-width: 768px){.public-shell__main.chat-mode{padding:1.5rem}}.public-shell__main h2,.public-shell__main .page-header h2{font-size:1.5rem;font-weight:600;line-height:1.2;color:var(--card-foreground)}.public-shell__main h3{font-size:1rem;font-weight:600;line-height:1.3;color:var(--muted-foreground);margin:0}.public-shell__page-header{display:flex;flex-direction:column;gap:.5rem}.public-shell__page-header h1{font-size:2.5rem;font-weight:600;line-height:1.1;color:var(--card-foreground)}.public-shell__page-header p{margin:0;font-size:1.125rem;color:var(--muted-foreground)}.public-shell__hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;padding:3rem 0 2rem}@media (max-width: 767px){.public-shell__hero{grid-template-columns:1fr;padding:2rem 0 1.5rem}}.public-shell__hero--full{grid-template-columns:1fr}.public-shell__hero-content{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.public-shell__hero-content h1{font-size:3.5rem;font-weight:600;line-height:1.05;color:var(--card-foreground);margin:0}.public-shell__hero-content p{font-size:1.25rem;color:var(--muted-foreground);margin:0}@media (max-width: 767px){.public-shell__hero-content{align-items:center;text-align:center}.public-shell__hero-content h1{font-size:2.5rem}.public-shell__hero-content p{font-size:1rem}}.public-shell__hero-image{display:block;width:100%;height:30rem;justify-self:end;object-fit:contain;object-position:right center}@media (max-width: 767px){.public-shell__hero-image{justify-self:center;height:18rem;object-position:center;order:-1}}.public-shell__hero-search{width:100%;max-width:32rem;display:flex;gap:.5rem;align-items:stretch}.public-shell__hero-search>*:first-child{flex:1;min-width:0}.public-shell__footer{background-color:color-mix(in srgb,var(--muted) 60%,var(--background));border-top:1px solid var(--border);margin-top:3rem}.public-shell__footer-inner{max-width:80rem;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}@media (max-width: 767px){.public-shell__footer-inner{grid-template-columns:1fr;padding:2rem 1.5rem}}.public-shell__footer-brand .public-shell__brand{font-size:1.5rem}.public-shell__footer-tagline{margin-top:.75rem;color:var(--muted-foreground);max-width:22rem;font-size:.875rem;line-height:1.5}.public-shell__footer-column h3{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);margin:0 0 .75rem}.public-shell__footer-column ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.public-shell__footer-column a{color:var(--foreground);text-decoration:none;font-size:.875rem}.public-shell__footer-column a:hover{text-decoration:underline}.public-shell__footer-bottom{border-top:1px solid var(--border)}.public-shell__footer-bottom-inner{max-width:80rem;margin:0 auto;padding:1rem 1.5rem;color:var(--muted-foreground);font-size:.875rem;text-align:center}@media (min-width: 768px){.public-shell__footer-bottom-inner{text-align:start}}@layer base{*,*:before,*:after{box-sizing:border-box;border:0 solid var(--border)}*{margin:0}html{-webkit-text-size-adjust:100%;line-height:1.5;-moz-tab-size:4;tab-size:4}body{line-height:inherit}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;color:inherit;letter-spacing:inherit}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}button{cursor:pointer}table{border-collapse:collapse;text-indent:0}ol,ul{list-style:none;padding:0}a{color:inherit;text-decoration:inherit}}:root{--color-background: var(--background);--color-foreground: var(--foreground);--color-card: var(--card);--color-card-foreground: var(--card-foreground);--color-popover: var(--popover);--color-popover-foreground: var(--popover-foreground);--color-primary: var(--primary);--color-primary-foreground: var(--primary-foreground);--color-secondary: var(--secondary);--color-secondary-foreground: var(--secondary-foreground);--color-muted: var(--muted);--color-muted-foreground: var(--muted-foreground);--color-accent: var(--accent);--color-accent-foreground: var(--accent-foreground);--color-destructive: var(--destructive);--color-destructive-foreground: var(--destructive-foreground);--color-info: var(--info);--color-info-foreground: var(--info-foreground);--color-success: var(--success);--color-success-foreground: var(--success-foreground);--color-warning: var(--warning);--color-warning-foreground: var(--warning-foreground);--color-border: var(--border);--color-input: var(--input);--color-ring: var(--ring);--color-brand: var(--brand);--color-brand-foreground: var(--brand-foreground)}@layer base{:root{--background: #ffffff;--foreground: #4c525f;--card: #ffffff;--card-foreground: #555;--popover: #ffffff;--popover-foreground: #555;--primary: #026bbd;--primary-foreground: #f8fafc;--secondary: #f1f5f9;--secondary-foreground: #1e293b;--muted: #f1f5f9;--muted-foreground: #64748b;--placeholder: #a3aec0;--accent: #f1f5f9;--accent-foreground: #1e293b;--destructive: #ef4444;--destructive-foreground: #f8fafc;--info: #0284c7;--info-foreground: #0c4a6e;--info-bg: #f0f9ff;--info-border: #bae6fd;--success: #15803d;--success-foreground: #14532d;--success-bg: #f0fdf4;--success-border: #bbf7d0;--warning: #b45309;--warning-foreground: #78350f;--warning-bg: #fffbeb;--warning-border: #fcd34d;--danger-bg: #fef2f2;--danger-border: #fecaca;--danger-foreground: #991b1b;--border: #e2e8f0;--input: #e2e8f0;--ring: #026bbd;--brand: #caf3ff;--brand-foreground: #026bbd;--radius: 1.25rem;--radius-button: 18px;--btn-shadow: 0 2px 12px rgba(0, 0, 0, .15);--pill-tabs-height: 3.25rem}.dark{--background: #0f172a;--foreground: #f8fafc;--card: #555;--card-foreground: #f8fafc;--popover: #555;--popover-foreground: #f8fafc;--primary: #38bdf8;--primary-foreground: #0f172a;--secondary: #334155;--secondary-foreground: #f8fafc;--muted: #334155;--muted-foreground: #94a3b8;--placeholder: #64748b;--accent: #334155;--accent-foreground: #f8fafc;--destructive: #dc2626;--destructive-foreground: #f8fafc;--info: #38bdf8;--info-foreground: #e0f2fe;--info-bg: rgba(56, 189, 248, .12);--info-border: rgba(56, 189, 248, .4);--success: #34d399;--success-foreground: #dcfce7;--success-bg: rgba(52, 211, 153, .12);--success-border: rgba(52, 211, 153, .4);--warning: #fbbf24;--warning-foreground: #fef3c7;--warning-bg: rgba(251, 191, 36, .12);--warning-border: rgba(251, 191, 36, .4);--danger-bg: rgba(220, 38, 38, .12);--danger-border: rgba(220, 38, 38, .4);--danger-foreground: #fecaca;--border: #334155;--input: #334155;--ring: #38bdf8;--brand: #caf3ff;--brand-foreground: #026bbd;--btn-shadow: 0 2px 12px rgba(0, 0, 0, .15)}}@layer base{*{border-color:var(--border)}body{color:var(--foreground)}h1,h2,h3,h4,h5,h6{margin:0}}.responsive-table-container{border-radius:.5rem;border:1px solid rgb(229,229,229);overflow:hidden}@media (min-width: 1024px){.responsive-table-container{max-height:100%;display:flex;flex-direction:column}}@media (max-width: 767px){.responsive-table-container--cards{border:none;border-radius:0;overflow:visible}.responsive-table-container--cards .responsive-table-wrapper{overflow:visible}.responsive-table-container--cards .responsive-table{display:block;width:100%;min-width:0}.responsive-table-container--cards .responsive-table__head{display:none}.responsive-table-container--cards .responsive-table__body{display:block}.responsive-table-container--cards .responsive-table__row{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;padding:.875rem 1rem;background-color:#fff;border:1px solid var(--border);border-radius:.5rem}.responsive-table-container--cards .responsive-table__row:hover{background-color:#fff}.responsive-table-container--cards .responsive-table__cell{display:block;position:static;padding:0;border:none}.responsive-table-container--cards .responsive-table__cell[data-heading]{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);align-items:baseline;justify-items:start;gap:.5rem;font-size:.875rem;color:#404040}.responsive-table-container--cards .responsive-table__cell[data-heading]:before{content:attr(data-heading);font-weight:500;color:#737373}.responsive-table-container--cards .responsive-table__cell[data-heading]:empty{display:none}.responsive-table-container--cards .responsive-table__cell--m-title{font-size:1rem;font-weight:600;color:#171717}.responsive-table-container--cards .responsive-table__cell--m-title .cell-link-trigger,.responsive-table-container--cards .responsive-table__cell--m-title a{padding:0;height:auto;font-size:inherit;font-weight:inherit;text-align:left;white-space:normal}.responsive-table-container--cards .responsive-table__cell--m-subtitle{margin-top:.125rem;font-size:.8125rem;color:#737373}.responsive-table-container--cards .responsive-table__cell--m-actions{margin-top:.125rem}.responsive-table-container--cards .responsive-table__cell--m-actions>*{display:flex;flex-wrap:wrap;gap:.5rem}.responsive-table-container--cards .responsive-table__cell--m-actions>*>*{flex:1 1 auto}.responsive-table-container--cards .responsive-table__cell--m-hidden{display:none}.responsive-table-container--cards .responsive-table__cell--center{display:block;text-align:center}}.responsive-table-wrapper{overflow-x:auto;position:relative}@media (min-width: 1024px){.responsive-table-wrapper{overflow-y:auto;max-height:100%;min-height:0}}.responsive-table-wrapper{-webkit-overflow-scrolling:touch}@media (max-width: 768px){.responsive-table-wrapper{scrollbar-width:thin}.responsive-table-wrapper::-webkit-scrollbar{height:6px}.responsive-table-wrapper::-webkit-scrollbar-track{background:#fafafa}.responsive-table-wrapper::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:3px}}.responsive-table{min-width:100%;width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem}@media (max-width: 768px){.responsive-table{min-width:max-content}}.responsive-table__head{background-color:#fafafa}@media (min-width: 1024px){.responsive-table__head{position:sticky;top:0;z-index:15}}.responsive-table__header{padding:.75rem 1rem;text-align:left;font-weight:600;color:#404040;white-space:nowrap;background-color:#fafafa}.responsive-table__header--sticky-first{position:sticky;left:0;z-index:25;background-color:#fafafa;border-right:1px solid var(--border)}.responsive-table__header--sticky-last{position:sticky;right:0;z-index:25;background-color:#fafafa;border-left:1px solid var(--border)}.responsive-table__body>tr{border-top:1px solid rgb(245,245,245)}.responsive-table__row{background-color:#fff}.responsive-table__row:hover{background-color:#fafafa}.responsive-table__cell{padding:.75rem 1rem;color:#525252}.responsive-table__cell--center{padding-top:2.5rem;padding-bottom:2.5rem;text-align:center;color:#737373}.responsive-table__cell--sticky-first{position:sticky;left:0;z-index:10;background-color:#fff;font-weight:500;color:#171717}.responsive-table__row:hover .responsive-table__cell--sticky-first{background-color:#fafafa}.responsive-table__cell--sticky-first{border-right:1px solid var(--border)}.responsive-table__cell--sticky-last{position:sticky;right:0;z-index:10;background-color:#fff}.responsive-table__row:hover .responsive-table__cell--sticky-last{background-color:#fafafa}.responsive-table__cell--sticky-last{border-left:1px solid var(--border)}body{margin:0;font-family:DM Sans,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed}input.date-input{position:relative;padding-inline-end:0;box-sizing:border-box}input.date-input::-webkit-calendar-picker-indicator{opacity:0;width:1.5rem;height:1.5rem;cursor:pointer}input.date-input::-moz-focus-inner,input.date-input::-moz-calendar-picker-indicator{border:0;padding:0}input.date-input::-moz-calendar-picker-indicator{opacity:0}input[type=date]:not(.date-input)::-webkit-calendar-picker-indicator{opacity:1;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:1rem 1rem}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}h3{font-size:1.5rem;line-height:1.75rem;font-weight:600;margin-bottom:.5rem}h4{font-weight:600;font-size:1.25rem}.font-brand{font-family:Londrina Solid,sans-serif;text-transform:uppercase}.page-header{display:flex;flex-direction:row;align-items:flex-end;gap:1rem;justify-content:space-between;width:100%}.page-header>*:first-child{flex-grow:1}.page-header h2{font-weight:600;font-size:2.5rem;line-height:1;color:var(--card-foreground)}@media (max-width: 767px){.page-header--stacked{flex-direction:column;align-items:stretch;gap:.75rem}.page-header--stacked .page-header__actions{width:100%;justify-content:space-between}}.page-header__actions{display:flex;flex-direction:row;align-items:center;gap:.5rem}.page-header__titles{display:flex;flex-direction:row;align-items:baseline;gap:1rem;flex-grow:1;min-width:0}.page-header__titles h2{order:1}.page-header__titles .breadcrumb{order:2;flex:1}@media (max-width: 767px){.page-header__titles{flex-direction:column;align-items:flex-start;gap:.25rem}.page-header__titles .breadcrumb{order:0}}.main-contents{display:grid;grid-template-columns:300px 1fr 1fr 1fr}@media (max-width: 767px){.main-contents{grid-template-columns:1fr}}.mid-column{grid-column:1/1;font-size:1.25rem;font-weight:600;height:100vh;padding:1rem;background-size:100% auto;background-position:bottom;background-repeat:no-repeat;color:var(--info);font-size:2rem;position:sticky;top:0;display:none}@media (min-width: 768px){.mid-column{display:block}}.mid-column__content{background-color:color-mix(in srgb,var(--background) 60%,transparent);padding:.5rem 1rem 1rem;border-radius:1rem}.mid-column h2{font-weight:700;font-size:2.5rem;line-height:1.25;margin-block-end:2rem}.mid-column__text{margin-bottom:2rem}.mid-column__links{font-size:1.5rem;list-style:outside;margin-inline-start:2rem}.mid-column__links a:hover{text-decoration:underline}.content-area{padding:1rem;display:flex;flex-direction:column;gap:1.5rem;container-type:inline-size;grid-column:2/5}@media (max-width: 767px){.content-area{grid-column:1/1}}@layer base{a{color:var(--brand-foreground);text-decoration:none}a:hover{text-decoration:underline}}.empty-state{padding:4rem 0 0;height:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;container-type:inline-size}.empty-state__image{width:15rem;height:auto;max-width:300px}@container (min-width: 585px){.empty-state__image{width:auto;max-width:100%}}.empty-state__title{font-size:3rem;line-height:4rem;max-width:30rem}.empty-state__message{font-size:2rem;max-width:30rem}@media (min-width: 768px){.empty-state:has(.empty-state__message){align-items:start;text-align:start}.empty-state:has(.empty-state__message) .empty-state__image{width:auto;position:absolute;bottom:2rem;inset-inline-end:2rem}.empty-state:has(.empty-state__message) .empty-state__title{z-index:1}.empty-state:has(.empty-state__message) .empty-state__message{z-index:1;text-shadow:2px 2px 4px rgba(0,0,0,.1)}}.card-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;container-type:inline-size}@container (min-width: 768px){.card-grid{grid-template-columns:repeat(2,1fr)}}@container (min-width: 1024px){.card-grid{grid-template-columns:repeat(3,1fr)}}.label-optional{font-size:.75rem;color:#6b7280;margin-left:.5rem;font-weight:400}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}
