@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0";@import"https://fonts.googleapis.com/icon?family=Material+Icons";.pb-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);border:none;border-radius:var(--radius-md);font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);line-height:var(--body-b2-14px-medium-line-height);cursor:pointer;transition:all .15s ease;white-space:nowrap;-webkit-user-select:none;user-select:none}.pb-button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.pb-button--primary{background:var(--color-primary);color:var(--greys-grey-100-white)}.pb-button--primary:hover:not(:disabled){background:var(--color-primary-hover);box-shadow:0 0 24px #614cff66;transform:translateY(-1px)}.pb-button--primary:active:not(:disabled){background:var(--color-primary-active);transform:translateY(0)}.pb-button--secondary{background:var(--greys-grey-100-white);color:var(--color-fg);border:1px solid var(--color-border)}.pb-button--secondary:hover:not(:disabled){background:var(--blues-blue-100);border-color:var(--color-primary);transform:translateY(-1px)}.pb-button--secondary:active:not(:disabled){background:var(--blues-blue-200);transform:translateY(0)}.pb-button--ghost{background:transparent;color:var(--color-fg)}.pb-button--ghost:hover:not(:disabled){background:var(--greys-grey-200)}.pb-button--ghost:active:not(:disabled){background:var(--greys-grey-300)}.pb-button--danger{background:var(--error);color:var(--greys-grey-100-white)}.pb-button--danger:hover:not(:disabled){background:#c71a1a;box-shadow:0 0 24px #e11d1d66;transform:translateY(-1px)}.pb-button--danger:active:not(:disabled){background:#a01616;transform:translateY(0)}.pb-button--sm{height:32px;padding:0 var(--space-3);font-size:var(--body-b3-12px-medium-size)}.pb-button--md{height:40px;padding:0 var(--space-5)}.pb-button--lg{height:48px;padding:0 var(--space-8);font-size:var(--body-b1-16px-medium-size)}.pb-button:disabled{background:var(--greys-grey-300);color:var(--greys-grey-600);border-color:var(--greys-grey-400);cursor:not-allowed;box-shadow:none;transform:none}.pb-button--full-width{width:100%}.pb-button--loading{cursor:wait}.pb-button__content{display:inline-flex;align-items:center;gap:var(--space-2);transition:opacity .2s ease}.pb-button__content--hidden{opacity:0}.pb-button__icon{display:inline-flex;align-items:center;justify-content:center}.pb-button__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center}.spinner{animation:spin 1s linear infinite}.spinner circle{animation:dash 1.5s ease-in-out infinite;stroke:currentColor;stroke-dasharray:90 150}@keyframes dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35}to{stroke-dasharray:90 150;stroke-dashoffset:-124}}.pb-input-wrapper{display:inline-flex;flex-direction:column;gap:var(--space-2)}.pb-input-wrapper--full-width{width:100%}.pb-input-label{font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);line-height:var(--body-b2-14px-medium-line-height);color:var(--color-fg)}.pb-input-label__required{color:var(--error);margin-left:var(--space-1)}.pb-input-container{position:relative;display:flex;align-items:center}.pb-input{width:100%;min-height:44px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg-surface);font-family:var(--body-b1-16px-regular-family);font-size:var(--body-b1-16px-regular-size);font-weight:var(--body-b1-16px-regular-weight);line-height:var(--body-b1-16px-regular-line-height);color:var(--color-fg);transition:border-color .15s ease,box-shadow .15s ease}.pb-input::placeholder{color:var(--greys-grey-600)}.pb-input:hover:not(:disabled){border-color:var(--greys-grey-500)}.pb-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--blues-blue-100)}.pb-input:focus-visible{outline:2px solid var(--color-primary);outline-offset:-1px}.pb-input:disabled{background:var(--greys-grey-200);color:var(--greys-grey-600);cursor:not-allowed}.pb-input--with-left-icon{padding-left:var(--space-10)}.pb-input--with-right-icon{padding-right:var(--space-10)}.pb-input--error{border-color:var(--error)}.pb-input--error:focus{border-color:var(--error);box-shadow:0 0 0 3px #e11d1d1a}.pb-input-icon{position:absolute;display:inline-flex;align-items:center;justify-content:center;color:var(--greys-grey-600);pointer-events:none}.pb-input-icon--left{left:var(--space-3)}.pb-input-icon--right{right:var(--space-3)}.pb-input-error{font-family:var(--body-b3-12px-regular-family);font-size:var(--body-b3-12px-regular-size);font-weight:var(--body-b3-12px-regular-weight);line-height:var(--body-b3-12px-regular-line-height);color:var(--error)}.pb-input-helper{font-family:var(--body-b3-12px-regular-family);font-size:var(--body-b3-12px-regular-size);font-weight:var(--body-b3-12px-regular-weight);line-height:var(--body-b3-12px-regular-line-height);color:var(--color-fg-muted)}.pb-card{background:var(--color-bg-surface);border-radius:var(--radius-2xl);overflow:hidden;transition:all .2s ease}.pb-card--elevated{border:1px solid var(--greys-grey-300);box-shadow:var(--elevation-2)}.pb-card--outlined{border:1px solid var(--color-border)}.pb-card--flat{border:none}.pb-card--padding-none{padding:0}.pb-card--padding-sm{padding:var(--space-4)}.pb-card--padding-md{padding:var(--space-6)}.pb-card--padding-lg{padding:var(--space-8)}.pb-card--hoverable{cursor:pointer}.pb-card--hoverable:hover{box-shadow:var(--elevation-3);transform:translateY(-2px)}.pb-card--hoverable:active{transform:translateY(0)}.pb-card-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-6);border-bottom:1px solid var(--greys-grey-300)}.pb-card-content{padding:var(--space-6)}.pb-card-footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-3);padding:var(--space-6);border-top:1px solid var(--greys-grey-300)}.pb-card--padding-none .pb-card-header,.pb-card--padding-none .pb-card-content,.pb-card--padding-none .pb-card-footer{padding:var(--space-6)}.pb-stack{display:flex}.pb-stack--vertical{flex-direction:column}.pb-stack--horizontal{flex-direction:row}.pb-stack--spacing-none{gap:0}.pb-stack--spacing-xs{gap:var(--space-1)}.pb-stack--spacing-sm{gap:var(--space-2)}.pb-stack--spacing-md{gap:var(--space-4)}.pb-stack--spacing-lg{gap:var(--space-6)}.pb-stack--spacing-xl{gap:var(--space-8)}.pb-stack--align-start{align-items:flex-start}.pb-stack--align-center{align-items:center}.pb-stack--align-end{align-items:flex-end}.pb-stack--align-stretch{align-items:stretch}.pb-stack--justify-start{justify-content:flex-start}.pb-stack--justify-center{justify-content:center}.pb-stack--justify-end{justify-content:flex-end}.pb-stack--justify-between{justify-content:space-between}.pb-stack--justify-around{justify-content:space-around}.pb-stack--justify-evenly{justify-content:space-evenly}.pb-stack--wrap{flex-wrap:wrap}.pb-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-md);font-family:var(--body-b3-12px-medium-family);font-weight:var(--body-b3-12px-medium-weight);line-height:var(--body-b3-12px-medium-line-height);white-space:nowrap}.pb-badge--sm{height:20px;padding:0 var(--space-2);font-size:var(--body-b4-10px-medium-size)}.pb-badge--md{height:28px;padding:0 var(--space-3);font-size:var(--body-b3-12px-medium-size)}.pb-badge--default{background:var(--greys-grey-300);color:var(--greys-grey-700)}.pb-badge--primary{background:var(--blues-blue-200);color:var(--blues-blue-800)}.pb-badge--success{background:var(--greens-green-200);color:var(--greens-green-800)}.pb-badge--warning{background:var(--oranges-orange-200);color:var(--oranges-orange-700)}.pb-badge--danger{background:#e11d1d1a;color:var(--error)}.pb-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--blues-blue-700) 0%,var(--blues-blue-900) 100%);color:var(--greys-grey-100-white);flex-shrink:0}.pb-avatar__image{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-full)}.pb-avatar__fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--body-b3-12px-medium-family);font-weight:var(--body-b3-12px-medium-weight)}.pb-avatar--sm{width:24px;height:24px}.pb-avatar--sm .pb-avatar__fallback{font-size:var(--body-b4-10px-medium-size)}.pb-avatar--md{width:32px;height:32px}.pb-avatar--md .pb-avatar__fallback{font-size:var(--body-b3-12px-medium-size)}.pb-avatar--lg{width:40px;height:40px}.pb-avatar--lg .pb-avatar__fallback{font-size:var(--body-b2-14px-medium-size)}.pb-avatar--xl{width:80px;height:80px}.pb-avatar--xl .pb-avatar__fallback{font-size:28px}.pb-avatar__status{position:absolute;border-radius:var(--radius-full);border:2px solid white;box-sizing:border-box}.pb-avatar__status--bottom-right{bottom:0;right:0}.pb-avatar__status--bottom-left{bottom:0;left:0}.pb-avatar__status--sm{width:8px;height:8px}.pb-avatar__status--md{width:10px;height:10px}.pb-avatar__status--lg{width:12px;height:12px}.pb-avatar__status--xl{width:16px;height:16px}.pb-avatar__status--offline{background:transparent}.pb-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;background:transparent;border:none;cursor:pointer;flex-shrink:0}.pb-toggle:focus-visible{outline:none}.pb-toggle:focus-visible .pb-toggle__track{box-shadow:0 0 0 3px var(--blues-blue-100)}.pb-toggle__track{position:relative;display:flex;align-items:center;background:var(--greys-grey-400);border-radius:var(--radius-full);transition:background-color .15s ease}.pb-toggle--md .pb-toggle__track{width:44px;height:24px;padding:2px}.pb-toggle--md .pb-toggle__thumb{width:20px;height:20px}.pb-toggle--sm .pb-toggle__track{width:36px;height:20px;padding:2px}.pb-toggle--sm .pb-toggle__thumb{width:16px;height:16px}.pb-toggle__thumb{background:var(--greys-grey-100-white);border-radius:var(--radius-full);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:transform .15s ease}.pb-toggle--checked .pb-toggle__track{background:var(--blues-blue-600)}.pb-toggle--md.pb-toggle--checked .pb-toggle__thumb{transform:translate(20px)}.pb-toggle--sm.pb-toggle--checked .pb-toggle__thumb{transform:translate(16px)}.pb-toggle:hover:not(.pb-toggle--disabled) .pb-toggle__track{background:var(--greys-grey-500)}.pb-toggle--checked:hover:not(.pb-toggle--disabled) .pb-toggle__track{background:var(--blues-blue-700)}.pb-toggle--disabled{cursor:not-allowed}.pb-toggle--disabled .pb-toggle__track{background:var(--greys-grey-300);opacity:.6}.pb-toggle--disabled.pb-toggle--checked .pb-toggle__track{background:var(--blues-blue-300)}.login-outer{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f2f2f200,#f2f2f266 15.56%,#f2f2f2);overflow:hidden;animation:fadeIn .6s ease-out}.vector{position:absolute;filter:blur(120px);pointer-events:none;opacity:.7;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) scale(1) rotate(0)}25%{transform:translate(50px,-40px) scale(1.1) rotate(90deg)}50%{transform:translate(-30px,30px) scale(.9) rotate(180deg)}75%{transform:translate(60px,20px) scale(1.05) rotate(270deg)}}.v1{width:621px;height:653px;left:922px;top:579px;background:linear-gradient(135deg,#ffffff80,#f5f5f599);animation:float 18s ease-in-out infinite,fadeIn 1s ease-out;animation-delay:0s,.2s}.v2{width:664px;height:893px;left:-300px;top:152px;background:linear-gradient(135deg,#fff6,#f8f8f880);animation:float 22s ease-in-out infinite reverse,fadeIn 1s ease-out;animation-delay:2s,.3s}.v3{width:642px;height:838px;left:258px;top:-204px;background:linear-gradient(135deg,#fff9,#f2f2f2b3);animation:float 25s ease-in-out infinite,fadeIn 1s ease-out;animation-delay:1s,.4s}.v4{width:619px;height:734px;left:1134px;top:-19px;background:linear-gradient(135deg,#fafafa80,#f5f5f599);transform:rotate(-3.53deg);animation:float 19s ease-in-out infinite,fadeIn 1s ease-out;animation-delay:3s,.5s}.v5{width:697px;height:556px;left:-104px;top:-75px;background:linear-gradient(135deg,#ffffffb3,#f7f7f799);animation:float 24s ease-in-out infinite reverse,fadeIn 1s ease-out;animation-delay:4s,.6s}.v6{width:695px;height:577px;left:197px;top:337px;background:linear-gradient(135deg,#ffffff80,#f0f0f580);transform:rotate(-7.39deg);animation:float 21s ease-in-out infinite,fadeIn 1s ease-out;animation-delay:2.5s,.7s}.v7{width:695px;height:577px;left:-218px;bottom:-250px;background:linear-gradient(135deg,#dcdcdc4d,#ebebeb66,#f5f5f580);transform:rotate(-7.39deg);animation:floatDiagonal 16s ease-in-out infinite,fadeIn 1s ease-out;animation-delay:1.5s,.8s}.v8{width:601px;height:610px;right:-100px;top:-250px;background:linear-gradient(135deg,#e6e6e666,#f0f0f080,#fafafa66);animation:floatDiagonal 14s ease-in-out infinite reverse,fadeIn 1s ease-out;animation-delay:.5s,.9s}@keyframes floatDiagonal{0%,to{transform:translate(0) rotate(0) scale(1)}33%{transform:translate(120px,-60px) rotate(120deg) scale(1.15)}66%{transform:translate(-100px,80px) rotate(240deg) scale(.85)}}.animated-wave{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;pointer-events:none;opacity:0;animation:waveFlow 8s ease-in-out 1s 1 forwards}.animated-wave path{stroke-dasharray:3000;stroke-dashoffset:3000;animation:drawWave 8s ease-in-out 1s 1 forwards}@keyframes waveFlow{0%{opacity:0}10%{opacity:.4}90%{opacity:.4}to{opacity:0}}@keyframes drawWave{0%{stroke-dashoffset:3000}to{stroke-dashoffset:0}}.login-logo{position:absolute;top:25px;left:25px;z-index:1000;animation:fadeInDown .8s ease-out;animation-delay:.3s;animation-fill-mode:both}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.login-container{display:flex;flex-direction:column;align-items:center;position:relative;z-index:10}.login-frame{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:55px 55px 56px 56px;gap:7.54px;position:relative;width:500px;max-width:90vw;background:linear-gradient(117.76deg,#ffffff6b 5.14%,#ffffff2e 95.03%);border:.5px solid #F9F9F9;box-shadow:0 0 50px #0000001f;-webkit-backdrop-filter:blur(18.43px);backdrop-filter:blur(18.43px);border-radius:12px;animation:fadeInScale .8s ease-out;animation-delay:.5s;animation-fill-mode:both}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.login-dialog{width:100%;display:flex;flex-direction:column;align-items:center;gap:24px}.login-welcome{width:240px;height:62.521px;display:flex;justify-content:center;align-items:center;flex-shrink:0;font-style:normal;font-weight:700;font-size:32px;line-height:130%;text-align:center;letter-spacing:-1px;color:#6f6f6f;animation:fadeInUp .6s ease-out;animation-delay:.7s;animation-fill-mode:both}.login-welcome img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-welcome-sub{font-family:Gantari;font-style:normal;font-weight:400;font-size:16px;line-height:130%;text-align:center;color:#6f6f6f;margin:-16px 0 0;animation:fadeInUp .6s ease-out;animation-delay:.8s;animation-fill-mode:both}.sign-in{width:100%;display:flex;flex-direction:column;gap:16px;animation:fadeInUp .6s ease-out;animation-delay:.9s;animation-fill-mode:both}.bottom-actions{display:flex;flex-direction:column;align-items:center;gap:0;margin-top:16px;animation:fadeInUp .6s ease-out;animation-delay:1s;animation-fill-mode:both}.login-signup{font-family:Gantari;font-style:normal;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#6f6f6f}.login-signup a{color:var(--blues-blue-700);font-weight:500;cursor:pointer;text-decoration:none;margin-left:4px}.login-signup a:hover{text-decoration:underline}.create-account-title{font-family:Gantari;font-style:normal;font-weight:600;font-size:20px;line-height:130%;text-align:center;color:#000;margin-bottom:8px}.terms-text{font-family:Gantari;font-style:normal;font-weight:400;font-size:11px;line-height:140%;text-align:center;color:#6f6f6f;margin-top:4px}.terms-text a{color:var(--blues-blue-700);text-decoration:none}.terms-text a:hover{text-decoration:underline}@media (max-width: 720px){.login-frame{width:90vw;max-width:500px;padding:40px 32px;height:auto}.login-welcome{font-size:28px}.login-welcome-sub{font-size:14px}}@media (max-width: 480px){.login-frame{padding:32px 24px}.login-logo{top:16px;left:16px}.vector{filter:blur(80px);opacity:.7}}.login-headline{color:#000;text-align:center;font-family:Gantari,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin:0}.login-footer{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:40px;width:100%;max-width:500px;animation:fadeInUp .6s ease-out;animation-delay:1.1s;animation-fill-mode:both}.login-footer__text{font-family:Gantari,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#6f6f6f;margin:0}.login-footer__link{color:var(--blues-blue-700);text-decoration:none;cursor:pointer}.login-footer__link:hover{text-decoration:underline}.login-footer__copyright{font-family:Gantari,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:18px;text-align:center;color:#6f6f6f;margin:0}.create-workspace-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.create-workspace-dialog{background:#fff;border-radius:12px;width:100%;max-width:520px;padding:24px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.create-workspace-dialog-title{font-family:Gantari,sans-serif;font-size:18px;font-weight:600;color:#333;margin:0 0 16px}.create-workspace-dialog-description{font-family:Gantari,sans-serif;font-size:14px;color:#666;margin:-8px 0 16px}.create-workspace-dialog-label{display:block;font-family:Gantari,sans-serif;font-size:14px;font-weight:500;color:#666;margin-bottom:8px}.create-workspace-dialog-input{width:100%;font-family:Gantari,sans-serif;font-size:14px;padding:12px;border:1px solid #e5e5e5;border-radius:6px;margin-bottom:20px;transition:border-color .15s ease;box-sizing:border-box}.create-workspace-dialog-input:focus{outline:none;border-color:#614cff}.create-workspace-dialog-input:disabled{background:#f5f5f5;cursor:not-allowed}.create-workspace-dialog-helper{font-family:Gantari,sans-serif;font-size:12px;color:#888;margin:-16px 0 20px}.create-workspace-dialog-error{font-family:Gantari,sans-serif;font-size:12px;color:#dc2626;margin:-16px 0 20px}.create-workspace-dialog-input--error{border-color:#dc2626}.create-workspace-dialog-input--error:focus{border-color:#dc2626}.create-workspace-dialog-radio-group{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.create-workspace-dialog-radio-option{display:flex;align-items:center;gap:8px;cursor:pointer}.create-workspace-dialog-radio-option input[type=radio]{width:16px;height:16px;margin:0;cursor:pointer;accent-color:#614cff}.create-workspace-dialog-radio-option span{font-family:Gantari,sans-serif;font-size:14px;color:#333}.create-workspace-dialog-disclosure{margin-bottom:20px}.create-workspace-dialog-disclosure-trigger{display:flex;align-items:center;gap:6px;background:none;border:none;padding:0;font-family:Gantari,sans-serif;font-size:14px;font-weight:500;color:#614cff;cursor:pointer}.create-workspace-dialog-disclosure-trigger:hover{text-decoration:underline}.create-workspace-dialog-disclosure-icon{width:16px;height:16px;transition:transform .15s ease}.create-workspace-dialog-disclosure-icon--expanded{transform:rotate(90deg)}.create-workspace-dialog-disclosure-content{margin-top:12px;padding:12px;background:#f9fafb;border-radius:6px}.create-workspace-dialog-disclosure-section{margin-bottom:12px}.create-workspace-dialog-disclosure-section:last-child{margin-bottom:0}.create-workspace-dialog-disclosure-heading{font-family:Gantari,sans-serif;font-size:12px;font-weight:600;color:#333;margin:0 0 6px}.create-workspace-dialog-disclosure-list{font-family:Gantari,sans-serif;font-size:12px;color:#666;margin:0;padding-left:16px}.create-workspace-dialog-disclosure-list li{margin-bottom:2px}.create-workspace-dialog-disclosure-list li:last-child{margin-bottom:0}select.create-workspace-dialog-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L2 4h8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;cursor:pointer}select.create-workspace-dialog-input:disabled{cursor:not-allowed}.create-workspace-dialog-actions{display:flex;justify-content:flex-end;gap:12px}.create-workspace-dialog-btn{font-family:Gantari,sans-serif;font-size:14px;font-weight:500;padding:10px 20px;border-radius:6px;cursor:pointer;transition:all .15s ease}.create-workspace-dialog-btn:disabled{cursor:not-allowed;opacity:.5}.create-workspace-dialog-btn-secondary{background:#fff;border:1px solid #e5e5e5;color:#333}.create-workspace-dialog-btn-secondary:hover:not(:disabled){background:#f5f5f5}.create-workspace-dialog-btn-primary{background:#614cff;border:1px solid #614cff;color:#fff}.create-workspace-dialog-btn-primary:hover:not(:disabled){background:#5040e0;border-color:#5040e0}.kbd-help-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#0006}.kbd-help-modal{background:#fff;border-radius:12px;box-shadow:0 16px 48px #0003;width:640px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.kbd-help-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid var(--greys-grey-200, #e5e7eb)}.kbd-help-header h2{font-size:18px;font-weight:600;color:var(--greys-grey-900, #111827);margin:0}.kbd-help-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;border-radius:6px;cursor:pointer;color:var(--greys-grey-500, #6b7280);transition:background .15s}.kbd-help-close:hover{background:var(--greys-grey-100, #f3f4f6);color:var(--greys-grey-700, #374151)}.kbd-help-body{overflow-y:auto;padding:16px 24px 24px}.kbd-help-section{margin-bottom:20px}.kbd-help-section:last-child{margin-bottom:0}.kbd-help-section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--greys-grey-500, #6b7280);margin:0 0 8px}.kbd-help-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.kbd-help-action{font-size:14px;color:var(--greys-grey-700, #374151)}.kbd-help-keys{display:flex;align-items:center;gap:4px;flex-shrink:0}.kbd-help-key{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;font-size:12px;font-weight:500;font-family:inherit;color:var(--greys-grey-700, #374151);background:var(--greys-grey-100, #f3f4f6);border:1px solid var(--greys-grey-300, #d1d5db);border-radius:4px;box-shadow:0 1px 0 var(--greys-grey-300, #d1d5db)}.kbd-help-plus{font-size:11px;color:var(--greys-grey-400, #9ca3af)}.presence-picker{position:relative;display:inline-block}.presence-picker-trigger{display:flex;align-items:center;gap:8px;padding:6px 10px;font-size:14px;font-weight:500;border-radius:6px;border:1px solid var(--grey-300);background:var(--grey-100);color:var(--grey-800);cursor:pointer;transition:border-color .15s,background-color .15s}.presence-picker-trigger:hover{border-color:var(--grey-400);background:var(--grey-200)}.presence-picker-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.presence-picker-label{white-space:nowrap}.presence-picker-icon{width:14px;height:14px;color:var(--grey-500)}.presence-picker-menu{position:absolute;top:100%;left:0;margin-top:4px;min-width:160px;background:#fff;border:1px solid var(--grey-300);border-radius:8px;box-shadow:0 8px 24px #0000001f;padding:6px 0;z-index:100}.presence-picker-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;font-size:14px;color:var(--grey-800);background:none;border:none;cursor:pointer;text-align:left}.presence-picker-option:hover{background:var(--grey-100)}.presence-picker-option.active{font-weight:500;background:var(--grey-50)}.presence-picker-option-label{flex:1}.presence-picker-check{width:16px;height:16px;color:var(--greens-green-700);flex-shrink:0}.top-bar{position:relative;width:100%;height:64px;background:var(--greys-grey-100-white);border-bottom:1px solid #f2f2f2}.top-bar__container{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 var(--space-6);gap:var(--space-4)}.top-bar__left{display:flex;align-items:center;gap:var(--space-4)}.top-bar__section-title{display:flex;align-items:center;gap:8px}.top-bar__section-title-container{display:flex;align-items:center;gap:10px;height:39px;padding:10px var(--space-6);border-radius:var(--radius-md);font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);color:var(--greys-grey-1000-black)}.top-bar__section-text{white-space:nowrap}.top-bar__section-icon{display:flex;align-items:center;justify-content:center;width:14px;height:14px;overflow:hidden}.top-bar__section-icon img{display:block;width:100%;height:100%}.top-bar__project-selector{display:flex;align-items:center;gap:10px;height:39px;padding:10px var(--space-6);border:none;background:transparent;border-radius:var(--radius-md);cursor:pointer;transition:background .2s ease;font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);line-height:normal;color:var(--greys-grey-1000-black)}.top-bar__project-selector:hover{background:var(--blues-blue-100)}.top-bar__project-selector:focus-visible{outline:2px solid var(--blues-blue-600);outline-offset:2px}.top-bar__project-icon{display:flex;align-items:center;justify-content:center;width:21px;height:21px;background:#797cff1a;border-radius:5px;color:#797cff;flex-shrink:0}.top-bar__project-icon svg{display:block;width:7px;height:7px;transform:rotate(90deg)}.top-bar__project-name{white-space:nowrap}.top-bar__right{display:flex;align-items:center;gap:var(--space-4);flex:1;justify-content:flex-end}.top-bar__controls-wrapper{display:flex;align-items:center;gap:12px}.top-bar__controls-left{display:flex;align-items:flex-end;gap:7px}.top-bar__add-task-btn{display:flex;align-items:center;gap:10px;height:38px;padding:10px var(--space-4) 10px var(--space-5);background:var(--greys-grey-100-white);border:1px solid rgba(0,0,0,.07);border-radius:var(--radius-md);font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);color:var(--greys-grey-800);cursor:pointer;transition:background .2s ease,border-color .2s ease}.top-bar__add-task-btn:hover{background:var(--greys-grey-200);border-color:#0000001f}.top-bar__add-task-btn:focus-visible{outline:2px solid var(--blues-blue-600);outline-offset:2px}.top-bar__plus-icon{display:flex;align-items:center;justify-content:center;width:13px;height:13px;flex-shrink:0}.top-bar__plus-icon svg{display:block}.top-bar__actions,.top-bar__utilities{display:flex;align-items:center;gap:4px}.top-bar__icon-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:none;background:transparent;border-radius:var(--radius-md);color:var(--greys-grey-700);cursor:pointer;transition:background .2s ease,color .2s ease;flex-shrink:0}.top-bar__icon-btn:hover{background:#0000000d;color:var(--greys-grey-900)}.top-bar__icon-btn:focus-visible{outline:2px solid var(--blues-blue-600);outline-offset:2px}.top-bar__icon-btn .material-symbols-outlined{font-size:18px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}.top-bar__icon-wrapper{display:flex;align-items:center;justify-content:center;width:17px;height:17px}.top-bar__icon-wrapper img{display:block;max-width:100%;max-height:100%}.top-bar__divider{width:1px;height:24px;background:var(--transparent-black-10);flex-shrink:0}.top-bar__search-box{position:relative;display:flex;align-items:center;width:259px;height:39px;border:1px solid rgba(0,0,0,.07);border-radius:var(--radius-md);background:var(--greys-grey-100-white);padding:0 var(--space-4);gap:var(--space-2);flex-shrink:0}.top-bar__search-box-icon{width:16px;height:16px;color:#4f4f4f;flex-shrink:0}.top-bar__search-box input{flex:1;border:none;background:transparent;font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-900);outline:none}.top-bar__search-box input::placeholder{color:var(--greys-grey-600)}.top-bar__search-box:focus-within{border-color:var(--blues-blue-600);box-shadow:0 0 0 3px var(--blues-blue-100)}.top-bar__ai-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid transparent;border-radius:var(--radius-md);background:linear-gradient(90deg,#eef2ff,#faf5ff,#fdf2f8);cursor:pointer;transition:all .2s ease;flex-shrink:0}.top-bar__ai-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-md);padding:1px;background:linear-gradient(135deg,#9810fa,#614cff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.top-bar__ai-btn:hover{box-shadow:0 2px 8px #614cff33}.top-bar__ai-btn[data-tooltip]:after{bottom:auto;top:100%;margin-top:8px;margin-bottom:0}.top-bar__ai-btn:focus-visible{outline:2px solid var(--blues-blue-600);outline-offset:2px}.top-bar__ai-sparkle{position:absolute;top:4px;right:4px}.top-bar__user{position:relative;flex-shrink:0}.top-bar__user-btn{display:flex;align-items:center;gap:var(--space-2);padding:4px 8px 4px 4px;border:none;background:transparent;border-radius:var(--radius-full);cursor:pointer;transition:background .2s ease;font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);color:#141414}.top-bar__user-btn:hover,.top-bar__user-btn.is-open{background:#0000000d}.top-bar__user-btn:focus-visible{outline:2px solid var(--blues-blue-600);outline-offset:2px}.top-bar__avatar{width:40px!important;height:40px!important;flex-shrink:0}.top-bar__user-name{white-space:nowrap;font-weight:400}.top-bar__dropdown-icon{color:var(--greys-grey-600);transition:transform .2s ease;flex-shrink:0}.top-bar__user-btn.is-open .top-bar__dropdown-icon{transform:rotate(180deg)}.top-bar__user-menu{position:absolute;top:calc(100% + 8px);right:0;width:240px;background:var(--greys-grey-100-white);border:1px solid rgba(24,31,114,.12);border-radius:var(--radius-xl);box-shadow:0 8px 24px -4px var(--transparent-black-20);padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-1);z-index:1000}.top-bar__user-menu-header{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) 0}.top-bar__user-menu-avatar-btn{position:relative;padding:0;border:none;background:transparent;cursor:pointer;border-radius:50%;overflow:hidden}.top-bar__user-menu-avatar-btn:focus-visible{outline:2px solid var(--blues-blue-600);outline-offset:2px}.top-bar__user-menu-avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000;border-radius:50%;transition:background .2s ease}.top-bar__user-menu-avatar-overlay svg{color:#fff;opacity:0;transition:opacity .2s ease}.top-bar__user-menu-avatar-btn:hover .top-bar__user-menu-avatar-overlay{background:#00000059}.top-bar__user-menu-avatar-btn:hover .top-bar__user-menu-avatar-overlay svg{opacity:1}.top-bar__user-menu-meta{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.top-bar__user-menu-name{margin:0;font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);color:var(--greys-grey-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-bar__user-menu-email{margin:0;font-family:var(--body-b3-12px-regular-family);font-size:var(--body-b3-12px-regular-size);color:var(--greys-grey-600);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-bar__user-menu-divider{height:1px;width:100%;background:#181f7214;margin:var(--space-1) 0}.top-bar__user-menu-presence{padding:var(--space-2) var(--space-3)}.top-bar__user-menu-presence .presence-picker{width:100%}.top-bar__user-menu-presence .presence-picker-trigger{width:100%;justify-content:flex-start}.top-bar__user-menu-item{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:10px var(--space-3);border:none;background:transparent;border-radius:var(--radius-lg);cursor:pointer;font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-800);text-align:left;transition:background .2s ease,color .2s ease}.top-bar__user-menu-item .material-symbols-outlined{font-size:18px;color:var(--greys-grey-600);flex-shrink:0}.top-bar__user-menu-item:hover,.top-bar__user-menu-item:focus-visible{background:var(--blues-blue-100);color:var(--blues-blue-700);outline:none}.top-bar__user-menu-item:hover .material-symbols-outlined,.top-bar__user-menu-item:focus-visible .material-symbols-outlined{color:var(--blues-blue-700)}.top-bar__user-menu-item--danger,.top-bar__user-menu-item--danger .material-symbols-outlined{color:var(--oranges-orange-600)}.top-bar__user-menu-item--danger:hover,.top-bar__user-menu-item--danger:focus-visible{background:#ff6e251f;color:var(--oranges-orange-600)}.top-bar__user-menu-item--danger:hover .material-symbols-outlined,.top-bar__user-menu-item--danger:focus-visible .material-symbols-outlined{color:var(--oranges-orange-600)}.top-bar__create{position:relative;flex-shrink:0}.top-bar__create-btn{display:flex;align-items:center;gap:var(--space-2);height:38px;padding:10px var(--space-4);border:none;background:#182b72;border-radius:var(--radius-md);cursor:pointer;transition:background .2s ease,box-shadow .2s ease;font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);color:var(--greys-grey-100-white)}.top-bar__create-btn:hover{background:#1a2d7a;box-shadow:0 2px 4px #182b7233}.top-bar__create-btn:focus-visible{outline:2px solid var(--blues-blue-600);outline-offset:2px}.top-bar__create-btn.is-open{background:#1a2d7a}.top-bar__create-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.top-bar__create-icon .material-symbols-outlined{font-size:18px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}.top-bar__create-text{white-space:nowrap}.top-bar__create-menu{position:absolute;top:calc(100% + 8px);left:0;width:200px;background:var(--greys-grey-100-white);border:1px solid rgba(24,31,114,.12);border-radius:var(--radius-xl);box-shadow:0 8px 24px -4px var(--transparent-black-20);padding:var(--space-2);display:flex;flex-direction:column;gap:2px;z-index:1000}.top-bar__create-menu-item{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:10px var(--space-3);border:none;background:transparent;border-radius:var(--radius-lg);cursor:pointer;font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-800);text-align:left;transition:background .2s ease,color .2s ease}.top-bar__create-menu-item .material-symbols-outlined{font-size:18px;color:var(--greys-grey-600);flex-shrink:0}.top-bar__create-menu-item:hover,.top-bar__create-menu-item:focus-visible{background:var(--blues-blue-100);color:var(--blues-blue-700);outline:none}.top-bar__create-menu-item:hover .material-symbols-outlined,.top-bar__create-menu-item:focus-visible .material-symbols-outlined{color:var(--blues-blue-700)}.top-bar__indicator{display:none}@media (max-width: 1200px){.top-bar__search-box{width:200px}}@media (max-width: 900px){.top-bar__container{padding:0 var(--space-4)}.top-bar__search-box{width:180px}.top-bar__user-name{display:none}}@media (max-width: 640px){.top-bar__search-box{width:140px}.top-bar__ai-btn{width:36px;height:36px}}.top-bar__photo-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.top-bar__photo-modal{width:100%;max-width:360px;background:var(--greys-grey-100-white);border-radius:var(--radius-xl);box-shadow:0 16px 48px -8px #00000040;animation:slideUp .2s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.top-bar__photo-modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid rgba(24,31,114,.08)}.top-bar__photo-modal-title{margin:0;font-family:var(--body-b1-16px-medium-family);font-size:var(--body-b1-16px-medium-size);font-weight:var(--body-b1-16px-medium-weight);color:var(--greys-grey-900)}.top-bar__photo-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;border-radius:var(--radius-md);color:var(--greys-grey-600);cursor:pointer;transition:background .2s ease,color .2s ease}.top-bar__photo-modal-close:hover{background:#0000000d;color:var(--greys-grey-900)}.top-bar__photo-modal-close:focus-visible{outline:2px solid var(--blues-blue-600);outline-offset:2px}.top-bar__photo-modal-preview{display:flex;justify-content:center;padding:var(--space-6)}.top-bar__photo-modal-preview .avatar{width:96px;height:96px;font-size:32px}.top-bar__photo-modal-actions{display:flex;flex-direction:column;gap:var(--space-2);padding:0 var(--space-5) var(--space-5)}.top-bar__photo-modal-btn{display:flex;align-items:center;justify-content:center;gap:var(--space-2);width:100%;height:44px;padding:0 var(--space-4);border:none;border-radius:var(--radius-lg);font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);cursor:pointer;transition:background .2s ease,color .2s ease}.top-bar__photo-modal-btn--primary{background:var(--blues-blue-600);color:#fff}.top-bar__photo-modal-btn--primary:hover{background:var(--blues-blue-700)}.top-bar__photo-modal-btn--primary:focus-visible{outline:2px solid var(--blues-blue-600);outline-offset:2px}.top-bar__photo-modal-btn--danger{background:transparent;color:var(--oranges-orange-600);border:1px solid rgba(255,110,37,.3)}.top-bar__photo-modal-btn--danger:hover{background:#ff6e2514}.top-bar__photo-modal-btn--danger:focus-visible{outline:2px solid var(--oranges-orange-600);outline-offset:2px}.ws-switcher__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--modal-backdrop, rgba(24, 31, 114, .45));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:wsSwitcherFadeIn .15s ease}@keyframes wsSwitcherFadeIn{0%{opacity:0}to{opacity:1}}.ws-switcher{width:100%;max-width:480px;max-height:calc(100vh - 64px);background:var(--greys-grey-100-white);border-radius:var(--modal-radius, 24px);border:1px solid var(--modal-outline, rgba(24, 31, 114, .08));box-shadow:0 16px 48px -8px #00000040;display:flex;flex-direction:column;overflow:hidden;animation:wsSwitcherSlideUp .2s ease}@keyframes wsSwitcherSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ws-switcher__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0}.ws-switcher__title{margin:0;font-family:var(--heading-h6-20px-family);font-size:var(--heading-h6-20px-size);font-weight:600;color:var(--greys-grey-900)}.ws-switcher__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;border-radius:var(--radius-md);color:var(--greys-grey-600);cursor:pointer;transition:background .2s ease,color .2s ease}.ws-switcher__close:hover{background:#0000000d;color:var(--greys-grey-900)}.ws-switcher__close:focus-visible{outline:2px solid var(--blues-blue-600);outline-offset:2px}.ws-switcher__search{display:flex;align-items:center;gap:var(--space-2, 8px);margin:16px 24px 0;padding:0 var(--space-3, 12px);height:40px;border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);background:var(--greys-grey-100-white);transition:border-color .2s ease,box-shadow .2s ease}.ws-switcher__search:focus-within{border-color:var(--blues-blue-600);box-shadow:0 0 0 3px var(--blues-blue-100)}.ws-switcher__search-icon{color:var(--greys-grey-600);flex-shrink:0}.ws-switcher__search-input{flex:1;border:none;background:transparent;font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-900);outline:none;min-width:0}.ws-switcher__search-input::placeholder{color:var(--greys-grey-500)}.ws-switcher__search-clear{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;border-radius:var(--radius-full, 50%);color:var(--greys-grey-500);cursor:pointer;transition:background .15s ease,color .15s ease}.ws-switcher__search-clear:hover{background:#0000000f;color:var(--greys-grey-800)}.ws-switcher__filters{display:flex;gap:var(--space-2, 8px);padding:12px 24px 0}.ws-switcher__chip{padding:6px 14px;border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-full, 999px);background:transparent;font-family:var(--body-b3-12px-medium-family);font-size:var(--body-b3-12px-medium-size);font-weight:var(--body-b3-12px-medium-weight);color:var(--greys-grey-700);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.ws-switcher__chip:hover{background:var(--blues-blue-100);border-color:var(--blues-blue-300);color:var(--blues-blue-700)}.ws-switcher__chip--active{background:var(--blues-blue-600);border-color:var(--blues-blue-600);color:#fff}.ws-switcher__chip--active:hover{background:var(--blues-blue-700);border-color:var(--blues-blue-700);color:#fff}.ws-switcher__list{flex:1;overflow-y:auto;padding:12px 16px 16px;min-height:0;max-height:400px}.ws-switcher__loading{padding:0 8px 12px}.ws-switcher__loading-bar{height:3px;border-radius:2px;background:var(--blues-blue-200);position:relative;overflow:hidden}.ws-switcher__loading-bar:after{content:"";position:absolute;left:0;top:0;height:100%;width:40%;background:var(--blues-blue-600);border-radius:2px;animation:wsSwitcherLoadingSlide 1.2s ease-in-out infinite}@keyframes wsSwitcherLoadingSlide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.ws-switcher__empty{padding:32px 16px;text-align:center}.ws-switcher__empty p{margin:0;font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-600)}.ws-switcher__helper{margin:0 0 8px;padding:0 8px;font-family:var(--body-b3-12px-regular-family);font-size:var(--body-b3-12px-regular-size);color:var(--greys-grey-500)}.ws-switcher__section{margin-bottom:8px}.ws-switcher__section:last-child{margin-bottom:0}.ws-switcher__section-title{margin:0 0 4px;padding:8px 8px 4px;font-family:var(--body-b3-12px-medium-family);font-size:var(--body-b3-12px-medium-size);font-weight:var(--body-b3-12px-medium-weight);color:var(--greys-grey-500);text-transform:uppercase;letter-spacing:.04em}.ws-switcher__row{display:flex;align-items:flex-start;gap:var(--space-3, 12px);width:100%;padding:10px 8px;border:1px solid transparent;border-radius:var(--radius-lg, 12px);background:transparent;cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease}.ws-switcher__row:hover{background:var(--blues-blue-100)}.ws-switcher__row:focus-visible{outline:2px solid var(--blues-blue-600);outline-offset:2px}.ws-switcher__row--active{background:var(--blues-blue-50, rgba(79, 57, 246, .04));border-color:var(--blues-blue-300)}.ws-switcher__row--active:hover{background:var(--blues-blue-100)}.ws-switcher__row-icon{width:40px;height:40px;min-width:40px;border-radius:var(--radius-md);background:var(--blues-blue-100);display:flex;align-items:center;justify-content:center;color:var(--blues-blue-600)}.ws-switcher__row--shared .ws-switcher__row-icon{background:var(--purples-purple-100, rgba(152, 16, 250, .08));color:var(--purples-purple-600, #9810FA)}.ws-switcher__row-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ws-switcher__row-header{display:flex;align-items:center;gap:var(--space-2, 8px)}.ws-switcher__row-name{font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);color:var(--greys-grey-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-switcher__row-count{font-family:var(--body-b3-12px-regular-family);font-size:var(--body-b3-12px-regular-size);color:var(--greys-grey-600)}.ws-switcher__row-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--radius-full, 999px);font-family:var(--body-b3-12px-regular-family);font-size:11px;font-weight:500;white-space:nowrap;flex-shrink:0}.ws-switcher__row-badge--current{background:var(--blues-blue-100);color:var(--blues-blue-700)}.ws-switcher__row-badge--shared{background:var(--purples-purple-100, rgba(152, 16, 250, .08));color:var(--purples-purple-600, #9810FA)}.ws-switcher__row-projects{display:flex;flex-direction:column;gap:2px;margin-top:4px;padding-left:4px}.ws-switcher__row-project{display:flex;align-items:center;gap:6px;font-family:var(--body-b3-12px-regular-family);font-size:var(--body-b3-12px-regular-size);color:var(--greys-grey-600)}.ws-switcher__row-project:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--greys-grey-400);flex-shrink:0}.ws-switcher__row-project--more{color:var(--greys-grey-500);font-style:italic}.ws-switcher__row-project--more:before{display:none}@media (max-width: 520px){.ws-switcher{max-width:calc(100vw - 32px);max-height:calc(100vh - 32px)}.ws-switcher__header{padding:20px 20px 0}.ws-switcher__search{margin:12px 20px 0}.ws-switcher__filters{padding:12px 20px 0}.ws-switcher__list{padding:12px 12px 16px}}.slide-drawer-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none}.slide-drawer-container--open{pointer-events:auto}.slide-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;opacity:0;transition:opacity .2s ease}.slide-drawer-container--open .slide-drawer__overlay{opacity:1}.slide-drawer{position:absolute;top:0;right:0;bottom:0;background:var(--greys-grey-100-white);box-shadow:-4px 0 24px #0000001f;display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease;outline:none}.slide-drawer-container--open .slide-drawer{transform:translate(0)}.slide-drawer--narrow{width:400px;max-width:90vw}.slide-drawer--medium{width:560px;max-width:90vw}.slide-drawer--wide{width:720px;max-width:90vw}.slide-drawer__header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--greys-grey-300);flex-shrink:0}.slide-drawer__header-text{flex:1;min-width:0}.slide-drawer__title{font-family:Gantari,sans-serif;font-weight:600;font-size:var(--heading-h6-20px-medium-size, 20px);color:var(--greys-grey-1000-black);margin:0;line-height:1.3}.slide-drawer__subtitle{font-family:Gantari,sans-serif;font-weight:400;font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-600);margin:4px 0 0}.slide-drawer__close{background:none;border:none;padding:8px;margin:-8px -8px 0 0;cursor:pointer;color:var(--greys-grey-600);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease;flex-shrink:0}.slide-drawer__close:hover{background:var(--greys-grey-200);color:var(--greys-grey-800)}.slide-drawer__content{flex:1;overflow-y:auto;overflow-x:hidden}@media (max-width: 640px){.slide-drawer{top:auto;left:0;right:0;bottom:0;width:100vw;max-width:100vw;max-height:90vh;border-radius:16px 16px 0 0;transform:translateY(100%);box-shadow:0 -4px 24px #0000001f}.slide-drawer-container--open .slide-drawer{transform:translateY(0)}.slide-drawer__header{padding:16px;border-radius:16px 16px 0 0}.slide-drawer__header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;background:var(--greys-grey-300);border-radius:2px}.slide-drawer__content{padding-bottom:env(safe-area-inset-bottom,20px)}}.tabs{display:flex;flex-direction:column;height:100%}.tabs__list{display:flex;gap:0;border-bottom:1px solid var(--greys-grey-300);padding:0 24px;flex-shrink:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.tabs__list::-webkit-scrollbar{display:none}.tabs__tab{background:none;border:none;padding:12px 16px;font-family:Gantari,sans-serif;font-weight:500;font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-600);cursor:pointer;position:relative;white-space:nowrap;transition:color .15s ease}.tabs__tab:hover:not(:disabled){color:var(--greys-grey-800)}.tabs__tab--active{color:var(--color-primary)}.tabs__tab--active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--color-primary);border-radius:2px 2px 0 0}.tabs__tab:disabled{color:var(--greys-grey-400);cursor:not-allowed}.tabs__panel{flex:1;overflow-y:auto;padding:24px}.tabs--pills .tabs__list{border-bottom:none;padding:16px 24px;gap:8px;background:var(--greys-grey-100)}.tabs--pills .tabs__tab{padding:8px 16px;border-radius:20px;background:transparent}.tabs--pills .tabs__tab:hover:not(:disabled){background:var(--greys-grey-200)}.tabs--pills .tabs__tab--active{background:var(--greys-grey-100-white);color:var(--greys-grey-900);box-shadow:0 1px 3px #00000014}.tabs--pills .tabs__tab--active:after{display:none}@media (max-width: 640px){.tabs__list{padding:0 16px}.tabs__tab{padding:10px 12px;font-size:13px}.tabs__panel{padding:16px}}.add-to-project-dialog__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:10000}.add-to-project-dialog{background:var(--greys-grey-100-white);border-radius:8px;width:540px;max-width:95vw;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000001f;overflow:visible}.add-to-project-dialog__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid var(--greys-grey-300)}.add-to-project-dialog__title{font-family:Gantari,sans-serif;font-weight:500;font-size:var(--heading-h7-18px-medium-size);color:var(--greys-grey-1000-black);margin:0}.add-to-project-dialog__close{background:none;border:none;padding:4px;cursor:pointer;color:var(--color-fg-muted);display:flex;align-items:center;justify-content:center;transition:color .15s ease}.add-to-project-dialog__close:hover{color:var(--color-fg)}.add-to-project-dialog__body{padding:16px 24px;display:flex;flex-direction:column;flex:1;min-height:300px;max-height:400px}.add-to-project-dialog__search{position:relative;margin-bottom:16px}.add-to-project-dialog__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--greys-grey-500);pointer-events:none}.add-to-project-dialog__search-input{width:100%;height:40px;padding:0 12px 0 40px;border:1px solid var(--greys-grey-300);border-radius:8px;font-family:Gantari,sans-serif;font-size:14px;color:var(--greys-grey-900);background:var(--greys-grey-100-white);transition:border-color .15s ease}.add-to-project-dialog__search-input:focus{outline:none;border-color:var(--color-primary)}.add-to-project-dialog__list{flex:1;overflow-y:auto;border:1px solid var(--greys-grey-200);border-radius:8px;min-height:200px}.add-to-project-dialog__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px;color:var(--greys-grey-500);font-family:Gantari,sans-serif;font-size:14px}.add-to-project-dialog__item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:none;text-align:left;cursor:pointer;transition:background .15s ease;border-bottom:1px solid var(--greys-grey-100)}.add-to-project-dialog__item:last-child{border-bottom:none}.add-to-project-dialog__item:hover{background:var(--greys-grey-50)}.add-to-project-dialog__item--selected{background:var(--blues-blue-50)}.add-to-project-dialog__item--selected:hover{background:var(--blues-blue-100)}.add-to-project-dialog__item-icon{width:36px;height:36px;border-radius:8px;background:var(--blues-blue-100);color:var(--blues-blue-600);display:flex;align-items:center;justify-content:center;flex-shrink:0}.add-to-project-dialog__item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.add-to-project-dialog__item-name{font-family:Gantari,sans-serif;font-weight:500;font-size:14px;color:var(--greys-grey-900)}.add-to-project-dialog__item-status{font-family:Gantari,sans-serif;font-size:12px;color:var(--greys-grey-500)}.add-to-project-dialog__item-check{width:24px;height:24px;border-radius:50%;border:2px solid var(--greys-grey-300);display:flex;align-items:center;justify-content:center;color:transparent;flex-shrink:0;transition:all .15s ease}.add-to-project-dialog__item-check--visible{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.add-to-project-dialog__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;border-top:1px solid var(--greys-grey-200)}.add-to-project-dialog__footer-left{display:flex;align-items:center;gap:12px;flex-shrink:0}.add-to-project-dialog__selection-count{font-family:Gantari,sans-serif;font-size:13px;color:var(--greys-grey-600);white-space:nowrap}.add-to-project-dialog__actions{display:flex;gap:8px;flex-shrink:0;margin-left:auto}.add-to-project-dialog__role-label{display:flex;align-items:center;gap:8px;font-family:Gantari,sans-serif;font-size:13px;color:var(--greys-grey-700)}.add-to-project-dialog__role-select{height:32px;padding:0 28px 0 10px;border:1px solid var(--greys-grey-300);border-radius:6px;background:var(--greys-grey-100-white);font-family:Gantari,sans-serif;font-size:13px;color:var(--greys-grey-800);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.add-to-project-dialog__role-select:focus{outline:none;border-color:var(--color-primary)}.add-to-project-dialog__role-select:disabled{background:var(--greys-grey-200);color:var(--greys-grey-500);cursor:not-allowed}.animate-spin{animation:spin 1s linear infinite}.pb-type-badge-group{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.pb-type-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-family:var(--body-b3-12px-medium-font-family);font-weight:500;font-size:12px;line-height:1;white-space:nowrap}.pb-type-badge--compact{padding:2px 8px;font-size:11px;border-radius:10px}.pb-type-badge--internal,.pb-type-badge--member{background:var(--blues-blue-100);color:var(--blues-blue-700)}.pb-type-badge--guest{background:var(--greens-green-100);color:var(--greens-green-700)}.pb-type-badge--contact_only{background:var(--ambers-amber-100);color:var(--ambers-amber-700)}.pb-type-badge--subtype{background:var(--greys-grey-200);color:var(--greys-grey-700)}.person-drawer__header-content{display:flex;flex-direction:column;gap:16px;flex:1}.person-drawer__header-main{display:flex;align-items:flex-start;gap:16px}.person-drawer__header-info{flex:1;min-width:0}.person-drawer__name{font-family:Gantari,sans-serif;font-weight:600;font-size:var(--heading-h5-22px-semibold-size, 22px);color:var(--greys-grey-1000-black);margin:0;line-height:1.3}.person-drawer__company{display:flex;align-items:center;gap:6px;font-family:Gantari,sans-serif;font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-600);margin:4px 0 0}.person-drawer__badges{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.person-drawer__badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-family:Gantari,sans-serif;font-weight:500;font-size:12px}.person-drawer__badge--internal,.person-drawer__badge--member{background:var(--blues-blue-100);color:var(--blues-blue-700)}.person-drawer__badge--guest{background:var(--greens-green-100);color:var(--greens-green-700)}.person-drawer__badge--contact_only{background:var(--ambers-amber-100);color:var(--ambers-amber-700)}.person-drawer__badge--subtype{background:var(--greys-grey-100);color:var(--greys-grey-700)}.person-drawer__status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-family:Gantari,sans-serif;font-weight:500;font-size:12px;background:var(--greys-grey-200);color:var(--greys-grey-700)}.person-drawer__status--active{background:var(--greens-green-100);color:var(--greens-green-700)}.person-drawer__status--invited{background:var(--blues-blue-100);color:var(--blues-blue-700)}.person-drawer__status--suspended{background:var(--reds-red-100);color:var(--reds-red-700)}.person-drawer__status--locked{background:var(--ambers-amber-100);color:var(--ambers-amber-700)}.person-drawer__header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.person-drawer__more-wrapper{position:relative}.person-drawer__more-btn{background:none;border:1px solid var(--greys-grey-300);border-radius:6px;padding:6px 8px;cursor:pointer;color:var(--greys-grey-600);display:flex;align-items:center;justify-content:center;transition:all .15s ease}.person-drawer__more-btn:hover{background:var(--greys-grey-100);border-color:var(--greys-grey-400)}.person-drawer__more-menu{position:absolute;top:100%;right:0;margin-top:4px;background:var(--greys-grey-100-white);border:1px solid var(--greys-grey-300);border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:180px;z-index:10;overflow:hidden}.person-drawer__more-menu button{display:block;width:100%;padding:10px 14px;background:none;border:none;text-align:left;font-family:Gantari,sans-serif;font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-800);cursor:pointer;transition:background .15s ease}.person-drawer__more-menu button:hover{background:var(--greys-grey-100)}.person-drawer__more-menu-danger{color:var(--color-danger)!important}.person-drawer__more-menu-danger:hover{background:var(--reds-red-50)!important}.person-drawer__section{margin-bottom:24px}.person-drawer__section:last-child{margin-bottom:0}.person-drawer__section-title{font-family:Gantari,sans-serif;font-weight:600;font-size:var(--body-b1-16px-medium-size, 16px);color:var(--greys-grey-900);margin:0 0 16px}.person-drawer__field-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.person-drawer__field{display:flex;flex-direction:column;gap:4px}.person-drawer__field--full{grid-column:1 / -1}.person-drawer__field-label{font-family:Gantari,sans-serif;font-size:12px;font-weight:500;color:var(--greys-grey-500);text-transform:uppercase;letter-spacing:.5px}.person-drawer__field-value{font-family:Gantari,sans-serif;font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-900)}.person-drawer__field-value--muted{color:var(--greys-grey-500)}.person-drawer__field-value--link{color:var(--color-primary);cursor:pointer}.person-drawer__field-value--link:hover{text-decoration:underline}.person-drawer__skills{display:flex;flex-wrap:wrap;gap:8px}.person-drawer__skill{display:inline-flex;align-items:center;padding:6px 12px;background:var(--greys-grey-100);border-radius:16px;font-family:Gantari,sans-serif;font-size:13px;color:var(--greys-grey-700)}.person-drawer__skill--add{background:var(--blues-blue-50);color:var(--color-primary);cursor:pointer;border:1px dashed var(--blues-blue-300)}.person-drawer__skill--add:hover{background:var(--blues-blue-100)}.person-drawer__cert-list{display:flex;flex-direction:column;gap:12px}.person-drawer__cert-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--greys-grey-50);border-radius:8px}.person-drawer__cert-icon{width:40px;height:40px;border-radius:8px;background:var(--greys-grey-200);display:flex;align-items:center;justify-content:center;color:var(--greys-grey-600);flex-shrink:0}.person-drawer__cert-info{flex:1;min-width:0}.person-drawer__cert-name{font-family:Gantari,sans-serif;font-weight:500;font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-900);margin:0}.person-drawer__cert-expiry{font-family:Gantari,sans-serif;font-size:12px;color:var(--greys-grey-600);margin:2px 0 0}.person-drawer__cert-expiry--notice{color:var(--blues-blue-600)}.person-drawer__cert-expiry--warning{color:var(--ambers-amber-600)}.person-drawer__cert-expiry--critical,.person-drawer__cert-expiry--expired{color:var(--reds-red-600)}.person-drawer__cert-icon--warning{background:var(--ambers-amber-100);color:var(--ambers-amber-600)}.person-drawer__cert-icon--danger{background:var(--reds-red-100);color:var(--reds-red-600)}.person-drawer__membership-list{display:flex;flex-direction:column;gap:12px}.person-drawer__membership-item{display:flex;align-items:center;justify-content:space-between;padding:12px;background:var(--greys-grey-50);border-radius:8px}.person-drawer__membership-info{display:flex;flex-direction:column;gap:2px}.person-drawer__membership-name{font-family:Gantari,sans-serif;font-weight:500;font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-900)}.person-drawer__membership-role{font-family:Gantari,sans-serif;font-size:12px;color:var(--greys-grey-600)}.person-drawer__membership-role--overridden{color:var(--blues-blue-600)}.person-drawer__role-dropdown{position:relative}.person-drawer__role-dropdown-trigger{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:none;border:1px solid transparent;border-radius:4px;font-family:Gantari,sans-serif;font-size:12px;color:var(--greys-grey-600);cursor:pointer;transition:all .15s ease;min-height:24px}.person-drawer__role-dropdown-trigger:hover{background:var(--greys-grey-100);border-color:var(--greys-grey-300);color:var(--greys-grey-800)}.person-drawer__role-dropdown-trigger:disabled{cursor:not-allowed;opacity:.7}.person-drawer__role-dropdown-menu{position:absolute;top:100%;left:0;margin-top:4px;background:var(--greys-grey-100-white);border:1px solid var(--greys-grey-300);border-radius:8px;box-shadow:0 4px 12px #0000001f;min-width:160px;max-height:240px;overflow-y:auto;z-index:100}.person-drawer__role-dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:10px 12px;background:none;border:none;text-align:left;font-family:Gantari,sans-serif;font-size:13px;color:var(--greys-grey-800);cursor:pointer;transition:background .15s ease}.person-drawer__role-dropdown-item:hover{background:var(--greys-grey-100)}.person-drawer__role-dropdown-item--selected{background:var(--blues-blue-50);color:var(--blues-blue-700)}.person-drawer__role-dropdown-item--selected:hover{background:var(--blues-blue-100)}.person-drawer__role-dropdown-item svg{flex-shrink:0;color:var(--blues-blue-600)}.person-drawer__membership-action--remove:hover{background:var(--reds-red-50);color:var(--reds-red-600)}.person-drawer__membership-action:disabled{cursor:not-allowed;opacity:.5}.person-drawer__stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.person-drawer__stat{padding:16px;background:var(--greys-grey-50);border-radius:8px;text-align:center}.person-drawer__stat-value{font-family:Gantari,sans-serif;font-weight:600;font-size:24px;color:var(--greys-grey-900);margin:0}.person-drawer__stat-label{font-family:Gantari,sans-serif;font-size:12px;color:var(--greys-grey-600);margin:4px 0 0}.person-drawer__empty{padding:32px;text-align:center;color:var(--greys-grey-500);font-family:Gantari,sans-serif;font-size:var(--body-b2-14px-regular-size)}.person-drawer__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 32px;color:var(--greys-grey-500);font-family:Gantari,sans-serif;font-size:var(--body-b2-14px-regular-size)}.person-drawer__loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.person-drawer__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.person-drawer__section-header .person-drawer__section-title{margin:0}.person-drawer__section-subtitle{font-family:Gantari,sans-serif;font-size:12px;color:var(--greys-grey-500)}.person-drawer__membership-icon{width:36px;height:36px;border-radius:8px;background:var(--greys-grey-200);display:flex;align-items:center;justify-content:center;color:var(--greys-grey-600);flex-shrink:0}.person-drawer__membership-icon--project{background:var(--blues-blue-100);color:var(--blues-blue-600)}.person-drawer__membership-actions{display:flex;gap:4px}.person-drawer__membership-action{background:none;border:none;padding:6px;cursor:pointer;color:var(--greys-grey-500);border-radius:4px;display:flex;align-items:center;justify-content:center}.person-drawer__membership-action:hover{background:var(--greys-grey-200);color:var(--greys-grey-700)}.person-drawer__projects-grouped{display:flex;flex-direction:column;gap:20px}.person-drawer__project-group-title{font-family:Gantari,sans-serif;font-weight:500;font-size:13px;color:var(--greys-grey-600);margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.person-drawer__actions-list{display:flex;flex-wrap:wrap;gap:8px}.person-drawer__action--danger{color:var(--color-danger)!important}.person-drawer__action--warning{color:var(--ambers-amber-600)!important}.person-drawer__select{width:100%;height:40px;padding:0 12px;border:1px solid var(--color-border);border-radius:6px;background:var(--greys-grey-100-white);font-family:Gantari,sans-serif;font-size:var(--body-b2-14px-regular-size);color:var(--color-fg);cursor:pointer}.person-drawer__select:focus{outline:none;border-color:var(--color-primary)}.person-drawer__select:disabled{background:var(--greys-grey-100);color:var(--greys-grey-500);cursor:not-allowed}.person-drawer__select-wrapper{position:relative;display:flex;align-items:center}.person-drawer__select-wrapper .person-drawer__select{padding-right:36px}.person-drawer__select-loader{position:absolute;right:12px;color:var(--color-primary)}.person-drawer__toggle{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-weight:500;font-size:12px;background:var(--greys-grey-200);color:var(--greys-grey-600)}.person-drawer__toggle--on{background:var(--greens-green-100);color:var(--greens-green-700)}.person-drawer__doc-categories{display:flex;flex-direction:column;gap:8px}.person-drawer__doc-category{border:1px solid var(--greys-grey-200);border-radius:8px;overflow:hidden}.person-drawer__doc-category-header{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:var(--greys-grey-50);border:none;cursor:pointer;font-family:Gantari,sans-serif;font-weight:500;font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-800);text-align:left}.person-drawer__doc-category-header:hover{background:var(--greys-grey-100)}.person-drawer__doc-count{margin-left:auto;background:var(--greys-grey-200);color:var(--greys-grey-600);padding:2px 8px;border-radius:10px;font-size:12px;font-weight:500}.person-drawer__doc-list{display:flex;flex-direction:column;gap:1px;background:var(--greys-grey-200)}.person-drawer__doc-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--greys-grey-100-white)}.person-drawer__doc-item--readonly{background:var(--greys-grey-50)}.person-drawer__doc-icon{width:36px;height:36px;border-radius:6px;background:var(--greys-grey-100);display:flex;align-items:center;justify-content:center;color:var(--greys-grey-500);flex-shrink:0}.person-drawer__doc-info{flex:1;min-width:0}.person-drawer__doc-name{font-family:Gantari,sans-serif;font-weight:500;font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-900);display:block}.person-drawer__doc-expiry{display:flex;align-items:center;gap:4px;font-family:Gantari,sans-serif;font-size:12px;color:var(--greys-grey-500);margin-top:2px}.person-drawer__doc-expiry--warning{color:var(--ambers-amber-600)}.person-drawer__doc-expiry--expired{color:var(--reds-red-600)}.person-drawer__doc-reminder{display:inline-flex;align-items:center;gap:3px;margin-left:8px;color:var(--greens-green-600)}.person-drawer__doc-action{background:none;border:none;padding:8px;cursor:pointer;color:var(--greys-grey-500);border-radius:4px}.person-drawer__doc-action:hover{background:var(--greys-grey-100);color:var(--greys-grey-700)}.person-drawer__doc-link{background:none;border:none;padding:0;cursor:pointer;font-family:Gantari,sans-serif;font-size:12px;color:var(--color-primary);display:flex;align-items:center;gap:4px}.person-drawer__doc-link:hover{text-decoration:underline}.person-drawer__doc-empty{padding:16px;text-align:center;color:var(--greys-grey-500);font-size:13px;background:var(--greys-grey-100-white)}.person-drawer__suggestions{display:flex;align-items:center;gap:8px;margin-top:12px;flex-wrap:wrap}.person-drawer__suggestions-label{font-family:Gantari,sans-serif;font-size:12px;color:var(--greys-grey-500)}.person-drawer__suggestion{background:none;border:1px dashed var(--greys-grey-300);padding:4px 10px;border-radius:12px;font-family:Gantari,sans-serif;font-size:12px;color:var(--greys-grey-600);cursor:pointer}.person-drawer__suggestion:hover{background:var(--greys-grey-100);border-color:var(--greys-grey-400)}.person-drawer__skill-remove{background:none;border:none;padding:0;margin-left:6px;cursor:pointer;color:var(--greys-grey-500);display:flex;align-items:center}.person-drawer__skill-remove:hover{color:var(--color-danger)}.person-drawer__skill-remove:disabled{cursor:not-allowed;opacity:.7}.person-drawer__skill-add-container{position:relative;display:inline-flex}.person-drawer__skill--language{gap:6px}.person-drawer__skill-icon{flex-shrink:0}.person-drawer__skill-proficiency{font-size:11px;color:var(--greys-grey-500);margin-left:2px}.person-drawer__dropdown{position:absolute;top:100%;left:0;margin-top:4px;background:var(--greys-grey-100-white);border:1px solid var(--greys-grey-300);border-radius:8px;box-shadow:0 4px 12px #0000001f;min-width:180px;max-height:240px;overflow-y:auto;z-index:100}.person-drawer__dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;background:none;border:none;text-align:left;font-family:Gantari,sans-serif;font-size:13px;color:var(--greys-grey-800);cursor:pointer;transition:background .15s ease}.person-drawer__dropdown-item:hover{background:var(--greys-grey-100)}.person-drawer__dropdown-item:disabled{cursor:not-allowed;opacity:.7}.person-drawer__dropdown-empty{padding:12px;text-align:center;color:var(--greys-grey-500);font-size:13px}.person-drawer__cert-action{background:none;border:1px solid var(--greys-grey-300);padding:6px 12px;border-radius:6px;font-family:Gantari,sans-serif;font-size:12px;color:var(--greys-grey-700);cursor:pointer}.person-drawer__cert-action:hover{background:var(--greys-grey-100)}.person-drawer__add-btn{display:inline-flex;align-items:center;gap:6px;background:var(--color-primary);border:none;padding:8px 16px;border-radius:6px;font-family:Gantari,sans-serif;font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-100-white);cursor:pointer;margin-top:12px}.person-drawer__add-btn:hover{background:var(--color-primary-hover)}.person-drawer__stat-icon{color:var(--greys-grey-400);margin-bottom:8px}.person-drawer__stat-icon--success{color:var(--greens-green-500)}.person-drawer__stat-icon--warning{color:var(--ambers-amber-500)}.person-drawer__stat-icon--danger{color:var(--reds-red-500)}.person-drawer__compliance{display:flex;align-items:center;gap:12px;padding:16px;background:var(--greys-grey-50);border-radius:8px}.person-drawer__compliance-icon{color:var(--greys-grey-500)}.person-drawer__compliance-icon--success{color:var(--greens-green-500)}.person-drawer__compliance-icon--warning{color:var(--ambers-amber-500)}.person-drawer__compliance-info{display:flex;flex-direction:column;gap:2px}.person-drawer__compliance-status{font-family:Gantari,sans-serif;font-weight:500;font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-900)}.person-drawer__compliance-company{font-family:Gantari,sans-serif;font-size:12px;color:var(--greys-grey-500)}.person-drawer__add-dropdown-container{position:relative}.person-drawer__add-dropdown{position:absolute;top:100%;right:0;margin-top:4px;min-width:200px;max-height:240px;overflow-y:auto;background:var(--greys-grey-100-white);border:1px solid var(--greys-grey-300);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100}.person-drawer__add-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:none;border:none;font-family:Gantari,sans-serif;font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-800);cursor:pointer;text-align:left;transition:background .15s ease}.person-drawer__add-dropdown-item:hover{background:var(--greys-grey-100)}.person-drawer__add-dropdown-item svg{color:var(--greys-grey-500);flex-shrink:0}.person-drawer__add-dropdown-empty{padding:16px;text-align:center;font-family:Gantari,sans-serif;font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-500)}@media (max-width: 640px){.person-drawer__header-content{gap:12px}.person-drawer__header-main{flex-direction:column;align-items:center;text-align:center}.person-drawer__badges,.person-drawer__header-actions{justify-content:center}.person-drawer__field-grid,.person-drawer__stats-grid{grid-template-columns:1fr}}.confirm-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.confirm-dialog{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:24px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.confirm-dialog-title{font-family:Gantari,sans-serif;font-size:18px;font-weight:600;color:#333;margin:0 0 12px}.confirm-dialog-message{font-family:Gantari,sans-serif;font-size:14px;font-weight:400;color:#666;line-height:1.5;margin:0 0 24px}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:12px}.confirm-dialog-btn{font-family:Gantari,sans-serif;font-size:14px;font-weight:500;padding:10px 20px;border-radius:6px;cursor:pointer;transition:all .15s ease}.confirm-dialog-btn:disabled{cursor:not-allowed;opacity:.5}.confirm-dialog-btn-secondary{background:#fff;border:1px solid #e5e5e5;color:#333}.confirm-dialog-btn-secondary:hover:not(:disabled){background:#f5f5f5}.confirm-dialog-btn-primary{background:#614cff;border:1px solid #614cff;color:#fff}.confirm-dialog-btn-primary:hover:not(:disabled){background:#5040e0;border-color:#5040e0}.confirm-dialog-btn-danger{background:#dc2626;border:1px solid #dc2626;color:#fff}.confirm-dialog-btn-danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-orange-100:#fff6eb;--color-orange-200:#ffe9ce;--color-orange-500:#ffa332;--color-orange-600:#ff6e25;--color-orange-700:#ee6927;--color-amber-50:oklch(98.7% .022 95.277);--color-amber-100:oklch(96.2% .059 95.617);--color-amber-600:oklch(66.6% .179 58.318);--color-amber-700:oklch(55.5% .163 48.998);--color-yellow-100:oklch(97.3% .071 103.193);--color-yellow-200:oklch(94.5% .129 101.54);--color-yellow-800:oklch(47.6% .114 61.907);--color-green-100:#e9faf1;--color-green-700:#1fb861;--color-blue-50:#fff;--color-blue-100:#f2f2ff;--color-blue-200:#e4e5ff;--color-blue-400:#c9d0ff;--color-blue-500:#bcc6ff;--color-blue-600:#7986ff;--color-blue-700:#614cff;--color-blue-800:#5938eb;--color-blue-900:#3d1cc4;--color-blue-950:oklch(28.2% .091 267.935);--color-gray-400:oklch(70.7% .022 261.325);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-md:28rem;--container-lg:32rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--tracking-wide:.025em;--leading-snug:1.375;--leading-relaxed:1.625;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--radius-2xl:16px;--radius-3xl:24px;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-ping:ping 1s cubic-bezier(0,0,.2,1)infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--animate-bounce:bounce 1s infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--font-gantari:"Gantari",Arial,sans-serif;--color-blue-1000:#181f72;--color-grey-100:#fff;--color-grey-200:#f8f8f8;--color-grey-300:#f2f2f2;--color-grey-400:#e5e5e5;--color-grey-500:#ccc;--color-grey-600:#999;--color-grey-700:#666;--color-grey-800:#474747;--color-grey-900:#333;--color-bg:var(--color-grey-200);--color-bg-surface:var(--color-grey-100);--color-fg:var(--color-grey-900);--color-fg-muted:var(--color-grey-700);--color-border:var(--color-grey-400);--color-primary:var(--color-blue-700);--color-primary-hover:var(--color-blue-800);--color-primary-active:var(--color-blue-900);--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-5:20px;--spacing-6:24px;--spacing-8:32px;--spacing-10:40px;--spacing-12:48px;--spacing-16:64px;--width-sidebar:260px;--width-sidebar-tablet:240px;--width-sidebar-mobile:280px}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.-top-1{top:calc(var(--spacing-1)*-1)}.-top-3{top:calc(var(--spacing-3)*-1)}.top-0{top:calc(var(--spacing)*0)}.top-1{top:var(--spacing-1)}.top-1\/2{top:50%}.top-2{top:var(--spacing-2)}.top-full{top:100%}.-right-1{right:calc(var(--spacing-1)*-1)}.right-0{right:calc(var(--spacing)*0)}.right-2{right:var(--spacing-2)}.right-3{right:var(--spacing-3)}.right-4{right:var(--spacing-4)}.right-6{right:var(--spacing-6)}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-4{bottom:var(--spacing-4)}.bottom-16{bottom:var(--spacing-16)}.bottom-20{bottom:calc(var(--spacing)*20)}.bottom-full{bottom:100%}.left-0{left:calc(var(--spacing)*0)}.left-1\/2{left:50%}.left-2\.5{left:calc(var(--spacing)*2.5)}.left-3{left:var(--spacing-3)}.left-4{left:var(--spacing-4)}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[1000\]{z-index:1000}.z-\[1100\]{z-index:1100}.z-\[1200\]{z-index:1200}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.-m-6{margin:calc(var(--spacing-6)*-1)}.-m-8{margin:calc(var(--spacing-8)*-1)}.m-0{margin:calc(var(--spacing)*0)}.mx-0\.5{margin-inline:calc(var(--spacing)*.5)}.mx-4{margin-inline:var(--spacing-4)}.my-1{margin-block:var(--spacing-1)}.my-2{margin-block:var(--spacing-2)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:var(--spacing-1)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:var(--spacing-2)}.mt-3{margin-top:var(--spacing-3)}.mt-4{margin-top:var(--spacing-4)}.mt-auto{margin-top:auto}.mr-1{margin-right:var(--spacing-1)}.mr-2{margin-right:var(--spacing-2)}.mb-0\.5{margin-bottom:calc(var(--spacing)*.5)}.mb-1{margin-bottom:var(--spacing-1)}.mb-1\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2{margin-bottom:var(--spacing-2)}.mb-3{margin-bottom:var(--spacing-3)}.mb-4{margin-bottom:var(--spacing-4)}.mb-5{margin-bottom:var(--spacing-5)}.mb-6{margin-bottom:var(--spacing-6)}.ml-0\.5{margin-left:calc(var(--spacing)*.5)}.ml-1{margin-left:var(--spacing-1)}.ml-\[12px\]{margin-left:12px}.ml-auto{margin-left:auto}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-square{aspect-ratio:1}.size-1\.5{width:calc(var(--spacing)*1.5);height:calc(var(--spacing)*1.5)}.size-2{width:var(--spacing-2);height:var(--spacing-2)}.size-4{width:var(--spacing-4);height:var(--spacing-4)}.size-5{width:var(--spacing-5);height:var(--spacing-5)}.size-6{width:var(--spacing-6);height:var(--spacing-6)}.size-7{width:calc(var(--spacing)*7);height:calc(var(--spacing)*7)}.size-8{width:var(--spacing-8);height:var(--spacing-8)}.size-9{width:calc(var(--spacing)*9);height:calc(var(--spacing)*9)}.size-10{width:var(--spacing-10);height:var(--spacing-10)}.size-12{width:var(--spacing-12);height:var(--spacing-12)}.size-16{width:var(--spacing-16);height:var(--spacing-16)}.size-\[32px\]{width:32px;height:32px}.size-full{width:100%;height:100%}.h-0\.5{height:calc(var(--spacing)*.5)}.h-2{height:var(--spacing-2)}.h-4{height:var(--spacing-4)}.h-5{height:var(--spacing-5)}.h-6{height:var(--spacing-6)}.h-8{height:var(--spacing-8)}.h-10{height:var(--spacing-10)}.h-12{height:var(--spacing-12)}.h-16{height:var(--spacing-16)}.h-20{height:calc(var(--spacing)*20)}.h-\[20px\]{height:20px}.h-\[36px\]{height:36px}.h-\[39px\]{height:39px}.h-\[85vh\]{height:85vh}.h-\[calc\(100vh-63px\)\]{height:calc(100vh - 63px)}.h-\[calc\(100vh-64px\)\]{height:calc(100vh - 64px)}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-\[60vh\]{max-height:60vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[200px\]{max-height:200px}.max-h-\[280px\]{max-height:280px}.max-h-\[300px\]{max-height:300px}.max-h-\[400px\]{max-height:400px}.max-h-\[500px\]{max-height:500px}.max-h-\[calc\(60vh-48px\)\]{max-height:calc(60vh - 48px)}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-\[42px\]{min-height:42px}.min-h-\[60vh\]{min-height:60vh}.w-2{width:var(--spacing-2)}.w-4{width:var(--spacing-4)}.w-5{width:var(--spacing-5)}.w-8{width:var(--spacing-8)}.w-10{width:var(--spacing-10)}.w-20{width:calc(var(--spacing)*20)}.w-32{width:calc(var(--spacing)*32)}.w-80{width:calc(var(--spacing)*80)}.w-\[3px\]{width:3px}.w-\[90\%\]{width:90%}.w-\[280px\]{width:280px}.w-\[450px\]{width:450px}.w-\[480px\]{width:480px}.w-\[520px\]{width:520px}.w-full{width:100%}.w-px{width:1px}.w-sidebar{width:var(--width-sidebar)}.max-w-\[70\%\]{max-width:70%}.max-w-\[80\%\]{max-width:80%}.max-w-\[90vw\]{max-width:90vw}.max-w-\[200px\]{max-width:200px}.max-w-\[250px\]{max-width:250px}.max-w-\[320px\]{max-width:320px}.max-w-\[400px\]{max-width:400px}.max-w-\[500px\]{max-width:500px}.max-w-\[800px\]{max-width:800px}.max-w-\[calc\(100vw-32px\)\]{max-width:calc(100vw - 32px)}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-4{min-width:var(--spacing-4)}.min-w-5{min-width:var(--spacing-5)}.min-w-\[20px\]{min-width:20px}.min-w-\[160px\]{min-width:160px}.flex-1{flex:1}.flex-shrink,.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.rotate-\[45deg\]{rotate:45deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-bounce{animation:var(--animate-bounce)}.animate-ping{animation:var(--animate-ping)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.resize{resize:both}.resize-none{resize:none}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-0\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:var(--spacing-1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:var(--spacing-2)}.gap-2\.5{gap:calc(var(--spacing)*2.5)}.gap-3{gap:var(--spacing-3)}.gap-4{gap:var(--spacing-4)}.gap-\[2px\]{gap:2px}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(var(--spacing-2)*var(--tw-space-y-reverse));margin-block-end:calc(var(--spacing-2)*calc(1 - var(--tw-space-y-reverse)))}:where(.-space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing-2)*-1)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing-2)*-1)*calc(1 - var(--tw-space-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-grey-100>:not(:last-child)){border-color:var(--color-grey-100)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[var\(--radius-md\)\]{border-radius:var(--radius-md)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-tl-\[16px\]{border-top-left-radius:16px}.rounded-r-2xl{border-top-right-radius:var(--radius-2xl);border-bottom-right-radius:var(--radius-2xl)}.rounded-tr-\[16px\]{border-top-right-radius:16px}.rounded-br-\[6px\]{border-bottom-right-radius:6px}.rounded-br-\[16px\]{border-bottom-right-radius:16px}.rounded-bl-\[6px\]{border-bottom-left-radius:6px}.rounded-bl-\[16px\]{border-bottom-left-radius:16px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-\[\#e5e7eb\]{border-color:#e5e7eb}.border-\[\#f3f4f6\]{border-color:#f3f4f6}.border-\[var\(--blues-blue-400\)\]{border-color:var(--blues-blue-400)}.border-\[var\(--color-border\)\]{border-color:var(--color-border)}.border-\[var\(--color-border-focus\)\]{border-color:var(--color-border-focus)}.border-\[var\(--greys-grey-200\)\]{border-color:var(--greys-grey-200)}.border-\[var\(--greys-grey-300\)\]{border-color:var(--greys-grey-300)}.border-\[var\(--greys-grey-400\)\]{border-color:var(--greys-grey-400)}.border-\[var\(--greys-grey-500\)\]{border-color:var(--greys-grey-500)}.border-\[var\(--oranges-orange-200\)\]{border-color:var(--oranges-orange-200)}.border-blue-400{border-color:var(--color-blue-400)}.border-blue-500{border-color:var(--color-blue-500)}.border-blue-600{border-color:var(--color-blue-600)}.border-blue-700{border-color:var(--color-blue-700)}.border-grey-100{border-color:var(--color-grey-100)}.border-grey-200{border-color:var(--color-grey-200)}.border-grey-300{border-color:var(--color-grey-300)}.border-grey-400{border-color:var(--color-grey-400)}.border-red-200{border-color:var(--color-red-200)}.border-transparent{border-color:#0000}.border-white{border-color:var(--color-white)}.border-t-grey-900{border-top-color:var(--color-grey-900)}.bg-\[\#ee6927\]{background-color:#ee6927}.bg-\[\#ff6e25\]{background-color:#ff6e25}.bg-\[\#ffc671\]{background-color:#ffc671}.bg-\[\#fff6eb\]{background-color:#fff6eb}.bg-\[var\(--blues-blue-100\)\]{background-color:var(--blues-blue-100)}.bg-\[var\(--blues-blue-600\)\]{background-color:var(--blues-blue-600)}.bg-\[var\(--blues-blue-700\)\]{background-color:var(--blues-blue-700)}.bg-\[var\(--blues-blue-1000\)\]{background-color:var(--blues-blue-1000)}.bg-\[var\(--chat-badge-channel\)\]{background-color:var(--chat-badge-channel)}.bg-\[var\(--chat-bubble-other-bg\)\]{background-color:var(--chat-bubble-other-bg)}.bg-\[var\(--chat-bubble-self-bg\)\]{background-color:var(--chat-bubble-self-bg)}.bg-\[var\(--chat-primary-btn\)\]{background-color:var(--chat-primary-btn)}.bg-\[var\(--chat-selected-bg\)\]{background-color:var(--chat-selected-bg)}.bg-\[var\(--chat-send-btn-bg\)\]{background-color:var(--chat-send-btn-bg)}.bg-\[var\(--color-bg-muted\)\]{background-color:var(--color-bg-muted)}.bg-\[var\(--color-border\)\]{background-color:var(--color-border)}.bg-\[var\(--color-border-muted\)\]{background-color:var(--color-border-muted)}.bg-\[var\(--color-primary\)\]{background-color:var(--color-primary)}.bg-\[var\(--greys-grey-100\)\]{background-color:var(--greys-grey-100)}.bg-\[var\(--greys-grey-200\)\]{background-color:var(--greys-grey-200)}.bg-\[var\(--greys-grey-300\)\]{background-color:var(--greys-grey-300)}.bg-\[var\(--greys-grey-400\)\]{background-color:var(--greys-grey-400)}.bg-\[var\(--oranges-orange-100\)\]{background-color:var(--oranges-orange-100)}.bg-\[var\(--oranges-orange-200\)\]{background-color:var(--oranges-orange-200)}.bg-\[var\(--oranges-orange-500\)\]{background-color:var(--oranges-orange-500)}.bg-\[var\(--oranges-orange-700\)\]{background-color:var(--oranges-orange-700)}.bg-amber-50{background-color:var(--color-amber-50)}.bg-amber-100{background-color:var(--color-amber-100)}.bg-bg-surface{background-color:var(--color-bg-surface)}.bg-black\/0{background-color:#0000}@supports (color:color-mix(in lab,red,red)){.bg-black\/0{background-color:color-mix(in oklab,var(--color-black)0%,transparent)}}.bg-black\/35{background-color:#00000059}@supports (color:color-mix(in lab,red,red)){.bg-black\/35{background-color:color-mix(in oklab,var(--color-black)35%,transparent)}}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-50\/30{background-color:#ffffff4d}@supports (color:color-mix(in lab,red,red)){.bg-blue-50\/30{background-color:color-mix(in oklab,var(--color-blue-50)30%,transparent)}}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-blue-900{background-color:var(--color-blue-900)}.bg-blue-1000{background-color:var(--color-blue-1000)}.bg-green-100{background-color:var(--color-green-100)}.bg-grey-100{background-color:var(--color-grey-100)}.bg-grey-200{background-color:var(--color-grey-200)}.bg-grey-500{background-color:var(--color-grey-500)}.bg-grey-900{background-color:var(--color-grey-900)}.bg-orange-100{background-color:var(--color-orange-100)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-100{background-color:var(--color-red-100)}.bg-red-400{background-color:var(--color-red-400)}.bg-red-500{background-color:var(--color-red-500)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-yellow-100{background-color:var(--color-yellow-100)}.bg-yellow-200{background-color:var(--color-yellow-200)}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-blue-900{--tw-gradient-from:var(--color-blue-900);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-blue-600{--tw-gradient-to:var(--color-blue-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.stroke-2{stroke-width:2px}.stroke-\[2\.5px\]{stroke-width:2.5px}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:calc(var(--spacing)*0)}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:var(--spacing-1)}.p-2{padding:var(--spacing-2)}.p-2\.5{padding:calc(var(--spacing)*2.5)}.p-3{padding:var(--spacing-3)}.p-4{padding:var(--spacing-4)}.p-6{padding:var(--spacing-6)}.p-8{padding:var(--spacing-8)}.px-0{padding-inline:calc(var(--spacing)*0)}.px-0\.5{padding-inline:calc(var(--spacing)*.5)}.px-1{padding-inline:var(--spacing-1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:var(--spacing-2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:var(--spacing-3)}.px-4{padding-inline:var(--spacing-4)}.px-5{padding-inline:var(--spacing-5)}.px-6{padding-inline:var(--spacing-6)}.px-\[7px\]{padding-inline:7px}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:var(--spacing-1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:var(--spacing-2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:var(--spacing-3)}.py-4{padding-block:var(--spacing-4)}.py-5{padding-block:var(--spacing-5)}.py-6{padding-block:var(--spacing-6)}.py-8{padding-block:var(--spacing-8)}.py-10{padding-block:var(--spacing-10)}.py-12{padding-block:var(--spacing-12)}.py-\[3px\]{padding-block:3px}.py-\[6px\]{padding-block:6px}.pt-\[13px\]{padding-top:13px}.pr-1{padding-right:var(--spacing-1)}.pr-2{padding-right:var(--spacing-2)}.pr-3{padding-right:var(--spacing-3)}.pr-4{padding-right:var(--spacing-4)}.pr-7{padding-right:calc(var(--spacing)*7)}.pr-8{padding-right:var(--spacing-8)}.pr-12{padding-right:var(--spacing-12)}.pr-14{padding-right:calc(var(--spacing)*14)}.pb-2{padding-bottom:var(--spacing-2)}.pb-8{padding-bottom:var(--spacing-8)}.pl-1{padding-left:var(--spacing-1)}.pl-1\.5{padding-left:calc(var(--spacing)*1.5)}.pl-2{padding-left:var(--spacing-2)}.pl-4{padding-left:var(--spacing-4)}.pl-8{padding-left:var(--spacing-8)}.pl-9{padding-left:calc(var(--spacing)*9)}.pl-14{padding-left:calc(var(--spacing)*14)}.pl-\[10px\]{padding-left:10px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-gantari{font-family:var(--font-gantari)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.leading-\[16px\]{--tw-leading:16px;line-height:16px}.leading-\[20px\]{--tw-leading:20px;line-height:20px}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.\!text-grey-600{color:var(--color-grey-600)!important}.\!text-white{color:var(--color-white)!important}.text-\[\#999\]{color:#999}.text-\[\#ee6927\]{color:#ee6927}.text-\[var\(--blues-blue-700\)\]{color:var(--blues-blue-700)}.text-\[var\(--chat-bubble-other-text\)\]{color:var(--chat-bubble-other-text)}.text-\[var\(--chat-bubble-self-text\)\]{color:var(--chat-bubble-self-text)}.text-\[var\(--chat-send-btn-text\)\]{color:var(--chat-send-btn-text)}.text-\[var\(--color-fg\)\]{color:var(--color-fg)}.text-\[var\(--color-fg-subtle\)\]{color:var(--color-fg-subtle)}.text-\[var\(--error\)\]{color:var(--error)}.text-\[var\(--greys-grey-400\)\]{color:var(--greys-grey-400)}.text-\[var\(--greys-grey-500\)\]{color:var(--greys-grey-500)}.text-\[var\(--greys-grey-600\)\]{color:var(--greys-grey-600)}.text-\[var\(--greys-grey-700\)\]{color:var(--greys-grey-700)}.text-\[var\(--greys-grey-800\)\]{color:var(--greys-grey-800)}.text-\[var\(--greys-grey-900\)\]{color:var(--greys-grey-900)}.text-\[var\(--oranges-orange-600\)\]{color:var(--oranges-orange-600)}.text-\[var\(--oranges-orange-700\)\]{color:var(--oranges-orange-700)}.text-amber-600{color:var(--color-amber-600)}.text-amber-700{color:var(--color-amber-700)}.text-black{color:var(--color-black)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-blue-800{color:var(--color-blue-800)}.text-gray-400{color:var(--color-gray-400)}.text-green-700{color:var(--color-green-700)}.text-grey-400{color:var(--color-grey-400)}.text-grey-500{color:var(--color-grey-500)}.text-grey-600{color:var(--color-grey-600)}.text-grey-700{color:var(--color-grey-700)}.text-grey-800{color:var(--color-grey-800)}.text-grey-900{color:var(--color-grey-900)}.text-orange-500{color:var(--color-orange-500)}.text-orange-600{color:var(--color-orange-600)}.text-orange-700{color:var(--color-orange-700)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-white{color:var(--color-white)}.text-white\/70{color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.text-white\/70{color:color-mix(in oklab,var(--color-white)70%,transparent)}}.text-yellow-800{color:var(--color-yellow-800)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-35{opacity:.35}.opacity-70{opacity:.7}.opacity-100{opacity:1}.shadow-\[var\(--elevation-2\)\]{--tw-shadow:var(--elevation-2);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-blue-400{--tw-ring-color:var(--color-blue-400)}.ring-blue-500{--tw-ring-color:var(--color-blue-500)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-1000{--tw-duration:1s;transition-duration:1s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.outline-none{--tw-outline-style:none;outline-style:none}.select-all{-webkit-user-select:all;user-select:all}.\[animation-delay\:-0\.3s\]{animation-delay:-.3s}.\[animation-delay\:-0\.15s\]{animation-delay:-.15s}@media (hover:hover){.group-hover\:pointer-events-auto:is(:where(.group):hover *){pointer-events:auto}.group-hover\:inline:is(:where(.group):hover *){display:inline}.group-hover\:scale-105:is(:where(.group):hover *){--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:bg-black\/30:is(:where(.group):hover *){background-color:#0000004d}@supports (color:color-mix(in lab,red,red)){.group-hover\:bg-black\/30:is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-black)30%,transparent)}}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}}.group-active\:scale-95:is(:where(.group):active *){--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}.placeholder\:text-\[var\(--chat-input-placeholder\)\]::placeholder{color:var(--chat-input-placeholder)}.placeholder\:text-\[var\(--color-fg-subtle\)\]::placeholder{color:var(--color-fg-subtle)}.placeholder\:text-\[var\(--greys-grey-500\)\]::placeholder{color:var(--greys-grey-500)}.placeholder\:text-grey-400::placeholder{color:var(--color-grey-400)}.placeholder\:text-grey-500::placeholder{color:var(--color-grey-500)}@media (hover:hover){.hover\:-translate-y-0\.5:hover{--tw-translate-y:calc(var(--spacing)*-.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.hover\:scale-105:hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:scale-110:hover{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:scale-125:hover{--tw-scale-x:125%;--tw-scale-y:125%;--tw-scale-z:125%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:border-\[var\(--blues-blue-300\)\]:hover{border-color:var(--blues-blue-300)}.hover\:border-\[var\(--blues-blue-500\)\]:hover{border-color:var(--blues-blue-500)}.hover\:border-\[var\(--color-fg-subtle\)\]:hover{border-color:var(--color-fg-subtle)}.hover\:border-blue-700:hover{border-color:var(--color-blue-700)}.hover\:border-blue-900\/30:hover{border-color:#3d1cc44d}@supports (color:color-mix(in lab,red,red)){.hover\:border-blue-900\/30:hover{border-color:color-mix(in oklab,var(--color-blue-900)30%,transparent)}}.hover\:border-grey-400:hover{border-color:var(--color-grey-400)}.hover\:bg-\[\#f9fafb\]:hover{background-color:#f9fafb}.hover\:bg-\[var\(--blues-blue-100\)\]:hover{background-color:var(--blues-blue-100)}.hover\:bg-\[var\(--blues-blue-200\)\]:hover{background-color:var(--blues-blue-200)}.hover\:bg-\[var\(--blues-blue-800\)\]:hover{background-color:var(--blues-blue-800)}.hover\:bg-\[var\(--blues-blue-900\)\]:hover{background-color:var(--blues-blue-900)}.hover\:bg-\[var\(--color-bg-hover\)\]:hover{background-color:var(--color-bg-hover)}.hover\:bg-\[var\(--color-primary-hover\)\]:hover{background-color:var(--color-primary-hover)}.hover\:bg-\[var\(--greys-grey-100\)\]:hover{background-color:var(--greys-grey-100)}.hover\:bg-\[var\(--greys-grey-200\)\]:hover{background-color:var(--greys-grey-200)}.hover\:bg-\[var\(--greys-grey-300\)\]:hover{background-color:var(--greys-grey-300)}.hover\:bg-black\/5:hover{background-color:#0000000d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-black\/5:hover{background-color:color-mix(in oklab,var(--color-black)5%,transparent)}}.hover\:bg-blue-50:hover{background-color:var(--color-blue-50)}.hover\:bg-blue-50\/50:hover{background-color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.hover\:bg-blue-50\/50:hover{background-color:color-mix(in oklab,var(--color-blue-50)50%,transparent)}}.hover\:bg-blue-50\/80:hover{background-color:#fffc}@supports (color:color-mix(in lab,red,red)){.hover\:bg-blue-50\/80:hover{background-color:color-mix(in oklab,var(--color-blue-50)80%,transparent)}}.hover\:bg-blue-100:hover{background-color:var(--color-blue-100)}.hover\:bg-blue-200:hover{background-color:var(--color-blue-200)}.hover\:bg-blue-950:hover{background-color:var(--color-blue-950)}.hover\:bg-grey-100:hover{background-color:var(--color-grey-100)}.hover\:bg-grey-200:hover{background-color:var(--color-grey-200)}.hover\:bg-grey-300:hover{background-color:var(--color-grey-300)}.hover\:bg-orange-200:hover{background-color:var(--color-orange-200)}.hover\:bg-red-100:hover{background-color:var(--color-red-100)}.hover\:bg-red-200:hover{background-color:var(--color-red-200)}.hover\:bg-transparent:hover{background-color:#0000}.hover\:\!text-black:hover{color:var(--color-black)!important}.hover\:text-\[var\(--blues-blue-900\)\]:hover{color:var(--blues-blue-900)}.hover\:text-\[var\(--color-fg-muted\)\]:hover{color:var(--color-fg-muted)}.hover\:text-\[var\(--greys-grey-500\)\]:hover{color:var(--greys-grey-500)}.hover\:text-\[var\(--greys-grey-700\)\]:hover{color:var(--greys-grey-700)}.hover\:text-\[var\(--greys-grey-800\)\]:hover{color:var(--greys-grey-800)}.hover\:text-blue-800:hover{color:var(--color-blue-800)}.hover\:text-blue-900:hover{color:var(--color-blue-900)}.hover\:text-grey-600:hover{color:var(--color-grey-600)}.hover\:text-grey-700:hover{color:var(--color-grey-700)}.hover\:text-grey-900:hover{color:var(--color-grey-900)}.hover\:text-red-600:hover{color:var(--color-red-600)}.hover\:text-red-700:hover{color:var(--color-red-700)}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:border-\[var\(--blues-blue-500\)\]:focus{border-color:var(--blues-blue-500)}.focus\:border-\[var\(--blues-blue-700\)\]:focus{border-color:var(--blues-blue-700)}.focus\:border-\[var\(--chat-input-border-focus\)\]:focus{border-color:var(--chat-input-border-focus)}.focus\:border-\[var\(--color-border-focus\)\]:focus{border-color:var(--color-border-focus)}.focus\:border-blue-500:focus{border-color:var(--color-blue-500)}.focus\:border-blue-700:focus{border-color:var(--color-blue-700)}.focus\:border-blue-900:focus{border-color:var(--color-blue-900)}.focus\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-\[var\(--blues-blue-500\)\]:focus{--tw-ring-color:var(--blues-blue-500)}.focus\:ring-\[var\(--chat-input-border-focus\)\]:focus{--tw-ring-color:var(--chat-input-border-focus)}.focus\:ring-blue-500:focus{--tw-ring-color:var(--color-blue-500)}.focus\:ring-blue-700:focus{--tw-ring-color:var(--color-blue-700)}.focus\:ring-blue-900:focus{--tw-ring-color:var(--color-blue-900)}.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-blue-600:focus-visible{--tw-ring-color:var(--color-blue-600)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.active\:translate-y-0:active{--tw-translate-y:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.active\:scale-95:active{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}.active\:scale-110:active{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.active\:opacity-80:active{opacity:.8}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-\[var\(--greys-grey-200\)\]:disabled{background-color:var(--greys-grey-200)}.disabled\:bg-grey-100:disabled{background-color:var(--color-grey-100)}.disabled\:text-\[var\(--greys-grey-400\)\]:disabled{color:var(--greys-grey-400)}.disabled\:text-\[var\(--greys-grey-500\)\]:disabled{color:var(--greys-grey-500)}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}@media not all and (min-width:64rem){.max-lg\:w-sidebar-tablet{width:var(--width-sidebar-tablet)}}@media not all and (min-width:48rem){.max-md\:absolute{position:absolute}.max-md\:inset-y-0{inset-block:calc(var(--spacing)*0)}.max-md\:left-0{left:calc(var(--spacing)*0)}.max-md\:z-100,.max-md\:z-\[100\]{z-index:100}.max-md\:w-sidebar-mobile{width:var(--width-sidebar-mobile)}.max-md\:max-w-\[80vw\]{max-width:80vw}.max-md\:-translate-x-full{--tw-translate-x:-100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.max-md\:p-4{padding:var(--spacing-4)}.max-md\:shadow-sidebar{--tw-shadow:2px 0 8px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}@media not all and (min-width:40rem){.max-sm\:w-full{width:100%}.max-sm\:max-w-full{max-width:100%}}@media (min-width:48rem){.md\:hidden{display:none}}.\[\&\:\:-webkit-scrollbar\]\:h-1\.5::-webkit-scrollbar{height:calc(var(--spacing)*1.5)}.\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar{width:var(--spacing-1)}.\[\&\:\:-webkit-scrollbar\]\:w-1\.5::-webkit-scrollbar{width:calc(var(--spacing)*1.5)}.\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar{width:var(--spacing-2)}.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded::-webkit-scrollbar-thumb{border-radius:.25rem}.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-sm::-webkit-scrollbar-thumb{border-radius:var(--radius-sm)}.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-grey-300::-webkit-scrollbar-thumb{background-color:var(--color-grey-300)}.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-grey-400::-webkit-scrollbar-thumb{background-color:var(--color-grey-400)}.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-transparent::-webkit-scrollbar-thumb{background-color:#0000}@media (hover:hover){.hover\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-black\/20:hover::-webkit-scrollbar-thumb{background-color:#0003}@supports (color:color-mix(in lab,red,red)){.hover\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-black\/20:hover::-webkit-scrollbar-thumb{background-color:color-mix(in oklab,var(--color-black)20%,transparent)}}}.\[\&\:\:-webkit-scrollbar-thumb\:hover\]\:bg-grey-400::-webkit-scrollbar-thumb:hover{background-color:var(--color-grey-400)}.\[\&\:\:-webkit-scrollbar-thumb\:hover\]\:bg-grey-500::-webkit-scrollbar-thumb:hover{background-color:var(--color-grey-500)}@media (hover:hover){.hover\:\[\&\:\:-webkit-scrollbar-thumb\:hover\]\:bg-black\/30:hover::-webkit-scrollbar-thumb:hover{background-color:#0000004d}@supports (color:color-mix(in lab,red,red)){.hover\:\[\&\:\:-webkit-scrollbar-thumb\:hover\]\:bg-black\/30:hover::-webkit-scrollbar-thumb:hover{background-color:color-mix(in oklab,var(--color-black)30%,transparent)}}}.\[\&\:\:-webkit-scrollbar-track\]\:bg-transparent::-webkit-scrollbar-track{background-color:#0000}}@font-face{font-family:Gantari;font-style:normal;font-weight:400;src:url(/assets/fonts/Gantari-Regular.ttf)format("truetype");font-display:swap}@font-face{font-family:Gantari;font-style:normal;font-weight:500;src:url(/assets/fonts/Gantari-Medium.ttf)format("truetype");font-display:swap}@font-face{font-family:Gantari;font-style:normal;font-weight:700;src:url(/assets/fonts/Gantari-Bold.ttf)format("truetype");font-display:swap}:root{--heading-h1-96px-family:"Gantari";--heading-h1-96px-size:96px;--heading-h1-96px-weight:400;--heading-h1-96px-line-height:120%;--heading-h2-64px-family:"Gantari";--heading-h2-64px-size:64px;--heading-h2-64px-weight:400;--heading-h2-64px-line-height:120%;--heading-h3-48px-family:"Gantari";--heading-h3-48px-size:48px;--heading-h3-48px-weight:400;--heading-h3-48px-line-height:120%;--heading-h4-32px-family:"Gantari";--heading-h4-32px-size:32px;--heading-h4-32px-weight:400;--heading-h4-32px-line-height:120%;--heading-h5-24px-family:"Gantari";--heading-h5-24px-size:24px;--heading-h5-24px-weight:400;--heading-h5-24px-line-height:120%;--heading-h6-20px-family:"Gantari";--heading-h6-20px-size:20px;--heading-h6-20px-weight:400;--heading-h6-20px-line-height:140%;--heading-h7-18px-regular-family:"Gantari";--heading-h7-18px-regular-size:18px;--heading-h7-18px-regular-weight:400;--heading-h7-18px-regular-line-height:140%;--heading-h7-18px-medium-family:"Gantari";--heading-h7-18px-medium-size:18px;--heading-h7-18px-medium-weight:500;--heading-h7-18px-medium-line-height:140%;--body-b1-16px-regular-family:"Gantari";--body-b1-16px-regular-size:16px;--body-b1-16px-regular-weight:400;--body-b1-16px-regular-line-height:140%;--body-b1-16px-medium-family:"Gantari";--body-b1-16px-medium-size:16px;--body-b1-16px-medium-weight:500;--body-b1-16px-medium-line-height:140%;--body-b2-14px-regular-family:"Gantari";--body-b2-14px-regular-size:14px;--body-b2-14px-regular-weight:400;--body-b2-14px-regular-line-height:140%;--body-b2-14px-medium-family:"Gantari";--body-b2-14px-medium-size:14px;--body-b2-14px-medium-weight:500;--body-b2-14px-medium-line-height:140%;--body-b3-12px-regular-family:"Gantari";--body-b3-12px-regular-size:12px;--body-b3-12px-regular-weight:400;--body-b3-12px-regular-line-height:140%;--body-b3-12px-medium-family:"Gantari";--body-b3-12px-medium-size:12px;--body-b3-12px-medium-weight:500;--body-b3-12px-medium-line-height:140%;--body-b4-10px-regular-family:"Gantari";--body-b4-10px-regular-size:10px;--body-b4-10px-regular-weight:400;--body-b4-10px-regular-line-height:140%;--body-b4-10px-medium-family:"Gantari";--body-b4-10px-medium-size:10px;--body-b4-10px-medium-weight:500;--body-b4-10px-medium-line-height:140%;--error:#e11d1d;--blues-blue-50:#fff;--blues-blue-100:#f2f2ff;--blues-blue-200:#e4e5ff;--blues-blue-300:#d7daff;--blues-blue-400:#c9d0ff;--blues-blue-500:#bcc6ff;--blues-blue-600:#7986ff;--blues-blue-700:#614cff;--blues-blue-800:#5938eb;--blues-blue-900:#3d1cc4;--blues-blue-1000:#181f72;--purples-purple-100:#f9effd;--purples-purple-200:#f2dffb;--purples-purple-300:#eccef9;--purples-purple-400:#e5bef7;--purples-purple-500:#dfaef5;--purples-purple-600:#ca6bf6;--purples-purple-700:#ac3ddf;--purples-purple-800:#981bd1;--greens-green-100:#e9faf1;--greens-green-200:#d4f6e3;--greens-green-300:#bef1d4;--greens-green-400:#a8edc6;--greens-green-500:#93e9b8;--greens-green-600:#26d271;--greens-green-700:#1fb861;--greens-green-800:#149b4e;--oranges-orange-100:#fff6eb;--oranges-orange-200:#ffe9ce;--oranges-orange-300:#ffdbae;--oranges-orange-400:#ffc671;--oranges-orange-500:#ffa332;--oranges-orange-600:#ff6e25;--oranges-orange-700:#ee6927;--greys-grey-100-white:#fff;--greys-grey-200:#f7f7f7;--greys-grey-300:#f2f2f2;--greys-grey-400:#e5e5e5;--greys-grey-500:#ccc;--greys-grey-600:#999;--greys-grey-700:#666;--greys-grey-800:#474747;--greys-grey-900:#333;--greys-grey-1000-black:#000;--transparent-black-5:#0000000d;--transparent-black-10:#0000001a;--transparent-black-20:#0003;--transparent-black-30:#0000004d;--transparent-black-40:#0006;--transparent-black-50:#00000080;--color-bg:var(--greys-grey-200);--color-bg-surface:var(--greys-grey-100-white);--color-bg-muted:var(--greys-grey-300);--color-bg-hover:var(--greys-grey-200);--color-bg-active:var(--greys-grey-300);--color-fg:var(--greys-grey-900);--color-fg-muted:var(--greys-grey-700);--color-fg-subtle:var(--greys-grey-600);--color-border:var(--greys-grey-400);--color-border-muted:var(--greys-grey-300);--color-border-focus:var(--blues-blue-700);--color-primary:var(--blues-blue-700);--color-primary-hover:var(--blues-blue-800);--color-primary-active:var(--blues-blue-900);--color-primary-bg:var(--blues-blue-100);--color-primary-fg:var(--greys-grey-100-white);--color-success:var(--greens-green-700);--color-success-hover:var(--greens-green-800);--color-success-bg:var(--greens-green-100);--color-success-fg:var(--greens-green-800);--color-warning:var(--oranges-orange-500);--color-warning-hover:var(--oranges-orange-600);--color-warning-bg:var(--oranges-orange-100);--color-warning-fg:var(--oranges-orange-700);--color-danger:var(--error);--color-danger-hover:#c71a1a;--color-danger-bg:#e11d1d14;--color-danger-fg:var(--error);--color-info:var(--purples-purple-600);--color-info-bg:var(--purples-purple-100);--color-info-fg:var(--purples-purple-700);--task-row-hover:#797cff1a;--task-row-selected:#797cff33;--task-progress-fill:#183e5b;--task-tree-line:#0000000f;--task-checkbox-border:#e2e2ef;--task-row-height:60px;--task-header-height:50px;--task-group-height:53px;--chat-selected-bg:var(--oranges-orange-100);--chat-badge-nav:var(--oranges-orange-400);--chat-badge-channel:var(--oranges-orange-700);--chat-online:var(--greens-green-700);--chat-primary-btn:var(--blues-blue-1000);--chat-bubble-other-bg:#f3f4f6;--chat-bubble-other-text:#141414;--chat-bubble-self-bg:#3d1cc4;--chat-bubble-self-text:#fff;--chat-bubble-radius:16px;--chat-bubble-radius-corner:6px;--chat-send-btn-bg:#181f72;--chat-send-btn-text:#fff;--chat-input-placeholder:#666;--chat-input-border-focus:#5938eb;--chat-invite-text:#ff6e25;--calendar-toolbar-height:72px;--calendar-header-text:#99a1af;--calendar-cell-border:#f3f4f6;--calendar-cell-header-bg:#f9fafb80;--calendar-task-shadow:0px 1.2px 3.6px #0000001a;--calendar-conflict-bg:#fef2f2;--wizard-panel-bg:var(--blues-blue-800);--wizard-accent:var(--oranges-orange-700);--wizard-title-color:var(--blues-blue-700);--wizard-label-color:#1e2939;--wizard-secondary-text:#6a7282;--wizard-placeholder:#99a1af;--wizard-input-bg:var(--greys-grey-200);--wizard-progress-track:#f1f5f9;--wizard-mic-bg:#f3e8ff;--wizard-shadow:0px 48px 128px 0px #182b7233;--wizard-glow:#ee69271a;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--radius-2xl:16px;--radius-3xl:24px;--radius-full:9999px;--elevation-1:0 2px 8px #00000014;--elevation-2:0 8px 24px -8px var(--transparent-black-10);--elevation-3:0 24px 60px -32px var(--transparent-black-20);--elevation-4:0 40px 80px -32px #11174359;--pb-bg-surface:var(--greys-grey-200);--pb-card-border:var(--transparent-black-5);--pb-card-shadow:var(--elevation-4);--pb-text-primary:var(--greys-grey-900);--pb-text-muted:var(--greys-grey-700);--pb-input-border:var(--greys-grey-400);--pb-purple:var(--blues-blue-700);--pb-purple-strong:var(--blues-blue-800);--pb-purple-dark:var(--blues-blue-900)}[data-theme=dark]{--color-bg:var(--greys-grey-900);--color-bg-surface:var(--greys-grey-800);--color-bg-muted:var(--greys-grey-700);--color-bg-hover:var(--greys-grey-700);--color-bg-active:var(--greys-grey-600);--color-fg:var(--greys-grey-100-white);--color-fg-muted:var(--greys-grey-400);--color-fg-subtle:var(--greys-grey-500);--color-border:var(--greys-grey-700);--color-border-muted:var(--greys-grey-600)}:root{--modal-width-max:720px;--modal-radius:24px;--modal-outline:#181f7214;--modal-backdrop:#181f7273}.MuiDialog-root .MuiBackdrop-root{background:var(--modal-backdrop);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.MuiDialog-container{align-items:center;padding:32px}.MuiDialog-paper{width:min(var(--modal-width-max),calc(100vw - 64px));background:var(--greys-grey-100-white);border:1px solid var(--modal-outline);max-width:none;box-shadow:var(--pb-card-shadow);margin:0;overflow:hidden;border-radius:var(--modal-radius)!important}.MuiDialogTitle-root{font-family:var(--heading-h6-20px-family);font-size:var(--heading-h6-20px-size);color:var(--greys-grey-900);padding:32px 32px 0;font-weight:600}.MuiDialogContent-root{flex-direction:column;gap:16px;max-height:calc(80vh - 200px);padding:24px 32px;display:flex;overflow-y:auto}.MuiDialogActions-root{border-top:1px solid var(--modal-outline);justify-content:flex-end;align-items:center;gap:12px;margin-top:16px;padding:0 32px 32px;display:flex}.MuiDialogActions-root .MuiButton-root{text-transform:none;min-width:132px;font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);border-radius:12px;padding:12px 20px}.MuiDialogActions-root .MuiButton-textPrimary{color:var(--greys-grey-700)}.MuiDialogActions-root .MuiButton-containedPrimary{background:var(--blues-blue-700);box-shadow:none}.MuiDialogActions-root .MuiButton-containedPrimary:hover{background:var(--blues-blue-800)}.MuiDialogActions-root .MuiButton-containedPrimary:disabled{background:#614cff59}.dialog-content{padding:24px 32px}@media (max-width:720px){.MuiDialog-container{padding:16px}.MuiDialog-paper{width:min(var(--modal-width-max),calc(100vw - 64px));width:calc(100vw - 32px);max-width:none;margin:0}.MuiDialogTitle-root{padding:24px 24px 0}.MuiDialogContent-root{padding:20px 24px}.MuiDialogActions-root{padding:0 24px 24px}}.MuiDialog-paperWidthSm,.MuiDialog-paperWidthMd,.MuiDialog-paperFullWidth{max-width:min(var(--modal-width-max),calc(100vw - 64px));width:min(var(--modal-width-max),calc(100vw - 64px))}@font-face{font-family:Gantari;font-style:normal;font-weight:400;src:url(/assets/fonts/Gantari-Regular.ttf)format("truetype");font-display:swap}@font-face{font-family:Gantari;font-style:normal;font-weight:500;src:url(/assets/fonts/Gantari-Medium.ttf)format("truetype");font-display:swap}@font-face{font-family:Gantari;font-style:normal;font-weight:700;src:url(/assets/fonts/Gantari-Bold.ttf)format("truetype");font-display:swap}:root{--heading-h1-96px-family:"Gantari";--heading-h1-96px-size:96px;--heading-h1-96px-weight:400;--heading-h1-96px-line-height:120%;--heading-h2-64px-family:"Gantari";--heading-h2-64px-size:64px;--heading-h2-64px-weight:400;--heading-h2-64px-line-height:120%;--heading-h3-48px-family:"Gantari";--heading-h3-48px-size:48px;--heading-h3-48px-weight:400;--heading-h3-48px-line-height:120%;--heading-h4-32px-family:"Gantari";--heading-h4-32px-size:32px;--heading-h4-32px-weight:400;--heading-h4-32px-line-height:120%;--heading-h5-24px-family:"Gantari";--heading-h5-24px-size:24px;--heading-h5-24px-weight:400;--heading-h5-24px-line-height:120%;--heading-h6-20px-family:"Gantari";--heading-h6-20px-size:20px;--heading-h6-20px-weight:400;--heading-h6-20px-line-height:140%;--heading-h7-18px-regular-family:"Gantari";--heading-h7-18px-regular-size:18px;--heading-h7-18px-regular-weight:400;--heading-h7-18px-regular-line-height:140%;--heading-h7-18px-medium-family:"Gantari";--heading-h7-18px-medium-size:18px;--heading-h7-18px-medium-weight:500;--heading-h7-18px-medium-line-height:140%;--body-b1-16px-regular-family:"Gantari";--body-b1-16px-regular-size:16px;--body-b1-16px-regular-weight:400;--body-b1-16px-regular-line-height:140%;--body-b1-16px-medium-family:"Gantari";--body-b1-16px-medium-size:16px;--body-b1-16px-medium-weight:500;--body-b1-16px-medium-line-height:140%;--body-b2-14px-regular-family:"Gantari";--body-b2-14px-regular-size:14px;--body-b2-14px-regular-weight:400;--body-b2-14px-regular-line-height:140%;--body-b2-14px-medium-family:"Gantari";--body-b2-14px-medium-size:14px;--body-b2-14px-medium-weight:500;--body-b2-14px-medium-line-height:140%;--body-b3-12px-regular-family:"Gantari";--body-b3-12px-regular-size:12px;--body-b3-12px-regular-weight:400;--body-b3-12px-regular-line-height:140%;--body-b3-12px-medium-family:"Gantari";--body-b3-12px-medium-size:12px;--body-b3-12px-medium-weight:500;--body-b3-12px-medium-line-height:140%;--body-b4-10px-regular-family:"Gantari";--body-b4-10px-regular-size:10px;--body-b4-10px-regular-weight:400;--body-b4-10px-regular-line-height:140%;--body-b4-10px-medium-family:"Gantari";--body-b4-10px-medium-size:10px;--body-b4-10px-medium-weight:500;--body-b4-10px-medium-line-height:140%;--error:#e11d1d;--blues-blue-50:#fff;--blues-blue-100:#f2f2ff;--blues-blue-200:#e4e5ff;--blues-blue-300:#d7daff;--blues-blue-400:#c9d0ff;--blues-blue-500:#bcc6ff;--blues-blue-600:#7986ff;--blues-blue-700:#614cff;--blues-blue-800:#5938eb;--blues-blue-900:#3d1cc4;--blues-blue-1000:#181f72;--purples-purple-100:#f9effd;--purples-purple-200:#f2dffb;--purples-purple-300:#eccef9;--purples-purple-400:#e5bef7;--purples-purple-500:#dfaef5;--purples-purple-600:#ca6bf6;--purples-purple-700:#ac3ddf;--purples-purple-800:#981bd1;--greens-green-100:#e9faf1;--greens-green-200:#d4f6e3;--greens-green-300:#bef1d4;--greens-green-400:#a8edc6;--greens-green-500:#93e9b8;--greens-green-600:#26d271;--greens-green-700:#1fb861;--greens-green-800:#149b4e;--oranges-orange-100:#fff6eb;--oranges-orange-200:#ffe9ce;--oranges-orange-300:#ffdbae;--oranges-orange-400:#ffc671;--oranges-orange-500:#ffa332;--oranges-orange-600:#ff6e25;--oranges-orange-700:#ee6927;--greys-grey-100-white:#fff;--greys-grey-200:#f8f8f8;--greys-grey-300:#f2f2f2;--greys-grey-400:#e5e5e5;--greys-grey-500:#ccc;--greys-grey-600:#999;--greys-grey-700:#666;--greys-grey-800:#474747;--greys-grey-900:#333;--greys-grey-1000-black:#000;--transparent-black-5:#0000000d;--transparent-black-10:#0000001a;--transparent-black-20:#0003;--transparent-black-30:#0000004d;--transparent-black-40:#0006;--transparent-black-50:#00000080;--pb-bg-surface:var(--greys-grey-200);--pb-card-border:var(--transparent-black-5);--pb-card-shadow:0 40px 80px -32px #11174359;--pb-text-primary:var(--greys-grey-900);--pb-text-muted:var(--greys-grey-700);--pb-input-border:var(--greys-grey-400);--pb-purple:var(--blues-blue-700);--pb-purple-strong:var(--blues-blue-800);--pb-purple-dark:var(--blues-blue-900)}*{box-sizing:border-box}::-webkit-scrollbar{width:0;height:0;display:none}*{scrollbar-width:none;-ms-overflow-style:none}.overflow-y-auto::-webkit-scrollbar{width:6px;height:6px;display:block}.overflow-x-auto::-webkit-scrollbar{width:6px;height:6px;display:block}.overflow-auto::-webkit-scrollbar{width:6px;height:6px;display:block}.overflow-y-auto::-webkit-scrollbar-track{background:0 0}.overflow-x-auto::-webkit-scrollbar-track{background:0 0}.overflow-auto::-webkit-scrollbar-track{background:0 0}.overflow-y-auto::-webkit-scrollbar-thumb{background:0 0;border-radius:3px}.overflow-x-auto::-webkit-scrollbar-thumb{background:0 0;border-radius:3px}.overflow-auto::-webkit-scrollbar-thumb{background:0 0;border-radius:3px}.overflow-y-auto:hover::-webkit-scrollbar-thumb{background:#0003}.overflow-x-auto:hover::-webkit-scrollbar-thumb{background:#0003}.overflow-auto:hover::-webkit-scrollbar-thumb{background:#0003}.overflow-y-auto::-webkit-scrollbar-thumb:hover{background:#00000059}.overflow-x-auto::-webkit-scrollbar-thumb:hover{background:#00000059}.overflow-auto::-webkit-scrollbar-thumb:hover{background:#00000059}.overflow-y-auto,.overflow-x-auto,.overflow-auto{scrollbar-width:thin;scrollbar-color:transparent transparent}.overflow-y-auto:hover,.overflow-x-auto:hover,.overflow-auto:hover{scrollbar-color:#0003 transparent}html,body,#root{height:100%;margin:0;overflow:hidden}body{font-family:var(--body-b1-16px-regular-family),Arial,sans-serif;font-size:var(--body-b1-16px-regular-size);font-weight:var(--body-b1-16px-regular-weight);line-height:var(--body-b1-16px-regular-line-height);background-color:var(--pb-bg-surface);color:var(--pb-text-primary);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}a{color:inherit}a[href]{color:var(--pb-purple);text-decoration:none}a[href]:hover{text-decoration:underline}.splash-signin-btn{width:100%;color:var(--greys-grey-100-white);font-family:var(--body-b1-16px-medium-family);font-size:var(--body-b1-16px-medium-size);font-weight:600;line-height:var(--body-b1-16px-medium-line-height);cursor:pointer;background:#6f4cff;border:7px solid #6f4cff33;border-radius:6px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:14px 32px;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex;position:relative}.splash-signin-btn:hover:not(.disabled):not(.loading){background:#5938eb;border-color:#6f4cff4d;box-shadow:0 0 24px #6f4cff66}.splash-signin-btn:active:not(.disabled):not(.loading){background:#3d1cc4;border-color:#6f4cff66}.splash-signin-btn.disabled,.splash-signin-btn:disabled{background:var(--greys-grey-300);border-color:var(--greys-grey-400);color:var(--greys-grey-600);cursor:not-allowed;box-shadow:none}.splash-signin-btn.loading .btn-content{opacity:0}.splash-signin-btn.loading .btn-spinner{opacity:1}.btn-content{align-items:center;gap:10px;transition:opacity .2s;display:inline-flex}.btn-content.hidden{opacity:0}.btn-text{white-space:nowrap}.btn-spinner{opacity:0;justify-content:center;align-items:center;transition:opacity .2s;display:inline-flex;position:absolute;top:0;right:0;bottom:0;left:0}.spinner{animation:1s linear infinite spin}.spinner circle{stroke:#fff;stroke-dasharray:90 150;animation:1.5s ease-in-out infinite dash}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}.login-wrap{background:radial-gradient(120% 120% at 10% 10%,#ffffffeb,#f4f4fb 44%,#edf1ff);justify-content:center;align-items:center;min-height:100vh;padding:48px 16px;display:flex;position:relative;overflow:hidden}.login-wrap:before,.login-wrap:after{content:"";pointer-events:none;opacity:.55;background-repeat:no-repeat;background-size:cover;position:absolute}.login-wrap:before{background-image:url(/assets/images/rectangle-bg.svg);width:680px;height:680px;top:-260px;right:-220px}.login-wrap:after{background-image:url(/assets/images/line-bg.svg);width:520px;height:520px;bottom:-220px;left:-180px}.login-frame{border:1px solid var(--pb-card-border);width:500px;max-width:94vw;box-shadow:var(--pb-card-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(117.76deg,#fffffff0 5.14%,#ffffffc7 95.03%);border-radius:24px;flex-direction:column;align-items:center;gap:40px;padding:48px 72px;display:flex;position:relative}.login-frame__badge{background:#ffffffe6;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;top:24px;left:24px;box-shadow:0 10px 30px #1117432e}.login-frame__badge img{width:28px;height:28px}.login-card{text-align:center;flex-direction:column;align-items:center;gap:32px;width:100%;display:flex}.login-card__logo{width:244px;max-width:100%;height:auto}.login-card__headline{font-family:var(--heading-h5-24px-family);font-size:var(--heading-h5-24px-size);font-weight:var(--heading-h5-24px-weight);line-height:var(--heading-h5-24px-line-height);color:var(--greys-grey-900);letter-spacing:-.01em;margin:0}.login-card__form{text-align:left;flex-direction:column;align-items:stretch;gap:16px;width:100%;display:flex}.login-field{flex-direction:column;gap:8px;display:flex}.login-field label{font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);line-height:var(--body-b2-14px-medium-line-height);color:var(--greys-grey-900)}.form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;display:grid}.form-grid label{flex-direction:column;gap:8px;display:flex}.form-grid label span{color:var(--greys-grey-900);font-size:14px;font-weight:500}.form-grid label input,.form-grid label select,.form-grid label textarea{border:1px solid var(--greys-grey-400);background:var(--greys-grey-100-white);width:100%;min-height:44px;font-family:var(--body-b1-16px-regular-family);font-size:var(--body-b1-16px-regular-size);font-weight:var(--body-b1-16px-regular-weight);color:var(--greys-grey-900);padding:10px 14px;line-height:1.5;transition:border-color .15s,box-shadow .15s}.form-grid label input:focus,.form-grid label select:focus,.form-grid label textarea:focus{border-color:var(--blues-blue-700);box-shadow:0 0 0 3px var(--blues-blue-100);outline:none}.form-grid label input::placeholder,.form-grid label textarea::placeholder{color:var(--greys-grey-600)}.login-input{border:1px solid var(--greys-grey-400);background:var(--greys-grey-100-white);width:100%;min-height:44px;font-family:var(--body-b1-16px-regular-family);font-size:var(--body-b1-16px-regular-size);font-weight:var(--body-b1-16px-regular-weight);color:var(--greys-grey-900);padding:10px 14px;line-height:1.5;transition:border-color .15s,box-shadow .15s}.login-input::placeholder{color:var(--greys-grey-600)}.login-input:focus{border-color:var(--blues-blue-700);box-shadow:0 0 0 3px var(--blues-blue-100);outline:none}.login-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236F6F6F' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.login-select option{padding:8px}.login-checkbox{font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);font-weight:var(--body-b2-14px-regular-weight);line-height:var(--body-b2-14px-regular-line-height);color:var(--greys-grey-900);align-items:center;gap:10px;display:inline-flex}.login-checkbox input[type=checkbox]{border:1px solid var(--greys-grey-400);width:16px;height:16px;accent-color:var(--blues-blue-700);border-radius:3px}.login-actions{align-items:center;gap:16px;display:flex}.login-error{border:1px solid var(--error);color:var(--error);font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);font-weight:var(--body-b2-14px-regular-weight);line-height:var(--body-b2-14px-regular-line-height);text-align:left;background:#e11d1d14;padding:12px 16px}.login-footer{font-family:var(--body-b1-16px-regular-family);font-size:var(--body-b1-16px-regular-size);font-weight:var(--body-b1-16px-regular-weight);line-height:var(--body-b1-16px-regular-line-height);color:var(--greys-grey-700);justify-content:center;gap:6px;display:flex}.login-footer a{color:var(--blues-blue-700);font-family:var(--body-b1-16px-medium-family);font-weight:var(--body-b1-16px-medium-weight);cursor:pointer;text-decoration:none}.login-footer a:hover{color:var(--blues-blue-800);text-decoration:underline}@media (max-width:720px){.login-frame{gap:32px;padding:40px 32px}.login-card__headline{font-size:22px;line-height:28px}}@media (max-width:480px){.login-frame{padding:32px 24px}.login-wrap:before,.login-wrap:after{opacity:.35}.login-frame__badge{top:16px;left:16px}}.material-symbols-outlined{letter-spacing:normal;text-transform:none;-webkit-font-smoothing:antialiased;justify-content:center;align-items:center;font-family:Material Symbols Outlined;font-size:24px;font-style:normal;font-weight:400;line-height:1;display:inline-flex}.chrome{background:var(--pb-bg-surface);min-height:100vh;color:var(--pb-text-primary);display:flex}.chrome__main{flex-direction:column;flex:1;min-height:0;display:flex}.chrome__content{flex-direction:column;flex:1;gap:24px;min-height:0;padding:0;display:flex}@media (max-width:1200px){.layout-sidebar{width:200px}}@media (max-width:900px){.chrome__content,.chrome__surface-body{padding:24px}}@media (max-width:640px){.chrome{flex-direction:column}.chrome__surface-body{padding:20px 16px}}.screen-with-sidebar{grid-template-columns:227px minmax(0,1fr);align-items:start;gap:24px;display:grid}.layout-sidebar{flex-shrink:0;width:227px}.screen{flex-direction:column;gap:24px;height:100%;display:flex}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.dashboard-card{background:#fff;border-radius:12px;padding:24px;transition:all .2s;box-shadow:0 2px 8px #00000014}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.dashboard-card__header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.dashboard-card__icon{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dashboard-card__icon .material-symbols-outlined{font-size:28px}.dashboard-card__title{font-family:var(--body-b1-16px-medium-family);font-size:var(--body-b1-16px-medium-size);font-weight:var(--body-b1-16px-medium-weight);color:var(--greys-grey-700);margin:0}.dashboard-card__value{font-family:var(--heading-h3-48px-family);color:var(--greys-grey-900);margin-bottom:8px;font-size:42px;font-weight:700;line-height:1.2}.dashboard-card__subtitle{font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-600);line-height:var(--body-b2-14px-regular-line-height)}.screen-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.screen-title{font-family:var(--heading-h4-32px-family);font-size:var(--heading-h4-32px-size);font-weight:var(--heading-h4-32px-weight);line-height:var(--heading-h4-32px-line-height);letter-spacing:-.02em;color:var(--greys-grey-900);margin:0}.screen-subtitle{font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);font-weight:var(--body-b2-14px-regular-weight);line-height:var(--body-b2-14px-regular-line-height);color:var(--greys-grey-600);margin:8px 0 0}.screen-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.screen-search{border:1px solid var(--greys-grey-400);background:var(--greys-grey-100-white);height:40px;font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);font-weight:var(--body-b2-14px-regular-weight);line-height:var(--body-b2-14px-regular-line-height);color:var(--greys-grey-900);padding:0 16px;transition:border-color .15s,box-shadow .15s}.screen-search::placeholder{color:var(--greys-grey-600)}.screen-search:focus{border-color:var(--blues-blue-700);box-shadow:0 0 0 3px var(--blues-blue-100);outline:none}.card{background:var(--greys-grey-100-white);border:1px solid var(--greys-grey-300);box-shadow:0 8px 24px -8px var(--transparent-black-10);border-radius:16px;overflow:hidden}.table-card{flex-direction:column;flex:1;min-height:0;display:flex}.section-card{background:var(--greys-grey-100-white);border:1px solid var(--greys-grey-300);box-shadow:0 4px 12px -4px var(--transparent-black-10);border-radius:12px;padding:24px}.section-title{font-family:var(--heading-h7-18px-medium-family);font-size:var(--heading-h7-18px-medium-size);font-weight:var(--heading-h7-18px-medium-weight);line-height:var(--heading-h7-18px-medium-line-height);color:var(--greys-grey-900);margin:0 0 16px}.pb-table{border-collapse:collapse;width:100%}.pb-table thead tr{border-bottom:2px solid var(--greys-grey-300)}.pb-table th{text-align:left;font-family:var(--body-b3-12px-medium-family);font-size:var(--body-b3-12px-medium-size);font-weight:var(--body-b3-12px-medium-weight);line-height:var(--body-b3-12px-medium-line-height);color:var(--greys-grey-700);text-transform:uppercase;letter-spacing:.03em;padding:16px}.pb-table tbody tr{border-bottom:1px solid var(--greys-grey-300);cursor:pointer;transition:background .15s}.pb-table tbody tr:hover{background:var(--task-row-hover,var(--blues-blue-100))}.pb-table tbody tr:last-child{border-bottom:none}.pb-table td{font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);font-weight:var(--body-b2-14px-regular-weight);line-height:var(--body-b2-14px-regular-line-height);color:var(--greys-grey-900);padding:16px}.tasks-table thead tr{background:var(--greys-grey-200);border-bottom:1px solid var(--greys-grey-400)}.tasks-table th{text-align:left;font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);line-height:var(--body-b2-14px-medium-line-height);color:var(--greys-grey-800);padding:12px 16px}.tasks-table .task-group-header{background:var(--greys-grey-200);cursor:pointer;transition:background .15s}.tasks-table .task-group-header:hover{background:var(--greys-grey-300)}.tasks-table .task-group-header td{font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);color:var(--greys-grey-900);padding:10px 16px}.tasks-table .task-row{border-bottom:1px solid var(--greys-grey-300);transition:background .15s}.tasks-table .task-row:hover{background:var(--greys-grey-100-white)}.tasks-table .task-row td{font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);font-weight:var(--body-b2-14px-regular-weight);line-height:var(--body-b2-14px-regular-line-height);color:var(--greys-grey-900);vertical-align:middle;padding:14px 16px}.date-badge{font-family:var(--body-b3-12px-regular-family);font-size:var(--body-b3-12px-regular-size);font-weight:var(--body-b3-12px-regular-weight);line-height:var(--body-b3-12px-regular-line-height);align-items:center;padding:4px 10px;display:inline-flex}.assignee-avatar{width:28px;height:28px;font-family:var(--body-b3-12px-medium-family);font-size:var(--body-b3-12px-medium-size);font-weight:var(--body-b3-12px-medium-weight);object-fit:cover;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.progress-pill{min-width:56px;height:26px;color:var(--greys-grey-100-white);font-family:var(--body-b3-12px-medium-family);font-size:var(--body-b3-12px-medium-size);font-weight:var(--body-b3-12px-medium-weight);line-height:var(--body-b3-12px-medium-line-height);border-radius:13px;justify-content:center;align-items:center;padding:0 10px;display:inline-flex}.icon-button{width:32px;height:32px;color:var(--greys-grey-600);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .15s;display:inline-flex}.icon-button .material-symbols-outlined{font-size:20px}.ghost-button{border:1px solid var(--greys-grey-400);background:var(--greys-grey-100-white);height:40px;color:var(--greys-grey-900);font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);line-height:var(--body-b2-14px-medium-line-height);cursor:pointer;white-space:nowrap;padding:0 20px;transition:all .15s}.ghost-button:hover:not(:disabled){background:var(--blues-blue-100);border-color:var(--blues-blue-700);transform:translateY(-1px)}.ghost-button:active:not(:disabled){transform:translateY(0)}.ghost-button:disabled{opacity:.5;cursor:not-allowed;background:var(--greys-grey-300);color:var(--greys-grey-600)}.ghost-button.primary{background:var(--blues-blue-700);border-color:var(--blues-blue-700);color:var(--greys-grey-100-white)}.ghost-button.primary:hover:not(:disabled){background:var(--blues-blue-800);border-color:var(--blues-blue-800);box-shadow:0 8px 16px var(--transparent-black-20)}.ghost-button.filter-active{background:var(--purples-purple-700);border-color:var(--purples-purple-700);color:var(--greys-grey-100-white);box-shadow:0 0 24px #614cff66}.ghost-button.filter-active:hover:not(:disabled){background:var(--purples-purple-800);border-color:var(--purples-purple-800);transform:translateY(-1px);box-shadow:0 0 24px #614cff66}.ghost-button.filter-active:active:not(:disabled){background:var(--purples-purple-800);transform:translateY(0)}.progress{background:var(--greys-grey-300);border-radius:4px;flex:1;height:8px;overflow:hidden}.progress__bar{background:linear-gradient(90deg,var(--blues-blue-700)0%,var(--blues-blue-800)100%);border-radius:4px;height:100%;transition:width .3s}.status-chip{height:28px;font-family:var(--body-b3-12px-medium-family);font-size:var(--body-b3-12px-medium-size);font-weight:var(--body-b3-12px-medium-weight);line-height:var(--body-b3-12px-medium-line-height);letter-spacing:.02em;align-items:center;padding:0 12px;display:inline-flex}.workspace-chip{height:22px;font-family:var(--body-b4-10px-medium-family);font-size:var(--body-b4-10px-medium-size);font-weight:var(--body-b4-10px-medium-weight);line-height:var(--body-b4-10px-medium-line-height);background-color:var(--greys-grey-300);color:var(--greys-grey-700);white-space:nowrap;border-radius:4px;align-items:center;padding:0 8px;display:inline-flex}.project-name-cell{flex-direction:column;gap:4px;display:flex}.project-name-cell__name{font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);line-height:var(--body-b2-14px-medium-line-height);color:var(--greys-grey-900)}.pm-cell{align-items:center;gap:8px;display:flex}.pm-cell__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.pm-cell__initials{background:var(--blues-blue-200);width:32px;height:32px;color:var(--blues-blue-800);font-family:var(--body-b3-12px-medium-family);font-size:var(--body-b3-12px-medium-size);font-weight:var(--body-b3-12px-medium-weight);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pm-cell__name{font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-900);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.date-cell{font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-900)}.date-cell--empty{color:var(--greys-grey-500)}.icon-cell{justify-content:center;align-items:center;display:flex}.icon-cell__icon{color:var(--greys-grey-600);cursor:default;font-size:20px}.actions-menu{position:relative}.actions-menu__trigger{cursor:pointer;width:32px;height:32px;color:var(--greys-grey-600);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.actions-menu__trigger:hover{background:var(--greys-grey-300);color:var(--greys-grey-900)}.actions-menu__dropdown{border:1px solid var(--greys-grey-300);z-index:100;background:#fff;border-radius:8px;min-width:180px;margin-top:4px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.actions-menu__item{width:100%;font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-900);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:10px 12px;transition:background .15s;display:flex}.actions-menu__item:hover{background:var(--greys-grey-200)}.actions-menu__item--danger{color:var(--error)}.actions-menu__item--danger:hover{background:#fef2f2}.actions-menu__divider{background:var(--greys-grey-300);height:1px;margin:4px 0}.badge-muted{background:var(--greys-grey-300);height:28px;font-family:var(--body-b3-12px-medium-family);font-size:var(--body-b3-12px-medium-size);font-weight:var(--body-b3-12px-medium-weight);line-height:var(--body-b3-12px-medium-line-height);color:var(--greys-grey-700);align-items:center;padding:0 12px;display:inline-flex}.truncate-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tasks-table{border-collapse:collapse;width:100%}.tasks-table thead tr{border-bottom:1px solid var(--greys-grey-400)}.tasks-table th{text-align:left;font-family:var(--body-b2-14px-medium-family);font-size:var(--body-b2-14px-medium-size);font-weight:var(--body-b2-14px-medium-weight);color:var(--greys-grey-700);background:var(--greys-grey-200);padding:12px 16px}.tasks-table tbody tr{border-bottom:1px solid var(--greys-grey-300)}.tasks-table tbody tr:hover{background:var(--blues-blue-100)}.tasks-table td{font-family:var(--body-b2-14px-regular-family);font-size:var(--body-b2-14px-regular-size);color:var(--greys-grey-900);padding:12px 16px}.task-group-header{cursor:pointer;background:var(--greys-grey-200)!important}.task-group-header:hover{background:var(--greys-grey-300)!important}.task-group-header td{padding:8px 16px!important}.task-row{transition:background .2s}.task-status-indicator{border-radius:50%;flex-shrink:0;width:8px;height:8px}.date-badge{font-size:var(--body-b3-12px-medium-size);font-weight:var(--body-b3-12px-medium-weight);border-radius:4px;align-items:center;padding:4px 8px;display:inline-flex}.assignee-avatar{object-fit:cover;width:28px;height:28px;font-size:var(--body-b3-12px-medium-size);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.progress-pill{font-size:var(--body-b4-10px-medium-size);font-weight:var(--body-b4-10px-medium-weight);color:#fff;border-radius:12px;align-items:center;padding:4px 8px;display:inline-flex}.icon-button{width:32px;height:32px;color:var(--greys-grey-600);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.icon-button:hover{background:var(--greys-grey-300);color:var(--greys-grey-900)}.icon-button:active{background:var(--greys-grey-400)}.team-sections{flex-direction:column;gap:24px;display:flex}.team-section table{border-collapse:collapse;width:100%}.team-section table thead tr{border-bottom:1px solid #00000014}.team-section table th{text-align:left;color:#1a1c1f8c;text-transform:uppercase;padding:12px;font-size:12px;font-weight:600}.team-section table td{border-bottom:1px solid #0000000a;padding:12px;font-size:14px}.team-section table tbody tr:last-child td{border-bottom:none}.dialog-content{padding-top:20px!important}.dialog-actions{padding:16px 24px!important}.chrome__surface{background:var(--greys-grey-100-white);border:1px solid var(--greys-grey-300);min-height:0;box-shadow:0 24px 60px -32px var(--transparent-black-20);flex-direction:column;flex:1;padding:0;display:flex;overflow:hidden}.chrome__surface-header{padding:var(--space-6);background:var(--color-bg-surface);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.chrome__surface-context{align-items:center;gap:var(--space-2);display:flex}.chrome__surface-title{font-family:var(--heading-h6-20px-family);font-size:var(--heading-h6-20px-size);font-weight:var(--heading-h6-20px-weight);line-height:var(--heading-h6-20px-line-height);color:var(--color-fg)}.chrome__surface-body{flex-direction:column;flex:1;min-height:0;padding:32px;display:flex;overflow:auto}.chrome__surface-body>.screen{flex-direction:column;flex:1;min-height:0;display:flex}.chrome__account-trigger{align-items:center;gap:var(--space-3);padding:var(--space-2)var(--space-4);border-radius:var(--radius-xl);border:1px solid var(--color-border);background:var(--color-bg-surface);color:var(--color-fg);cursor:pointer;box-shadow:0 12px 24px -18px var(--transparent-black-20);transition:background-color .2s,border-color .2s,box-shadow .2s;display:inline-flex}.chrome__account-trigger:hover{background:var(--greys-grey-200);border-color:var(--greys-grey-400);box-shadow:0 14px 28px -18px var(--transparent-black-20)}.chrome__account-trigger:focus-visible{outline:2px solid var(--blues-blue-600);outline-offset:2px}.chrome__account-trigger-inner{color:inherit}.chrome__account-meta{flex-direction:column;align-items:flex-start;gap:0;display:flex}.chrome__account-name{font-family:var(--body-b1-16px-medium-family);font-size:var(--body-b1-16px-medium-size);font-weight:var(--body-b1-16px-medium-weight);line-height:var(--body-b1-16px-medium-line-height);color:var(--color-fg)}.chrome__account-email{font-family:var(--body-b3-12px-regular-family);font-size:var(--body-b3-12px-regular-size);font-weight:var(--body-b3-12px-regular-weight);line-height:var(--body-b3-12px-regular-line-height);color:var(--color-fg-muted)}.chrome__account-trigger .material-symbols-outlined{color:var(--color-fg-muted);font-size:18px}@media (max-width:900px){.chrome__surface-body{padding:24px}}@media (max-width:640px){.chrome__surface-header{align-items:stretch;gap:var(--space-3);padding:var(--space-5)var(--space-5)var(--space-4);flex-direction:column}.chrome__surface-body{padding:20px 16px}.chrome__account-trigger{justify-content:space-between}.chrome__account-email{display:none}}.pb-table th.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.pb-table th.sortable-header>span:first-child{margin-right:4px}.pb-table th.sortable-header:hover{color:var(--greys-grey-900)}.pb-table .sort-icon{vertical-align:middle;color:var(--greys-grey-700);font-size:16px;display:inline}.pb-table .sort-icon--inactive{opacity:.3}.pb-table th.sortable-header:hover .sort-icon--inactive{opacity:.6}.icon-cell--clickable{cursor:pointer;border-radius:4px;margin:-4px;padding:4px;transition:background-color .15s}.icon-cell--clickable:hover{background-color:var(--greys-grey-200)}.icon-cell--clickable .icon-cell__icon{cursor:pointer}.icon-cell--clickable:hover .icon-cell__icon{color:var(--blues-blue-600)}[data-tooltip]{position:relative}[data-tooltip]:after{content:attr(data-tooltip);background-color:var(--greys-grey-600);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:1000;border-radius:4px;margin-bottom:4px;padding:6px 10px;font-size:12px;font-weight:400;transition:opacity .15s,visibility .15s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}[data-tooltip]:hover:after{opacity:1;visibility:visible}.project-row-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.project-action-btn{width:26px;height:26px;color:var(--greys-grey-500);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.project-action-btn:hover{background:var(--greys-grey-200);color:var(--greys-grey-600)}.actions-menu__group-label{color:var(--greys-grey-500);text-transform:uppercase;letter-spacing:.5px;padding:8px 12px 4px;font-size:11px;font-weight:600}.actions-menu__item--destructive{color:#991b1b}.actions-menu__item--destructive:hover{background:#fef2f2}.ghost-button.destructive{color:#991b1b;border-color:#991b1b}.ghost-button.destructive:hover:not(:disabled){background:#fef2f2}.ghost-button.destructive:disabled{color:var(--greys-grey-400);border-color:var(--greys-grey-300);cursor:not-allowed}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}
