.sidebar{position:fixed;top:0;left:0;bottom:0;background:var(--zendeta-sidebar);border-right:1px solid var(--zendeta-border);display:flex;flex-direction:column;z-index:30;transition:width .2s ease}.sidebar--collapsed{width:64px!important}.sidebar--expanded{width:240px!important}.sidebar__close,.sidebar__mobile-language{display:none}.sidebar__logo{display:flex;align-items:center;justify-content:center;padding:7px 15px;border-bottom:1px solid var(--zendeta-border)}.sidebar__logo-img{height:49px;width:auto;transition:height .2s ease}.sidebar--collapsed .sidebar__logo-img{height:32px;width:32px}.sidebar__dept{padding:16px;position:relative}.sidebar--collapsed .sidebar__dept{padding:12px}.sidebar__dept-anchor{position:relative}.sidebar__dept-card{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;background:var(--zendeta-header-bg);border:1px solid var(--zendeta-border);border-radius:8px;cursor:pointer;transition:all .15s;text-align:left;color:var(--zendeta-text);font-family:inherit}.sidebar__dept-card:hover{border-color:var(--zendeta-primary)}.sidebar__dept-card:focus-visible{outline:none;border-color:var(--zendeta-primary);box-shadow:0 0 0 2px var(--zendeta-primary-light)}.sidebar__dept-icon{width:32px;height:32px;border-radius:8px;background:var(--zendeta-primary-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--zendeta-primary)}.sidebar__dept-icon--sm{width:28px;height:28px;border-radius:6px}.sidebar__dept-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.sidebar__dept-name{font-size:13px;font-weight:600;color:var(--zendeta-text)}.sidebar__dept-address,.sidebar__dept-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.sidebar__dept-address{font-size:11px;color:var(--zendeta-text-muted)}.sidebar__dept-chevron{width:16px;height:16px;color:var(--zendeta-text-muted);flex-shrink:0;transition:transform .2s}.sidebar__dept-chevron--open{transform:rotate(180deg)}.sidebar__dept-dropdown{position:absolute;left:0;right:0;top:100%;margin-top:4px;background:var(--zendeta-card);border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border:1px solid var(--zendeta-border);padding:4px 0;z-index:50;max-height:240px;overflow-y:auto}.sidebar__dept-option{display:flex;flex-direction:column;gap:1px;width:100%;padding:8px 12px;cursor:pointer;border:none;background:transparent;text-align:left;transition:background .15s;color:var(--zendeta-text);font-family:inherit}.sidebar__dept-option:hover{background:var(--zendeta-hover)}.sidebar__dept-option--active,.sidebar__dept-option--active:hover{background:var(--zendeta-primary-light)}.sidebar__dept-option-name{font-size:13px;font-weight:500;color:var(--zendeta-text)}.sidebar__dept-option-address,.sidebar__dept-option-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.sidebar__dept-option-address{font-size:11px;color:var(--zendeta-text-muted)}.sidebar__dept-collapsed{display:flex;align-items:center;justify-content:center;position:relative}.sidebar__dept-collapsed:hover:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);background:#1f2937;color:#ffffff;font-size:12px;font-weight:500;padding:4px 10px;border-radius:6px;white-space:nowrap;z-index:60;pointer-events:none;line-height:1.4}.sidebar__nav{flex:1;overflow-y:auto;padding:12px}.sidebar--collapsed .sidebar__nav{padding:8px}.sidebar__section{margin-bottom:16px}.sidebar__section-label{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;padding:4px 12px;margin-bottom:4px;border:none;border-radius:6px;background:transparent;font-family:inherit;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--zendeta-text-muted);cursor:pointer;transition:color .15s,background .15s}.sidebar__section-label:hover{color:var(--zendeta-text);background:var(--zendeta-hover)}.sidebar__section-chevron{width:12px;height:12px;flex-shrink:0;opacity:.7;transition:transform .2s}.sidebar__section-chevron--collapsed{transform:rotate(-90deg)}.sidebar__section-items{display:flex;flex-direction:column;gap:2px}.sidebar--collapsed .sidebar__section-items{gap:4px}.sidebar__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.01em;cursor:pointer;border:none;background:transparent;color:var(--zendeta-text-muted);transition:all .15s}.sidebar__item:hover{background:var(--zendeta-hover);color:var(--zendeta-text)}.sidebar__item--active,.sidebar__item--active:hover{background:var(--zendeta-primary-light);color:var(--zendeta-primary)}.sidebar__item--child-active{color:var(--zendeta-primary)}.sidebar__item--child{padding-left:40px}.sidebar--collapsed .sidebar__item{padding:12px 8px;justify-content:center}.sidebar__item-icon{width:18px;height:18px;flex-shrink:0;stroke-width:2}.sidebar__item-label{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__item-chevron{width:16px;height:16px;color:var(--zendeta-text-muted);transition:transform .2s}.sidebar__item-chevron--open{transform:rotate(90deg)}.sidebar__item-children{margin-top:2px}.sidebar__footer{padding:12px 16px;border-top:1px solid var(--zendeta-border)}.sidebar__footer-text{font-size:10px;color:var(--zendeta-text-muted);text-align:center}.topbar{position:fixed;top:0;right:0;height:64px;background:var(--zendeta-card);border-bottom:1px solid var(--zendeta-border);display:flex;align-items:center;justify-content:flex-end;padding:0 24px;z-index:45}.topbar__mobile-menu{display:none}.topbar__actions{display:flex;align-items:center;gap:8px;min-width:0}.topbar__icon-btn{width:36px;height:36px;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:transparent;color:var(--zendeta-text-muted);transition:all .15s}.topbar__icon-btn:hover{background:var(--zendeta-hover);color:var(--zendeta-text)}.topbar__icon-btn--primary{background:var(--zendeta-primary);color:#ffffff}.topbar__icon-btn--primary:hover{background:var(--zendeta-primary-hover);color:#ffffff}.topbar__tasks-btn{height:32px;display:inline-flex;align-items:center;gap:3px;border:0;background:transparent;color:var(--zendeta-text);border-radius:9999px;padding:0 3px 0 6px;cursor:pointer;transition:background .15s,color .15s}.topbar__tasks-btn:hover{background:var(--zendeta-hover);color:var(--zendeta-primary)}.topbar__tasks-icon{width:21px;height:21px}.topbar__tasks-badge{min-width:28px;height:21px;padding:0 7px;border-radius:9999px;background:var(--zendeta-primary-light);color:var(--zendeta-primary);display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;line-height:1}.topbar__work-time-container{position:relative}.topbar__work-time{height:34px;min-width:112px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--wr-timer-running);display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:background .15s,border-color .15s}.topbar__work-time:hover{background:rgba(34,197,94,.12)}.topbar__work-time--break{background:transparent;color:var(--wr-timer-break)}.topbar__work-time--break:hover{background:rgba(245,158,11,.15)}.topbar__work-time--stopped{color:var(--wr-timer-stopped)}.topbar__work-time--stopped:hover{background:var(--zendeta-hover)}.topbar__work-time-value{min-width:68px;font-size:13px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.topbar__work-time-chevron{flex:0 0 auto;transition:transform .15s ease}.topbar__work-time-chevron--open{transform:rotate(180deg)}.topbar__work-time-menu{position:absolute;z-index:1100;top:calc(100% + 8px);right:0;width:270px;overflow:hidden;border:1px solid var(--zendeta-border);border-radius:6px;background:var(--zendeta-card);color:var(--zendeta-text);box-shadow:0 12px 28px rgb(15 23 42/14%)}.topbar__work-time-menu-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--zendeta-border);background:var(--zendeta-hover);font-size:12px;color:var(--zendeta-text-muted)}.topbar__work-time-menu-header strong{color:var(--zendeta-text);font-size:14px;font-variant-numeric:tabular-nums}.topbar__work-time-menu-actions{padding:6px}.topbar__work-time-menu-actions button,.topbar__work-time-menu-link{width:100%;min-height:38px;padding:8px 10px;border:0;border-radius:5px;background:transparent;color:var(--zendeta-text);display:flex;align-items:center;gap:9px;font-size:13px;font-weight:600;text-align:left;cursor:pointer}.topbar__work-time-menu-actions button:hover,.topbar__work-time-menu-link:hover{background:var(--zendeta-hover)}.topbar__work-time-menu-actions button:disabled{cursor:wait;opacity:.5}.topbar__work-time-menu-actions .topbar__work-time-menu-danger{color:var(--zendeta-danger-text)}.topbar__work-time-menu-actions .topbar__work-time-menu-danger:hover{background:rgba(220,38,38,.1)}.topbar__work-time-menu-error{margin:0 10px 8px;padding:8px 9px;border:1px solid rgba(220,38,38,.35);border-radius:5px;background:rgba(220,38,38,.1);color:var(--zendeta-danger-text);font-size:12px;line-height:1.35}.topbar__work-time-menu-link{border-top:1px solid var(--zendeta-border);border-radius:0;color:var(--zendeta-primary)}.topbar__divider{width:1px;height:32px;background:var(--zendeta-border);margin:0 4px}.topbar__user{position:relative}.topbar__user-btn{display:flex;align-items:center;gap:10px;padding:4px 4px 4px 8px;border-radius:8px;cursor:pointer;border:none;background:transparent;transition:background .15s}.topbar__user-btn:hover{background:var(--zendeta-hover)}.topbar__user-avatar{width:32px;height:32px;border-radius:9999px;background:var(--zendeta-primary);display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:12px;font-weight:600;flex-shrink:0}.topbar__user-info{text-align:left}.topbar__user-name{font-size:14px;font-weight:500;color:var(--zendeta-text);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.topbar__user-role{font-size:11px;color:var(--zendeta-text-muted);line-height:1.2}.topbar__user-chevron{width:16px;height:16px;color:var(--zendeta-text-muted);transition:transform .2s}.topbar__user-chevron--open{transform:rotate(180deg)}.topbar__dropdown{position:absolute;right:0;top:100%;margin-top:4px;width:192px;background:var(--zendeta-card);border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border:1px solid var(--zendeta-border);padding:4px 0;z-index:50}.topbar__dropdown-header{padding:8px 16px;border-bottom:1px solid var(--zendeta-border)}.topbar__dropdown-header-name{font-size:14px;font-weight:500;color:var(--zendeta-text)}.topbar__dropdown-header-role{font-size:12px;color:var(--zendeta-text-muted)}.topbar__dropdown-logout,.topbar__dropdown-profile{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;font-size:14px;cursor:pointer;border:none;background:transparent;text-align:left;transition:background .15s}.topbar__dropdown-profile{color:var(--zendeta-text)}.topbar__dropdown-profile:hover{background:var(--zendeta-hover);color:var(--zendeta-primary)}.topbar__dropdown-logout{color:var(--zendeta-danger-text)}.topbar__dropdown-logout:hover{background:rgba(220,38,38,.1)}.admin{min-height:100vh;background:var(--zendeta-bg)}.admin__toggle{position:fixed;top:16px;z-index:40;width:32px;height:32px;border-radius:9999px;background:var(--zendeta-card);border:1px solid var(--zendeta-border);box-shadow:0 1px 2px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--zendeta-text-muted);transition:all .2s}.admin__toggle:hover{color:var(--zendeta-text);background:var(--zendeta-hover)}.admin__toggle-icon{width:16px;height:16px;transition:transform .2s}.admin__toggle-icon--rotated{transform:rotate(180deg)}.admin__main{padding-top:64px;min-height:100vh;transition:margin-left .2s ease}.admin__main-content{padding:24px}@media (max-width:760px){.sidebar{width:100vw!important;max-width:none;z-index:100;transform:translateX(-100%);visibility:hidden;pointer-events:none;transition:transform .22s ease,visibility .22s}.sidebar--mobile-open{transform:translateX(0);visibility:visible;pointer-events:auto}.sidebar--mobile .sidebar__logo{position:relative;min-height:56px;padding:4px 56px}.sidebar--mobile .sidebar__logo-img{height:42px}.sidebar__close{position:absolute;top:10px;right:12px;width:36px;height:36px;border:0;border-radius:6px;background:transparent;color:var(--zendeta-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.sidebar__close:hover{background:var(--zendeta-hover)}.sidebar__close svg{width:24px;height:24px}.sidebar--mobile .sidebar__dept{padding:12px 16px}.sidebar__mobile-language{display:flex;justify-content:center;padding:10px 16px 16px;border-top:1px solid var(--zendeta-border)}.sidebar__mobile-language .language-switcher{width:auto;padding:3px}.sidebar__mobile-language .language-switcher__button{min-height:38px;min-width:44px;font-size:13px}.sidebar--mobile .sidebar__nav{padding:4px 16px 16px}.sidebar--mobile .sidebar__item{min-height:46px}.topbar{left:0!important;height:56px;justify-content:space-between;gap:6px;padding:0 8px}.topbar__mobile-menu{width:36px;height:36px;flex:0 0 36px;border:0;border-radius:6px;background:transparent;color:var(--zendeta-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.topbar__mobile-menu:hover{background:var(--zendeta-hover)}.topbar__mobile-menu svg{width:23px;height:23px}.topbar__actions{justify-content:flex-end;gap:3px;overflow:visible}.topbar__divider,.topbar__notifications,.topbar__user-chevron,.topbar__user-info{display:none}.topbar__icon-btn{width:32px;height:32px}.topbar__user-btn{gap:0;padding:2px}.topbar__user-avatar{width:30px;height:30px;font-size:11px}.topbar__dropdown{position:fixed;top:52px;right:8px}.topbar__work-time{min-width:92px;height:32px;padding:0 5px;gap:4px}.topbar__work-time-value{min-width:61px;font-size:11px}.topbar__work-time-menu{position:fixed;top:58px;right:10px;width:min(290px,calc(100vw - 20px))}.topbar__tasks-btn{padding:0 2px}.topbar__tasks-icon{width:19px;height:19px}.topbar__tasks-badge{min-width:23px;height:19px;padding:0 5px;font-size:12px}.topbar .language-switcher{display:none;flex:0 0 auto;gap:0;padding:1px}.topbar .language-switcher__button{width:29px;height:30px;padding:0;font-size:11px}.admin__main{margin-left:0!important;padding-top:56px}.admin__main-content{min-width:0;padding:12px}}@media (max-width:360px){.topbar{gap:2px;padding:0 6px}.topbar__actions{gap:1px}.topbar__work-time{min-width:88px}.topbar .language-switcher__button{width:27px}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f639721981034f88-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b66cf8e69499582a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/aa016aab0e6d1295-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/22a5144ee8d83bca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_246ccd{font-family:Geist,Geist Fallback;font-style:normal}.__variable_246ccd{--font-sans:"Geist","Geist Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fd74a8{font-family:Inter,Inter Fallback;font-style:normal}.__variable_fd74a8{--font-inter:"Inter","Inter Fallback"}