.input,.input-otp,.input-select,.input-tags{width:100%;min-width:0;position:relative}.input-otp{cursor:text}.input-otp__control{z-index:2;opacity:0;cursor:text;border:0;outline:none;width:100%;height:100%;position:absolute;inset:0}.input-otp__boxes{grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(6px,1.6vw,10px);display:grid}.input-otp__box{aspect-ratio:1;color:#20262d;width:100%;min-width:0;font:inherit;text-align:center;background:#fff;border:1px solid #20262d24;border-radius:12px;place-items:center;padding:0;font-size:clamp(1.15rem,4vw,1.45rem);font-weight:650;transition:border-color .15s,box-shadow .18s,transform .15s;display:grid}.input-otp:hover:not(.is-disabled) .input-otp__box{border-color:#20262d42}.input-otp:focus-within .input-otp__box.is-active{z-index:1;border-color:#f54927;transform:translateY(-1px);box-shadow:0 0 0 3px #f549271a}.input-otp.is-invalid .input-otp__box{border-color:#c93f27}.input-otp.is-disabled .input-otp__box{color:#7b838b;background:#20262d0a;border-color:#20262d14}.input-otp.is-disabled,.input-otp.is-disabled .input-otp__control{cursor:not-allowed}.input-tags{cursor:text;background:#fff;border:1px solid #20262d24;border-radius:10px;flex-wrap:wrap;align-items:center;gap:6px;min-height:42px;padding:5px 8px;transition:border-color .15s,box-shadow .18s;display:flex}.input-tags:hover:not(.is-disabled){border-color:#20262d42}.input-tags:focus-within{border-color:#f54927;box-shadow:0 0 0 3px #f549271a}.input-tags.is-disabled{cursor:not-allowed;opacity:.65;background:#20262d0a;border-color:#20262d14}.input-tags__tag{color:#3d454c;background:#f1efea;border:1px solid #20262d1a;border-radius:6px;align-items:center;gap:5px;min-width:0;min-height:28px;padding:3px 4px 3px 9px;font-size:.76rem;font-weight:600;line-height:1;display:inline-flex}.input-tags__tag>span:first-child{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.input-tags__tag button{color:#737b82;cursor:pointer;background:0 0;border:0;border-radius:4px;outline:none;flex:none;place-items:center;width:21px;height:21px;padding:0;display:grid}.input-tags__tag button:hover,.input-tags__tag button:focus-visible{color:#20262d;background:#20262d14}.input-tags__tag button:disabled{cursor:not-allowed}.input-tags__tag button>span{margin-top:-1px;font-size:1rem;font-weight:450;line-height:1}.input-tags__control{color:#20262d;min-width:120px;min-height:30px;font:inherit;background:0 0;border:0;outline:0;flex:150px;padding:0 5px;font-size:.84rem}.input-tags__control::placeholder{color:#a2a7ab}.input-tags__control:disabled{cursor:not-allowed}.input__control,.input-select__trigger{color:#20262d;width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #20262d24;border-radius:12px;outline:none;padding:0 14px;font-size:.95rem;font-weight:450;transition:border-color .15s,background-color .15s,box-shadow .18s,color .15s}.input__control::placeholder,.input-select__placeholder,.input-select__search::placeholder{color:#a2a7ab}.input__control:hover:not(:disabled),.input-select__trigger:hover:not(:disabled){border-color:#20262d42}.input__control:focus,.input-select.is-open .input-select__trigger,.input-select__trigger:focus-visible{border-color:#f54927;box-shadow:0 0 0 3px #f549271a}.input__control:disabled,.input-select__trigger:disabled{color:#7b838b;cursor:not-allowed;background:#20262d0a;border-color:#20262d14}.input__control[aria-invalid=true],.input-select__trigger[aria-invalid=true]{border-color:#c93f27}.input.has-start-adornment .input__control{padding-left:42px}.input.has-end-adornment .input__control{padding-right:44px}.input__adornment,.input__secret-toggle{z-index:1;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.input__adornment{color:#7b838b;pointer-events:none}.input__adornment--start{left:14px}.input__adornment--end{right:14px}.input__secret-toggle{color:#737b82;cursor:pointer;background:0 0;border:0;border-radius:8px;outline:none;width:34px;height:34px;padding:0;transition:background-color .14s,color .14s,transform .14s;right:7px}.input__secret-toggle:hover,.input__secret-toggle:focus-visible{color:#20262d;background:#20262d0f}.input__secret-toggle:active{transform:translateY(-50%)scale(.92)}.input__secret-toggle:disabled{cursor:not-allowed;opacity:.45}.input__secret-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65px;width:18px;height:18px}.input-select__trigger{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:12px;display:flex}.input-select--compact .input-select__trigger{border-radius:8px;min-height:40px;padding:0 11px;font-size:.82rem;font-weight:500}.input-select__value,.input-select__placeholder{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.input-select__chevron{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;flex:none;width:18px;height:18px;transition:transform .18s cubic-bezier(.2,.75,.25,1)}.input-select.is-open .input-select__chevron{transform:rotate(180deg)}.input-select__native{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.input-select__dropdown{z-index:2000;opacity:0;transform-origin:top;pointer-events:none;background:#fffffffa;border:1px solid #20262d1f;border-radius:12px;transition:opacity .13s,transform .15s cubic-bezier(.2,.75,.25,1);position:fixed;overflow:hidden;transform:translateY(-5px)scale(.985);box-shadow:0 16px 42px #20262d29}.input-select__dropdown.opens-above{transform-origin:bottom;transform:translateY(5px)scale(.985)}.input-select__dropdown.opens-below{transform-origin:top}.input-select__dropdown.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.input-select__search-shell{border-bottom:1px solid #20262d14;align-items:center;padding:8px;display:flex;position:relative}.input-select__search-shell svg{fill:none;stroke:#7b838b;stroke-linecap:round;stroke-width:1.5px;pointer-events:none;width:16px;height:16px;position:absolute;left:19px}.input-select__search{color:#20262d;width:100%;min-height:38px;font:inherit;background:#f8f8f6;border:1px solid #20262d1f;border-radius:50px;outline:none;padding:0 11px 0 35px;font-size:.82rem;font-weight:500;transition:border-color .14s,box-shadow .14s,background-color .14s}.input-select__search:focus{background:#fff;border-color:#f54927;box-shadow:0 0 0 3px #f5492714}.input-select__search::-webkit-search-cancel-button{cursor:pointer}.input-select__options{overscroll-behavior:contain;scrollbar-color:#20262d3d transparent;scrollbar-width:thin;max-height:240px;padding:6px;overflow:hidden auto}.input-select__option{color:#3d454c;width:100%;min-height:38px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;outline:none;justify-content:space-between;align-items:center;gap:12px;padding:7px 9px;font-size:.84rem;font-weight:500;transition:background-color .11s,color .11s,transform .11s;display:flex}.input-select__option>span{flex:1;min-width:0;overflow:hidden}.input-select__option.is-active{color:#20262d;background:#20262d0f}.input-select__option.is-selected{color:#d84528;font-weight:650}.input-select__option:active:not(:disabled){transform:scale(.99)}.input-select__option:disabled{color:#a2a7ab;cursor:not-allowed}.input-select__option svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;flex:none;width:17px;height:17px}.input-select__empty{color:#8a9197;text-align:center;padding:18px 12px;font-size:.8rem;font-weight:500}.input-phone{background:#fff;border:1px solid #20262d24;border-radius:12px;width:100%;min-width:0;min-height:48px;transition:border-color .15s,background-color .15s,box-shadow .18s;display:flex}.input-phone:hover:not(.is-disabled):not(.is-readonly){border-color:#20262d42}.input-phone:focus-within{border-color:#f54927;box-shadow:0 0 0 3px #f549271a}.input-phone.is-disabled{background:#20262d0a;border-color:#20262d14}.input-phone.is-readonly{background:#f8f8f6}.input-phone--compact{border-radius:8px;min-height:42px}.input-phone .input-phone__country{flex:0 0 112px;width:112px}.input-phone .input-phone__country .input-select__trigger{min-height:46px;box-shadow:none;background:0 0;border:0;border-right:1px solid #20262d1a;border-radius:11px 0 0 11px;padding:0 10px 0 12px;font-size:.86rem}.input-phone--compact .input-phone__country .input-select__trigger{border-radius:7px 0 0 7px;min-height:40px;font-size:.8rem}.input-phone .input-phone__country .input-select__trigger:hover,.input-phone .input-phone__country.is-open .input-select__trigger{background:#20262d08;border-right-color:#20262d24}.input-phone__country-option{flex:1;align-items:center;gap:9px;min-width:0;display:flex}.input-phone__country-option.is-compact{gap:7px}.input-phone__flag{text-align:center;flex:none;width:1.4em;font-size:1.05rem;line-height:1}.input-phone__country-name{color:#333a40;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.input-phone__dial-code{color:#7b838b;font-variant-numeric:tabular-nums;flex:none;font-weight:500}.input-phone__country-option.is-compact .input-phone__dial-code{color:#3d454c}.input-phone .input-phone__number{flex:1;min-width:0}.input-phone .input-phone__number .input__control{min-height:46px;box-shadow:none;font-variant-numeric:tabular-nums;background:0 0;border:0;border-radius:0 11px 11px 0;padding-left:13px;padding-right:13px}.input-phone--compact .input-phone__number .input__control{border-radius:0 7px 7px 0;min-height:40px;font-size:.86rem}.input-phone.is-disabled .input-select__trigger,.input-phone.is-disabled .input__control{background:0 0}.input-phone.is-readonly .input__control{cursor:default}.input-phone>input[type=hidden]{display:none}@media (prefers-reduced-motion:reduce){.input__control,.input-phone,.input__secret-toggle,.input-select__trigger,.input-select__chevron,.input-select__dropdown,.input-select__search,.input-select__option{transition:none}}.player-presence-overlay{pointer-events:none;flex-direction:column;align-items:center;transition:transform .24s cubic-bezier(.2,.8,.2,1);display:flex;transform:translateY(0)}.player-presence-overlay.has-video{transform:translateY(-54px)}.player-name-badge{color:#f8fafc;letter-spacing:.01em;pointer-events:none;white-space:nowrap;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#181f27d1;border:1px solid #ffffff29;border-radius:999px;align-items:center;max-width:180px;padding:5px 10px;font:600 12px/1.2 system-ui,-apple-system,BlinkMacSystemFont,sans-serif;display:inline-flex;overflow:hidden;box-shadow:0 3px 12px #0f172a2e}.player-video-card{opacity:0;transform-origin:top;background:#0f1720eb;border:0 solid #ffffff2e;border-radius:14px;flex:none;width:0;height:0;margin-top:0;transition:width .24s cubic-bezier(.2,.8,.2,1),height .24s cubic-bezier(.2,.8,.2,1),margin-top .24s,border-width .16s,box-shadow .24s,opacity .16s,transform .24s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden;transform:translateY(-5px)scale(.94);box-shadow:0 8px 24px #0f172a00}.player-video-card.is-visible{opacity:1;border-width:1px;width:184px;height:104px;margin-top:7px;transform:translateY(0)scale(1);box-shadow:0 8px 24px #0f172a38}.player-video-card video{object-fit:cover;background:linear-gradient(145deg,#18232e,#0d151d);width:100%;height:100%;display:block}.player-name-badge__name{text-overflow:ellipsis;min-width:0;overflow:hidden}.player-name-badge__availability{opacity:0;transform-origin:50%;border-radius:999px;flex:none;place-items:center;width:0;height:18px;margin-right:0;transition:width .2s,margin-right .2s,opacity .16s,transform .22s cubic-bezier(.2,.9,.2,1.2);display:inline-grid;overflow:hidden;transform:translate(5px)scale(.65)}.player-name-badge__availability.is-visible{opacity:1;width:18px;margin-right:6px;transform:translate(0)scale(1)}.player-name-badge__availability img{width:16px;height:16px;display:block}.player-name-badge__availability.is-visible img{animation:1.8s ease-in-out infinite player-availability-pop}.player-name-badge__talking{opacity:0;transform-origin:50%;flex:none;place-items:center;width:0;margin-left:0;transition:width .18s,margin-left .18s,opacity .14s,transform .18s cubic-bezier(.2,.8,.2,1);display:inline-grid;overflow:hidden;transform:translate(-4px)scale(.72)}.player-name-badge__talking.is-visible{opacity:1;width:15px;margin-left:6px;transform:translate(0)scale(1)}.player-name-badge__talking img{width:15px;height:15px;display:block}.player-name-badge__talking.is-visible img{animation:.9s ease-in-out infinite alternate player-talking-breathe}@keyframes player-talking-breathe{0%{opacity:.72;transform:scaleY(.88)}to{opacity:1;transform:scaleY(1)}}@keyframes player-availability-pop{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@media (prefers-reduced-motion:reduce){.player-name-badge__talking,.player-name-badge__talking.is-visible img,.player-name-badge__availability,.player-name-badge__availability.is-visible img,.player-presence-overlay,.player-video-card{transition:none;animation:none}}.modal-root{z-index:1000;opacity:0;pointer-events:none;background:#181c2000;place-items:center;padding:24px;transition:background-color .18s,opacity .18s;display:grid;position:fixed;inset:0}.modal-root.is-visible{opacity:1;pointer-events:auto;background:#181c2061}.modal-dialog{opacity:0;background:#fbfaf7;border:1px solid #20262d1a;border-radius:14px;outline:none;flex-direction:column;width:min(920px,100%);min-height:min(640px,100vh - 48px);max-height:min(720px,100vh - 48px);transition:opacity .16s,transform .18s cubic-bezier(.2,.75,.25,1);display:flex;overflow:hidden;transform:translateY(10px)scale(.985);box-shadow:0 24px 70px #161b1f33}.modal-root.is-visible .modal-dialog{opacity:1;transform:translateY(0)scale(1)}.modal-dialog__header{border-bottom:1px solid #20262d14;flex:none;justify-content:space-between;align-items:center;min-height:58px;padding:0 14px 0 22px;display:flex}.modal-dialog__header h2{color:#20262d;letter-spacing:-.015em;margin:0;font-size:.95rem;font-weight:650}.modal-dialog__close{color:#5f676e;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;padding:0;transition:background-color .14s,color .14s;display:grid}.modal-dialog__close span{margin-top:-2px;font-size:1.35rem;font-weight:350;line-height:1}.modal-dialog__close:hover,.modal-dialog__close:focus-visible{color:#20262d;background:#20262d12;outline:none}.modal-dialog__content{flex:1;min-height:0;display:flex}.modal-dialog *{scrollbar-color:#20262d3d transparent}.modal-dialog ::-webkit-scrollbar-track{background:0 0}.modal-dialog ::-webkit-scrollbar-corner{background:0 0}@media (width<=640px){.modal-root{padding:0}.modal-dialog{border:0;border-radius:0;width:100%;min-height:100%;max-height:100%;transform:translateY(16px)}}@media (prefers-reduced-motion:reduce){.modal-root,.modal-dialog,.modal-dialog__close{transition:none}}.confirm-destructive-action-modal{width:min(480px,100%);min-height:0}.confirm-destructive-action{flex-direction:column;flex:1;min-width:0;display:flex}.confirm-destructive-action__body{align-items:flex-start;gap:16px;padding:26px;display:flex}.confirm-destructive-action__warning{color:#c93f27;background:#c93f271c;border:1px solid #c93f271a;border-radius:10px;flex:none;place-items:center;width:34px;height:34px;font-size:.9rem;font-weight:800;display:grid}.confirm-destructive-action__copy{flex:1;gap:20px;min-width:0;display:grid}.confirm-destructive-action__copy>p{color:#596168;margin:2px 0 0;font-size:.82rem;line-height:1.6}.confirm-destructive-action__copy label{color:#50585f;gap:9px;font-size:.75rem;font-weight:550;display:grid}.confirm-destructive-action__instruction{line-height:1.5;display:block}.confirm-destructive-action__copy label strong{color:#252b31;background:#20262d0f;border-radius:4px;padding:2px 5px;font-weight:700}.confirm-destructive-action__copy input{color:#20262d;background:#fff;border:1px solid #20262d24;border-radius:8px;outline:none;width:100%;min-height:42px;padding:0 12px;font-size:.86rem}.confirm-destructive-action__copy input:focus{border-color:#c93f27;box-shadow:0 0 0 3px #c93f2717}.confirm-destructive-action__copy input::placeholder{color:#a2a7ab}.confirm-destructive-action__copy input:disabled{cursor:wait;background:#20262d0a}.confirm-destructive-action__error{color:#c93f27!important;margin:-7px 0 0!important;font-size:.73rem!important}.confirm-destructive-action__actions{background:#f7f5f1;border-top:1px solid #20262d14;justify-content:flex-end;gap:9px;margin-top:auto;padding:14px 18px;display:flex}.confirm-destructive-action__actions button{color:#50585f;cursor:pointer;background:#fff;border:1px solid #20262d21;border-radius:8px;min-height:38px;padding:0 15px;font-size:.76rem;font-weight:650}.confirm-destructive-action__actions button.is-destructive{color:#fff;background:#c93f27;border-color:#c93f27}.confirm-destructive-action__actions button:hover:not(:disabled){opacity:.86}.confirm-destructive-action__actions button:focus-visible{outline-offset:2px;outline:2px solid #c93f27}.confirm-destructive-action__actions button:disabled{cursor:not-allowed;opacity:.45}@media (width<=640px){.confirm-destructive-action-modal{width:100%;min-height:100%;max-height:100%}}.integration-connections{flex-direction:column;min-height:100%;display:flex}.integration-connections__heading{padding:34px 38px 24px}.integration-connections__heading h3{color:#20262d;letter-spacing:-.035em;margin:0;font-size:1.35rem;font-weight:630}.integration-connections__heading p{color:#7b838b;margin:7px 0 0;font-size:.76rem;line-height:1.45}.integration-connections__content{gap:30px;padding:0 38px 38px;display:grid}.integration-connections__section{gap:11px;display:grid}.integration-connections__section h4{color:#50585f;letter-spacing:.02em;margin:0;font-size:.74rem;font-weight:700}.integration-connections__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.integration-connections__card{background:#fff;border:1px solid #20262d17;border-radius:12px;grid-template-rows:auto 1fr;grid-template-columns:auto minmax(0,1fr);gap:12px;min-width:0;min-height:168px;padding:16px;display:grid;box-shadow:0 1px 2px #20262d08}.integration-connections__card:only-child{grid-column:1/-1;min-height:140px}.integration-connections__brand{background:#f3f1ed;border-radius:9px;flex:none;place-items:center;width:38px;height:38px;display:grid}.integration-connections__brand svg{width:28px;height:28px}.integration-connections__brand.is-google-calendar{background:#eef4ff}.integration-connections__brand.is-microsoft-teams{background:#eff0ff}.integration-connections__brand.is-chatgpt{background:#e7f6f1}.integration-connections__brand.is-claude{background:#faeee9}.integration-connections__brand.is-notion{background:#f5f5f5}.integration-connections__brand.is-trello{background:#e9f2ff}.integration-connections__brand.is-github{background:#eeeeef}.integration-connections__copy{min-width:0}.integration-connections__copy strong{color:#252b31;font-size:.81rem;font-weight:670}.integration-connections__copy p{color:#7b838b;margin:4px 0 0;font-size:.68rem;line-height:1.45}.integration-connections__card button{color:#fff;background:#20262d;border:0;border-radius:8px;grid-column:1/-1;align-self:end;min-height:34px;font-size:.71rem;font-weight:650}.integration-connections__card button:disabled{cursor:not-allowed;opacity:.38}@media (width<=680px){.integration-connections__heading{padding:26px 22px 20px}.integration-connections__content{padding-inline:22px}}@media (width<=520px){.integration-connections__grid{grid-template-columns:minmax(0,1fr)}.integration-connections__card{min-height:148px}}.organization-health{flex-direction:column;min-height:100%;display:flex}.organization-health__heading{padding:34px 38px 24px}.organization-health__heading h3{color:#20262d;letter-spacing:-.035em;margin:0;font-size:1.35rem;font-weight:630}.organization-health__heading p{color:#7b838b;margin:7px 0 0;font-size:.76rem;line-height:1.45}.organization-health__content{gap:14px;max-width:590px;padding:0 38px 38px;display:grid}.organization-health__card{text-align:center;background:radial-gradient(circle at 50% 35%,#419f6817,#0000 46%),#fff;border:1px solid #20262d17;border-radius:16px;place-items:center;min-height:260px;padding:24px;display:grid;box-shadow:0 8px 28px #20262d0f}.organization-health__card.has-error{background:radial-gradient(circle at 50% 35%,#c93f2714,#0000 46%),#fff}.organization-health__status{color:#596168;align-items:center;gap:7px;display:flex}.organization-health__status>span{background:#aeb3b7;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #aeb3b724}.organization-health__card.is-excellent .organization-health__status>span,.organization-health__card.is-good .organization-health__status>span{background:#419f68;box-shadow:0 0 0 4px #419f6824}.organization-health__card.is-fair .organization-health__status>span{background:#d99a2b;box-shadow:0 0 0 4px #d99a2b24}.organization-health__card.is-poor .organization-health__status>span,.organization-health__card.has-error .organization-health__status>span{background:#c93f27;box-shadow:0 0 0 4px #c93f2724}.organization-health__status strong{color:#343b42;font-size:.78rem;font-weight:700}.organization-health__status small{color:#91979c;font-size:.68rem}.organization-health__measurement{grid-template-columns:auto auto;justify-content:center;align-items:baseline;column-gap:5px;display:grid}.organization-health__measurement output{color:#20262d;font-variant-numeric:tabular-nums;letter-spacing:-.075em;font-size:clamp(3.2rem,9vw,4.8rem);font-weight:670;line-height:1}.organization-health__measurement>span{color:#7b838b;font-size:1rem;font-weight:600}.organization-health__measurement small{color:#858c92;grid-column:1/-1;margin-top:8px;font-size:.71rem}.organization-health__scale{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;width:min(260px,90%);display:grid}.organization-health__scale span{background:#20262d14;border-radius:999px;height:5px}.organization-health__scale span.is-active:first-child,.organization-health__scale span.is-active:nth-child(2){background:#419f68}.organization-health__scale span.is-active:nth-child(3){background:#d99a2b}.organization-health__scale span.is-active:nth-child(4){background:#c93f27}.organization-health__summary,.organization-health__error,.organization-health__note{margin:0;font-size:.71rem;line-height:1.5}.organization-health__summary{color:#858c92}.organization-health__error{color:#c93f27}.organization-health__note{color:#8a9197;padding:0 3px}@media (width<=680px){.organization-health__heading{padding:26px 22px 20px}.organization-health__content{padding-inline:22px}}.organization-settings__form,.organization-settings__empty-panel,.organization-settings__dimensions-panel,.organization-settings__team-panel{flex-direction:column;min-height:100%;display:flex}.organization-settings__dimensions-content{gap:24px;max-width:600px;padding:0 38px 38px;display:grid}.organization-settings__dimensions-content>p{color:#747c83;max-width:520px;margin:0;font-size:.78rem;line-height:1.55}.organization-settings__dimensions-content dl{border-top:1px solid #20262d14;margin:0;display:grid}.organization-settings__dimensions-content dl>div{border-bottom:1px solid #20262d14;justify-content:space-between;align-items:center;gap:24px;min-height:68px;display:flex}.organization-settings__dimensions-content dt{color:#50585f;font-size:.78rem;font-weight:650}.organization-settings__dimensions-content dd{color:#d84428;text-align:center;background:#f5492717;border-radius:7px;min-width:42px;margin:0;padding:6px 9px;font-size:.75rem;font-weight:700}.organization-settings__dimensions-content>button{color:#fff;cursor:pointer;background:#20262d;border:0;border-radius:9px;justify-self:start;min-height:42px;padding:0 15px;font-size:.75rem;font-weight:650}.organization-settings__dimensions-content>button:hover{opacity:.86}.organization-settings__dimensions-content>button:focus-visible{outline-offset:3px;outline:2px solid #f54927}.organization-settings__heading{padding:34px 38px 24px}.organization-settings__heading h3{color:#20262d;letter-spacing:-.035em;margin:0;font-size:1.35rem;font-weight:630}.organization-settings__fields,.organization-settings__feature-list{gap:22px;padding:0 38px 32px;display:grid}.organization-settings__fields label{color:#50585f;gap:8px;max-width:520px;font-size:.76rem;font-weight:650;display:grid}.organization-settings__fields input,.organization-settings__domain input{color:#20262d;background:#fff;border:1px solid #20262d24;border-radius:8px;outline:none;width:100%;min-height:42px;padding:0 12px;font-size:.86rem;font-weight:500}.organization-settings__fields input:focus,.organization-settings__domain input:focus,.organization-settings__invite-fields input:focus,.organization-settings__invite-fields select:focus{border-color:#f54927;box-shadow:0 0 0 3px #f5492717}.organization-settings__fields input:disabled{color:#7b838b;cursor:not-allowed;background:#20262d0a;border-color:#20262d14}.organization-settings__fields input.is-capitalized{text-transform:capitalize}.organization-settings__logo-field{gap:8px;max-width:520px;display:grid}.organization-settings__field-label{color:#50585f;font-size:.76rem;font-weight:650}.organization-settings__logo-control{background:#ffffffa8;border:1px solid #20262d17;border-radius:14px;align-items:center;gap:16px;max-width:520px;padding:14px;display:flex;position:relative;box-shadow:0 2px 8px #20262d0a}.organization-settings__logo-preview{color:#596168;background:radial-gradient(circle at 34% 28%,#ffffffb3,#0000 44%),#ebe8e0;border:1px solid #20262d1a;border-radius:14px;flex:none;place-items:center;width:72px;height:72px;font-size:1.1rem;font-weight:700;display:grid;overflow:hidden;box-shadow:0 7px 18px #20262d1a}.organization-settings__logo-preview img{object-fit:cover;width:100%;height:100%}.organization-settings__logo-actions{align-items:center;display:flex}.organization-settings__logo-actions>div{gap:7px;display:flex}.organization-settings__logo-actions button{color:#c93f27;cursor:pointer;background:#f5492712;border:1px solid #f5492740;border-radius:7px;min-height:34px;padding:0 11px;font-size:.71rem;font-weight:650}.organization-settings__logo-actions button.is-quiet{color:#737b82;background:0 0;border-color:#0000}.organization-settings__logo-actions button:hover{opacity:.82}.organization-settings__logo-actions button:focus-visible{outline-offset:2px;outline:2px solid #f54927}.organization-settings__logo-input{display:none}.organization-settings__danger-area{gap:9px;margin-top:auto;padding:8px 38px 30px;display:grid}.organization-settings__danger-area h4{color:#c93f27;margin:0;font-size:.76rem;font-weight:700}.organization-settings__danger-list{border-top:1px solid #c93f2726}.organization-settings__danger-row{border-bottom:1px solid #20262d14;justify-content:space-between;align-items:center;gap:22px;min-height:68px;display:flex}.organization-settings__danger-row>div{gap:4px;display:grid}.organization-settings__danger-row strong{color:#343b42;font-size:.78rem;font-weight:650}.organization-settings__danger-row small{color:#7b838b;font-size:.69rem;line-height:1.45}.organization-settings__danger-row button{color:#50585f;cursor:pointer;background:#fff;border:1px solid #20262d21;border-radius:7px;flex:none;min-height:34px;padding:0 11px;font-size:.69rem;font-weight:650}.organization-settings__danger-row button.is-destructive{color:#c93f27;border-color:#c93f2757}.organization-settings__danger-row button:not(:disabled):hover{opacity:.78}.organization-settings__danger-row button:focus-visible{outline-offset:2px;outline:2px solid #c93f27}.organization-settings__danger-row button:disabled{cursor:not-allowed;opacity:.42}.organization-settings__info-form.has-unsaved-changes .organization-settings__danger-area,.organization-settings__features-form.has-unsaved-changes .organization-settings__feature-list{padding-bottom:104px}.organization-settings__feature-list{gap:0}.organization-settings__setting-row{border-bottom:1px solid #20262d14;justify-content:space-between;align-items:center;gap:24px;min-height:74px;display:flex}.organization-settings__setting-row>div{gap:5px;display:grid}.organization-settings__setting-row strong{color:#252b31;font-size:.84rem;font-weight:650}.organization-settings__setting-row small{color:#7b838b;font-size:.73rem;line-height:1.45}.organization-switch{cursor:pointer;background:#c6c9cb;border:0;border-radius:999px;flex:none;width:36px;height:20px;padding:0;transition:background-color .15s;position:relative}.organization-switch span{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .17s cubic-bezier(.2,.75,.25,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #20262d38}.organization-switch.is-checked{background:#f54927}.organization-switch.is-checked span{transform:translate(16px)}.organization-switch:focus-visible{outline-offset:3px;outline:2px solid #f54927}.organization-switch:disabled{cursor:wait;opacity:.55}.organization-settings__domains{border-bottom:1px solid #20262d14;gap:12px;padding:20px 0 22px;transition:opacity .14s;display:grid}.organization-settings__domains.is-disabled .organization-settings__domains-heading{opacity:.55}.organization-settings__domains-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.organization-settings__domains-heading span{color:#50585f;font-size:.73rem;font-weight:650}.organization-settings__domains-heading>div{gap:4px;display:grid}.organization-settings__domains-heading small{color:#7b838b;font-size:.69rem;font-weight:450;line-height:1.45}.organization-settings__setting-row--private{border-bottom:0}.organization-settings__private-tiles-note{color:#66514c;background:#fff8f5;border:1px solid #f5492729;border-radius:9px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;margin-bottom:22px;padding:12px 14px;display:grid}.organization-settings__private-tiles-note svg{fill:none;stroke:#d84428;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:17px;height:17px;margin-top:1px}.organization-settings__private-tiles-note p{margin:0;font-size:.72rem;line-height:1.5}.organization-settings__private-tiles-note strong{color:#b83c25;font-weight:700}.organization-settings__error{color:#c93f27;margin:auto 38px 14px;font-size:.78rem}.organization-settings__footer{background:#fbfaf7f0;border-top:1px solid #20262d14;justify-content:flex-end;align-items:center;min-height:66px;margin-top:auto;padding:12px 38px;display:flex}.organization-settings__info-form .organization-settings__footer,.organization-settings__features-form .organization-settings__footer{z-index:5;opacity:0;pointer-events:none;visibility:hidden;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fbfaf7eb;border:1px solid #20262d1c;border-radius:13px;min-height:54px;margin-top:0;padding:8px;transition:opacity .18s,transform .22s cubic-bezier(.2,.8,.25,1),visibility 0s linear .22s;position:absolute;bottom:18px;right:20px;transform:translateY(16px)scale(.94);box-shadow:0 16px 38px #20262d33,0 2px 7px #20262d14}.organization-settings__info-form .organization-settings__footer.is-visible,.organization-settings__features-form .organization-settings__footer.is-visible{opacity:1;pointer-events:auto;visibility:visible;transition-delay:0s;transform:translateY(0)scale(1)}.organization-settings__save{color:#fff;cursor:pointer;background:#20262d;border:0;border-radius:8px;min-height:38px;padding:0 15px;font-size:.76rem;font-weight:650;transition:opacity .14s}.organization-settings__info-form .organization-settings__save,.organization-settings__features-form .organization-settings__save{background:#f54927;min-height:40px;padding-inline:18px;box-shadow:0 5px 13px #f549273d}.organization-settings__save:hover{opacity:.86}.organization-settings__save:focus-visible{outline-offset:3px;outline:2px solid #f54927}.organization-settings__save:disabled{cursor:wait;opacity:.5}.organization-settings__loading{color:#737b82;justify-content:center;align-items:center;gap:12px;height:100%;font-size:.8rem;display:flex}.organization-settings__loading .simple-loader{width:20px;height:20px}.organization-settings__team-panel{padding:34px 38px 38px}.organization-settings__team-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.organization-settings__team-heading h3{color:#20262d;letter-spacing:-.035em;margin:0;font-size:1.35rem;font-weight:630}.organization-settings__team-heading p{color:#7b838b;margin:7px 0 0;font-size:.76rem;line-height:1.45}.organization-settings__invite-button,.organization-settings__invite-actions button:last-child{color:#fff;cursor:pointer;background:#20262d;border:0;border-radius:8px;min-height:38px;padding:0 15px;font-size:.76rem;font-weight:650;transition:opacity .14s}.organization-settings__invite-button:hover,.organization-settings__invite-actions button:last-child:hover{opacity:.86}.organization-settings__invite-button:focus-visible,.organization-settings__invite-actions button:focus-visible,.organization-settings__invite-row-actions button:focus-visible{outline-offset:3px;outline:2px solid #f54927}.organization-settings__invite-form-shell{visibility:hidden;opacity:0;grid-template-rows:0fr;transition:grid-template-rows .24s cubic-bezier(.22,.72,.25,1),opacity .15s,transform .22s cubic-bezier(.22,.72,.25,1),visibility 0s linear .24s;display:grid;transform:translateY(-7px)}.organization-settings__invite-form-shell.is-open{visibility:visible;opacity:1;grid-template-rows:1fr;transition-delay:0s;transform:translateY(0)}.organization-settings__invite-form-clip{min-height:0;overflow:hidden}.organization-settings__invite-form-clip:has(.input-select.is-open){overflow:visible}.organization-settings__invite-form{background:#fff;border:1px solid #20262d1a;border-radius:10px;gap:18px;margin-bottom:30px;padding:20px;display:grid}.organization-settings__invite-title{gap:4px;display:grid}.organization-settings__invite-title strong{color:#252b31;font-size:.86rem;font-weight:650}.organization-settings__invite-title small{color:#7b838b;font-size:.72rem;line-height:1.45}.organization-settings__invite-fields{grid-template-columns:minmax(0,1fr) 150px;gap:12px;display:grid}.organization-settings__invite-fields label{color:#50585f;gap:7px;font-size:.72rem;font-weight:650;display:grid}.organization-settings__invite-fields input,.organization-settings__invite-fields select{color:#20262d;width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #20262d24;border-radius:8px;outline:none;padding:0 11px;font-size:.82rem;font-weight:500}.organization-settings__invite-fields select{cursor:pointer}.organization-settings__invite-error{color:#c93f27;margin:-5px 0 0;font-size:.74rem}.organization-settings__invite-actions{justify-content:flex-end;gap:9px;display:flex}.organization-settings__invite-actions button:first-child{color:#596168;cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:38px;padding:0 12px;font-size:.76rem;font-weight:650}.organization-settings__invite-actions button:first-child:hover{color:#252b31;background:#20262d0f}.organization-settings__invite-actions button:disabled{cursor:not-allowed;opacity:.5}.organization-settings__people-section+.organization-settings__people-section{margin-top:28px}.organization-settings__section-heading{align-items:center;gap:8px;margin-bottom:8px;display:flex}.organization-settings__section-heading h4{color:#343b42;margin:0;font-size:.78rem;font-weight:650}.organization-settings__section-heading span{color:#8a9197;font-size:.7rem;font-weight:650}.organization-settings__people-list{border-top:1px solid #20262d17}.organization-settings__people-list--cards{border-top:0;gap:8px;display:grid}.organization-settings__people-list--cards .organization-settings__person-row{background:#fff;border:1px solid #20262d17;border-radius:10px;min-height:72px;padding:10px 12px}.organization-settings__people-list--cards .organization-settings__empty-list{background:#fff;border:1px solid #20262d17;border-radius:10px;padding:17px 12px}.organization-settings__person-row{border-bottom:1px solid #20262d17;justify-content:space-between;align-items:center;gap:18px;min-height:68px;display:flex}.organization-settings__person{align-items:center;gap:12px;min-width:0;display:flex}.organization-settings__person img,.organization-settings__avatar{color:#596168;object-fit:cover;background:#e9e5dc;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:.68rem;font-weight:700;display:grid}.organization-settings__avatar-shell{place-items:center;width:46px;min-width:46px;padding-bottom:8px;display:grid;position:relative}.organization-settings__avatar-role{color:#626a71;letter-spacing:.015em;white-space:nowrap;background:#ebeae6;border:2px solid #fbfaf7;border-radius:999px;align-items:center;min-height:16px;padding:0 6px;font-size:.51rem;font-weight:750;line-height:1;display:inline-flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.organization-settings__avatar-role.is-owner{color:#b94028;background:#fde9e3}.organization-settings__avatar-role.is-manager{color:#466881;background:#e7eef3}.organization-settings__person--invite .organization-settings__avatar{color:#7b838b;background:#efede7;font-size:.8rem}.organization-settings__person-details{gap:4px;min-width:0;display:grid}.organization-settings__person strong,.organization-settings__person small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.organization-settings__person strong{color:#252b31;font-size:.8rem;font-weight:620}.organization-settings__person small{color:#838a91;font-size:.7rem}.organization-settings__role{color:#626a71;letter-spacing:.01em;background:#f1f0ec;border:1px solid #20262d17;border-radius:999px;flex:none;align-items:center;min-height:24px;padding:0 9px;font-size:.66rem;font-weight:700;display:inline-flex}.organization-settings__role.is-owner{color:#b94028;background:#f5492714;border-color:#f5492729}.organization-settings__role.is-manager{color:#466881;background:#395c7e12;border-color:#395c7e24}.organization-settings__invite-row-actions{flex:none;align-items:center;gap:10px;display:flex}.organization-settings__member-menu{flex:none;position:relative}.organization-settings__member-menu-trigger{color:#737b82;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;width:30px;height:30px;padding:0;transition:border-color .14s,background-color .14s,color .14s;display:grid}.organization-settings__member-menu-trigger svg{fill:currentColor;width:17px;height:17px}.organization-settings__member-menu-trigger:hover,.organization-settings__member-menu-trigger:focus-visible,.organization-settings__member-menu-trigger[aria-expanded=true]{color:#343b42;background:#20262d0f;border-color:#20262d17;outline:none}.organization-settings__member-menu-trigger:disabled{cursor:wait;opacity:.5}.organization-settings__member-menu-popover{z-index:5;background:#fffffffa;border:1px solid #20262d17;border-radius:10px;width:168px;padding:5px;position:absolute;top:calc(100% + 5px);right:0;box-shadow:0 12px 30px #20262d24}.organization-settings__member-menu-popover button{color:#343b42;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:9px;width:100%;min-height:36px;padding:0 10px;font-size:.72rem;font-weight:620;display:flex}.organization-settings__member-menu-popover button.is-destructive{color:#c9442a}.organization-settings__member-menu-popover button:not(:disabled):hover,.organization-settings__member-menu-popover button:focus-visible{background:#c9442a12;outline:none}.organization-settings__member-menu-popover button:disabled{cursor:not-allowed;opacity:.4}.organization-settings__member-menu-popover svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;flex:none;width:15px;height:15px}.organization-settings__empty-list{color:#8a9197;border-bottom:1px solid #20262d17;margin:0;padding:17px 0;font-size:.74rem}.organization-settings__people-list.is-empty{border-top:0}.organization-settings__empty-invitations{text-align:center;place-content:center;gap:5px;min-height:116px;display:grid}.organization-settings__empty-invitations strong{color:#596168;font-size:.76rem;font-weight:650}.organization-settings__empty-invitations span{color:#949a9f;font-size:.7rem}@media (width<=680px){.organization-settings__heading{padding:26px 22px 20px}.organization-settings__fields,.organization-settings__feature-list{padding-inline:22px}.organization-settings__error{margin-inline:22px}.organization-settings__footer{padding-inline:22px}.organization-settings__info-form .organization-settings__footer,.organization-settings__features-form .organization-settings__footer{padding:8px;bottom:14px;right:14px}.organization-settings__danger-area{padding-inline:22px}.organization-settings__team-panel{padding:26px 22px 30px}.organization-settings__invite-fields{grid-template-columns:minmax(0,1fr)}}@media (width<=440px){.organization-settings__danger-row{flex-direction:column;align-items:flex-start;gap:12px;padding:14px 0}.organization-settings__team-heading{flex-direction:column;align-items:stretch;gap:16px}.organization-settings__invite-button{align-self:flex-start}.organization-settings__invite-form{padding:16px}.organization-settings__person-row{align-items:flex-start;padding:14px 0}.organization-settings__invite-row-actions{flex-direction:column;align-items:flex-end;gap:9px}}@media (prefers-reduced-motion:reduce){.organization-switch,.organization-switch span,.organization-settings__domains,.organization-settings__info-form .organization-settings__footer,.organization-settings__features-form .organization-settings__footer,.organization-settings__save,.organization-settings__invite-button,.organization-settings__invite-actions button:last-child,.organization-settings__invite-form-shell{transition:none}}.profile-settings__form,.profile-settings__invites-panel,.profile-office,.profile-notifications{flex-direction:column;min-height:100%;display:flex}.profile-office__content{gap:14px;padding:0 38px 38px;display:grid}.profile-office__intro{gap:5px;display:grid}.profile-office__intro strong,.profile-office__empty strong{color:#252b31;font-size:.82rem;font-weight:650}.profile-office__intro small,.profile-office__empty p{color:#7b838b;margin:0;font-size:.71rem;line-height:1.45}.profile-office__list{gap:9px;display:grid}.profile-office__option{color:#252b31;text-align:left;cursor:pointer;background:#fff;border:1px solid #20262d1a;border-radius:11px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;width:100%;min-height:68px;padding:12px 14px;transition:border-color .14s,box-shadow .14s,transform .14s;display:grid}.profile-office__option:hover:not(:disabled){border-color:#f5492752;transform:translateY(-1px);box-shadow:0 5px 16px #20262d12}.profile-office__option.is-selected{background:#f5492708;border-color:#f549277a;box-shadow:0 0 0 2px #f5492712}.profile-office__option:focus-visible{outline-offset:2px;outline:2px solid #f54927}.profile-office__option:disabled{cursor:wait;opacity:.58}.profile-office__avatar{color:#596168;background:#e9e5dc;border-radius:10px;place-items:center;width:42px;height:42px;font-size:.84rem;font-weight:720;display:grid}.profile-office__copy{gap:5px;min-width:0;display:grid}.profile-office__copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:650;overflow:hidden}.profile-office__copy small{color:#7b838b;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.profile-office__selector{border:1.5px solid #b7bcc0;border-radius:50%;place-items:center;width:19px;height:19px;display:grid}.profile-office__option.is-selected .profile-office__selector{border-color:#f54927}.profile-office__selector span{background:#f54927;border-radius:50%;width:9px;height:9px}.profile-office__empty{text-align:center;border:1px dashed #20262d21;border-radius:11px;place-content:center;gap:7px;min-height:160px;display:grid}.profile-office__empty .simple-loader{width:20px;height:20px;margin:0 auto}.profile-office__clear-row{justify-content:space-between;align-items:center;gap:16px;min-height:44px;padding-top:2px;display:flex}.profile-office__clear-row span{color:#7b838b;font-size:.71rem}.profile-office__clear-row button{color:#50585f;cursor:pointer;background:#fff;border:1px solid #20262d21;border-radius:8px;flex:none;min-height:34px;padding:0 12px;font-size:.71rem;font-weight:650}.profile-office__clear-row button:hover:not(:disabled){color:#c93f27;border-color:#f5492757}.profile-office__clear-row button:focus-visible{outline-offset:2px;outline:2px solid #f54927}.profile-office__clear-row button:disabled{cursor:wait;opacity:.5}.profile-settings__heading{padding:34px 38px 24px}.profile-settings__heading h3{color:#20262d;letter-spacing:-.035em;margin:0;font-size:1.35rem;font-weight:630}.profile-settings__heading p{color:#7b838b;margin:7px 0 0;font-size:.76rem;line-height:1.45}.profile-settings__fields{gap:22px;padding:0 38px 32px;display:grid}.profile-settings__photo-field{text-align:center;border-bottom:1px solid #20262d14;justify-items:center;gap:13px;width:100%;max-width:520px;margin:0 auto;padding:4px 0 26px;display:grid}.profile-settings__photo-shell{width:124px;height:124px;position:relative}.profile-settings__photo{color:#515a61;letter-spacing:-.02em;background:radial-gradient(circle at 35% 28%,#ffffffb8,#0000 42%),#e8e3d9;border:4px solid #fff;border-radius:50%;place-items:center;width:124px;height:124px;font-size:1.7rem;font-weight:720;display:grid;overflow:hidden;box-shadow:0 0 0 1px #20262d17,0 12px 30px #20262d21}.profile-settings__photo img{object-fit:cover;width:100%;height:100%}.profile-settings__photo-edit{color:#fff;cursor:pointer;background:#f54927;border:3px solid #fbfaf7;border-radius:50%;outline:none;place-items:center;width:38px;height:38px;padding:0;transition:background-color .15s,box-shadow .15s,transform .15s cubic-bezier(.2,.75,.25,1);display:grid;position:absolute;bottom:3px;right:1px;box-shadow:0 5px 14px #20262d33}.profile-settings__photo-edit:hover{background:#dc3f20;transform:translateY(-2px);box-shadow:0 7px 17px #20262d40}.profile-settings__photo-edit:active{transform:scale(.94)}.profile-settings__photo-edit:focus-visible{outline-offset:3px;outline:2px solid #f54927}.profile-settings__photo-edit svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65px;width:18px;height:18px}.profile-settings__photo-copy{justify-items:center;gap:4px;min-width:0;display:grid}.profile-settings__photo-copy>strong{color:#252b31;font-size:.86rem;font-weight:680}.profile-settings__photo-copy>small{color:#7b838b;font-size:.71rem;line-height:1.4}.profile-settings__photo-copy>small.is-selected{color:#f54927;text-overflow:ellipsis;white-space:nowrap;max-width:260px;font-weight:600;overflow:hidden}.profile-settings__photo-actions{justify-content:center;margin-top:3px;display:flex}.profile-settings__photo-actions input{display:none}.profile-settings__photo-actions button{color:#9a5c50;cursor:pointer;background:0 0;border:0;border-radius:4px;min-height:auto;padding:2px 4px;font-size:.71rem;font-weight:600;transition:background-color .14s,color .14s}.profile-settings__photo-actions button:hover{color:#c93f27;background:#c93f2712}.profile-settings__photo-actions button:focus-visible{outline-offset:3px;outline:2px solid #f54927}.profile-settings__field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.profile-settings__fields label{color:#50585f;gap:8px;max-width:520px;font-size:.76rem;font-weight:650;display:grid}.profile-settings__field-grid label{max-width:none}.profile-settings__fields input{color:#20262d;background:#fff;border:1px solid #20262d24;border-radius:8px;outline:none;width:100%;min-height:42px;padding:0 12px;font-size:.86rem;font-weight:500}.profile-settings__fields input:focus{border-color:#f54927;box-shadow:0 0 0 3px #f5492717}.profile-settings__fields input::placeholder{color:#a2a7ab}.profile-settings__fields input:disabled{color:#7b838b;cursor:not-allowed;background:#20262d0a;border-color:#20262d14}.profile-settings__message{max-width:520px;margin:-4px 0 0;font-size:.74rem}.profile-settings__message.is-error,.profile-settings__invite-error{color:#c93f27}.profile-settings__message.is-success{color:#47745c}.profile-settings__reject{color:#50585f;cursor:pointer;background:#fff;border:1px solid #20262d1f;border-radius:8px;flex:none;min-height:36px;padding:0 12px;font-size:.73rem;font-weight:650;transition:background-color .14s,color .14s}.profile-settings__reject:hover{color:#252b31;background:#20262d0d}.profile-settings__danger-area{gap:9px;margin-top:auto;padding:8px 38px 30px;display:grid}.profile-settings__danger-area h4{color:#c93f27;margin:0;font-size:.76rem;font-weight:700}.profile-settings__danger-list{border-top:1px solid #c93f2726}.profile-settings__danger-row{border-bottom:1px solid #20262d14;justify-content:space-between;align-items:center;gap:22px;min-height:68px;display:flex}.profile-settings__danger-row>div{gap:4px;display:grid}.profile-settings__danger-row strong{color:#343b42;font-size:.78rem;font-weight:650}.profile-settings__danger-row small{color:#7b838b;font-size:.69rem;line-height:1.45}.profile-settings__danger-row button{color:#c93f27;cursor:pointer;background:#fff;border:1px solid #c93f2757;border-radius:7px;flex:none;min-height:34px;padding:0 11px;font-size:.69rem;font-weight:650}.profile-settings__danger-row button:not(:disabled):hover{opacity:.78}.profile-settings__danger-row button:focus-visible{outline-offset:2px;outline:2px solid #c93f27}.profile-settings__danger-row button:disabled{cursor:not-allowed;opacity:.42}.profile-settings__form.has-unsaved-changes .profile-settings__danger-area{padding-bottom:104px}.profile-settings__footer{z-index:5;opacity:0;pointer-events:none;visibility:hidden;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fbfaf7eb;border:1px solid #20262d1c;border-radius:13px;justify-content:flex-end;align-items:center;min-height:54px;padding:8px;transition:opacity .18s,transform .22s cubic-bezier(.2,.8,.25,1),visibility 0s linear .22s;display:flex;position:absolute;bottom:18px;right:20px;transform:translateY(16px)scale(.94);box-shadow:0 16px 38px #20262d33,0 2px 7px #20262d14}.profile-settings__footer.is-visible{opacity:1;pointer-events:auto;visibility:visible;transition-delay:0s;transform:translateY(0)scale(1)}.profile-settings__save,.profile-settings__accept{color:#fff;cursor:pointer;background:#20262d;border:0;border-radius:8px;min-height:38px;padding:0 15px;font-size:.76rem;font-weight:650;transition:opacity .14s}.profile-settings__save{background:#f54927;min-height:40px;padding-inline:18px;box-shadow:0 5px 13px #f549273d}.profile-settings__save:hover,.profile-settings__accept:hover{opacity:.86}.profile-settings__save:disabled{cursor:not-allowed;opacity:.5}.profile-settings__save:focus-visible,.profile-settings__invite-actions button:focus-visible{outline-offset:3px;outline:2px solid #f54927}.profile-settings__invite-list{gap:12px;padding:0 38px 38px;display:grid}.profile-settings__invite-card{background:#fff;border:1px solid #20262d1a;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px;display:grid;box-shadow:0 1px 2px #20262d08}.profile-settings__invite-avatar{color:#596168;background:#e9e5dc;border-radius:10px;place-items:center;width:40px;height:40px;font-size:.82rem;font-weight:700;display:grid}.profile-settings__invite-copy{min-width:0}.profile-settings__invite-copy strong{color:#252b31;font-size:.84rem;font-weight:650}.profile-settings__invite-copy p{color:#7b838b;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:.72rem;line-height:1.4;overflow:hidden}.profile-settings__invite-actions{align-items:center;gap:8px;display:flex}.profile-settings__accept{min-height:36px}.profile-settings__reject:disabled,.profile-settings__accept:disabled{cursor:wait;opacity:.5}.profile-settings__invite-error{margin:0;padding:10px 2px;font-size:.74rem}.profile-settings__empty-invites{text-align:center;place-content:center;min-height:180px;display:grid}.profile-settings__empty-invites .simple-loader{width:20px;height:20px;margin:0 auto}.profile-settings__empty-invites strong{color:#343b42;font-size:.86rem;font-weight:650}.profile-settings__empty-invites p{color:#8a9197;margin:7px 0 0;font-size:.74rem}.profile-security{flex-direction:column;min-height:100%;display:flex}.profile-security__content{gap:28px;padding:0 38px 38px;display:grid}.profile-security__row{border-bottom:1px solid #20262d17;justify-content:space-between;align-items:center;gap:22px;min-height:78px;padding:16px 0;display:flex}.profile-security__row>div{gap:5px;min-width:0;display:grid}.profile-security__row strong,.profile-security__section-heading h4{color:#252b31;margin:0;font-size:.82rem;font-weight:650}.profile-security__row small,.profile-security__section-heading p{color:#7b838b;margin:0;font-size:.71rem;line-height:1.45}.profile-security__action,.profile-security__link-action{color:#50585f;background:#fff;border:1px solid #20262d1f;border-radius:8px;flex:none;min-height:36px;padding:0 12px;font-size:.72rem;font-weight:650}.profile-security__action:disabled{cursor:not-allowed;opacity:.45}.profile-security__link-action{cursor:pointer;background:0 0;border-color:#0000;align-items:center;gap:7px;display:flex}.profile-security__link-action span{color:#8a9197;margin-top:-1px;font-size:1.1rem;font-weight:400}.profile-security__link-action:disabled{cursor:not-allowed;opacity:.5}.profile-security__message{margin:10px 0 0;font-size:.72rem;line-height:1.45}.profile-security__message.is-error{color:#c93f27}.profile-security__message.is-success{color:#47745c}.profile-security__section-heading{gap:5px;padding:20px 0 14px;display:grid}.profile-security__section-heading h4{font-size:1rem}.profile-security__add-method{color:#fff;text-align:left;cursor:pointer;background:#df5523;border:0;border-radius:10px;align-items:center;gap:11px;width:100%;min-height:46px;padding:0 15px;font-size:.75rem;font-weight:620;transition:opacity .14s;display:flex}.profile-security__add-method:hover{opacity:.88}.profile-security__add-method svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:none;width:19px;height:19px}.profile-security__switch{cursor:pointer;background:#c6c9cb;border:0;border-radius:999px;flex:none;width:36px;height:20px;padding:0;transition:background-color .15s;position:relative}.profile-security__switch span{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .17s cubic-bezier(.2,.75,.25,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #20262d38}.profile-security__switch.is-checked{background:#f54927}.profile-security__switch.is-checked span{transform:translate(16px)}.profile-security__switch:disabled{cursor:not-allowed;opacity:.45}.profile-notifications__content{gap:18px;padding:0 38px 38px;display:grid}.profile-notifications__list{background:#fff;border:1px solid #20262d17;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #20262d08}.profile-notifications__row{justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding:15px 17px;display:flex}.profile-notifications__row+.profile-notifications__row{border-top:1px solid #20262d14}.profile-notifications__row>div{gap:5px;min-width:0;display:grid}.profile-notifications__row strong{color:#252b31;font-size:.82rem;font-weight:650}.profile-notifications__row small{color:#7b838b;font-size:.71rem;line-height:1.45}.profile-notifications__switch{cursor:pointer;background:#c6c9cb;border:0;border-radius:999px;flex:none;width:36px;height:20px;padding:0;transition:background-color .15s;position:relative}.profile-notifications__switch span{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .17s cubic-bezier(.2,.75,.25,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #20262d38}.profile-notifications__switch.is-checked{background:#f54927}.profile-notifications__switch.is-checked span{transform:translate(16px)}.profile-notifications__switch:focus-visible,.profile-security__link-action:hover,.profile-security__link-action:focus-visible,.profile-security__add-method:focus-visible,.profile-security__switch:focus-visible{outline-offset:3px;outline:2px solid #f54927}@media (width<=680px){.profile-settings__heading{padding:26px 22px 20px}.profile-settings__fields,.profile-settings__invite-list,.profile-security__content,.profile-office__content,.profile-notifications__content{padding-inline:22px}.profile-settings__footer{bottom:14px;right:14px}.profile-settings__danger-area{padding-inline:22px}}@media (width<=520px){.profile-settings__field-grid{grid-template-columns:minmax(0,1fr)}.profile-settings__invite-card{grid-template-columns:auto minmax(0,1fr)}.profile-settings__invite-actions{grid-column:1/-1;justify-content:flex-end}}@media (width<=400px){.profile-settings__photo-shell,.profile-settings__photo{width:108px;height:108px}.profile-security__row,.profile-notifications__row{flex-direction:column;align-items:flex-start;gap:12px}}@media (prefers-reduced-motion:reduce){.profile-settings__photo-actions button,.profile-settings__photo-edit,.profile-settings__reject,.profile-settings__footer,.profile-settings__save,.profile-settings__accept,.profile-security__add-method,.profile-security__switch,.profile-security__switch span,.profile-notifications__switch,.profile-notifications__switch span{transition:none}}.settings-modal{width:min(940px,100%);position:relative}.settings-modal__layout{flex:1;grid-template-columns:220px minmax(0,1fr);min-width:0;min-height:0;display:grid}.settings-modal__sidebar{background:#f4f2ed;border-right:1px solid #20262d14;min-width:0;padding:14px 12px 16px;overflow-y:auto}.settings-modal__search{margin-bottom:18px;display:block;position:relative}.settings-modal__search .input__control{background:#ffffffbd;border-color:#20262d1a;min-height:36px;padding:0 10px 0 31px;font-size:.73rem}.settings-modal__search-icon{z-index:1;color:#858c92;pointer-events:none;width:14px;height:14px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.settings-modal__sidebar nav,.settings-modal__sidebar section,.settings-modal__sidebar section>div{display:grid}.settings-modal__sidebar nav{gap:20px}.settings-modal__sidebar section{gap:7px}.settings-modal__sidebar section>div{gap:3px}.settings-modal__sidebar h3{color:#92989d;letter-spacing:.075em;text-transform:uppercase;margin:0;padding:0 10px;font-size:.62rem;font-weight:700}.settings-modal__sidebar nav button{color:#596168;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:38px;padding:0 11px;font-size:.78rem;font-weight:550;transition:background-color .14s,color .14s;display:flex}.settings-modal__sidebar nav button:hover,.settings-modal__sidebar nav button:focus-visible{color:#252b31;background:#20262d0f;outline:none}.settings-modal__sidebar nav button.is-active{color:#20262d;background:#fff;font-weight:650;box-shadow:0 1px 2px #20262d12}.settings-modal__nav-label{align-items:center;gap:9px;min-width:0;display:flex}.settings-modal__nav-label>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.settings-modal__nav-icon{opacity:.78;flex:none;width:15px;height:15px}.settings-modal__sidebar nav button.is-active .settings-modal__nav-icon{opacity:1}.settings-modal__sidebar nav button small{color:#737b82;background:#20262d14;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.64rem;font-weight:700;display:grid}.settings-modal__no-results{color:#8a9197;margin:0;padding:8px 10px;font-size:.72rem}.settings-modal__panel{scrollbar-gutter:stable;background:#fbfaf7;min-width:0;min-height:0;overflow:auto}@media (width<=680px){.settings-modal__layout{grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.settings-modal__sidebar{border-bottom:1px solid #20262d14;border-right:0;max-height:174px;padding:10px 12px 12px}.settings-modal__search{margin-bottom:10px}.settings-modal__sidebar nav{gap:12px}}@media (prefers-reduced-motion:reduce){.settings-modal__sidebar nav button{transition:none}}.team-modal{width:min(1120px,100%);position:relative}.team-modal__layout{flex:1;grid-template-columns:260px minmax(0,1fr);min-width:0;min-height:0;display:grid}.team-modal__sidebar{background:#f4f2ed;border-right:1px solid #20262d14;flex-direction:column;min-width:0;min-height:0;padding:19px 12px 14px;display:flex}.team-modal__sidebar-heading{justify-content:space-between;align-items:center;gap:12px;padding:0 8px 16px;display:flex}.team-modal__sidebar-heading h2,.team-modal__sidebar-heading p{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.team-modal__sidebar-heading h2{color:#20262d;letter-spacing:-.025em;font-size:1rem;font-weight:680}.team-modal__sidebar-heading p{color:#858c92;margin-top:4px;font-size:.68rem}.team-modal__sidebar-heading>span{color:#6f777e;background:#20262d12;border-radius:999px;place-items:center;min-width:24px;height:24px;padding:0 7px;font-size:.65rem;font-weight:700;display:grid}.team-modal__search{margin-bottom:13px;display:block;position:relative}.team-modal__search>svg{z-index:1;fill:none;stroke:#858c92;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;pointer-events:none;width:14px;height:14px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.team-modal__search .input__control{background:#ffffffbd;border-color:#20262d1a;border-radius:50px;min-height:36px;padding:0 10px 0 31px;font-size:.73rem}.team-modal__members{flex-direction:column;flex:1;gap:3px;min-height:0;display:flex;overflow-y:auto}.team-modal__member{color:#596168;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;width:100%;min-height:48px;padding:6px 10px;transition:background-color .14s,color .14s,box-shadow .14s;display:grid}.team-modal__member:hover,.team-modal__member:focus-visible{color:#252b31;background:#20262d0f;outline:none}.team-modal__member.is-active{color:#20262d;background:#fff;box-shadow:0 1px 2px #20262d12}.team-modal__connectivity{background:#8b9299;border:2px solid #ffffffd6;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 1px #20262d14}.team-modal__connectivity.is-online{background:#22c55e}.team-modal__connectivity.is-dnd{background:#ef4444}.team-modal__connectivity.is-away{background:#f59e0b}.team-modal__connectivity.is-offline{background:#8b9299}.team-modal__member-copy{gap:3px;min-width:0;display:grid}.team-modal__member-copy strong,.team-modal__member-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.team-modal__member-copy strong{font-size:.76rem;font-weight:620}.team-modal__member-copy small{color:#8a9197;font-size:.64rem}.team-modal__sidebar-state{color:#858c92;text-align:center;justify-content:center;align-items:center;gap:9px;padding:24px 10px;font-size:.72rem;line-height:1.5;display:flex}.team-modal__sidebar-state .simple-loader{width:17px;height:17px}.team-modal__sidebar-state.is-error{color:#b64b37;flex-direction:column}.team-modal__sidebar-state button{color:#596168;cursor:pointer;background:#fff;border:1px solid #20262d1f;border-radius:7px;padding:5px 9px;font-size:.68rem}.team-modal__chat{background:#fbfaf7;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:0;display:grid}.team-modal__chat-header{border-bottom:1px solid #20262d14;justify-content:space-between;align-items:center;gap:20px;min-height:68px;padding:0 17px 0 22px;display:flex}.team-modal__chat-person{align-items:center;gap:11px;min-width:0;display:flex}.team-modal__avatar{color:#596168;background:#e9e5dc;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:.65rem;font-weight:700;display:grid;overflow:hidden}.team-modal__avatar img{object-fit:cover;width:100%;height:100%}.team-modal__chat-person>span:last-child,.team-modal__chat-title{gap:4px;min-width:0;display:grid}.team-modal__chat-person strong,.team-modal__chat-person small,.team-modal__chat-title strong,.team-modal__chat-title small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.team-modal__chat-person strong,.team-modal__chat-title strong{color:#20262d;font-size:.82rem;font-weight:650}.team-modal__chat-person small,.team-modal__chat-title small{color:#858c92;font-size:.66rem}.team-modal__close,.team-modal__composer button{color:#697178;background:0 0;border:0;border-radius:8px;flex:0 0 34px;place-items:center;width:34px;height:34px;padding:0;display:grid}.team-modal__close{cursor:pointer;transition:background-color .14s,color .14s}.team-modal__close:hover,.team-modal__close:focus-visible{color:#20262d;background:#20262d12;outline:none}.team-modal__close svg,.team-modal__composer svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:17px;height:17px}.team-modal__conversation{place-items:center;min-height:0;padding:28px;display:grid;overflow-y:auto}.team-modal__empty-chat{text-align:center;justify-items:center;max-width:350px;display:grid}.team-modal__empty-chat-icon{color:#6a7279;background:#fff;border:1px solid #20262d14;border-radius:17px;place-items:center;width:54px;height:54px;margin-bottom:18px;display:grid;box-shadow:0 8px 24px #20262d0f}.team-modal__empty-chat-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:23px;height:23px}.team-modal__empty-chat h3{color:#252b31;letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:650}.team-modal__empty-chat p{color:#858c92;margin:8px 0 0;font-size:.74rem;line-height:1.55}.team-modal__coming-soon{color:#ce4b31;letter-spacing:.045em;text-transform:uppercase;background:#f5492717;border-radius:999px;margin-top:16px;padding:5px 9px;font-size:.62rem;font-weight:700}.team-modal__composer{background:#fff;border:1px solid #20262d1a;border-radius:13px;align-items:flex-end;gap:7px;margin:0 20px 20px;padding:8px;display:flex;box-shadow:0 5px 18px #20262d0d}.team-modal__composer textarea{resize:none;color:#596168;background:0 0;border:0;outline:0;flex:1;min-width:0;min-height:34px;padding:8px 4px 6px;font:.75rem/1.45 Avenir Next,Avenir,Helvetica Neue,sans-serif}.team-modal__composer textarea::placeholder{color:#a0a5aa}.team-modal__composer button:disabled{cursor:not-allowed;opacity:.38}.team-modal__composer .team-modal__send{color:#fff;opacity:.38;background:#f54927;border-radius:9px}@media (width<=740px){.team-modal__layout{grid-template-rows:minmax(180px,35%) minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.team-modal__sidebar{border-bottom:1px solid #20262d14;border-right:0;padding-top:14px}.team-modal__sidebar-heading{padding-bottom:11px}.team-modal__members{max-height:160px}.team-modal__chat-header{min-height:60px}.team-modal__composer{margin:0 12px 12px}}@media (prefers-reduced-motion:reduce){.team-modal__member,.team-modal__close{transition:none}}.hud-header{justify-content:space-between;align-items:center;padding:9px clamp(16px,2vw,24px) 0;display:flex}.hud-wordmark{color:#20262d;letter-spacing:-.075em;-webkit-user-select:none;user-select:none;font-family:Avenir Next,Avenir,Helvetica Neue,sans-serif;font-size:clamp(1.65rem,2.2vw,2rem);font-weight:600;line-height:1}.hud-wordmark span{color:#f54927}.hud-account{pointer-events:auto;-webkit-user-select:none;user-select:none;position:relative}.hud-user{cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;width:29px;height:29px;padding:0;transition:opacity .16s,transform .18s;display:block;position:relative}.hud-user:hover{opacity:.84}.hud-user:active{transform:scale(.96)}.hud-user:focus-visible{outline-offset:3px;outline:2px solid #f54927}.hud-user__avatar{box-sizing:border-box;object-fit:cover;border:0;border-radius:50%;place-items:center;width:100%;height:100%;display:grid}.hud-user__avatar--initials{color:#596168;background:#e9e5dc;position:relative}.hud-user__initials{letter-spacing:.01em;width:max-content;font:700 .62rem/1 Helvetica Neue,Arial,sans-serif;position:absolute;top:50%;left:50%;transform:translate(-50%,-48%)}.hud-user__status{box-sizing:border-box;background:#8b9299;border:1.5px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;bottom:0;right:-1px}.hud-user__status.is-online{background:#22c55e}.hud-user__status.is-dnd{background:#ef4444}.hud-user__status.is-away{background:#f59e0b}.hud-user__status.is-offline{background:#8b9299}.hud-account-menu{box-sizing:border-box;opacity:0;visibility:hidden;transform-origin:100% 0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);-webkit-user-select:none;user-select:none;background:#fffffff0;border:1px solid #20262d17;border-radius:14px;width:220px;padding:6px;transition:opacity .16s,transform .2s cubic-bezier(.2,.8,.2,1),visibility 0s linear .2s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-6px)scale(.97);box-shadow:0 14px 36px #20262d1f}.hud-account-menu.is-open{opacity:1;visibility:visible;transition-delay:0s;transform:translateY(0)scale(1)}.hud-account-menu__identity{color:#20262d;justify-content:space-between;align-items:center;gap:12px;min-height:48px;font-family:Avenir Next,Avenir,Helvetica Neue,sans-serif;padding:7px 9px!important;display:flex!important}.hud-account-menu__identity:disabled{cursor:default}.hud-account-menu__identity-copy{gap:3px;min-width:0;display:grid}.hud-account-menu__identity-copy strong,.hud-account-menu__identity-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hud-account-menu__identity-copy strong{color:#20262d;font-size:.8rem;font-weight:600}.hud-account-menu__identity-copy small{color:#7b838b;font-size:.68rem}.hud-account-menu__chevron{border-bottom:1.5px solid #7b838b;border-right:1.5px solid #7b838b;flex:none;width:7px;height:7px;margin:-3px 2px 0 0;transition:transform .17s,margin .17s;transform:rotate(45deg)}.hud-account-menu__chevron.is-open{margin-top:3px;transform:rotate(225deg)}.hud-account-menu__organizations{visibility:hidden;opacity:0;grid-template-rows:0fr;transition:grid-template-rows .19s cubic-bezier(.2,.75,.25,1),opacity .13s,visibility 0s linear .19s;display:grid}.hud-account-menu__organizations.is-open{visibility:visible;opacity:1;grid-template-rows:1fr;transition-delay:0s}.hud-account-menu__organizations-clip{min-height:0;overflow:hidden}.hud-account-menu__organizations-list{max-height:176px;padding:3px 0 5px;overflow-y:auto}.hud-account-menu__organizations-list button{color:#596168;flex-direction:row;justify-content:flex-start;align-items:center;gap:7px;min-width:0;padding-left:18px;font-size:.71rem;display:flex}.hud-account-menu__organizations-list button>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.hud-account-menu__organizations-list button.is-active{color:#20262d;background:#20262d0d;flex-direction:row;justify-content:space-between;align-items:center;font-weight:650;display:flex}.hud-account-menu__organization-indicator{background:#f54927;border-radius:50%;flex:0 0 4px;align-self:center;width:4px;min-width:4px;height:4px;display:block}.hud-account-menu__divider{background:#20262d14;height:1px;margin:3px 5px}.hud-account-menu button{color:#343b42;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 9px;font:500 .76rem/1 Avenir Next,Avenir,Helvetica Neue,sans-serif;transition:background-color .14s,color .14s;display:flex}.hud-account-menu button>svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4px;flex:0 0 15px;width:15px;height:15px}.hud-account-menu button:hover,.hud-account-menu button:focus-visible{color:#171c21;background:#20262d0f;outline:0}.hud-account-menu .hud-account-menu__sign-out{color:#d84a30}.hud-account-menu .hud-theme-toggle{grid-template-columns:15px minmax(0,1fr) auto;display:grid}.hud-theme-toggle__switch{background:#c9ced2;border-radius:999px;width:26px;height:14px;transition:background-color .16s;position:relative}.hud-theme-toggle__switch:after{content:"";background:#fff;border-radius:50%;width:10px;height:10px;transition:transform .18s cubic-bezier(.2,.8,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0f172a38}@media (width<=520px){.hud-header{padding:8px 14px 0}}@media (prefers-reduced-motion:reduce){.hud-user,.hud-account-menu,.hud-account-menu__chevron,.hud-account-menu__organizations,.hud-theme-toggle__switch,.hud-theme-toggle__switch:after{transition:none}}.hud-overlay{z-index:10;box-sizing:border-box;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.office-dimensions-page{background:#f6f5f1}.office-dimensions-page__header{z-index:20;top:max(22px, env(safe-area-inset-top));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6;border:1px solid #20262d1a;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;width:min(100% - 40px,620px);padding:13px 14px 13px 18px;display:flex;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 12px 34px #20262d21}.office-dimensions-page__header>div{gap:3px;display:grid}.office-dimensions-page__header span{color:#252b31;font-size:.9rem;font-weight:680}.office-dimensions-page__header small{color:#747c83;font-size:.69rem}.office-dimensions-page__header button{color:#50585f;cursor:pointer;background:#fff;border:1px solid #20262d1c;border-radius:9px;min-height:36px;padding:0 13px;font-size:.72rem;font-weight:650}.office-dimensions-controls{z-index:20;bottom:max(24px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #20262d1a;border-radius:20px;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end;gap:24px;width:min(100% - 32px,820px);padding:18px;display:grid;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 16px 42px #20262d2e}.office-dimensions-controls label{gap:8px;min-width:0;display:grid}.office-dimensions-controls label>span{justify-content:space-between;align-items:center;gap:16px;display:flex}.office-dimensions-controls strong{color:#30373e;font-size:.76rem;font-weight:680}.office-dimensions-controls output{color:#d84428;background:#f5492717;border-radius:7px;place-items:center;min-width:34px;min-height:26px;font-size:.73rem;font-weight:700;display:grid}.office-dimensions-controls input[type=range]{accent-color:#f54927;cursor:pointer;width:100%}.office-dimensions-controls label>small{color:#858c92;font-size:.64rem}.office-dimensions-controls__save{justify-items:end;gap:7px;display:grid}.office-dimensions-controls__save p{color:#c93f27;text-align:right;max-width:180px;margin:0;font-size:.67rem;line-height:1.35}.office-dimensions-controls__save button{color:#fff;cursor:pointer;background:#20262d;border:0;border-radius:10px;min-height:42px;padding:0 17px;font-size:.75rem;font-weight:680}.office-dimensions-controls__save button:disabled{cursor:not-allowed;opacity:.42}.office-dimensions-page__header button:focus-visible,.office-dimensions-controls input:focus-visible,.office-dimensions-controls__save button:focus-visible{outline-offset:3px;outline:2px solid #f54927}@media (width<=720px){.office-dimensions-page__header small{display:none}.office-dimensions-controls{grid-template-columns:1fr 1fr;gap:16px}.office-dimensions-controls__save{grid-column:1/-1}.office-dimensions-controls__save button{width:100%}}:root{color:#1e2429;font-synthesis:none;background:#f6f5f1;font-family:Avenir Next,Avenir,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}a{color:inherit}button,input,select{font:inherit}.simple-page,.landing-page{background:radial-gradient(circle at 80% 10%,#f5492712,#0000 30rem),#f6f5f1;min-height:100%}.simple-page{padding:28px clamp(20px,5vw,72px) 64px}.simple-page--center{place-items:center;display:grid}.simple-header,.landing-nav{justify-content:space-between;align-items:center;display:flex}.simple-brand{color:#20262d;letter-spacing:-.075em;font-size:1.75rem;font-weight:650;line-height:1;text-decoration:none}.simple-brand span{color:#f54927}.landing-page{padding:28px clamp(20px,5vw,72px)}.landing-hero{grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;gap:clamp(28px,5vw,76px);min-height:calc(100vh - 120px);padding:60px 0 100px;display:grid}.landing-hero__copy{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.eyebrow{color:#f54927;letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px;font-size:.72rem;font-weight:700}.landing-hero h1,.form-card h1{color:#1d2328;letter-spacing:-.055em;margin:0;font-weight:590}.landing-hero h1{max-width:680px;font-size:clamp(3.4rem,6vw,6.6rem);line-height:.92}.landing-hero__copy>p:not(.eyebrow){color:#697078;max-width:520px;margin:28px 0 34px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.landing-hero__visual{width:100%;position:relative}.landing-hero__visual img{mix-blend-mode:multiply;width:100%;height:auto;display:block;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 13% 87%,#0000 100%),linear-gradient(#0000 0%,#000 13% 87%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 13% 87%,#0000 100%),linear-gradient(#0000 0%,#000 13% 87%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.button{color:#fff;cursor:pointer;background:#20262d;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 20px;font-weight:600;text-decoration:none;transition:transform .16s,opacity .16s;display:inline-flex}.button:hover{opacity:.88}.button:active{transform:scale(.98)}.button:disabled{cursor:wait;opacity:.55}.button--quiet{color:#20262d;background:#20262d12;min-height:38px;padding:0 16px;font-size:.86rem}.form-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffbd;border:1px solid #20262d14;border-radius:28px;width:min(100%,520px);margin:clamp(72px,12vh,130px) auto 0;padding:clamp(26px,5vw,46px);box-shadow:0 28px 80px #20262d12}.form-card h1{font-size:clamp(2rem,5vw,3rem)}.form-card__description{color:#747b82;margin:12px 0 28px;line-height:1.55}.simple-form{gap:18px;display:grid}.simple-form label{color:#495159;gap:8px;font-size:.78rem;font-weight:650;display:grid}.simple-form input,.simple-form select{color:#20262d;background:#fff;border:1px solid #20262d24;border-radius:12px;outline:none;width:100%;min-height:48px;padding:0 14px;font-size:.95rem;font-weight:450}.simple-form .input-select__trigger{min-height:48px}.simple-form input:focus,.simple-form select:focus{border-color:#f54927;box-shadow:0 0 0 3px #f549271a}.otp-field{gap:8px;display:grid}.otp-destination{color:#747b82;margin:-8px 0 2px;font-size:.84rem;line-height:1.45}.otp-destination strong{color:#3f474e;font-weight:650}.otp-field__label{color:#495159;font-size:.78rem;font-weight:650}.otp-resend{color:#747b82;justify-content:center;align-items:center;gap:10px;font-size:.8rem;display:flex}.otp-resend>button{color:#20262d;cursor:pointer;background:0 0;border:0;outline:none;align-items:center;gap:7px;padding:0;font-weight:650;display:inline-flex}.otp-resend>button:disabled{color:#8a9197;cursor:not-allowed}.otp-resend>button:focus-visible{border-radius:8px;box-shadow:0 0 0 3px #f549271f}.otp-resend__timer{font-variant-numeric:tabular-nums;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:.64rem;font-weight:700;display:grid;position:relative}.otp-resend__timer svg{width:100%;height:100%;position:absolute;inset:0;transform:rotate(-90deg)}.otp-resend__timer circle{fill:none;stroke-width:3px}.otp-resend__track{stroke:#20262d17}.otp-resend__progress{stroke:#f54927;stroke-dasharray:100;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.form-notice{color:#25734c;margin:-4px 0 0;font-size:.82rem}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-error{color:#c93f27;margin:-4px 0 0;font-size:.82rem}.password-completion{gap:10px;margin-top:-8px;display:grid}.password-completion__toggle{color:#606970;cursor:pointer;background:0 0;border:0;border-radius:6px;outline:none;align-items:center;gap:7px;width:fit-content;min-height:24px;padding:2px 5px;font-size:.72rem;font-weight:650;display:inline-flex}.password-completion__toggle:hover{background:#20262d0d}.password-completion__toggle:focus-visible{box-shadow:0 0 0 3px #f549271f}.password-completion__toggle-icon{background:#20262d14;border-radius:50%;place-items:center;width:16px;height:16px;font-size:.8rem;line-height:1;display:grid}.password-completion__track{background:#20262d1a;border-radius:999px;height:7px;overflow:hidden}.password-completion__fill{border-radius:inherit;background:#f54927;height:100%;transition:width .18s,background-color .18s;display:block}.password-completion__fill[data-complete=true]{background:#2d8a5b}.password-completion__rules-shell{visibility:hidden;opacity:0;grid-template-rows:0fr;transition:grid-template-rows .2s cubic-bezier(.2,.75,.25,1),opacity .15s,transform .2s cubic-bezier(.2,.75,.25,1),visibility 0s linear .2s;display:grid;overflow:hidden;transform:translateY(-4px)}.password-completion__rules-shell.is-expanded{visibility:visible;opacity:1;grid-template-rows:1fr;transition-delay:0s;transform:translateY(0)}.password-completion__rules{color:#747b82;flex-direction:column;gap:8px;min-height:0;margin:0;padding:0;font-size:.76rem;list-style:none;display:flex;overflow:hidden}.password-completion__rules li{align-items:flex-start;gap:7px;line-height:1.35;display:flex}.password-completion__rules li.is-met{color:#25734c}.password-completion__check{text-align:center;flex:0 0 1em;width:1em;font-weight:700;line-height:1.25}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.form-footer{color:#747b82;text-align:center;margin:22px 0 0;font-size:.84rem}.form-footer a{color:#20262d;font-weight:650}.login-passkey__separator{color:#8a9197;text-transform:uppercase;align-items:center;gap:12px;font-size:.72rem;display:flex}.login-passkey__separator:before,.login-passkey__separator:after{content:"";background:#20262d1a;flex:1;height:1px}.login-passkey__button{border:1px solid #20262d1a;min-height:46px}.offices-content{width:min(100% - 48px,1240px);margin:0 auto}.offices-page{background:#f4f3ef;min-height:100%;padding:0 0 36px}.offices-page .hud-header{width:100%;height:68px;padding:0 clamp(20px,3vw,44px)}.offices-page .hud-wordmark{font-size:1.7rem}.offices-page .hud-user{width:32px;height:32px}.offices-heading{justify-content:space-between;align-items:center;gap:32px;padding:clamp(40px,6vw,72px) 0 34px;display:flex}.offices-content h1{color:#1d2328;letter-spacing:-.052em;margin:0;font-size:clamp(2.45rem,4.2vw,3.8rem);font-weight:600;line-height:1}.offices-description{color:#697178;margin:13px 0 0;font-size:.94rem;line-height:1.5}.offices-create{color:#fff;background:#20262d;border:1px solid #20262d24;border-radius:7px;flex:none;align-items:center;gap:9px;min-height:40px;padding:0 15px;font-size:.82rem;font-weight:650;text-decoration:none;transition:background-color .14s;display:inline-flex}.offices-create svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.5px;width:15px;height:15px}.offices-create:hover{background:#343b42}.offices-create--limit{color:#697178;cursor:default;background:#eceeef;border-color:#20262d1a}.offices-create--limit:hover{background:#eceeef}.offices-create:focus-visible{outline-offset:3px;outline:2px solid #f54927}.offices-overview{border-top:1px solid #20262d1c;border-bottom:1px solid #20262d1c;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid}.offices-overview>div{justify-content:space-between;align-items:baseline;gap:18px;min-width:0;padding:20px 24px;display:flex}.offices-overview>div:first-child{padding-left:0}.offices-overview>div:last-child{padding-right:0}.offices-overview>div+div{border-left:1px solid #20262d1c}.offices-overview dt{color:#6f777e;letter-spacing:.06em;text-transform:uppercase;font-size:.71rem;font-weight:650}.offices-overview dd{color:#252b31;font-variant-numeric:tabular-nums;letter-spacing:-.045em;margin:0;font-size:1.55rem;font-weight:560}.offices-directory{padding:34px 0 0}.offices-directory__header{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:18px;display:flex}.offices-directory__header h2{color:#252b31;letter-spacing:-.018em;margin:0;font-size:1.05rem;font-weight:650}.offices-directory__header p{color:#7b8389;margin:6px 0 0;font-size:.74rem}.offices-search{width:min(100%,260px);display:block;position:relative}.offices-search svg{fill:none;stroke:#7b8389;stroke-linecap:round;stroke-width:1.45px;pointer-events:none;width:16px;height:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.offices-search input{color:#252b31;background:#ffffff94;border:1px solid #20262d21;border-radius:7px;outline:none;width:100%;height:38px;padding:0 34px 0 36px;font-size:.78rem;transition:border-color .14s,background-color .14s,box-shadow .14s}.offices-search input::placeholder{color:#8a9197}.offices-search input:hover{border-color:#20262d38}.offices-search input:focus{background:#fff;border-color:#f54927;box-shadow:0 0 0 3px #f5492717}.office-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.office-card{color:#20262d;text-align:left;cursor:pointer;background:#fbfaf7;border:1px solid #20262d1a;border-radius:14px;grid-template-rows:176px minmax(0,1fr);min-width:0;min-height:286px;padding:0;transition:border-color .14s,background-color .14s;display:grid;overflow:hidden}.office-card:hover{background:#ffffffe0;border-color:#f549276b}.office-card:focus-visible{outline-offset:2px;background:#ffffffe0;border-color:#f549276b;outline:2px solid #f54927}.office-card__visual{background:#eee9e1;position:relative;overflow:hidden}.office-card__visual:after{content:"";background:linear-gradient(#fbfaf700,#fbfaf7 96%);height:72%;position:absolute;bottom:-1px;left:0;right:0}.office-card__visual img{object-fit:cover;width:100%;height:100%;transition:opacity .14s;display:block}.office-card:hover .office-card__visual img{opacity:.92}.office-card__body{z-index:1;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:20px;min-width:0;margin-top:-30px;padding:0 24px 22px;display:flex;position:relative}.office-card__content{gap:7px;width:100%;min-width:0;display:grid}.office-card__title-row{justify-content:space-between;align-items:center;gap:16px;min-width:0;display:flex}.office-card__title-row strong{letter-spacing:-.012em;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:1.05rem;font-weight:650;overflow:hidden}.office-card__content small{color:#7b838b;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;font-size:.72rem;overflow:hidden}.office-card__presence{flex:none;align-items:flex-start;gap:8px;display:flex}.office-presence-counter{color:#687078;flex-direction:column;align-items:center;gap:3px;width:38px;display:flex}.office-presence-counter__ring{background:#ffffffb8;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:relative}.office-presence-counter__ring svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible;transform:rotate(-90deg)}.office-presence-counter__track,.office-presence-counter__value{fill:none;stroke-width:2.4px}.office-presence-counter__track{stroke:#2c343b1a}.office-presence-counter__value{stroke-linecap:round;transition:stroke-dasharray .22s}.office-presence-counter.is-online .office-presence-counter__value{stroke:#20b95a}.office-presence-counter.is-afk .office-presence-counter__value{stroke:#ee9c0b}.office-presence-counter.is-offline .office-presence-counter__value{stroke:#879098}.office-presence-counter__ring b{color:#30373d;font-variant-numeric:tabular-nums;font-size:.68rem;font-weight:700;line-height:1;position:relative}.office-presence-counter__label{letter-spacing:.055em;text-transform:uppercase;font-size:.48rem;font-weight:700;line-height:1}.office-card__presence.is-pending{opacity:.48}.office-card__action{color:#565e65;white-space:nowrap;align-items:center;gap:9px;font-size:.72rem;font-weight:650;display:inline-flex}.office-card__action span{color:#f54927;font-size:1rem;font-weight:450}.offices-empty{color:#6f777e;text-align:center;border-top:1px solid #20262d1c;border-bottom:1px solid #20262d1c;place-content:center;justify-items:center;min-height:260px;display:grid}.offices-empty h3{color:#252b31;margin:0;font-size:1rem;font-weight:650}.offices-empty p{max-width:420px;margin:9px 0 18px;font-size:.82rem;line-height:1.55}.offices-empty button,.offices-empty a{color:#20262d;cursor:pointer;background:0 0;border:0;border-bottom:1px solid;padding:0;font-size:.78rem;font-weight:650;text-decoration:none}.offices-empty button:focus-visible,.offices-empty a:focus-visible{outline-offset:4px;outline:2px solid #f54927}.offices-footer{color:#858c92;letter-spacing:.025em;border-top:1px solid #20262d1c;justify-content:space-between;align-items:center;margin-top:54px;padding-top:18px;font-size:.66rem;display:flex}.simple-loader{border:2px solid #20262d24;border-top-color:#f54927;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite simple-spin}@keyframes simple-spin{to{transform:rotate(360deg)}}@media (width<=980px){.landing-hero{grid-template-columns:minmax(0,1fr);gap:32px;padding:72px 0 80px}.landing-hero__copy{max-width:760px}.landing-hero__visual{justify-self:center;width:min(100%,720px)}.office-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.office-card{grid-template-rows:160px minmax(0,1fr);min-height:268px}.office-card__body{padding-inline:20px}}@media (width<=540px){.form-row{grid-template-columns:1fr}.simple-page{padding-inline:16px}.offices-content{width:min(100% - 32px,1240px)}.offices-heading{flex-direction:column;align-items:flex-start;gap:24px;padding:38px 0 28px}.offices-create{justify-content:center;width:100%}.offices-overview>div{padding:17px 12px}.offices-overview>div:first-child{padding-left:0}.offices-overview>div:last-child{padding-right:0}.offices-overview dt{font-size:.62rem}.offices-overview dd{font-size:1.25rem}.offices-directory{padding-top:28px}.offices-directory__header{flex-direction:column;align-items:stretch;gap:16px}.offices-search{width:100%}.office-grid{grid-template-columns:minmax(0,1fr)}.office-card{grid-template-rows:158px minmax(0,1fr);min-height:264px}.form-card{border-radius:22px}.offices-footer{flex-direction:column;align-items:flex-start;gap:6px}}@media (prefers-reduced-motion:reduce){.button,.otp-resend__progress,.password-completion__fill,.password-completion__rules-shell,.offices-create,.office-card,.office-card__visual img{transition:none}.simple-loader{animation-duration:1.5s}}html,body,#root{width:100%;height:100%;margin:0}html{scrollbar-gutter:stable}body{min-width:320px}:is(html:has(.game-shell),body:has(.game-shell)){scrollbar-gutter:auto;overflow:hidden}.game-shell{width:100%;height:100%;position:relative;overflow:hidden}.office-entry-reveal{z-index:3000;pointer-events:none;will-change:opacity;background:#fff;animation:1.1s cubic-bezier(.22,1,.36,1) forwards office-entry-reveal;position:fixed;inset:0}@keyframes office-entry-reveal{0%,18%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.media-controls{z-index:20;bottom:max(24px, env(safe-area-inset-bottom));gap:12px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.media-control{box-sizing:border-box;color:#8b9299;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #20262d1a;border-radius:50%;place-items:center;width:58px;height:58px;padding:0;transition:color .16s,background .16s,box-shadow .16s,opacity .16s,transform .16s;display:grid;position:relative;box-shadow:0 12px 32px #20262d2e}.media-control svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:25px;height:25px;overflow:visible}.media-control__slash{stroke:#f54927;stroke-width:2.2px}.media-control__status{box-sizing:border-box;background:#9ba1a7;border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;bottom:5px;right:3px}.media-control.is-connected{color:#3d464e}.media-control.is-live{color:#fff;background:#f54927;box-shadow:0 12px 34px #f549274d}.media-control.is-preferred{color:#f54927;background:#fff5f2f0;border-color:#f549274d}.media-control.is-live .media-control__status{background:#22c55e}.media-control:hover:not(:disabled){transform:translateY(-2px)}.media-control:active:not(:disabled){transform:scale(.96)}.media-control:focus-visible{outline-offset:4px;outline:2px solid #f54927}.media-control:disabled{cursor:not-allowed;opacity:.5}.tile-media-visuals{z-index:21;top:50%;right:max(20px, env(safe-area-inset-right));flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:absolute;transform:translateY(-50%)}.tile-media-visuals:has(.tile-screen-share){align-items:stretch;width:min(50vw,880px)}.tile-video-rail{flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.tile-media-visuals:has(.tile-screen-share) .tile-video-rail{flex-direction:row;width:100%}.tile-video-rail__feeds{gap:10px;display:grid}.tile-media-visuals:has(.tile-screen-share) .tile-video-rail__feeds{flex:1;justify-content:flex-end;min-width:0;display:flex}.tile-video-rail__tile{aspect-ratio:16/9;transform-origin:100%;will-change:opacity, transform;background:#1f252b;border:1px solid #ffffff4d;border-radius:14px;width:clamp(160px,18vw,240px);animation:.22s cubic-bezier(.2,.8,.2,1) both tile-video-feed-enter;position:relative;overflow:hidden;box-shadow:0 12px 30px #0f172a3d}.tile-media-visuals:has(.tile-screen-share) .tile-video-rail__tile{border-radius:11px;flex:1 1 0;width:auto;min-width:0;max-width:200px;animation-name:tile-video-feed-row-enter}.tile-video-rail__tile.is-exiting{pointer-events:none;animation:.18s ease-in both tile-video-feed-exit}.tile-media-visuals:has(.tile-screen-share) .tile-video-rail__tile.is-exiting{pointer-events:none;animation:.18s ease-in both tile-video-feed-exit}.tile-video-rail__tile video{object-fit:cover;width:100%;height:100%;display:block}.tile-video-rail__tile.is-local video{transform:scaleX(-1)}.tile-video-rail__label{color:#fff;text-overflow:ellipsis;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172aad;border-radius:7px;width:max-content;max-width:calc(100% - 16px);padding:5px 8px;font:600 11px/1.2 system-ui,sans-serif;position:absolute;bottom:8px;left:8px;overflow:hidden}.tile-video-rail__chevron{color:#3d464e;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #20262d1a;border-radius:999px;place-items:center;width:34px;height:30px;padding:0;display:grid;box-shadow:0 8px 22px #20262d29}.tile-video-rail__chevron svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px}.tile-video-rail__chevron svg.is-down{transform:rotate(180deg)}.tile-media-visuals:has(.tile-screen-share) .tile-video-rail__chevron svg{transform:rotate(-90deg)}.tile-media-visuals:has(.tile-screen-share) .tile-video-rail__chevron svg.is-down{transform:rotate(90deg)}.tile-video-rail__chevron:hover:not(:disabled){color:#f54927}.tile-video-rail__chevron:focus-visible{outline-offset:3px;outline:2px solid #f54927}.tile-video-rail__chevron:disabled{cursor:not-allowed;opacity:.38}.tile-screen-share{box-sizing:border-box;color:#fff;transform-origin:100%;will-change:opacity, transform;background:#11161b;border:1px solid #ffffff38;border-radius:16px;flex-direction:column;width:100%;max-height:calc(100vh - 180px);animation:.26s cubic-bezier(.2,.8,.2,1) both tile-screen-share-enter;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 52px #0f172a57}.tile-screen-share.is-exiting{pointer-events:none;animation:.22s ease-in both tile-screen-share-exit}.tile-screen-share__header{box-sizing:border-box;background:#151b21f5;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:8px 9px 8px 14px;font:500 12px/1.2 system-ui,sans-serif;display:flex}.tile-screen-share__header strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.tile-screen-share__actions{flex:none;align-items:center;gap:5px;display:flex}.tile-screen-share__actions span{color:#ffffffb3;text-align:center;min-width:32px;font-size:11px}.tile-screen-share__actions button{color:#fff;cursor:pointer;background:#ffffff17;border:0;border-radius:8px;place-items:center;width:30px;height:30px;padding:0;display:grid}.tile-screen-share__actions button:hover:not(:disabled){background:#ffffff29}.tile-screen-share__actions button:focus-visible{outline-offset:2px;outline:2px solid #f54927}.tile-screen-share__actions button:disabled{cursor:not-allowed;opacity:.32}.tile-screen-share__actions svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.tile-screen-share__actions svg.is-right{transform:rotate(180deg)}.tile-screen-share__viewport{aspect-ratio:16/9;background:#050708;place-items:center;min-height:0;display:grid}.tile-screen-share__viewport video{object-fit:contain;width:100%;height:100%;display:block}.tile-screen-share:fullscreen{border:0;border-radius:0;width:100vw;max-width:none;height:100vh;max-height:none;top:0;right:0;transform:none}.tile-screen-share:fullscreen .tile-screen-share__viewport{aspect-ratio:auto;flex:1}@keyframes tile-video-feed-enter{0%{opacity:0;transform:translate(18px)scale(.94)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes tile-video-feed-row-enter{0%{opacity:0;transform:translateY(12px)scale(.94)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes tile-video-feed-exit{0%{opacity:1;transform:translate(0,0)scale(1)}to{opacity:0;transform:translate(16px)scale(.94)}}@keyframes tile-screen-share-enter{0%{opacity:0;transform:translate(28px)scale(.97)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes tile-screen-share-exit{0%{opacity:1;transform:translate(0,0)scale(1)}to{opacity:0;transform:translate(28px)scale(.97)}}@media (width<=640px){.media-controls{bottom:max(16px, env(safe-area-inset-bottom))}.tile-video-rail{gap:6px}.tile-video-rail__tile{width:min(46vw,180px)}.tile-media-visuals{right:max(12px, env(safe-area-inset-right))}.tile-media-visuals:has(.tile-screen-share) .tile-video-rail__tile{width:auto}}@media (prefers-reduced-motion:reduce){.office-entry-reveal,.tile-screen-share,.tile-screen-share.is-exiting,.tile-video-rail__tile,.tile-video-rail__tile.is-exiting{animation-duration:1ms}.tile-media-visuals:has(.tile-screen-share) .tile-video-rail__tile.is-exiting{animation-duration:1ms}}:root{--theme-accent:#f54927;--theme-bg:#f6f5f1;--theme-border:#20262d1a;--theme-elevated:#fff;--theme-muted:#747b82;--theme-panel:#fbfaf7;--theme-panel-muted:#f4f2ed;--theme-text:#20262d}html[data-theme=dark]{--theme-bg:#050505;--theme-border:#ffffff1f;--theme-elevated:#151515;--theme-muted:#a0a0a0;--theme-panel:#0d0d0d;--theme-panel-muted:#080808;--theme-text:#ededed;background:var(--theme-bg);color:var(--theme-text)}html[data-theme=dark] body,html[data-theme=dark] #root{background:var(--theme-bg);color:var(--theme-text)}html[data-theme=dark] :where(.simple-page,.landing-page){background:radial-gradient(circle at 80% 10%, #f549271a, transparent 30rem), var(--theme-bg)}html[data-theme=dark] :where(.simple-brand,.landing-hero h1,.form-card h1,.hud-wordmark,.modal-dialog__header h2,.profile-settings__heading h3,.organization-settings__heading h3,.team-modal h2,.team-modal h3){color:var(--theme-text)}html[data-theme=dark] .landing-hero__copy>p:not(.eyebrow),html[data-theme=dark] .form-card__description,html[data-theme=dark] .otp-destination,html[data-theme=dark] .profile-settings__heading p,html[data-theme=dark] .organization-settings__heading p{color:var(--theme-muted)}html[data-theme=dark] .landing-hero__visual img{filter:brightness(.76)contrast(1.08);mix-blend-mode:screen;opacity:.86}html[data-theme=dark] :where(.form-card,.modal-dialog){border-color:var(--theme-border);background:color-mix(in srgb, var(--theme-panel) 90%, transparent);box-shadow:0 28px 80px #00000052}html[data-theme=dark] :where(.simple-form label,.otp-field__label,.otp-destination strong){color:#c8c8c8}html[data-theme=dark] :where(.simple-form input,.simple-form select,.input__control,.input-select__trigger,.input-select__dropdown,.input-tags),html[data-theme=dark] .input-phone{border-color:var(--theme-border);background:var(--theme-elevated);color:var(--theme-text)}html[data-theme=dark] .input-phone:hover:not(.is-disabled):not(.is-readonly){border-color:#ffffff3d}html[data-theme=dark] .input-phone.is-readonly{background:#101010}html[data-theme=dark] .input-phone.is-disabled{background:#ffffff0d;border-color:#ffffff14}html[data-theme=dark] .input-phone .input-phone__country .input-select__trigger{border-right-color:var(--theme-border);color:var(--theme-text)}html[data-theme=dark] :where(.input-phone .input-phone__country .input-select__trigger:hover,.input-phone .input-phone__country.is-open .input-select__trigger){background:#ffffff0f;border-right-color:#ffffff2e}html[data-theme=dark] :where(.input-phone__country-name,.input-phone__country-option.is-compact .input-phone__dial-code){color:var(--theme-text)}html[data-theme=dark] .input-phone__dial-code{color:var(--theme-muted)}html[data-theme=dark] .input-phone .input-phone__number .input__control{color:var(--theme-text)}html[data-theme=dark] :where(.input-select__placeholder){color:#7d7d7d}html[data-theme=dark] .input-select__dropdown{border-color:var(--theme-border);background:#0a0a0afa;box-shadow:0 18px 46px #0000006b}html[data-theme=dark] .input-select__search-shell{border-bottom-color:var(--theme-border)}html[data-theme=dark] .input-select__search{border-color:var(--theme-border);color:var(--theme-text);background:#080808}html[data-theme=dark] .input-select__search:focus{border-color:var(--theme-accent);background:#0e0e0e}html[data-theme=dark] .input-select__option{color:#c9c9c9}html[data-theme=dark] .input-select__option.is-active{color:#fff;background:#ffffff14}html[data-theme=dark] .input-select__option.is-selected{color:#ff765b}html[data-theme=dark] :where(.button--quiet){color:var(--theme-text);background:#ffffff1a}html[data-theme=dark] :where(.hud-account-menu){border-color:var(--theme-border);background:#080808f5;box-shadow:0 18px 42px #00000061}html[data-theme=dark] :where(.hud-account-menu button,.hud-account-menu__identity,.hud-account-menu__identity-copy strong,.hud-account-menu__organizations-list button.is-active){color:var(--theme-text)}html[data-theme=dark] :where(.hud-account-menu__identity-copy small,.hud-account-menu__organizations-list button){color:var(--theme-muted)}html[data-theme=dark] :where(.hud-account-menu button:hover,.hud-account-menu button:focus-visible,.hud-account-menu__organizations-list button.is-active){color:#fff;background:#ffffff14}html[data-theme=dark] :where(.hud-account-menu__divider,.modal-dialog__header,.settings-modal__sidebar,.team-modal__sidebar){border-color:var(--theme-border)}html[data-theme=dark] .hud-theme-toggle__switch{background:#444}html[data-theme=dark] .hud-theme-toggle__switch:after{background:#fff;transform:translate(12px)}html[data-theme=dark] :where(.settings-modal__sidebar,.team-modal__sidebar){background:var(--theme-panel-muted)}html[data-theme=dark] :where(.settings-modal__panel,.profile-settings,.organization-settings,.team-modal__content){background:var(--theme-panel);color:var(--theme-text)}html[data-theme=dark] :where(.settings-modal__sidebar nav button,.team-modal__sidebar button){color:var(--theme-muted)}html[data-theme=dark] :where(.settings-modal__sidebar nav button:hover,.settings-modal__sidebar nav button:focus-visible,.settings-modal__sidebar nav button.is-active,.team-modal__sidebar button:hover,.team-modal__sidebar button.is-active){background:var(--theme-elevated);color:var(--theme-text);box-shadow:0 1px 2px #00000042}html[data-theme=dark] :where(.settings-modal__sidebar h3,.settings-modal__no-results,.team-modal__sidebar h3){color:#858585}html[data-theme=dark] .modal-dialog *{scrollbar-color:#ffffff38 transparent}html[data-theme=dark] :where(.profile-settings__content,.profile-settings__form,.profile-settings__card,.profile-office__content,.profile-notifications__content,.profile-notifications__list,.profile-notifications__row,.profile-security__card,.profile-settings__invite,.organization-settings__content,.organization-settings__card,.organization-settings__setting-row,.organization-settings__person-row,.organization-health__card,.integration-connections__item,.team-modal__member,.team-modal__invite-card){border-color:var(--theme-border);background-color:var(--theme-elevated);color:var(--theme-text)}html[data-theme=dark] :where(.profile-settings strong,.profile-settings label,.profile-office strong,.profile-notifications strong,.profile-security strong,.organization-settings strong,.organization-settings label,.organization-health strong,.integration-connections strong,.team-modal strong){color:var(--theme-text)}html[data-theme=dark] :where(.profile-settings small,.profile-office small,.profile-notifications small,.profile-security small,.organization-settings small,.organization-health small,.integration-connections small,.team-modal small){color:var(--theme-muted)}html[data-theme=dark] :where(.organization-settings__invite-form,.organization-settings__people-list--cards .organization-settings__person-row,.organization-settings__people-list--cards .organization-settings__empty-list),html[data-theme=dark] .organization-settings__people-list--cards .organization-settings__person-row,html[data-theme=dark] .organization-settings__people-list--cards .organization-settings__empty-list{border-color:var(--theme-border);background:var(--theme-elevated);color:var(--theme-text)}html[data-theme=dark] :where(.organization-settings__team-heading h3,.organization-settings__invite-title strong,.organization-settings__section-heading h4,.organization-settings__person strong){color:var(--theme-text)}html[data-theme=dark] :where(.organization-settings__team-heading p,.organization-settings__invite-title small,.organization-settings__section-heading span,.organization-settings__person small,.organization-settings__empty-list){color:var(--theme-muted)}html[data-theme=dark] .organization-settings__invite-fields label{color:#c8c8c8}html[data-theme=dark] :where(.organization-settings__invite-fields input,.organization-settings__invite-fields select){border-color:var(--theme-border);color:var(--theme-text);background:#0a0a0a}html[data-theme=dark] :where(.organization-settings__invite-button,.organization-settings__invite-actions button:last-child){color:#fff;background:#282828}html[data-theme=dark] .organization-settings__invite-actions button:first-child{color:#b5b5b5}html[data-theme=dark] .organization-settings__invite-actions button:first-child:hover{color:#fff;background:#ffffff12}html[data-theme=dark] .organization-settings__people-list,html[data-theme=dark] .organization-settings__person-row{border-color:var(--theme-border)}html[data-theme=dark] :where(.organization-settings__person img,.organization-settings__avatar,.organization-settings__person--invite .organization-settings__avatar){color:#b8b8b8;background:#292929}html[data-theme=dark] .organization-settings__avatar-role{border-color:var(--theme-elevated);color:#c2c2c2;background:#252525}html[data-theme=dark] .organization-settings__role{border-color:var(--theme-border);color:#c2c2c2;background:#222}html[data-theme=dark] .organization-settings__member-menu-trigger{color:#a0a0a0}html[data-theme=dark] :where(.organization-settings__member-menu-trigger:hover,.organization-settings__member-menu-trigger:focus-visible,.organization-settings__member-menu-trigger[aria-expanded=true]){border-color:var(--theme-border);color:#fff;background:#ffffff12}html[data-theme=dark] .organization-settings__member-menu-popover{border-color:var(--theme-border);background:#080808fa;box-shadow:0 14px 34px #00000075}html[data-theme=dark] .organization-settings__member-menu-popover button{color:#d2d2d2}html[data-theme=dark] .organization-settings__member-menu-popover button:not(:disabled):hover,html[data-theme=dark] .organization-settings__member-menu-popover button:focus-visible{background:#ffffff14}html[data-theme=dark] .team-modal__chat{background:var(--theme-panel)}html[data-theme=dark] :where(.team-modal__chat-header,.team-modal__composer,.team-modal__empty-chat-icon){border-color:var(--theme-border)}html[data-theme=dark] :where(.team-modal__member:hover,.team-modal__member:focus-visible,.team-modal__member.is-active){background:var(--theme-elevated);color:var(--theme-text)}html[data-theme=dark] :where(.team-modal__sidebar-heading h2,.team-modal__chat-person strong,.team-modal__chat-title strong,.team-modal__empty-chat h3){color:var(--theme-text)}html[data-theme=dark] :where(.team-modal__sidebar-heading p,.team-modal__member-copy small,.team-modal__chat-person small,.team-modal__chat-title small,.team-modal__empty-chat p,.team-modal__sidebar-state){color:var(--theme-muted)}html[data-theme=dark] :where(.team-modal__search .input__control,.team-modal__composer,.team-modal__empty-chat-icon,.team-modal__sidebar-state button){background:var(--theme-elevated);color:var(--theme-text)}html[data-theme=dark] .team-modal__avatar{color:#c2c2c2;background:#292929}html[data-theme=dark] .team-modal__composer textarea{color:var(--theme-text)}html[data-theme=dark] .team-modal__close{color:#aaa}html[data-theme=dark] :where(.team-modal__close:hover,.team-modal__close:focus-visible){color:#fff;background:#ffffff14}html[data-theme=dark] .organization-health__heading h3,html[data-theme=dark] .integration-connections__heading h3{color:var(--theme-text)}html[data-theme=dark] .organization-health__heading p,html[data-theme=dark] .integration-connections__heading p{color:var(--theme-muted)}html[data-theme=dark] .organization-health__card{border-color:var(--theme-border);background:radial-gradient(circle at 50% 35%, #419f681a, transparent 46%), var(--theme-elevated);box-shadow:0 10px 30px #00000052}html[data-theme=dark] .organization-health__card.has-error{background:radial-gradient(circle at 50% 35%, #c93f271a, transparent 46%), var(--theme-elevated)}html[data-theme=dark] :where(.organization-health__measurement output,.organization-health__status strong){color:var(--theme-text)}html[data-theme=dark] :where(.organization-health__measurement>span,.organization-health__measurement small,.organization-health__status small,.organization-health__summary,.organization-health__note){color:var(--theme-muted)}html[data-theme=dark] .organization-health__status{color:#b8b8b8}html[data-theme=dark] .organization-health__scale span{background:#ffffff1c}html[data-theme=dark] .integration-connections__section h4{color:#c2c2c2}html[data-theme=dark] .integration-connections__card{border-color:var(--theme-border);background:var(--theme-elevated);box-shadow:0 2px 4px #0000003d}html[data-theme=dark] .integration-connections__brand,html[data-theme=dark] .integration-connections__brand[class*=is-]{background:#242424}html[data-theme=dark] .integration-connections__copy strong{color:var(--theme-text)}html[data-theme=dark] .integration-connections__copy p{color:var(--theme-muted)}html[data-theme=dark] .integration-connections__card button{color:#fff;background:#282828}html[data-theme=dark] .profile-office__option{border-color:var(--theme-border);background:var(--theme-elevated);color:var(--theme-text)}html[data-theme=dark] .profile-office__option:hover:not(:disabled){border-color:#f5492770;box-shadow:0 6px 18px #0000004d}html[data-theme=dark] .profile-office__option.is-selected{background:#f5492717;border-color:#f5492794;box-shadow:0 0 0 2px #f549271a}html[data-theme=dark] :where(.profile-office__intro strong,.profile-office__empty strong,.profile-office__copy strong){color:var(--theme-text)}html[data-theme=dark] :where(.profile-office__intro small,.profile-office__empty p,.profile-office__copy small,.profile-office__clear-row span){color:var(--theme-muted)}html[data-theme=dark] .profile-office__avatar{color:#c7c7c7;background:#292929}html[data-theme=dark] .profile-office__selector{border-color:#666}html[data-theme=dark] .profile-office__empty{border-color:#ffffff24}html[data-theme=dark] .profile-office__clear-row button{border-color:var(--theme-border);background:var(--theme-elevated);color:#c8c8c8}html[data-theme=dark] .profile-notifications__list{box-shadow:none;background:0 0;border-color:#0000}html[data-theme=dark] :where(.profile-office__content,.profile-notifications__content),html[data-theme=dark] .profile-notifications__row{background:0 0}html[data-theme=dark] .profile-notifications__row+.profile-notifications__row{border-top-color:var(--theme-border)}html[data-theme=dark] :where(.organization-settings__feature-list,.organization-settings__setting-row,.organization-settings__domains){background:0 0}html[data-theme=dark] :where(.organization-settings__setting-row,.organization-settings__domains){border-color:var(--theme-border)}html[data-theme=dark] .organization-settings__domains-heading span{color:var(--theme-text)}html[data-theme=dark] .organization-settings__domains-heading small{color:var(--theme-muted)}html[data-theme=dark] .organization-settings__features-form .organization-settings__heading h3,html[data-theme=dark] .organization-settings__features-form .organization-settings__setting-row strong,html[data-theme=dark] .organization-settings__features-form .organization-settings__domains-heading span{color:var(--theme-text)}html[data-theme=dark] .organization-settings__features-form .organization-settings__setting-row small,html[data-theme=dark] .organization-settings__features-form .organization-settings__domains-heading small{color:var(--theme-muted)}html[data-theme=dark] .organization-settings__features-form .input-tags__tag{border-color:var(--theme-border);color:var(--theme-text);background:#242424}html[data-theme=dark] .organization-settings__features-form .input-tags__control{color:var(--theme-text)}html[data-theme=dark] .organization-settings__features-form .input-tags__tag button{color:#aaa}html[data-theme=dark] .organization-settings__dimensions-panel .organization-settings__heading h3,html[data-theme=dark] .organization-settings__dimensions-content dt{color:var(--theme-text)}html[data-theme=dark] .organization-settings__dimensions-content>p{color:var(--theme-muted)}html[data-theme=dark] .organization-settings__dimensions-content dl,html[data-theme=dark] .organization-settings__dimensions-content dl>div{border-color:var(--theme-border)}html[data-theme=dark] .organization-settings__dimensions-content dd{color:#ff765b;background:#f549271f}html[data-theme=dark] .organization-settings__dimensions-content>button{color:#fff;background:#282828}html[data-theme=dark] .settings-modal__search .input__control{color:var(--theme-text);background:#121212;border-color:#ffffff1a;box-shadow:inset 0 1px #ffffff05}html[data-theme=dark] .settings-modal__search .input__control:hover{border-color:#ffffff2e}html[data-theme=dark] .settings-modal__search .input__control:focus{background:#151515;border-color:#f54927b8;box-shadow:0 0 0 3px #f549271f}html[data-theme=dark] .settings-modal__search .input__control::placeholder,html[data-theme=dark] .settings-modal__search-icon{color:#777}html[data-theme=dark] :where(.media-control,.tile-video-rail__chevron,.office-dimensions__controls,.office-dimensions__status){border-color:var(--theme-border);color:#c9c9c9;background:#0e0e0eeb;box-shadow:0 12px 32px #00000052}html[data-theme=dark] .office-entry-reveal{background:#050505}@media (prefers-reduced-motion:no-preference){html[data-theme=dark] body,html[data-theme=dark] :where(.simple-page,.landing-page,.modal-dialog){transition:background-color .18s,color .18s}}
