@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.date-picker-v2{background:#fff;border-radius:1.5rem;box-shadow:0 4px 24px #00000014;padding:1.25rem;width:100%;max-width:min(380px,calc(100vw - 2rem));margin:0 auto;-webkit-user-select:none;user-select:none;box-sizing:border-box}.date-picker-v2--range{width:100%;max-width:none;margin:0}.date-picker-v2--disabled{opacity:.6;pointer-events:none}.date-picker-v2__calendar{max-height:0;opacity:0;transform:translateY(-12px);overflow:hidden;transition:max-height .25s ease-out,opacity .25s ease-out,transform .25s ease-out}.date-picker-v2__calendar--open{max-height:460px;opacity:1;transform:translateY(0)}.date-picker-v2__pills{display:flex;gap:.75rem;margin-bottom:0}.date-picker-v2__pill{flex:1;border-radius:.75rem;background:#f5f6f8;padding:.75rem 1rem}.date-picker-v2__pill-btn{display:flex;flex-direction:column;align-items:flex-start;width:100%;border:none;cursor:pointer;font:inherit;text-align:left;transition:background-color .15s ease;background:transparent}.date-picker-v2__pill-btn:hover:not(:disabled){background:#e5e7eb}.date-picker-v2__pill-btn:focus{outline:none}.date-picker-v2__pill-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.date-picker-v2--disabled .date-picker-v2__pill-btn{cursor:default}.date-picker-v2__pill-label{font-size:.75rem;font-weight:500;color:#9ca3af}.date-picker-v2__pill-value{font-size:.9375rem;font-weight:600;color:#111827}.date-picker-v2--calendar-open .date-picker-v2__pills{margin-bottom:1.25rem}.date-picker-v2__nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:nowrap;gap:.25rem}.date-picker-v2__nav-btn{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;border:0;background:transparent;color:#000;font-size:1.125rem;cursor:pointer;transition:background-color .1s,color .1s}.date-picker-v2__month-label{font-weight:700;color:#111827;font-size:1.125rem;flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center}.date-picker-v2__nav-selects{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;min-width:0}.date-picker-v2__nav-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#f5f6f8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .4rem center;border:1.5px solid #d1d5db;border-radius:.375rem;font-size:inherit;font-weight:inherit;color:inherit;cursor:pointer;padding:.25rem 1.5rem .25rem .5rem;outline:none;transition:border-color .15s,background-color .15s;min-width:0}.date-picker-v2__nav-select:hover{border-color:#9ca3af;background-color:#eef0f3}.date-picker-v2__nav-select:focus{border-color:#6b7280;background-color:#fff}.date-picker-v2__weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:.25rem}.date-picker-v2__weekday{height:2rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#9ca3af}.date-picker-v2__days{display:grid;grid-template-columns:repeat(7,1fr)}.date-picker-v2__day-cell{display:flex;align-items:center;justify-content:center;aspect-ratio:1}.date-picker-v2__day{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:500;border:0;outline:none;background:transparent;cursor:pointer;transition:background-color .1s,color .1s;border-radius:50%}.date-picker-v2__day:focus{outline:none}.date-picker-v2__day:focus-visible{outline:none;box-shadow:none}.date-picker-v2__day--range-edge{background:#007aff;color:#fff}.date-picker-v2__day--in-range{background:#e8f0fe;color:#000}.date-picker-v2__day--outside{color:#d1d5db}.date-picker-v2__day--default{color:#1f2937}.date-picker-v2__day--default:hover{background:#f3f4f6}.date-picker-v2__day--disabled{color:#d1d5db;cursor:not-allowed;opacity:.6}.date-picker-v2__day--disabled:hover{background:transparent}.date-picker-v2__popover{position:absolute;z-index:1000;margin-top:.5rem;right:0}.date-picker-v2__popover--placement-top{top:auto;bottom:calc(100% + .5rem);margin-top:0;z-index:1200}@media (max-width: 1024px){.date-picker-v2{margin-left:auto;margin-right:auto;max-width:min(400px,calc(100vw - 2rem));padding:1.125rem}.date-picker-v2__popover{left:50%;right:auto;transform:translate(-50%)}.date-picker-v2__popover--placement-top{bottom:calc(100% + .5rem)}}@media (max-width: 768px){.date-picker-v2{padding:1rem;border-radius:1.25rem}}@media (max-width: 480px){.date-picker-v2{padding:.75rem;border-radius:1rem;max-width:calc(100vw - 1.5rem)}.date-picker-v2__pills{gap:.5rem;margin-bottom:0}.date-picker-v2__nav-select{padding:.2rem 1.25rem .2rem .4rem;background-position:right .3rem center}.date-picker-v2__popover{left:.5rem;right:.5rem;transform:none;width:calc(100% - 1rem)}.date-picker-v2__popover--placement-top{bottom:calc(100% + .5rem)}.date-picker-v2__weekday{height:1.75rem;font-size:.625rem}.date-picker-v2__day{font-size:.8rem}.date-picker-v2__pill-label{font-size:.6875rem}.date-picker-v2__pill-value{font-size:.875rem}}@media (max-width: 360px){.date-picker-v2{padding:.5rem;border-radius:.75rem}.date-picker-v2__pills{flex-direction:column;margin-bottom:0}.date-picker-v2__weekday{height:1.5rem;font-size:.5625rem}.date-picker-v2__day{font-size:.75rem}}.tp-trigger{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:.75rem 1.25rem;border-radius:1rem;border:2px solid transparent;text-align:left;cursor:pointer;background:#f8fafc;transition:background-color .2s ease-out,box-shadow .2s ease-out;font:inherit}.tp-trigger:hover{background:#f1f5f9}.tp-trigger:disabled{opacity:.6;cursor:not-allowed}.tp-trigger:disabled:hover{background:#f8fafc}.tp-trigger--open{background:#fff!important;outline:none;box-shadow:0 0 0 2px #3b82f6,0 4px 16px #0000001f}.tp-trigger--open:hover{background:#fff!important}.tp-trigger--error{border-color:#ef4444!important}.tp-trigger--pill{flex-direction:row;align-items:center;justify-content:space-between;height:3.5rem;min-height:3.5rem;padding:0 1rem;border-radius:.75rem;background:#f2f2f7;border:0;box-shadow:0 1px 3px #00000014}.tp-trigger--pill:hover{background:#f2f2f7;filter:brightness(.98)}.tp-trigger--pill:disabled:hover{filter:none}.tp-trigger--pill.tp-trigger--open{background:#f2f2f7!important;box-shadow:0 1px 3px #00000014!important;outline:none}.tp-trigger--pill.tp-trigger--open:hover{background:#f2f2f7!important}.tp-trigger--pill .tp-trigger__value-row{flex:1;width:100%;min-width:0}.tp-trigger--pill .tp-trigger__value--pill{font-size:1rem;font-weight:400}.tp-trigger--pill .tp-trigger__chevron--pill{width:1.25rem;height:1.25rem;color:#8e8e93}.tp-trigger--pill.tp-trigger--open .tp-trigger__chevron--pill{color:#007aff}.tp-trigger--pill .tp-trigger__chevron-wrap{min-height:1.25rem}.tp-trigger--pill.tp-trigger--error{border:1px solid #ff3b30!important}.tp-trigger__label{font-size:clamp(.625rem,1.5vw + .45rem,.75rem);font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;white-space:nowrap}.tp-trigger__value-row{display:flex;align-items:center;justify-content:space-between;width:100%}.tp-trigger__value{font-size:clamp(.875rem,2.2vw + .6rem,1rem);font-weight:600;color:#1e293b}.tp-trigger__value--empty{color:#94a3b8!important}.tp-trigger__chevron-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:.25rem;min-height:1.25rem}.tp-trigger__chevron{display:block;width:.75rem;height:.75rem;color:#64748b;transition:transform .2s ease-out}.tp-trigger__chevron--open,.tp-trigger--dropdown-top .tp-trigger__chevron{transform:rotate(180deg)}.tp-trigger--dropdown-top .tp-trigger__chevron--open{transform:rotate(0)}.tp-dropdown{position:absolute;z-index:1000;margin-top:.5rem;width:100%;background:#fff;border-radius:1rem;border:1px solid #f1f5f9;overflow:hidden;box-shadow:0 10px 40px -10px #00000026;animation:timePickerFadeIn .2s ease-out;padding-bottom:.5rem}.tp-dropdown--placement-top{top:auto;bottom:calc(100% + .5rem);margin-top:0;margin-bottom:0;z-index:1200}.tp-dropdown__header{display:flex;align-items:center;justify-content:center;padding:.75rem 0;border-bottom:1px solid #f8fafc}.tp-dropdown__header-text{font-size:clamp(.625rem,1.5vw + .5rem,.75rem);font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em}.tp-dropdown__grid{position:relative;display:grid;grid-template-columns:repeat(2,1fr)}.tp-dropdown__pill{position:absolute;top:50%;left:.25rem;right:.25rem;transform:translateY(-50%);height:2.5rem;background:#007aff;border-radius:.5rem;box-shadow:0 4px 12px #007aff59;pointer-events:none;z-index:0}.tp-column{display:flex;flex-direction:column;height:10rem;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;padding-top:5rem;padding-bottom:5rem;touch-action:pan-y;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(180deg,transparent 0%,black 18%,black 82%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,black 18%,black 82%,transparent 100%);scrollbar-width:none}.tp-column::-webkit-scrollbar{display:none}.tp-column__item{flex-shrink:0;height:2.5rem;width:100%;display:flex;align-items:center;justify-content:center;scroll-snap-align:center;font-size:clamp(.75rem,2vw + .6rem,.875rem);font-weight:500;position:relative;z-index:10;border:0;background:transparent;cursor:pointer;color:#94a3b8;transition:color .15s;will-change:transform}.tp-column__item--active{color:#fff!important}.tp-column__item--placeholder{visibility:hidden;pointer-events:none}@media (max-width: 480px){.tp-trigger__label{font-size:.625rem}.tp-trigger__value{font-size:.875rem}.tp-trigger__chevron{width:.75rem;height:.75rem}.tp-dropdown__header-text{font-size:.625rem}.tp-column__item{font-size:.75rem}}@media (max-width: 360px){.tp-trigger__label{font-size:.5625rem}.tp-trigger__value{font-size:.8125rem}.tp-trigger__chevron{width:.625rem;height:.625rem}.tp-dropdown__header-text{font-size:.5625rem}.tp-column__item{font-size:.6875rem}}@media (min-width: 768px){.tp-trigger__label{font-size:.7rem}.tp-trigger__value{font-size:.95rem}.tp-trigger__chevron{width:.875rem;height:.875rem}.tp-dropdown__header-text{font-size:.75rem}.tp-column__item{font-size:.8125rem}}@media (min-width: 1024px){.tp-trigger__chevron{width:1rem;height:1rem}.tp-column__item{font-size:.875rem}}.phone-input-wrapper{width:100%;display:flex;align-items:center;background-color:var(--color-light-gray);border-radius:12px;border:0;box-shadow:0 1px 2px #0000000d;transition:all .2s ease;overflow:hidden}.phone-input-wrapper:focus-within{box-shadow:0 0 0 3px #1f29321a}.phone-input-error{border:1px solid var(--color-error)}.phone-input-wrapper .PhoneInputInput{flex:1;height:56px;background-color:transparent;border:0;padding:0 16px;font-size:16px;font-family:Inter,sans-serif;color:var(--color-text);outline:none;box-sizing:border-box}.phone-input-wrapper .PhoneInputInput:focus{outline:none}.phone-input-wrapper .PhoneInputInput::placeholder{color:var(--color-dark-gray)}.phone-input-wrapper .PhoneInputCountry{display:flex;align-items:center;padding:0 12px;height:56px;border-right:1px solid rgba(0,0,0,.1);cursor:pointer;transition:background-color .2s ease}.phone-input-wrapper .PhoneInputCountry:hover{background-color:#0000000d}.phone-input-wrapper .PhoneInputCountryIcon{width:24px;height:18px;box-shadow:0 0 0 1px #0000001a;border-radius:2px;margin-right:8px}.phone-input-wrapper .PhoneInputCountrySelect{position:absolute;top:0;left:0;height:56px;width:80px;padding:0;background-color:transparent;border:none;cursor:pointer;font-size:16px;font-family:Inter,sans-serif;opacity:0;z-index:1}.phone-input-wrapper .PhoneInputCountrySelectArrow{display:none}:root{--sidebar-width: 240px;--color-primary: #1f2932;--color-primary-light: #e8f0fe;--color-secondary: #5856d6;--color-success: #34c759;--color-warning: #ff9500;--color-error: #ff3b30;--color-text: #000000;--color-text-secondary: #8e8e93;--color-background: #ffffff;--color-white: #ffffff;--color-black: #000000;--color-gray: #8e8e93;--color-light-gray: #f2f2f7;--color-medium-gray: #c7c7cc;--color-dark-gray: #8e8e93;--color-transparent: transparent}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-white);color:var(--color-text)}#root{min-height:100vh}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes logoPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(24px)}}@keyframes timePickerFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUpFromBottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes badgeMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.badge-marquee__track{width:max-content;animation:badgeMarquee 18s linear infinite}.badge-marquee__track:hover{animation-play-state:paused}@media (prefers-reduced-motion: reduce){.badge-marquee__track{animation:none;transform:translate(0)}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
