@font-face{font-family:Geist;src:url(/fonts/Geist-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}.header{position:fixed;top:0;left:0;right:0;background-color:#fff;z-index:100;padding:8px clamp(16px,5vw,60px);box-shadow:0 2px 8px #00000014}.header__container{display:flex;align-items:center;height:72px}.header__brand{flex-shrink:0;display:flex;align-items:center;gap:16px}.header__brand-divider{width:0;height:51px;border-left:1px solid #cbcbcb;flex:none;flex-grow:0}.header__get-app{display:flex;flex-direction:row;align-items:center;padding:0;gap:6px;background:none;border:none;cursor:pointer;flex:none;flex-grow:0}.header__get-app .typography{font-family:Geist,sans-serif;font-size:16px;font-weight:400;line-height:100%;color:#000;white-space:nowrap}.header__get-app .icon{width:18px!important;height:18px!important}.header__mobile-sign-in{display:none}.header__search-bar{margin:0 clamp(0px,4vw,40px);flex:none;flex-grow:0;width:302px;max-width:600px;min-width:150px;height:40px;border:none;border-radius:7px;padding:12px;gap:8px}.header__search-bar .search-bar__icon-left{margin-right:0}.header__search-bar .search-bar__search-icon{width:12px!important;height:12px!important}.header__search-bar .search-bar__input{font-family:Geist,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#676767;background:transparent}.header__search-bar .search-bar__input::placeholder{color:#676767;font-weight:400;font-size:12px}.header__logo-link{text-decoration:none;transition:opacity .2s ease}.header__logo{max-width:100%;height:auto;display:block}.header__logo--tablet{display:none}.header__logo--default{display:block;width:156px;height:28px;max-width:none;flex-shrink:0}.header__nav{flex:1;display:flex;justify-content:flex-end}.header__nav-list{display:flex;list-style:none;margin:0;padding:0;gap:clamp(0px,3vw,40px)}.header__nav-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}.header__nav-user-name{flex:1}.header__nav-link{text-decoration:none;padding:8px 16px;border-radius:8px;transition:all .2s ease;color:var(--color-text)}.header__nav-link:hover{background-color:#0000000d}.header__nav-link--active{background-color:var(--color-primary);color:#fff}.header__nav-link--active:hover{background-color:var(--color-primary);opacity:.9}.header__nav-user-icon{width:40px;height:40px;border-radius:50%;object-fit:cover}.header__actions{flex-shrink:0}.header__nav-user-profile-dropdown-trigger{display:flex;align-items:center;gap:8px;flex:1;max-width:250px}.header__nav-user-profile-dropdown-trigger .typography{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.header .dropdown__content.header__nav-user-profile-dropdown{border:none;border-radius:0 0 8px 8px;margin-top:12px}.header__nav-profile-dropdown-button{padding:10px 20px;text-decoration:none;cursor:pointer;border-bottom:1px solid #f8f1ff;transition:all .2s ease}.header__nav-profile-dropdown-button:hover{color:#551494;background-color:#f8f1ff}.header__nav-profile-dropdown-button__is-last{border-bottom:none}.header__nav-profile-dropdown-button__is-last:hover{color:#ff6d00;background-color:#fdede1}.header__login-btn{background:var(--color-primary);color:#fff;padding:10px 20px;border-radius:8px;text-decoration:none;transition:all .2s ease}.header__login-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.header__logout-modal{max-width:400px;padding:32px}.header__logout-modal-content{display:flex;flex-direction:column;gap:24px}.header__logout-modal-title{text-align:center}.header__logout-modal-actions{display:flex;gap:12px;justify-content:center}.header__mobile-menu-toggle{display:none;background:none;border:none;padding:8px;cursor:pointer;z-index:110;transition:all .2s ease}.header__mobile-menu-toggle:hover{background-color:#0000000d;border-radius:6px}.header__mobile-menu-toggle:active{transform:scale(.95)}.header__hamburger-icon{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px}.header__hamburger-line{width:100%;height:2px;background-color:#000;border-radius:2px;transition:all .3s ease}.header__mobile-menu{display:none;position:fixed;top:0;left:-100%;bottom:0;width:60%;max-width:320px;background-color:#fff;z-index:101;transition:left .3s ease;overflow-y:auto;box-shadow:2px 0 8px #0000001a}.header__mobile-menu--open{left:0}.header__mobile-menu-header{display:flex;justify-content:flex-end;padding:16px;border-bottom:1px solid #e0e0e0}.header__mobile-menu-close{background:none;border:none;padding:8px;cursor:pointer;transition:all .2s ease}.header__mobile-menu-close:hover{background-color:#0000000d;border-radius:6px}.header__mobile-menu-content{padding:24px 16px;display:flex;flex-direction:column;gap:8px}.header__mobile-menu-item{width:100%;display:flex;justify-content:center}@media (max-width: 768px){.header{padding:12px 24px 8px}.header__container{flex-wrap:wrap;height:auto;min-height:64px;gap:10px;padding-bottom:6px;row-gap:12px}.header__mobile-menu-toggle{display:block;order:1}.header__brand{order:1;justify-content:space-between;flex:1}.header__brand-divider{display:none}.header__get-app{gap:5px}.header__get-app .typography{font-size:13px!important}.header__get-app .icon{width:15px!important;height:15px!important}.header__mobile-sign-in{display:block;order:2;flex-shrink:0}.header__search-bar{order:3;width:100%;margin:0;flex:1 1 100%;min-width:200px}.header__logo{width:140px;height:28px}.header__nav{display:none}.header__mobile-menu-overlay,.header__mobile-menu-overlay--visible,.header__mobile-menu{display:block}.header__nav-user-icon{width:34px;height:34px}.header__login-btn{padding:10px 20px;font-size:16px;width:100%}}@media (max-width: 480px){.header{padding:12px 16px 8px}.header__container{min-height:16px;gap:8px;row-gap:10px}.header__search-bar{min-width:90%}.header__get-app{gap:4px}.header__get-app .typography{font-size:11px!important}.header__get-app .icon{width:13px!important;height:13px!important}.header__logo{width:120px;height:auto}.header__nav-user-profile-dropdown-trigger .typography{font-size:13px!important}.header__nav-user-icon{width:30px;height:30px}}@media (min-width: 769px){.header__mobile-menu-toggle,.header__mobile-sign-in{display:none!important}}@media (min-width: 769px) and (max-width: 1024px){.header__logo--default{display:none}.header__logo--tablet{display:block}.header__nav-user-profile-dropdown-trigger .typography{display:none}}@font-face{font-family:Geist;src:url(/fonts/Geist-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}.mobile-nav-bar{position:fixed;bottom:0;left:0;right:0;z-index:1000;background-color:#fff;box-shadow:0 -2px 8px #0000001a;display:none}@media (max-width: 768px){.mobile-nav-bar{display:block}}.mobile-nav-bar__container{display:flex;justify-content:space-around;align-items:center;height:56px;padding:0 16px;max-width:100%}@media (min-width: 481px) and (max-width: 768px){.mobile-nav-bar__container{height:61.6px;padding:0 24px}}.mobile-nav-bar__button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:none;border:none;cursor:pointer;color:#2d2d2d;transition:all .2s ease;border-radius:8px}.mobile-nav-bar__button:active{transform:scale(.95)}.mobile-nav-bar__button--selected{color:#551494}.mobile-nav-bar__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.mobile-nav-bar__button-text{font-size:11px;font-weight:500;line-height:1;white-space:nowrap}@media (min-width: 481px) and (max-width: 768px){.mobile-nav-bar__button-text{font-size:12px}}@font-face{font-family:Geist;src:url(/fonts/Geist-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__main{flex:1;padding-top:78px;min-height:calc(100vh - 78px)}@media (max-width: 768px){.layout__main{padding-top:100px}.footer{margin-bottom:72px}}@media (max-width: 480px){.layout__main{padding-top:100px}.footer{margin-bottom:72px}}@font-face{font-family:Geist;src:url(/fonts/Geist-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}.modal__content.auth-modal{width:100%;max-width:400px}.auth-modal__content{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:8px}.auth-modal__title{margin-bottom:12px}.auth-modal__subtitle{margin-bottom:24px;color:#616161}.auth-modal__form{width:100%;display:flex;flex-direction:column;gap:16px}.auth-modal__google-button{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;cursor:pointer;border-radius:6px;padding:12px 0;border:1px solid #e0e0e0;transition:background-color .3s ease;background-color:#fff;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;min-height:44px}.auth-modal__google-button:active{transform:scale(.98)}.auth-modal__divider{position:relative;width:100%;height:1px;background-color:#e0e0e0;margin:16px 0}.auth-modal__divider-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:0 12px;color:#757575;font-size:14px}.auth-modal__footer{display:flex;align-items:center;justify-content:center;margin-top:8px}@font-face{font-family:Geist;src:url(/fonts/Geist-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}*{margin:0;padding:0}body{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;color:#000;background-color:#fff}.text-thin{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:100}.text-extra-light{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:200}.text-light{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:300}.text-regular{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400}.text-medium{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}.text-semi-bold{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600}.text-bold{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700}.text-extra-bold{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800}.text-black{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:900}html{visibility:visible!important}:root{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.initial-loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.initial-loader-message{margin-top:20px;font-size:16px;margin-left:20px;margin-right:20px;font-weight:500;opacity:.9;letter-spacing:.5px;text-align:center}.navigation-loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:nav-loader-fade-in .15s ease-out}@keyframes nav-loader-fade-in{0%{opacity:0}to{opacity:1}}
