.msg-shell{display:flex;height:var(--msg-shell-h,clamp(520px,calc(100vh - 268px),1100px));background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-card)}.msg-list-pane{width:34%;min-width:300px;max-width:460px;flex:none;display:flex;flex-direction:column;min-height:0;background:var(--white);border-right:1px solid var(--border)}.msg-list-head{padding:var(--space-4) var(--space-5) var(--space-3);border-bottom:1px solid var(--border);flex:none}.msg-list-head__row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-3)}.msg-list-head__title{font-size:clamp(17px,1.15vw,21px);font-weight:var(--fw-bold);color:var(--text-heading);margin:0}.msg-tabs{display:flex;gap:6px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:4px;margin-bottom:var(--space-3)}.msg-tab{flex:1 1;display:flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:6px 8px;border:none;background:transparent;border-radius:7px;font-family:inherit;font-size:13.5px;font-weight:var(--fw-semibold);color:var(--text-muted);cursor:pointer}.msg-tab.is-active{background:var(--white);color:var(--text-heading);box-shadow:0 1px 3px rgba(22,45,82,.12)}.msg-tab__count{min-width:20px;height:20px;padding:0 6px;border-radius:var(--radius-pill);background:#e7ecf5;color:var(--text-heading);font-size:11px;font-weight:var(--fw-bold);display:inline-flex;align-items:center;justify-content:center}.msg-tab.is-active .msg-tab__count{background:var(--brand-secondary-tint);color:var(--brand-secondary-ink)}.msg-search{position:relative}.msg-search__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.msg-search__input{width:100%;height:40px;padding:0 12px 0 36px;border:1px solid var(--border);border-radius:var(--radius-md);font-family:inherit;font-size:13.5px;color:var(--text-primary);background:var(--surface);outline:none}.msg-search__input:focus{border-color:var(--brand-secondary);box-shadow:var(--brand-focus-ring);background:var(--white)}.msg-rows{flex:1 1;overflow-y:auto;min-height:0}.msg-row{display:flex;gap:var(--space-3);width:100%;padding:13px var(--space-5);border:none;border-bottom:1px solid var(--border);border-left:3px solid transparent;background:transparent;font-family:inherit;text-align:left;cursor:pointer}.msg-row:hover{background:var(--surface)}.msg-row.is-active{background:var(--brand-secondary-tint);border-left-color:var(--brand-secondary)}.msg-avatar{width:44px;height:44px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:var(--fw-bold);background:#e7ecf5;color:var(--text-heading);object-fit:cover}.msg-avatar--brand{background:var(--brand-secondary-tint);color:var(--brand-secondary-ink)}.msg-avatar--sm{width:32px;height:32px;font-size:11.5px}.msg-row__body{flex:1 1;min-width:0}.msg-row__top{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-2)}.msg-row__name{font-size:14px;font-weight:var(--fw-bold);color:var(--text-heading);overflow-wrap:break-word;line-height:1.35;min-width:0}.msg-row__time{font-size:11.5px;color:var(--text-muted);flex:none;white-space:nowrap}.msg-row__bottom{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);margin-top:3px}.msg-row__preview{font-size:13px;color:var(--text-muted);line-height:1.4;min-width:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word}.msg-row.is-active .msg-row__preview{color:#4b5563}.msg-unread{min-width:20px;height:20px;padding:0 6px;border-radius:var(--radius-pill);background:var(--error);color:var(--white);font-size:11px;font-weight:var(--fw-bold);display:inline-flex;align-items:center;justify-content:center;flex:none}.msg-thread{flex:1 1;display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--surface)}.msg-thread__head{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-5);min-height:68px;flex:none;background:var(--white);border-bottom:1px solid var(--border)}.msg-thread__ident{flex:1 1;min-width:0}.msg-thread__name{font-size:16px;font-weight:var(--fw-bold);color:var(--text-heading);overflow-wrap:break-word;line-height:1.3}.msg-thread__meta{font-size:12px;color:var(--text-muted);margin-top:2px;overflow-wrap:break-word}.msg-facepile{display:flex;flex:none}.msg-facepile .msg-avatar--sm{border:2px solid var(--white);margin-left:-8px}.msg-facepile .msg-avatar--sm:first-child{margin-left:0}.msg-stream{flex:1 1;overflow-y:auto;min-height:0;padding:var(--space-5) var(--space-6);display:flex;flex-direction:column;gap:var(--space-3)}.msg-datesep{display:flex;align-items:center;gap:var(--space-4);color:var(--text-muted);font-size:11.5px;font-weight:var(--fw-semibold);margin:6px 0}.msg-datesep:after,.msg-datesep:before{content:"";flex:1 1;height:1px;background:var(--border)}.msg-bubble-wrap{display:flex;flex-direction:column;max-width:min(64%,720px)}.msg-bubble-wrap--in{align-self:flex-start;align-items:flex-start}.msg-bubble-wrap--out{align-self:flex-end;align-items:flex-end}.msg-sender{font-size:12px;font-weight:var(--fw-semibold);color:var(--text-heading);margin:0 4px 4px;overflow-wrap:break-word}.msg-bubble{padding:10px 14px;border-radius:14px;font-size:13.5px;line-height:1.45;overflow-wrap:anywhere;white-space:pre-wrap}.msg-bubble-wrap--in .msg-bubble{background:var(--white);border:1px solid var(--border);color:var(--text-primary);border-top-left-radius:4px}.msg-bubble-wrap--out .msg-bubble{background:var(--brand-primary);color:var(--brand-primary-contrast);border-top-right-radius:4px}.msg-bubble--deleted{border:1px dashed var(--border);font-style:italic}.msg-bubble--deleted,.msg-bubble-wrap--out .msg-bubble--deleted{background:transparent;color:var(--text-muted)}.msg-foot{display:flex;align-items:center;gap:var(--space-2);margin:4px 4px 0}.msg-retract,.msg-time{font-size:11px;color:var(--text-muted)}.msg-retract{border:none;background:none;padding:0;font-family:inherit;cursor:pointer;text-decoration:underline}.msg-retract:hover{color:var(--error)}.msg-reactbar{display:flex;align-items:center;gap:5px;margin-top:6px;flex-wrap:wrap}.msg-react{display:inline-flex;align-items:center;gap:4px;min-height:24px;padding:2px 9px;border-radius:var(--radius-pill);background:var(--white);border:1px solid var(--border);font-family:inherit;font-size:12px;font-weight:var(--fw-semibold);color:var(--text-heading);cursor:pointer}.msg-react.is-mine,.msg-react:hover{border-color:var(--brand-secondary)}.msg-react.is-mine{background:var(--brand-secondary-tint);color:var(--brand-secondary-ink)}.msg-reactadd{position:relative;display:inline-flex}@media (hover:hover){.msg-reactadd{opacity:0;transition:opacity .12s ease}.msg-bubble-wrap:focus-within .msg-reactadd,.msg-bubble-wrap:hover .msg-reactadd{opacity:1}}.msg-reactadd__btn{width:24px;height:24px;border-radius:50%;border:1px solid var(--border);background:var(--white);color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.msg-reactadd__menu{display:none;position:absolute;bottom:calc(100% + 6px);left:0;z-index:30;gap:2px;padding:4px;border-radius:var(--radius-pill);background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-card)}.msg-reactadd:focus-within .msg-reactadd__menu,.msg-reactadd:hover .msg-reactadd__menu{display:flex}.msg-bubble-wrap--out .msg-reactadd__menu{left:auto;right:0}.msg-reactadd__opt{width:30px;height:30px;border:none;border-radius:50%;background:transparent;font-size:15px;line-height:1;cursor:pointer}.msg-reactadd__opt:hover{background:var(--surface)}.msg-bubble-wrap--named .msg-bubble{box-shadow:inset 3px 0 0 var(--brand-secondary)}.msg-mentiontag{font-weight:var(--fw-semibold);color:var(--brand-secondary-ink);background:var(--brand-secondary-tint);border-radius:4px;padding:0 3px}.msg-bubble-wrap--out .msg-mentiontag{color:var(--brand-primary-contrast);background:rgba(255,255,255,.22)}.msg-mentions{display:flex;flex-direction:column;gap:2px;max-height:240px;overflow-y:auto;margin-bottom:var(--space-3);padding:6px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.msg-mention{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:7px 10px;border:1px solid transparent;border-radius:var(--radius-md);background:transparent;font-family:inherit;text-align:left;cursor:pointer}.msg-mention:focus-visible,.msg-mention:hover{background:var(--white);border-color:var(--brand-secondary)}.msg-attachments{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:6px}.msg-attach{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:7px 11px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--white);color:var(--text-primary);font-size:12.5px;font-weight:var(--fw-medium);overflow-wrap:anywhere}.msg-attach:hover{border-color:var(--brand-secondary);text-decoration:none}.msg-attach__thumb{display:block;max-width:240px;max-height:200px;border-radius:var(--radius-md);border:1px solid var(--border)}.msg-composer{flex:none;background:var(--white);border-top:1px solid var(--border);padding:var(--space-3) var(--space-5)}.msg-composer__row{display:flex;align-items:flex-end;gap:var(--space-3)}.msg-iconbtn{width:40px;height:40px;flex:none;border-radius:9px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center}.msg-iconbtn:hover:not(:disabled){background:var(--surface);color:var(--text-heading)}.msg-iconbtn:disabled{opacity:.5;cursor:not-allowed}.msg-input{flex:1 1;min-width:0;min-height:44px;max-height:150px;padding:11px 16px;border:1px solid var(--border);border-radius:22px;font-family:inherit;font-size:14px;line-height:1.5;color:var(--text-primary);background:var(--surface);outline:none;resize:none}.msg-input:focus{border-color:var(--brand-secondary);box-shadow:var(--brand-focus-ring);background:var(--white)}.msg-send{width:44px;height:44px;flex:none;border-radius:50%;border:none;background:var(--brand-secondary);color:var(--brand-secondary-contrast);cursor:pointer;display:flex;align-items:center;justify-content:center}.msg-send:hover:not(:disabled){background:var(--brand-secondary-hover)}.msg-send:disabled{opacity:.45;cursor:not-allowed}.msg-pending{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-3)}.msg-pending__chip{gap:8px;padding:6px 8px 6px 12px;border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--border);font-size:12.5px;color:var(--text-primary);overflow-wrap:anywhere}.msg-pending__chip,.msg-pending__x{display:inline-flex;align-items:center}.msg-pending__x{border:none;background:none;padding:0;width:20px;height:20px;border-radius:50%;color:var(--text-muted);cursor:pointer;justify-content:center;flex:none}.msg-pending__x:hover{background:var(--border);color:var(--text-heading)}.msg-empty{flex:1 1;flex-direction:column;gap:var(--space-3);padding:var(--space-8) var(--space-6);text-align:center;color:var(--text-muted);min-height:0}.msg-empty,.msg-empty__icon{display:flex;align-items:center;justify-content:center}.msg-empty__icon{width:64px;height:64px;border-radius:18px;background:var(--brand-secondary-tint);color:var(--brand-secondary-ink);flex:none}.msg-empty__title{font-size:16px;font-weight:var(--fw-semibold);color:var(--text-heading)}.msg-empty__text{font-size:13.5px;max-width:42ch;line-height:1.55}.msg-people{display:flex;flex-direction:column;gap:2px;max-height:320px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-md);padding:6px;background:var(--surface)}.msg-person{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:8px 10px;border:1px solid transparent;border-radius:var(--radius-md);background:transparent;font-family:inherit;text-align:left;cursor:pointer}.msg-person.is-picked,.msg-person:hover{background:var(--white)}.msg-person.is-picked{border-color:var(--brand-secondary)}.msg-person__body{flex:1 1;min-width:0}.msg-person__name{font-size:13.5px;font-weight:var(--fw-semibold);color:var(--text-primary)}.msg-person__name,.msg-person__role{display:block;overflow-wrap:break-word}.msg-person__role{font-size:11.5px;color:var(--text-muted)}.msg-person__tick{width:20px;height:20px;flex:none;border-radius:50%;border:1.5px solid var(--border);display:inline-flex;align-items:center;justify-content:center;color:transparent}.msg-person.is-picked .msg-person__tick{background:var(--brand-secondary);border-color:var(--brand-secondary);color:var(--brand-secondary-contrast)}.msg-typepick{display:flex;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap}.msg-typepick__opt{flex:1 1 180px;min-height:76px;padding:12px 14px;border:1.5px solid var(--border);border-radius:var(--radius-lg);background:var(--white);font-family:inherit;text-align:left;cursor:pointer}.msg-typepick__opt.is-picked{border-color:var(--brand-secondary);background:var(--brand-secondary-tint)}.msg-typepick__label{display:block;font-size:14px;font-weight:var(--fw-semibold);color:var(--text-heading)}.msg-typepick__hint{display:block;font-size:12px;color:var(--text-muted);margin-top:3px;line-height:1.4;overflow-wrap:break-word}@media (max-width:900px){.msg-shell{height:var(--msg-shell-h,calc(100vh - 210px));min-height:420px;border-radius:var(--radius-lg)}.msg-list-pane{width:100%;max-width:none;min-width:0;border-right:none}.msg-shell--reading .msg-list-pane,.msg-thread{display:none}.msg-shell--reading .msg-thread{display:flex}.msg-stream{padding:var(--space-4)}.msg-bubble-wrap{max-width:84%}.msg-composer,.msg-list-head,.msg-row{padding-left:var(--space-4);padding-right:var(--space-4)}}.msg-back{display:none}@media (max-width:900px){.msg-back{display:flex}}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{background:var(--surface-page);color:var(--text-primary);font-family:var(--font-sans);font-size:var(--fs-body);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{margin:0}a{color:var(--text-link);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--brand-secondary);outline-offset:2px}.field__input:focus,.field__input:focus-visible,.otp-box:focus,.otp-box:focus-visible{outline:none}.logo{display:inline-flex;gap:var(--space-3)}.logo,.logo__tile{align-items:center}.logo__tile{width:40px;height:40px;border-radius:10px;display:flex;justify-content:center;font-size:20px;flex:none}.logo__tile,.logo__word{font-weight:var(--fw-bold)}.logo__word{font-size:22px;letter-spacing:-.01em}.logo--light .logo__tile{background:var(--white);color:var(--brand-primary)}.logo--light .logo__word{color:var(--white)}.logo--dark .logo__tile{background:var(--brand-primary);color:var(--white)}.logo--dark .logo__word{color:var(--brand-primary)}.app-footer{position:fixed;bottom:0;left:0;right:0;height:var(--footer-h);display:flex;align-items:center;justify-content:center;background:var(--brand-primary);border-top:2px solid var(--brand-secondary);color:color-mix(in srgb,var(--brand-primary-contrast) 72%,transparent);font-size:var(--fs-caption);z-index:40}.auth-layout{display:flex;min-height:100vh;overflow-x:hidden}.auth-brand{flex:0 0 40%;min-width:0;background:var(--brand-primary);color:var(--white);display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,4vw,72px)}.auth-brand .logo{margin-bottom:clamp(28px,3.5vw,52px)}.auth-brand__headline{color:var(--white);font-size:clamp(30px,3vw,54px);font-weight:var(--fw-bold);line-height:1.22;letter-spacing:-.01em;margin:0 0 clamp(12px,1.2vw,20px);max-width:20ch;overflow-wrap:break-word}.auth-brand__subtext{font-size:clamp(14px,1.05vw,19px);line-height:1.6;color:rgba(255,255,255,.72);max-width:46ch;margin:0;overflow-wrap:break-word}.auth-panel{flex:1 1 auto;min-width:0;background:var(--surface);justify-content:center;padding:var(--space-10) clamp(20px,3vw,56px) calc(var(--footer-h) + var(--space-10))}.auth-panel,.auth-panel__inner{display:flex;align-items:center}.auth-panel__inner{width:100%;flex-direction:column}.auth-card{width:100%;max-width:clamp(420px,34vw,560px);background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:clamp(28px,2.4vw,44px)}.auth-card--wide{max-width:clamp(480px,40vw,640px)}.auth-card__title{font-size:clamp(22px,1.5vw,30px)}.auth-card__subtitle{font-size:clamp(14px,.95vw,17px)}.auth-card__step{font-size:var(--fs-caption);color:var(--text-muted);text-align:right;margin:0 0 10px}.auth-card__title{font-weight:var(--fw-bold);color:var(--brand-primary);margin:0 0 6px}.auth-card__subtitle{color:var(--text-muted);margin:0 0 var(--space-6)}.auth-card__footnote{text-align:center;font-size:var(--fs-label);color:var(--text-muted);line-height:1.5;margin:var(--space-5) 0 0}.auth-forgot{display:block;text-align:right;font-size:var(--fs-label);font-weight:var(--fw-medium);color:var(--brand-secondary);margin:-2px 0 var(--space-5)}.auth-mobile-logo{display:none}.auth-centered{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-6);background:var(--surface);padding:var(--space-10) var(--space-4) calc(var(--footer-h) + var(--space-10))}@media (max-width:900px){.auth-layout{flex-direction:column;background:var(--white)}.auth-brand{display:none}.auth-panel{background:var(--white);align-items:flex-start;padding:56px var(--space-4) calc(var(--footer-h) + 28px)}.auth-card{width:100%;border:none;box-shadow:none;padding:0;border-radius:0}.auth-mobile-logo{display:flex;justify-content:center;margin-bottom:var(--space-3)}}.auth-card--center{text-align:center;padding:36px 36px 30px}.auth-card--center .auth-card__step{margin:0 0 4px}.auth-card--center .auth-card__title{margin:0 0 var(--space-2)}.auth-card--center .auth-card__subtitle{margin:0 auto var(--space-2);line-height:1.55;max-width:320px}.auth-card--center .alert{justify-content:center;margin:var(--space-4) 0 4px}.auth-icon{position:relative;width:72px;height:72px;margin:var(--space-2) auto var(--space-5);border-radius:20px;background:var(--brand-secondary-tint);color:var(--brand-secondary)}.auth-icon,.auth-icon__badge{display:flex;align-items:center;justify-content:center}.auth-icon__badge{position:absolute;right:-6px;bottom:-6px;width:30px;height:30px;border-radius:50%;background:var(--brand-secondary);color:var(--white);border:3px solid var(--white)}.otp-row{display:flex;gap:10px;justify-content:center;margin:var(--space-6) 0 6px}.otp-box{width:52px;height:60px;text-align:center;font-family:inherit;font-size:28px;font-weight:var(--fw-bold);color:var(--brand-primary);background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.otp-box:focus{border-color:var(--brand-secondary);box-shadow:var(--brand-focus-ring)}.otp-box:-webkit-autofill,.otp-box:-webkit-autofill:focus,.otp-box:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--white) inset;-webkit-text-fill-color:var(--brand-primary);-webkit-transition:background-color 100000s ease-in-out 0s;transition:background-color 100000s ease-in-out 0s}.otp-row--error .otp-box{border-color:var(--error)}.auth-verify-wrap{margin:var(--space-5) 0 0}.auth-resend{font-size:var(--fs-label);color:var(--text-muted);margin:var(--space-4) 0 0}.auth-resend__link{color:var(--brand-secondary);font-weight:var(--fw-medium);background:none;border:none;padding:0;font-size:inherit;font-family:inherit;cursor:pointer}.auth-resend__link:hover:not(:disabled){text-decoration:underline}.auth-backlink{display:inline-block;font-size:var(--fs-caption);color:var(--text-muted);margin-top:18px;background:none;border:none;padding:0;font-family:inherit;cursor:pointer}.auth-backlink:hover{color:var(--brand-primary);text-decoration:none}.client-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.client-row{width:100%;display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3);background:var(--white);border:1px solid var(--border);border-left:3px solid transparent;border-radius:var(--radius-md);cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s ease,background-color .15s ease}.client-row:hover:not(:disabled){border-color:var(--brand-secondary);border-left-color:var(--brand-secondary);background:var(--brand-secondary-tint)}.client-row:disabled{opacity:.6;cursor:not-allowed}.client-row__avatar{width:48px;height:48px;flex:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--fs-card-title);font-weight:var(--fw-bold);color:var(--white);object-fit:cover}.client-row__body{flex:1 1;min-width:0}.client-row__name{display:block;font-size:var(--fs-card-title);font-weight:var(--fw-semibold);color:var(--text-primary)}.client-row__url{display:block;font-size:var(--fs-caption);color:var(--text-muted)}.client-row__role{flex:none;padding:4px 10px;border-radius:var(--radius-pill);background:var(--brand-secondary-tint);color:var(--brand-secondary-ink);font-size:var(--fs-badge);font-weight:var(--fw-semibold);text-transform:capitalize}@media (max-width:900px){.auth-card--center{padding:0}.otp-row{gap:var(--space-2)}.otp-box{width:46px;height:56px;font-size:24px}}@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;font-style:normal;font-weight:600;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:600;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:600;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:600;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:600;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:600;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:600;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:700;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:700;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:700;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:700;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:700;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:700;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:700;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_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-inter:"Inter","Inter Fallback"}