:root{--fg-color-white:#fff;--fg-color-black:#111;--fg-color-black-soft:#1b1b1b;--fg-color-black-muted:#2a2a2a;--fg-color-gold:#c8a24a;--fg-color-gold-hover:#d5b35f;--fg-color-gold-soft:#efe4c8;--fg-color-background:#f3f3f1;--fg-color-surface:#fff;--fg-color-surface-subtle:#f8f8f6;--fg-color-text:#181818;--fg-color-text-muted:#6d6d68;--fg-color-border:#d9d9d4;--fg-color-border-strong:#bdbdb6;--fg-color-primary:var(--fg-color-gold);--fg-color-primary-hover:var(--fg-color-gold-hover);--fg-color-primary-active:#b28c35;--fg-color-primary-soft:var(--fg-color-gold-soft);--fg-color-primary-surface:#fbf7ed;--fg-color-topbar:var(--fg-color-black);--fg-color-topbar-text:#fff;--fg-color-topbar-muted:#b8b8b2;--fg-color-sidebar:#161616;--fg-color-sidebar-text:#f4f4f1;--fg-color-sidebar-muted:#94948e;--fg-shadow-sm:0 1px 2px #00000012}.fg-button{cursor:pointer;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 14px;font-size:.8125rem;font-weight:800;line-height:1;transition:background-color .12s,border-color .12s,color .12s;display:inline-flex}.fg-button:focus-visible{outline-offset:2px;outline:2px solid #c8a24a73}.fg-button:disabled{cursor:not-allowed;opacity:.56}@media (pointer:coarse){.fg-button{min-height:44px}}.fg-button--primary{color:var(--fg-color-black);background:var(--fg-color-gold)}.fg-button--primary:not(:disabled):hover{background:var(--fg-color-gold-hover)}.fg-button--primary:not(:disabled):active{background:var(--fg-color-primary-active)}.fg-button--secondary{border-color:var(--fg-color-border-strong);color:var(--fg-color-text);background:var(--fg-color-white)}.fg-button--secondary:not(:disabled):hover{border-color:var(--fg-color-gold);color:var(--fg-color-black);background:var(--fg-color-primary-surface)}:root{color:var(--fg-color-text);background:var(--fg-color-background);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--fg-color-background);min-width:320px;min-height:100%}body{background:var(--fg-color-background);min-width:320px;min-height:100vh;margin:0;font-size:14px}button,a,input,select,textarea{font:inherit}a{color:inherit}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:60;color:var(--fg-color-black);background:var(--fg-color-gold);border-radius:3px;padding:8px 12px;font-weight:800;text-decoration:none;transition:transform .12s;position:fixed;top:8px;left:8px;transform:translateY(-160%)}.skip-link:focus-visible{transform:translateY(0)}.app-shell{--fg-sidebar-rail:58px;--fg-sidebar-open:218px;grid-template-areas:"sidebar topbar""sidebar main";grid-template-columns:var(--fg-sidebar-rail) minmax(0, 1fr);grid-template-rows:48px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{z-index:40;width:var(--fg-sidebar-rail);height:100vh;color:var(--fg-color-sidebar-text);background:var(--fg-color-sidebar);border-right:1px solid #2d2d2d;flex-direction:column;grid-area:sidebar;transition:width .15s;display:flex;position:sticky;top:0;box-shadow:2px 0 8px #0000001a}.sidebar:hover,.sidebar:focus-within{width:var(--fg-sidebar-open)}.sidebar-label{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sidebar:hover .sidebar-label,.sidebar:focus-within .sidebar-label{clip-path:none;text-overflow:ellipsis;width:auto;height:auto;margin:0;padding-right:12px;position:static;overflow:hidden}.sidebar__brand,.sidebar__footer,.nav-item{grid-template-columns:minmax(0,1fr);justify-items:center}.sidebar:hover .sidebar__brand,.sidebar:focus-within .sidebar__brand,.sidebar:hover .sidebar__footer,.sidebar:focus-within .sidebar__footer{grid-template-columns:40px minmax(0,1fr);justify-items:stretch;padding-left:9px}.sidebar:hover .nav-item,.sidebar:focus-within .nav-item{grid-template-columns:40px minmax(0,1fr);justify-items:stretch}.sidebar__brand{border-bottom:1px solid #2d2d2d;align-items:center;width:100%;min-height:48px;display:grid}.sidebar__brand-mark{border:1px solid var(--fg-color-gold);width:30px;height:30px;color:var(--fg-color-gold);border-radius:50%;place-self:center;place-items:center;font-size:.75rem;font-weight:900;display:grid}.sidebar__brand-label{color:var(--fg-color-white);letter-spacing:-.01em;font-size:.88rem;font-weight:800}.primary-navigation{gap:3px;width:100%;padding:10px 8px;display:grid}.nav-item{width:100%;min-height:40px;color:var(--fg-color-sidebar-text);border:1px solid #0000;border-radius:3px;align-items:center;font-size:.78rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background-color .12s,border-color .12s;display:grid;position:relative}.nav-item__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;place-self:center;width:18px;height:18px}.nav-item:focus-visible{outline-offset:1px;outline:2px solid #c8a24a99}.nav-item:not(.nav-item--disabled):not(.nav-item--active):hover{color:var(--fg-color-white);background:#202020;border-color:#333}.nav-item--active{color:var(--fg-color-white);box-shadow:inset 3px 0 0 var(--fg-color-gold);background:#262626;border-color:#383838}.nav-item--active .nav-item__icon{color:var(--fg-color-gold)}.nav-item--disabled{color:#8d8d87;cursor:not-allowed}.nav-divider{background:#343434;width:100%;height:1px;margin:5px 0}.sidebar__footer{color:#777772;border-top:1px solid #2d2d2d;align-items:center;width:100%;min-height:38px;margin-top:auto;font-size:.6rem;display:grid}.sidebar__footer-mark{background:var(--fg-color-gold);border-radius:50%;place-self:center;width:6px;height:6px}@media (prefers-reduced-motion:reduce){.sidebar{transition:none}}.topbar{z-index:20;min-width:0;min-height:48px;color:var(--fg-color-topbar-text);background:var(--fg-color-topbar);border-bottom:1px solid #303030;grid-area:topbar;justify-content:space-between;align-items:stretch;display:flex;position:sticky;top:0}.topbar__session{align-items:stretch;min-width:0;display:flex}.workspace-context{border-right:1px solid #303030;align-items:center;gap:10px;min-width:250px;padding:0 17px;display:flex}.workspace-context__marker{background:var(--fg-color-gold);width:3px;height:24px}.workspace-context__copy,.user-context__copy{min-width:0;line-height:1.15;display:grid}.workspace-context__copy small,.user-context__copy small{color:var(--fg-color-topbar-muted);font-size:.58rem}.workspace-context__copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:240px;margin-top:2px;font-size:.75rem;overflow:hidden}.user-context{align-items:center;gap:8px;min-width:0;padding:0 14px;display:flex}.user-context__avatar{width:28px;height:28px;color:var(--fg-color-gold);background:#232323;border:1px solid #4a4a4a;border-radius:50%;flex:0 0 28px;place-items:center;font-size:.57rem;font-weight:900;display:grid}.user-context__copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:.7rem;overflow:hidden}.user-context__copy small{margin-top:2px}.session-empty{color:var(--fg-color-topbar-muted);align-items:center;padding:0 17px;font-size:.72rem;display:flex}.topbar__environment{color:var(--fg-color-topbar-muted);white-space:nowrap;align-items:center;gap:7px;padding:0 16px;font-size:.63rem;display:flex}.topbar__environment-dot{background:var(--fg-color-gold);border-radius:50%;width:6px;height:6px}.main-content{background:var(--fg-color-background);grid-area:main;width:100%;min-width:0;padding:22px 24px 40px}.main-content:focus-visible{outline:none}.page{width:100%;min-width:0}.page-header{border-bottom:1px solid var(--fg-color-border);justify-content:space-between;align-items:flex-end;gap:24px;min-height:70px;margin-bottom:14px;padding-bottom:14px;display:flex}h1,h2,p{margin-top:0}h1{color:var(--fg-color-black);letter-spacing:-.015em;margin-bottom:4px;font-size:1.38rem;line-height:1.2}h2{color:var(--fg-color-black);margin-bottom:2px;font-size:.88rem;line-height:1.3}.page-description{max-width:720px;color:var(--fg-color-text-muted);margin-bottom:0;font-size:.77rem;line-height:1.45}.page-primary-action{flex:none}.page-primary-action button>span{font-size:1rem;line-height:0}.dialog{border:1px solid var(--fg-color-border-strong);border-top:3px solid var(--fg-color-gold);background:var(--fg-color-surface);width:min(520px,100vw - 32px);max-height:min(85vh,720px);color:var(--fg-color-text);border-radius:2px;margin:auto;padding:0;box-shadow:0 8px 28px #0000002e}.dialog::backdrop{background:#1111118c}.dialog__panel{max-height:inherit;flex-direction:column;display:flex}.dialog__header{border-bottom:1px solid var(--fg-color-border);background:var(--fg-color-surface-subtle);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.dialog__header h2{margin-bottom:0;font-size:.95rem}.dialog__close{width:30px;height:30px;color:var(--fg-color-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:2px;flex:0 0 30px;place-items:center;padding:0;font-size:1.1rem;line-height:1;display:grid}.dialog__close:hover:not(:disabled){border-color:var(--fg-color-border-strong);color:var(--fg-color-black)}.dialog__close:focus-visible{outline-offset:1px;outline:2px solid #c8a24a73}.dialog__close:disabled{cursor:not-allowed;opacity:.5}.dialog__body{gap:14px;padding:16px;display:grid;overflow-y:auto}.dialog__description{color:var(--fg-color-text-muted);margin-bottom:0;font-size:.76rem;line-height:1.45}.dialog__footer{border-top:1px solid var(--fg-color-border);background:var(--fg-color-surface-subtle);justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}.field{gap:5px;display:grid}.field label,.field legend{color:var(--fg-color-black);font-size:.74rem;font-weight:800}.field input[type=text],.field input[type=email],.field select{border:1px solid var(--fg-color-border-strong);background:var(--fg-color-white);width:100%;min-height:34px;color:var(--fg-color-text);border-radius:2px;padding:0 10px;font-size:.8rem}.field input:focus-visible,.field select:focus-visible{border-color:var(--fg-color-gold);outline-offset:1px;outline:2px solid #c8a24a59}.field input[aria-invalid=true]{border-color:#b65454}.field__help,.field__note,.field__error{margin-bottom:0;font-size:.7rem;line-height:1.4}.field__help{color:var(--fg-color-text-muted)}.field__note{border-left:2px solid var(--fg-color-gold);background:var(--fg-color-primary-surface);color:#5f5f5b;padding:6px 8px}.field__error{color:#8c2f2f;font-weight:700}.field--group{border:1px solid var(--fg-color-border);border-radius:2px;margin:0;padding:10px 12px}.checkbox{align-items:center;gap:8px;min-height:28px;font-size:.78rem;font-weight:600;display:flex}.checkbox input{width:15px;height:15px;accent-color:var(--fg-color-gold);flex:0 0 15px}.summary{grid-template-columns:auto minmax(0,1fr);gap:4px 12px;margin:0;font-size:.78rem;display:grid}.summary dt{color:var(--fg-color-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:800}.summary dd{overflow-wrap:anywhere;margin:0}.success-block{gap:10px;display:grid}.success-block__title{margin-bottom:0;font-size:.88rem;font-weight:800}@media (pointer:coarse){.field input[type=text],.field input[type=email],.field select{min-height:44px}.dialog__close{flex-basis:44px;width:44px;height:44px}}.page-body{min-width:0}.resource-panel{border:1px solid var(--fg-color-border);border-top:3px solid var(--fg-color-gold);background:var(--fg-color-surface);min-width:0;box-shadow:var(--fg-shadow-sm);border-radius:2px}.resource-toolbar{border-bottom:1px solid var(--fg-color-border);justify-content:space-between;align-items:center;gap:18px;min-height:54px;padding:10px 14px;display:flex}.resource-toolbar p{color:var(--fg-color-text-muted);margin-bottom:0;font-size:.67rem}.table-scroll{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:980px;font-size:.76rem}.data-table th,.data-table td{text-align:left;vertical-align:middle;white-space:nowrap;height:46px;padding:8px 13px}.data-table thead th{border-bottom:1px solid var(--fg-color-border);color:#5f5f5b;background:var(--fg-color-surface-subtle);letter-spacing:.055em;text-transform:uppercase;height:34px;font-size:.59rem;font-weight:900}.data-table tbody tr{transition:background-color 90ms}.data-table tbody tr:hover{background:#fbfaf6}.data-table tbody tr+tr th,.data-table tbody tr+tr td{border-top:1px solid #e7e7e2}.data-table tbody th{color:var(--fg-color-text);font-weight:800}.member-identity{align-items:center;gap:9px;display:inline-flex}.member-identity__avatar{width:27px;height:27px;color:var(--fg-color-gold);background:var(--fg-color-black);border:1px solid #c9c9c3;border-radius:50%;flex:0 0 27px;place-items:center;font-size:.55rem;font-weight:900;display:grid}.member-status{align-items:center;gap:6px;font-size:.69rem;font-weight:800;display:inline-flex}.member-status__indicator{border-radius:50%;width:7px;height:7px}.member-status--active{color:#3f6d58}.member-status--active .member-status__indicator{background:#4a8b6d}.member-status--invited{color:#84651d}.member-status--invited .member-status__indicator{background:var(--fg-color-gold)}.member-status--blocked{color:#913636}.member-status--blocked .member-status__indicator{background:#c85b5b}.resource-footer{border-top:1px solid var(--fg-color-border);color:var(--fg-color-text-muted);background:var(--fg-color-surface-subtle);padding:9px 14px;font-size:.64rem}.state{border:1px solid var(--fg-color-border);border-top:3px solid var(--fg-color-gold);background:var(--fg-color-surface);text-align:center;border-radius:2px;align-content:center;justify-items:center;min-height:220px;padding:30px 22px;display:grid}.state__icon{border:1px solid var(--fg-color-border);width:34px;height:34px;color:var(--fg-color-gold);background:var(--fg-color-black);border-radius:50%;place-items:center;margin-bottom:12px;font-size:.9rem;font-weight:900;display:grid}.state__title{margin-bottom:5px;font-size:.92rem;font-weight:800}.state__description{max-width:480px;color:var(--fg-color-text-muted);margin-bottom:15px;font-size:.76rem;line-height:1.5}.state--loading{min-height:140px}.state--loading .state__title{margin-bottom:0}.state--error{border-top-color:#b65454}.state--forbidden{border-top-color:var(--fg-color-gold)}@media (width<=820px){.app-shell{grid-template:"topbar"48px"sidebar""main"minmax(0,1fr)/minmax(0,1fr)}.sidebar,.sidebar:hover,.sidebar:focus-within{width:100%;min-width:0;height:auto;box-shadow:none;border-bottom:1px solid #2d2d2d;border-right:0;position:relative;overflow:visible}.sidebar__brand,.sidebar__footer,.nav-divider{display:none}.primary-navigation{gap:3px;width:100%;padding:7px 9px;display:flex;overflow-x:auto}.nav-item,.sidebar:hover .nav-item,.sidebar:focus-within .nav-item{grid-template-columns:28px auto;justify-items:stretch;width:auto;min-width:max-content;padding-right:10px}.sidebar-label,.sidebar:hover .sidebar-label,.sidebar:focus-within .sidebar-label{clip-path:none;width:auto;height:auto;margin:0;padding-right:0;position:static}.topbar{grid-area:topbar}.workspace-context{min-width:0}.user-context__copy,.topbar__environment{display:none}.main-content{padding:18px 16px 30px}}@media (width<=640px){.workspace-context{border-right:0;padding:0 10px}.workspace-context__copy small,.user-context{display:none}.main-content{padding:15px 11px 26px}.page-header{flex-direction:column;align-items:stretch;gap:12px;min-height:0;margin-bottom:12px;padding-bottom:12px}.page-primary-action{width:100%}h1{font-size:1.25rem}.state{min-height:190px;padding:26px 18px}}.signin{--signin-ink:#101010;--signin-paper:#f6f4ef;--signin-line:#d8d3c7;--signin-muted:#6f6a60;background:var(--signin-paper);grid-template-columns:1.05fr 1fr;min-height:100dvh;display:grid}.signin__brand{background:var(--signin-ink);flex-direction:column;justify-content:center;align-items:center;gap:44px;min-width:0;padding:64px 56px;display:flex}.signin__logo{object-fit:contain;width:min(420px,68%);height:auto}.signin__brand-line{color:#8d887c;letter-spacing:.16em;text-align:center;text-transform:uppercase;max-width:32ch;margin:0;font-size:.72rem;font-weight:500;line-height:1.8}.signin__access{place-items:center start;min-width:0;padding:64px clamp(32px,7vw,104px);display:grid}.signin__column{width:min(100%,400px)}.signin__rule{align-items:center;gap:10px;margin-bottom:30px;display:flex}.signin__rule:before{background:var(--fg-color-gold);content:"";width:26px;height:2px}.signin__rule:after{background:var(--signin-line);content:"";flex:1;height:1px}.signin__intro h1{color:var(--signin-ink);letter-spacing:-.025em;margin:0 0 14px;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,Times New Roman,serif;font-size:clamp(2.05rem,3.3vw,2.75rem);font-weight:400;line-height:1.06}.signin__intro p{max-width:32ch;color:var(--signin-muted);letter-spacing:.005em;margin:0;font-size:.83rem;line-height:1.65}.signin__form{gap:28px;margin-top:44px;display:grid}.signin__field{gap:9px;display:grid}.signin__field label{color:var(--signin-muted);letter-spacing:.15em;text-transform:uppercase;font-size:.64rem;font-weight:600;transition:color .16s}.signin__field:focus-within label{color:var(--signin-ink)}.signin__control{border-bottom:1px solid var(--signin-line);align-items:center;transition:border-color .16s;display:flex;position:relative}.signin__control:after{background:var(--fg-color-gold);content:"";transform-origin:0;height:1px;transition:transform .28s cubic-bezier(.22,.61,.36,1);position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.signin__control:hover{border-bottom-color:#b9b3a4}.signin__control:focus-within:after{transform:scaleX(1)}.signin__field input{width:100%;height:48px;color:var(--signin-ink);letter-spacing:.005em;background:0 0;border:0;border-radius:0;padding:0 2px;font-size:1rem}.signin__field input.signin__input--with-action{padding-right:44px}.signin__field input::placeholder{color:#aaa498}.signin__field input:focus{outline:none}.signin__field input:focus-visible{outline-offset:7px;outline:2px solid #c8a24a66}.signin__field input:disabled{color:var(--signin-muted);cursor:not-allowed}.signin__eye{color:#9b9589;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;transition:color .16s,background-color .16s;display:grid;position:absolute;right:0}.signin__eye:hover:not(:disabled){color:var(--signin-ink);background:#c8a24a1f}.signin__eye:focus-visible{outline-offset:2px;outline:2px solid #c8a24a8c}.signin__eye:disabled{cursor:not-allowed;opacity:.45}.signin__eye-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:19px;height:19px}.signin__eye-slash{stroke:var(--fg-color-gold)}.signin__error{color:#8c2f2f;border-left:2px solid #a33a3a;margin:0;padding:9px 0 9px 14px;font-size:.8rem;line-height:1.5}.signin__submit.fg-button{border-color:var(--signin-ink);color:#fff;background:var(--signin-ink);letter-spacing:.18em;text-transform:uppercase;border-radius:2px;width:100%;height:54px;min-height:54px;margin-top:10px;font-size:.73rem;font-weight:800;transition:transform .2s cubic-bezier(.22,.61,.36,1),background-color .2s,border-color .2s;position:relative;overflow:hidden}.signin__submit.fg-button:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000 22%,#c8a24a33 50%,#0000 78%);position:absolute;inset:0;transform:translate(-120%)}.signin__submit.fg-button:not(:disabled):hover{background:#181818;border-color:#c8a24a8c;transform:translateY(-1px)}.signin__submit.fg-button:not(:disabled):hover:after{animation:.56s cubic-bezier(.33,.1,.28,1) signin-sweep}.signin__submit.fg-button:not(:disabled):active{transition-duration:70ms;transform:translateY(0)}.signin__submit.fg-button:focus-visible{outline-offset:3px;outline:2px solid #c8a24a8c}.signin__submit--loading:before{background:var(--fg-color-gold);content:"";width:32%;height:2px;animation:1.15s ease-in-out infinite signin-progress;position:absolute;bottom:0;left:0}@keyframes signin-sweep{0%{transform:translate(-120%)}to{transform:translate(120%)}}@keyframes signin-progress{0%{transform:translate(-110%)}to{transform:translate(320%)}}@media (prefers-reduced-motion:reduce){.signin__control:after{transition:none}.signin__submit.fg-button{transition:background-color .2s}.signin__submit.fg-button:not(:disabled):hover{transform:none}.signin__submit.fg-button:not(:disabled):hover:after{animation:none}.signin__submit--loading:before{opacity:.75;animation:none}}@media (width<=1024px){.signin{grid-template-columns:1fr 1fr}.signin__brand{gap:34px;padding:48px 36px}.signin__logo{width:min(340px,76%)}.signin__access{padding:48px clamp(24px,5vw,56px)}}@media (width<=860px){.signin{grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.signin__brand{gap:22px;min-height:210px;padding:40px 28px 34px}.signin__logo{width:min(300px,70%)}.signin__brand-line{letter-spacing:.14em;font-size:.64rem}.signin__access{place-items:start center;padding:44px 28px 56px}.signin__column{width:min(100%,420px)}}@media (width<=520px){.signin__brand{gap:18px;min-height:168px;padding:32px 20px 26px}.signin__logo{width:min(240px,78%)}.signin__brand-line{display:none}.signin__access{padding:34px 20px 44px}.signin__intro h1{font-size:1.95rem}.signin__form{gap:22px;margin-top:34px}}@media (pointer:coarse){.signin__eye{width:44px;height:44px}.signin__field input.signin__input--with-action{padding-right:48px}}#login-password::-ms-reveal{display:none!important}#login-password::-ms-clear{display:none!important}#login-password::-webkit-credentials-auto-fill-button{visibility:hidden!important;pointer-events:none!important;display:none!important;position:absolute!important;right:0!important}:is(form:has(#login-email) div:has(>#login-email),form:has(#login-password) div:has(>#login-password)){gap:0!important;display:grid!important}label[for=login-email],label[for=login-password]{z-index:2;position:relative;transform:translateY(5px);margin:0!important;padding:0!important;line-height:1!important}#login-email,#login-password{box-sizing:border-box!important;width:100%!important;height:34px!important;min-height:34px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #d8d1c4!important;border-radius:0!important;outline:0!important;padding:9px 38px 4px 2px!important;transition:border-color .18s,color .18s!important}#login-email{padding-right:2px!important}#login-email:focus,#login-email:focus-visible,#login-password:focus,#login-password:focus-visible{box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #c8a24a!important;outline:none!important}:is(form:has(#login-email) div:has(>#login-email):focus-within,form:has(#login-password) div:has(>#login-password):focus-within){box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important}form:has(#login-email):has(#login-password) :focus-within{outline:none}button[aria-label=Mostrar\ senha],button[aria-label=Ocultar\ senha]{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;place-items:center!important;padding:0!important;display:grid!important;position:absolute!important;bottom:0!important;right:0!important}form:has(#login-password) div:has(>#login-password){position:relative!important}form:has(#login-email):has(#login-password){row-gap:13px!important}#login-email:-webkit-autofill{-webkit-text-fill-color:currentColor!important;transition:background-color 999999s ease-in-out!important;box-shadow:inset 0 0 0 1000px #0000!important}#login-email:-webkit-autofill:hover{-webkit-text-fill-color:currentColor!important;transition:background-color 999999s ease-in-out!important;box-shadow:inset 0 0 0 1000px #0000!important}#login-email:-webkit-autofill:focus{-webkit-text-fill-color:currentColor!important;transition:background-color 999999s ease-in-out!important;box-shadow:inset 0 0 0 1000px #0000!important}#login-password:-webkit-autofill{-webkit-text-fill-color:currentColor!important;transition:background-color 999999s ease-in-out!important;box-shadow:inset 0 0 0 1000px #0000!important}#login-password:-webkit-autofill:hover{-webkit-text-fill-color:currentColor!important;transition:background-color 999999s ease-in-out!important;box-shadow:inset 0 0 0 1000px #0000!important}#login-password:-webkit-autofill:focus{-webkit-text-fill-color:currentColor!important;transition:background-color 999999s ease-in-out!important;box-shadow:inset 0 0 0 1000px #0000!important}.invitation-acceptance{--invitation-ink:#101010;--invitation-paper:#f6f4ef;--invitation-muted:#706a5f;--invitation-line:#d8d3c7;background:var(--invitation-paper);grid-template-columns:1.05fr 1fr;min-height:100dvh;display:grid}.invitation-acceptance__brand{background:var(--invitation-ink);flex-direction:column;justify-content:center;align-items:center;gap:48px;min-width:0;padding:64px 56px;display:flex}.invitation-acceptance__logo{object-fit:contain;width:min(420px,68%);height:auto}.invitation-acceptance__brand-copy{text-align:center}.invitation-acceptance__brand-copy span{color:var(--fg-color-gold);letter-spacing:.22em;margin-bottom:10px;font-size:.64rem;font-weight:800;display:block}.invitation-acceptance__brand-copy p{color:#8d887c;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:500;line-height:1.8}.invitation-acceptance__content{place-items:center start;min-width:0;padding:64px clamp(32px,7vw,104px);display:grid}.invitation-acceptance__column{width:min(100%,470px)}.invitation-acceptance__result{gap:26px;display:grid}.invitation-acceptance__eyebrow{color:#8a6a21;letter-spacing:.17em;margin-bottom:12px;font-size:.63rem;font-weight:800;display:block}.invitation-acceptance__eyebrow--error{color:#933d3d}.invitation-acceptance__result h1{max-width:10ch;color:var(--invitation-ink);letter-spacing:-.03em;margin:0 0 18px;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,Times New Roman,serif;font-size:clamp(2.15rem,3.5vw,3rem);font-weight:400;line-height:1.04}.invitation-acceptance__lead{max-width:43ch;color:var(--invitation-muted);margin:0;font-size:.86rem;line-height:1.75}.invitation-acceptance__status-icon{border:1px solid #c8a24a7a;border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.invitation-acceptance__status-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:28px;height:28px}.invitation-acceptance__status-icon--success{color:#84651d;background:#c8a24a17}.invitation-acceptance__status-icon--error{color:#933d3d;background:#a33a3a0f;border-color:#a33a3a59}.invitation-acceptance__loader{border:1px solid var(--invitation-line);border-top-color:var(--fg-color-gold);border-radius:50%;width:52px;height:52px;animation:.9s linear infinite invitation-loader}.invitation-acceptance__summary{border-top:1px solid var(--invitation-line);border-bottom:1px solid var(--invitation-line);margin:32px 0 28px;display:grid}.invitation-acceptance__summary>div{border-bottom:1px solid var(--invitation-line);grid-template-columns:minmax(110px,.7fr) 1.3fr;gap:20px;padding:15px 0;display:grid}.invitation-acceptance__summary>div:last-child{border-bottom:0}.invitation-acceptance__summary dt{color:#888276;letter-spacing:.11em;text-transform:uppercase;font-size:.62rem;font-weight:800}.invitation-acceptance__summary dd{color:var(--invitation-ink);overflow-wrap:anywhere;margin:0;font-size:.82rem;font-weight:700}.invitation-acceptance__continue.fg-button{border-color:var(--invitation-ink);color:#fff;background:var(--invitation-ink);letter-spacing:.13em;text-transform:uppercase;border-radius:2px;width:100%;min-height:54px;font-size:.72rem;font-weight:800;position:relative;overflow:hidden}.invitation-acceptance__continue.fg-button:hover:not(:disabled){background:#191919;border-color:#c8a24a99}.invitation-acceptance__support{color:#918b80;max-width:46ch;margin:18px 0 0;font-size:.69rem;line-height:1.65}.home__eyebrow{color:#8a6a21;letter-spacing:.15em;margin-bottom:7px;font-size:.61rem;font-weight:800;display:block}.home__welcome{border:1px solid var(--fg-color-border);border-top:3px solid var(--fg-color-gold);background:var(--fg-color-surface);box-shadow:var(--fg-shadow-sm);border-radius:2px}.home__welcome-main{border-bottom:1px solid var(--fg-color-border);align-items:center;gap:20px;padding:28px 30px;display:flex}.home__check{color:#84651d;background:#c8a24a14;border:1px solid #c8a24a73;border-radius:50%;flex:none;place-items:center;width:48px;height:48px;display:grid}.home__check svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:24px;height:24px}.home__status{color:#557662;letter-spacing:.14em;margin-bottom:7px;font-size:.6rem;font-weight:800;display:block}.home__welcome-main h2{margin-bottom:7px;font-size:1.05rem}.home__welcome-main p{color:var(--fg-color-text-muted);margin:0;font-size:.76rem;line-height:1.6}.home__access{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid}.home__access>div{border-right:1px solid var(--fg-color-border);padding:20px 30px}.home__access>div:last-child{border-right:0}.home__access dt{color:var(--fg-color-text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px;font-size:.6rem;font-weight:800}.home__access dd{margin:0;font-size:.8rem;font-weight:700}.home__actions{border-top:1px solid var(--fg-color-border);padding:20px 30px}@keyframes invitation-loader{to{transform:rotate(360deg)}}@media (width<=760px){.invitation-acceptance{grid-template-columns:1fr}.invitation-acceptance__brand{gap:24px;min-height:240px;padding:40px 28px}.invitation-acceptance__logo{width:min(300px,70%)}.invitation-acceptance__content{padding:48px 28px}.invitation-acceptance__result h1{max-width:12ch}.home__access{grid-template-columns:1fr}.home__access>div{border-right:0;border-bottom:1px solid var(--fg-color-border)}.home__access>div:last-child{border-bottom:0}}.member-actions{align-items:center;gap:6px;display:flex}.member-action-button{border:1px solid var(--fg-color-border-strong);background:var(--fg-color-white);min-height:28px;color:var(--fg-color-text);font:inherit;cursor:pointer;border-radius:2px;padding:4px 8px;font-weight:800}.member-action-button:hover:not(:disabled){border-color:var(--fg-color-gold);background:var(--fg-color-primary-surface)}.member-action-button:disabled{cursor:not-allowed;opacity:.5}.chat-page{min-width:0}.chat-page__header{justify-content:space-between;align-items:center;gap:18px;min-height:58px;margin-bottom:14px;display:flex}.chat-page__channel{border:1px solid var(--fg-color-primary-soft);min-height:28px;color:var(--fg-color-primary);background:var(--fg-color-primary-surface);border-radius:999px;align-items:center;padding:0 10px;font-size:.75rem;font-weight:800;display:inline-flex}.chat-workspace{border:1px solid var(--fg-color-border);background:var(--fg-color-surface);height:calc(100vh - 150px);min-height:590px;box-shadow:var(--fg-shadow-sm);border-radius:8px;grid-template-columns:minmax(270px,340px) minmax(0,1fr);display:grid;overflow:hidden}.chat-conversations{border-right:1px solid var(--fg-color-border);background:var(--fg-color-surface);flex-direction:column;min-width:0;display:flex}.chat-conversations__header{border-bottom:1px solid var(--fg-color-border);justify-content:space-between;align-items:center;min-height:54px;padding:0 16px;display:flex}.chat-conversations__list{flex:1;min-height:0;overflow-y:auto}.chat-conversation{border:0;border-bottom:1px solid var(--fg-color-border);width:100%;color:var(--fg-color-text);font:inherit;text-align:left;cursor:pointer;background:0 0;gap:11px;padding:13px 14px;display:flex}.chat-conversation--active{background:var(--fg-color-primary-surface);box-shadow:inset 3px 0 0 var(--fg-color-primary)}.chat-conversation__avatar{width:38px;height:38px;color:var(--fg-color-primary);background:var(--fg-color-primary-surface);border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;font-size:.8rem;font-weight:900;display:inline-flex}.chat-conversation__content{flex:1;min-width:0}.chat-conversation__top,.chat-conversation__bottom{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.chat-conversation__top strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.chat-conversation__top time,.chat-conversation__bottom{color:var(--fg-color-text-muted);font-size:.68rem}.chat-conversation__bottom{margin-top:5px}.chat-unread{min-width:20px;height:20px;color:var(--fg-color-white);background:var(--fg-color-primary);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:.65rem;font-weight:900;display:inline-flex}.chat-thread{background:var(--fg-color-background);flex-direction:column;min-width:0;min-height:0;display:flex}.chat-thread__header{border-bottom:1px solid var(--fg-color-border);background:var(--fg-color-surface);align-items:center;gap:11px;min-height:58px;padding:0 17px;display:flex}.chat-thread__header div{gap:3px;display:grid}.chat-thread__header div span{color:var(--fg-color-text-muted);font-size:.7rem}.chat-messages{flex-direction:column;flex:1;gap:8px;min-height:0;padding:22px;display:flex;overflow-y:auto}.chat-message{border:1px solid var(--fg-color-border);background:var(--fg-color-surface);width:fit-content;max-width:min(72%,620px);box-shadow:var(--fg-shadow-sm);border-radius:8px;padding:9px 11px 6px}.chat-message--outbound{border-color:var(--fg-color-primary-soft);background:var(--fg-color-primary-surface);align-self:flex-end}.chat-message--inbound{align-self:flex-start}.chat-message p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:.82rem;line-height:1.45}.chat-message footer{color:var(--fg-color-text-muted);justify-content:flex-end;gap:6px;margin-top:4px;font-size:.62rem;display:flex}.chat-message__delete{color:inherit;font:inherit;cursor:pointer;opacity:.65;background:0 0;border:0;padding:0 2px}.chat-message__delete:hover{opacity:1;text-decoration:underline}.chat-message__delete:disabled{cursor:default;opacity:.35}.chat-composer{border-top:1px solid var(--fg-color-border);background:var(--fg-color-surface);padding:11px 13px}.chat-composer__row{align-items:flex-end;gap:9px;display:flex}.chat-composer textarea{resize:vertical;border:1px solid var(--fg-color-border-strong);min-height:38px;max-height:120px;color:var(--fg-color-text);background:var(--fg-color-white);font:inherit;border-radius:6px;outline:none;flex:1;padding:9px 11px;font-size:.82rem}.chat-composer textarea:focus{border-color:var(--fg-color-primary)}.chat-composer__notice{color:var(--fg-color-text-muted);margin-bottom:7px;font-size:.69rem;display:block}.chat-empty,.chat-thread__placeholder{min-height:180px;color:var(--fg-color-text-muted);text-align:center;align-content:center;justify-items:center;gap:6px;padding:25px;display:grid}.chat-thread__placeholder{flex:1}.chat-thread__placeholder-icon{width:48px;height:48px;color:var(--fg-color-primary);background:var(--fg-color-primary-surface);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}@media (width<=640px){.chat-workspace{grid-template-columns:1fr;height:auto;min-height:640px}.chat-conversations{border-right:0;border-bottom:1px solid var(--fg-color-border);max-height:260px}.chat-thread{min-height:500px}.chat-message{max-width:90%}}.chat-contact-name-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:baseline;gap:.5rem;padding:0;display:inline-flex}.chat-contact-name-button:hover strong{text-decoration:underline}.chat-contact-name-button__action{opacity:.55;font-size:.72rem;font-weight:600}.chat-contact-name-button:hover .chat-contact-name-button__action{opacity:1}.chat-contact-name-button:disabled{cursor:wait;opacity:.65}.chat-conversation__avatar{position:relative;overflow:hidden}.chat-contact-avatar__fallback{z-index:1;position:relative}.chat-contact-avatar__image{z-index:2;object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.chat-workspace{grid-template-columns:minmax(250px,300px) minmax(420px,1fr) minmax(290px,340px)}.chat-fields-panel{border-left:1px solid var(--fg-color-border);background:var(--fg-color-surface);flex-direction:column;min-width:0;min-height:0;display:flex}.chat-fields-panel__header{border-bottom:1px solid var(--fg-color-border);align-items:center;min-height:58px;padding:0 16px;display:flex}.chat-fields-panel__header div{gap:2px;display:grid}.chat-fields-panel__header strong{font-size:.82rem}.chat-fields-panel__body{align-content:start;gap:14px;min-height:0;padding:16px;display:grid;overflow-y:auto}.chat-custom-field{gap:6px;display:grid}.chat-custom-field__label-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-custom-field label{color:var(--fg-color-text);font-size:.72rem;font-weight:700}.chat-custom-field input,.chat-custom-field textarea{box-sizing:border-box;border:1px solid var(--fg-color-border);width:100%;min-height:36px;color:var(--fg-color-text);background:var(--fg-color-background);font:inherit;border-radius:4px;outline:none;padding:8px 10px;font-size:.76rem}.chat-custom-field textarea{resize:vertical;min-height:72px}.chat-custom-field input:focus,.chat-custom-field textarea:focus{border-color:var(--fg-color-primary);box-shadow:0 0 0 2px #c8a24a1f}.chat-custom-field input:disabled,.chat-custom-field textarea:disabled{cursor:not-allowed;opacity:.62}.chat-custom-field__restricted{color:var(--fg-color-text-muted);background:var(--fg-color-background);border-radius:3px;padding:2px 5px;font-size:.6rem;font-weight:700}.chat-custom-field__saving{color:var(--fg-color-text-muted);font-size:.64rem}.chat-fields-panel__state{color:var(--fg-color-text-muted);padding:12px 0;font-size:.74rem}.chat-fields-panel__state--error{color:#a33}@media (width<=1100px){.chat-workspace{grid-template-columns:minmax(240px,300px) minmax(0,1fr);height:auto}.chat-fields-panel{border-top:1px solid var(--fg-color-border);border-left:0;grid-column:1/-1;max-height:380px}}@media (width<=640px){.chat-workspace{grid-template-columns:1fr}.chat-fields-panel{grid-column:auto;max-height:420px}}.chat-custom-field__actions{align-items:center;gap:6px;display:flex}.chat-custom-field__visibility-button{color:var(--fg-color-text-muted);cursor:pointer;background:0 0;border:0;padding:2px 5px;font-size:.62rem;font-weight:700}.chat-custom-field__visibility-button:hover{color:var(--fg-color-primary)}.chat-field-visibility{gap:14px;display:grid}.chat-field-visibility__heading{border-bottom:1px solid var(--fg-color-border);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;display:flex}.chat-field-visibility__heading div{gap:3px;display:grid}.chat-field-visibility__heading span{color:var(--fg-color-text-muted);font-size:.7rem}.chat-field-visibility__close{width:28px;height:28px;color:var(--fg-color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:4px;font-size:1.2rem}.chat-field-visibility__close:hover{color:var(--fg-color-text);background:var(--fg-color-background)}.chat-field-visibility__mode,.chat-field-visibility__member{cursor:pointer;align-items:flex-start;gap:9px;display:flex}.chat-field-visibility__mode>span,.chat-field-visibility__member>span{gap:2px;display:grid}.chat-field-visibility__mode strong,.chat-field-visibility__member strong{font-size:.74rem}.chat-field-visibility__mode small,.chat-field-visibility__member small{color:var(--fg-color-text-muted);font-size:.65rem;line-height:1.4}.chat-field-visibility__members{border:1px solid var(--fg-color-border);background:var(--fg-color-background);border-radius:4px;gap:8px;padding:10px;display:grid}.chat-field-visibility__member{border-radius:4px;padding:7px}.chat-field-visibility__member:hover{background:var(--fg-color-surface)}.chat-field-visibility__footer{border-top:1px solid var(--fg-color-border);justify-content:flex-end;gap:8px;padding-top:12px;display:flex}html,body,body *{caret-color:#0000}input,textarea,[contenteditable=true],[contenteditable=plaintext-only]{caret-color:auto}.chat-page__header{display:none}.chat-workspace{color:#f3efe4;height:calc(100vh - 68px);min-height:620px;box-shadow:none;background:#0d0d0d;border:1px solid #3a352b;border-radius:0;grid-template-columns:minmax(270px,320px) minmax(460px,1fr) minmax(300px,340px);overflow:hidden}.chat-conversations{background:#111;border-right:1px solid #3a352b}.chat-conversations__header{color:#f4f0e7;background:#151515;border-bottom:1px solid #3a352b;min-height:60px;padding:0 18px}.chat-conversations__header strong{font-size:1rem;font-weight:800}.chat-conversations__header>span{color:#ddd3bd;background:#24221e;border:1px solid #4d4637;border-radius:999px;justify-content:center;align-items:center;min-width:25px;height:25px;font-size:.7rem;font-weight:700;display:inline-flex}.chat-conversations__tabs{background:#101010;border:1px solid #35322c;border-radius:7px;gap:2px;width:fit-content;padding:2px;display:inline-flex}.chat-conversations__tab{color:#89857c;width:30px;height:30px;font:inherit;cursor:pointer;background:#181818;border:1px solid #0000;border-radius:5px;flex:0 0 30px;justify-content:center;align-items:center;padding:0;transition:border-color .12s,background .12s,color .12s,box-shadow .12s;display:inline-flex;position:relative}.chat-conversations__tab:hover{color:#d8d1c3;background:#20201f;border-color:#4c473d}.chat-conversations__tab:focus-visible{outline-offset:1px;outline:2px solid #d8ad31}.chat-conversations__tab--active{color:#dfb93e;background:#211f1a;border-color:#806b32;box-shadow:inset 0 0 0 1px #d8ad3112}.chat-conversations__tab--active:hover{color:#eccb66;background:#252219;border-color:#9b7d31}.chat-conversations__tab-icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.chat-conversations__tab-count{color:#bdb6a8;background:#20201f;border:1px solid #403c34;border-radius:999px;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 3px;font-size:.5rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-4px;right:-4px}.chat-conversations__tab--active .chat-conversations__tab-count{color:#e5c65f;background:#282318;border-color:#725f30}.chat-conversations__list{background:#111;padding:9px}.chat-conversation{color:#eee9df;background:0 0;border:1px solid #0000;border-radius:9px;gap:12px;margin-bottom:6px;padding:12px 11px;transition:background .12s,border-color .12s}.chat-conversation:hover{background:#1b1b1b}.chat-conversation--active{background:#2a2a2a;border-color:#3c3932;box-shadow:inset 2px 0 #d8ad31}.chat-conversation__avatar{color:#e3b93f;background:#22201c;border:1px solid #5a513f;flex-basis:40px;width:40px;height:40px}.chat-conversation__top strong{color:#f5f1e8;font-size:.82rem;font-weight:700}.chat-conversation__top time{color:#d8ad31;font-size:.65rem;font-weight:700}.chat-conversation__bottom{color:#aaa397;margin-top:4px;font-size:.67rem}.chat-conversation__bottom>span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-unread{color:#16130c;background:#dfb93e;min-width:19px;height:19px;padding:0 5px;font-size:.61rem;font-weight:900}.chat-thread{background:#0e0e0e;min-width:0}.chat-thread__header{background:#0f0f0f;border-bottom:1px solid #3a352b;min-height:60px;padding:0 20px}.chat-thread__header .chat-conversation__avatar{flex-basis:42px;width:42px;height:42px}.chat-thread__header strong{color:#f2eee5;font-size:.88rem}.chat-thread__header>div>span{color:#b8af9d;font-size:.66rem}.chat-contact-name-button{color:#f2eee5}.chat-contact-name-button__action{color:#c6bda9;font-size:.62rem}.chat-contact-name-button:hover strong{color:#e1bb47}.chat-messages{background:radial-gradient(circle at 50% 0,#d8ad3108,#0000 42%),#0e0e0e;gap:13px;padding:34px 28px}.chat-message{color:#f1eee7;max-width:min(68%,560px);box-shadow:none;background:#262626;border:1px solid #303030;border-radius:17px 17px 17px 4px;padding:11px 14px 8px}.chat-message--outbound{background:#1b1b1b;border:1px solid #d8ad31;border-radius:17px 17px 4px}.chat-message p{color:#f1eee7;font-size:.78rem;line-height:1.45}.chat-message footer{color:#8f8b83;gap:7px;margin-top:6px;font-size:.58rem}.chat-message--outbound footer>span:last-child{color:#d8ad31}.chat-message__delete{color:#8f8b83;opacity:0;transition:opacity .12s}.chat-message:hover .chat-message__delete,.chat-message__delete:focus-visible{opacity:.8}.chat-message__delete:hover{color:#d8ad31}.chat-composer{background:#101010;border-top:1px solid #3a352b;padding:13px 16px}.chat-composer__row{background:#1b1b1b;border:1px solid #34312b;border-radius:14px;gap:10px;padding:7px}.chat-composer textarea{color:#eee9df;resize:none;background:0 0;border:0;border-radius:10px;outline:none;min-height:38px;padding:9px 12px}.chat-composer textarea::placeholder{color:#89857d}.chat-composer textarea:focus{border:0}.chat-composer .fg-button,.chat-composer button[type=submit]{color:#18140b;background:#e2bd4a;border:1px solid #e2bd4a;border-radius:9px;min-height:38px;padding-inline:20px;font-weight:800}.chat-composer .fg-button:hover,.chat-composer button[type=submit]:hover{background:#efca57}.chat-fields-panel{color:#ece8df;background:#151515;border-left:1px solid #3a352b}.chat-fields-panel__header{background:#171717;border-bottom:1px solid #3a352b;min-height:60px;padding:0 17px}.chat-fields-panel__header strong{color:#f4efe6;font-size:.86rem}.chat-fields-panel__header span{color:#9d978b;font-size:.62rem}.chat-fields-panel__body{background:#151515;gap:13px;padding:16px 17px 24px}.chat-custom-field{gap:6px}.chat-custom-field__label-row{color:#ded7c8}.chat-custom-field__label-row label,.chat-custom-field__label-row strong{color:#d9d1c2;font-size:.64rem;font-weight:700}.chat-custom-field__visibility-button{color:#b2aa99}.chat-custom-field input,.chat-custom-field textarea,.chat-custom-field select{color:#eee9df;box-shadow:none;background:#202020;border:1px solid #343434;border-radius:7px;outline:none}.chat-custom-field input:focus,.chat-custom-field textarea:focus,.chat-custom-field select:focus{border-color:#b28f2e}.chat-fields-panel__state{color:#aaa397}.chat-empty,.chat-thread__placeholder{color:#8f8a80}.chat-empty strong,.chat-thread__placeholder strong{color:#d7d0c3}.chat-thread__placeholder-icon{color:#d8ad31}@media (width<=1180px){.chat-workspace{grid-template-columns:minmax(240px,290px) minmax(0,1fr);height:auto}.chat-fields-panel{border-top:1px solid #3a352b;border-left:0;grid-column:1/-1;max-height:400px}}@media (width<=720px){.chat-workspace{grid-template-columns:1fr}.chat-conversations{border-bottom:1px solid #3a352b;border-right:0;max-height:260px}.chat-message{max-width:88%}}:is(html:has(.chat-workspace),body:has(.chat-workspace)){background:#0d0d0d;height:100%;min-height:0;overflow:hidden}body:has(.chat-workspace){height:100dvh}.app-shell:has(.chat-workspace){height:100dvh;min-height:0;overflow:hidden}.main-content:has(.chat-workspace){background:#0d0d0d;width:100%;min-width:0;height:100%;min-height:0;padding:0;overflow:hidden}.main-content:has(.chat-workspace)>.chat-page{background:#0d0d0d;flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.chat-workspace{overflow:hidden}.chat-conversations,.chat-thread,.chat-fields-panel{height:100%;min-height:0;overflow:hidden}.chat-conversations__list,.chat-messages,.chat-fields-panel__body{min-height:0;overflow-y:auto}.chat-thread{flex-direction:column;display:flex}.chat-thread__header,.chat-composer{flex:none}.chat-messages{flex:auto}.chat-page .chat-workspace{flex:1 1 0;width:100%;height:auto;min-height:0;overflow:hidden}.chat-page .chat-thread{flex-direction:column;height:auto;min-height:0;display:flex;overflow:hidden}.chat-page .chat-thread__header{flex:none}.chat-page .chat-messages{flex:1 1 0;height:auto;min-height:0;overflow:hidden auto}.chat-page .chat-composer{z-index:2;flex:none;position:relative}.chat-page .chat-conversations,.chat-page .chat-fields-panel{min-height:0;overflow:hidden}.chat-page .chat-conversations__list,.chat-page .chat-fields-panel__body{overscroll-behavior:contain;min-height:0;overflow-y:auto}.chat-page .chat-messages{overscroll-behavior:contain}.chat-message__image{object-fit:cover;border-radius:12px;width:min(320px,100%);max-height:420px;display:block}.chat-message__image-button{cursor:default;background:0 0;border:0;border-radius:12px;padding:0;display:block}.chat-message__image-button:focus-visible{outline-offset:3px;outline:2px solid #d8ad31}.chat-image-viewer{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000e0;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.chat-image-viewer__content{flex-direction:column;gap:12px;width:min(1100px,96vw);max-height:94vh;display:flex}.chat-image-viewer__actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.chat-image-viewer__download,.chat-image-viewer__close{color:#f1eee7;background:#181818;border:1px solid #4a4332;border-radius:9px}.chat-image-viewer__download{padding:8px 12px;text-decoration:none}.chat-image-viewer__download:hover{color:#d8ad31;border-color:#d8ad31}.chat-image-viewer__close{cursor:pointer;width:38px;height:38px;padding:0;font-size:1.5rem}.chat-image-viewer__image{object-fit:contain;border-radius:8px;width:auto;max-width:100%;max-height:calc(94vh - 62px);margin:auto;display:block}.chat-message__image-block{flex-direction:column;align-items:stretch;gap:5px;display:flex}.chat-message__image-actions{justify-content:flex-end;align-items:center;min-height:30px;display:flex}.chat-message__image-download{color:#aaa69c;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;text-decoration:none;transition:color .12s,background .12s;display:inline-flex}.chat-message__image-download svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.chat-message__image-download:hover{color:#d8ad31;background:#d8ad311a}.chat-message__image-download:focus-visible{outline-offset:2px;outline:2px solid #d8ad31}.chat-message__image-button{cursor:pointer!important}.chat-image-viewer__zoom-controls{align-items:center;gap:5px;margin-right:auto;display:flex}.chat-image-viewer__zoom-controls button{color:#f1eee7;cursor:pointer;background:#181818;border:1px solid #4a4332;border-radius:8px;justify-content:center;align-items:center;min-width:36px;height:36px;display:inline-flex}.chat-image-viewer__zoom-controls button:hover{color:#d8ad31;border-color:#d8ad31}.chat-image-viewer__zoom-value{font-size:.75rem;min-width:62px!important}.chat-image-viewer__stage{flex:auto;justify-content:center;align-items:center;width:100%;min-height:0;padding:20px;display:flex;overflow:auto}.chat-image-viewer__image{cursor:zoom-in;transform-origin:50%;-webkit-user-select:none;user-select:none;transition:transform .14s}.chat-image-viewer__image:active{cursor:zoom-out}.chat-image-viewer__content{height:min(94vh,1000px)}.chat-image-viewer__actions{flex:none}.chat-image-viewer__hint{color:#8e8a81;white-space:nowrap;margin-left:auto;margin-right:8px;font-size:.72rem}.chat-image-viewer__stage{touch-action:none;flex:auto;justify-content:center;align-items:center;width:100%;min-height:0;padding:20px;display:flex;position:relative;overflow:hidden}.chat-image-viewer__image{object-fit:contain;transform-origin:50%;-webkit-user-select:none;user-select:none;cursor:zoom-in;will-change:transform;max-width:100%;max-height:100%}.chat-image-viewer__image--pannable{cursor:grab}.chat-image-viewer__image--pannable:active{cursor:grabbing}@media (width<=760px){.chat-image-viewer__hint{display:none}}.chat-message__audio-player{align-items:center;width:310px;max-width:100%;display:flex}.chat-message__audio-player audio{width:100%;height:42px;display:block}.chat-composer__microphone{color:#17130a;cursor:pointer;background:#d8ad31;border:1px solid #4a4332;border-radius:50%;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.chat-composer__microphone svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.chat-composer__microphone:hover{filter:brightness(1.08)}.chat-composer__microphone:disabled{opacity:.45;cursor:not-allowed}.chat-audio-recorder{background:#171717;border:1px solid #39362f;border-radius:14px;align-items:center;gap:10px;min-height:52px;padding:7px 10px;display:flex}.chat-audio-recorder__label{color:#9e9a91;flex:auto;font-size:.8rem}.chat-audio-recorder__cancel,.chat-audio-preview__delete{color:#aaa69c;cursor:pointer;background:0 0;border:0}.chat-audio-recorder__cancel:hover,.chat-audio-preview__delete:hover{color:#e86e6e}.chat-audio-recorder__stop,.chat-audio-preview__send{color:#17130a;cursor:pointer;background:#d8ad31;border:1px solid #d8ad31;border-radius:10px;min-height:36px;padding:0 14px;font-weight:700}.chat-audio-preview{background:#171717;border:1px solid #39362f;border-radius:14px;align-items:center;gap:10px;min-height:54px;padding:7px 10px;display:flex}.chat-audio-preview audio{flex:auto;min-width:0;height:42px}@keyframes chat-audio-pulse{0%,to{opacity:1}50%{opacity:.35}}.chat-conversation__phone{color:#a7a7a7;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.72rem;line-height:1.2;display:block;overflow:hidden}.chat-thread__phone{color:#a7a7a7;margin-top:2px;font-size:.75rem;line-height:1.25;display:block}.chat-message__sticker{justify-content:center;align-items:center;width:min(220px,42vw);min-height:80px;display:flex}.chat-message__sticker img{object-fit:contain;width:100%;max-height:220px;display:block}.chat-message:has(.chat-message__sticker){box-shadow:none;background:0 0;border-color:#0000}.chat-message p.chat-message__emoji-only{overflow-wrap:normal;white-space:pre-wrap;margin:0;font-size:2.75rem;line-height:1.05}.chat-message:has(.chat-message__emoji-only){width:fit-content;box-shadow:none;background:0 0;border-color:#0000;padding:2px 4px}.chat-message:has(.chat-message__emoji-only) footer{margin-top:1px}.chat-composer__attachment{color:#d8ad31;cursor:pointer;background:#1b1b1b;border:1px solid #353535;border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.chat-composer__attachment:disabled{cursor:not-allowed;opacity:.45}.chat-composer__attachment svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.chat-image-preview{background:#181818;border:1px solid #353535;border-radius:14px;grid-template-columns:minmax(120px,180px) 1fr;align-items:center;gap:12px;padding:10px;display:grid}.chat-image-preview__image{object-fit:cover;border-radius:10px;width:100%;max-height:160px;display:block}.chat-image-preview__content{flex-direction:column;gap:10px;min-width:0;display:flex}.chat-image-preview__content textarea{resize:vertical;width:100%;min-height:58px}.chat-image-preview__actions{justify-content:flex-end;gap:8px;display:flex}.chat-message__optimistic-image{object-fit:contain;border-radius:12px;max-width:min(320px,100%);max-height:360px;display:block}.chat-message__retry{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}@media (width<=720px){.chat-image-preview{grid-template-columns:1fr}.chat-image-preview__image{max-height:220px}}:is(.chat-message:has(.chat-message__image),.chat-message:has(.chat-message__optimistic-image)){width:fit-content;max-width:min(420px,72%);padding:5px}:is(.chat-message:has(.chat-message__image) .chat-message__image,.chat-message:has(.chat-message__optimistic-image) .chat-message__optimistic-image){object-fit:contain;border-radius:12px;width:auto;max-width:100%;max-height:420px;display:block}:is(.chat-message:has(.chat-message__image) footer,.chat-message:has(.chat-message__optimistic-image) footer){justify-content:flex-end;width:auto;margin-top:4px;padding:0 3px 2px}:is(.chat-message:has(.chat-message__image)>p,.chat-message:has(.chat-message__optimistic-image)>p){margin:6px 5px 2px}.chat-attachment-preview__video{object-fit:contain;background:#080808;border-radius:10px;width:100%;max-height:240px;display:block}.chat-attachment-preview__audio{width:100%}.chat-attachment-preview__document{background:#111;border:1px solid #373737;border-radius:10px;align-items:center;gap:12px;min-width:0;padding:14px;display:flex}.chat-attachment-preview__document-icon{color:#d8ad31;background:#252525;border-radius:9px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;font-size:.7rem;font-weight:800;display:inline-flex}.chat-attachment-preview__document-info{flex-direction:column;gap:4px;min-width:0;display:flex}.chat-attachment-preview__document-info strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-attachment-preview__document-info small{opacity:.65}.chat-message__optimistic-video{object-fit:contain;background:#080808;border-radius:12px;width:auto;max-width:min(340px,100%);max-height:360px;display:block}.chat-message__optimistic-audio{width:min(320px,100%)}.chat-message__optimistic-document{background:#0003;border-radius:10px;align-items:center;gap:10px;min-width:240px;max-width:360px;padding:10px 12px;display:flex}.chat-message__optimistic-document-icon{color:#d8ad31;background:#ffffff0f;border-radius:8px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:.62rem;font-weight:800;display:inline-flex}.chat-message__optimistic-document>div{flex-direction:column;gap:3px;min-width:0;display:flex}.chat-message__optimistic-document strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-message__optimistic-document small{opacity:.65}:is(.chat-message:has(.chat-message__optimistic-video),.chat-message:has(.chat-message__optimistic-audio),.chat-message:has(.chat-message__optimistic-document)){width:fit-content;max-width:min(420px,72%)}.chat-message__media-stack,.chat-message__video-block{gap:6px;display:grid}.chat-message__video{background:#080808;border-radius:8px;width:min(320px,100%);max-height:360px;display:block}.chat-message__media-download{opacity:.78;width:fit-content;font-size:.72rem;text-decoration:none}.chat-message__media-download:hover{opacity:1;text-decoration:underline}.chat-message__document{background:#ffffff0a;border:1px solid #ffffff17;border-radius:8px;align-items:center;gap:9px;max-width:360px;padding:7px 8px;display:flex}.chat-message__document-icon{background:#ffffff12;border-radius:7px;place-items:center;width:38px;min-width:38px;height:38px;font-size:.64rem;font-weight:800;display:grid}.chat-message__document-info strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.chat-message__document-info small{opacity:.62;font-size:.68rem}.chat-message__document-actions{flex-direction:column;gap:2px;display:flex}.chat-message__document-actions button,.chat-message__media-error button{color:inherit;font:inherit;cursor:pointer;opacity:.78;background:0 0;border:0;padding:2px 4px;font-size:.68rem}.chat-message__document-actions button:hover,.chat-message__media-error button:hover{opacity:1;text-decoration:underline}.chat-message__media-error{align-items:center;gap:8px;font-size:.78rem;display:flex}:is(.chat-message.chat-message--outbound:has(.chat-message__document-card),.chat-message.chat-message--inbound:has(.chat-message__document-card)){width:min(336px,82%);max-width:336px;box-shadow:none;background:0 0;border:0;border-radius:10px;padding:0;overflow:visible}.chat-message__document-card{color:#111b21;background:#fff;border:1px solid #d9dcdf;border-radius:10px;width:100%;overflow:hidden}.chat-message__document-preview{background:#f7f7f7;align-items:center;gap:11px;min-width:0;min-height:68px;padding:10px 58px 13px 12px;display:flex;position:relative}.chat-message__document-icon{color:#fff;background:#64748b;border-radius:4px;place-items:end center;width:36px;min-width:36px;height:43px;padding-bottom:6px;font-size:.5rem;font-weight:800;line-height:1;display:grid;position:relative;overflow:hidden}.chat-message__document-icon:before{content:"";background:linear-gradient(225deg,#f7f7f7 49%,#ffffff80 51%);width:10px;height:10px;position:absolute;top:0;right:0}.chat-message__document-icon[data-file-type=pdf]{background:#e11d48}.chat-message__document-icon[data-file-type=doc],.chat-message__document-icon[data-file-type=docx]{background:#2563eb}.chat-message__document-icon[data-file-type=xls],.chat-message__document-icon[data-file-type=xlsx]{background:#16834b}.chat-message__document-icon[data-file-type=ppt],.chat-message__document-icon[data-file-type=pptx]{background:#d4512c}.chat-message__document-icon[data-file-type=zip],.chat-message__document-icon[data-file-type=rar],.chat-message__document-icon[data-file-type="7z"]{background:#6b7280}.chat-message__document-info{flex:1;gap:4px;min-width:0;display:grid}.chat-message__document-info strong{color:#202c33;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:500;line-height:1.25;overflow:hidden}.chat-message__document-info small{color:#667781;font-size:.69rem;font-weight:400}.chat-message__document-meta{color:#667781;white-space:nowrap;align-items:center;gap:4px;font-size:.58rem;display:flex;position:absolute;bottom:5px;right:8px}.chat-message__document-actions{background:#fff;border-top:1px solid #d9dcdf;grid-template-columns:1fr 1fr;display:grid}.chat-message__document-actions button{color:#008069;min-height:40px;font:inherit;cursor:pointer;background:#fff;border:0;border-radius:0;padding:0 10px;font-size:.79rem;font-weight:500}.chat-message__document-actions button+button{border-left:1px solid #d9dcdf}.chat-message__document-actions button:hover{background:#f5f6f6;text-decoration:none}.chat-message__document-actions button:disabled{cursor:wait;opacity:.45}.chat-message__document-caption{margin:5px 4px 0}:is(.chat-message:has(.chat-message__document-card)>footer>time,.chat-message:has(.chat-message__document-card)>footer>span){display:none}.chat-message:has(.chat-message__document-card)>footer{min-height:0;margin:0;padding:0}@media (width<=620px){:is(.chat-message.chat-message--outbound:has(.chat-message__document-card),.chat-message.chat-message--inbound:has(.chat-message__document-card)){width:min(336px,94%);max-width:94%}}.chat-message__document-card{color:#f4f4f4;background:#171717;border-color:#d8ad313d}.chat-message__document-preview{width:100%;min-height:68px;color:inherit;font:inherit;text-align:left;cursor:pointer;appearance:none;background:#1d1d1d;border:0;border-radius:0;padding:10px 58px 13px 12px}.chat-message__document-preview:hover{background:#242424}.chat-message__document-preview:focus-visible{outline-offset:-2px;outline:2px solid #d8ad31}.chat-message__document-preview:disabled{cursor:wait;opacity:.7}.chat-message__document-icon:before{background:linear-gradient(225deg,#1d1d1d 49%,#ffffff7a 51%)}.chat-message__document-info strong{color:#f4f4f4}.chat-message__document-info small{color:#9d9d9d}.chat-message__document-meta{color:#8f8f8f}.chat-message__document-meta span{color:#d8ad31}.chat-message__document-actions{background:#171717;border-top-color:#303030}.chat-message__document-actions button{color:#d8ad31;background:#171717}.chat-message__document-actions button+button{border-left-color:#303030}.chat-message__document-actions button:hover{color:#e6bd43;background:#222}.chat-message__audio-content{gap:5px;display:grid}.chat-audio-media{background:#1b1b1b;border:1px solid #d8ad3138;border-radius:10px;align-items:center;gap:10px;width:min(330px,100%);min-width:260px;padding:9px 10px;display:flex}.chat-audio-media__play{color:#111;cursor:pointer;background:#d8ad31;border:0;border-radius:50%;place-items:center;width:38px;min-width:38px;height:38px;padding:0;display:grid}.chat-audio-media__play svg{fill:currentColor;width:19px;height:19px}.chat-audio-media__body{flex:1;gap:4px;min-width:0;display:grid}.chat-audio-media__body strong{text-overflow:ellipsis;white-space:nowrap;font-size:.79rem;font-weight:600;overflow:hidden}.chat-audio-media__progress{accent-color:#d8ad31;cursor:pointer;width:100%;margin:0}.chat-audio-media__meta{color:#8f8f8f;justify-content:space-between;gap:8px;font-size:.62rem;display:flex}.chat-audio-media__mic{color:#d8ad31;place-items:center;width:26px;min-width:26px;height:26px;display:grid}.chat-audio-media__mic svg{fill:currentColor;width:20px;height:20px}.chat-audio-media audio{display:none}.chat-message__audio-content>.chat-message__media-download{color:#d8ad31;justify-self:end;font-size:.67rem;text-decoration:none}.chat-message__video-card{background:#171717;border:1px solid #d8ad3138;border-radius:10px;width:min(345px,100%);display:grid;overflow:hidden}.chat-message__video-card .chat-message__video{background:#000;border-radius:0;width:100%;max-height:420px;display:block}.chat-message__video-meta{justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:7px 9px;display:flex}.chat-message__video-meta>div{gap:2px;min-width:0;display:grid}.chat-message__video-meta strong{text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:500;overflow:hidden}.chat-message__video-meta small{color:#8f8f8f;font-size:.62rem}.chat-message__video-meta a{color:#d8ad31;font-size:.68rem;text-decoration:none}.chat-message__video-meta a:hover,.chat-message__audio-content>.chat-message__media-download:hover{text-decoration:underline}@media (width<=620px){.chat-audio-media{min-width:225px}.chat-message__video-card{width:min(320px,100%)}}.chat-audio-media--voice{width:min(238px,100%);min-width:0}.chat-audio-media--file{width:min(300px,100%);min-width:0}.chat-audio-media--voice .chat-audio-media__meta{justify-content:flex-start}.chat-audio-recorder{background:#171717;border:1px solid #39362f;border-radius:16px;align-items:center;gap:9px;width:100%;min-width:0;min-height:56px;padding:6px 7px 6px 8px;display:flex;overflow:hidden}.chat-audio-recorder__delete,.chat-audio-recorder__pause,.chat-audio-recorder__send{cursor:pointer;border:0;flex:none;justify-content:center;align-items:center;display:inline-flex}.chat-audio-recorder__delete,.chat-audio-recorder__pause{color:#e7e3da;background:0 0;border-radius:50%;width:36px;height:36px}.chat-audio-recorder__delete svg,.chat-audio-recorder__pause svg,.chat-audio-recorder__send svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.chat-audio-recorder__delete:hover{color:#ef7777;background:#ef777714}.chat-audio-recorder__pause:hover{background:#ffffff0f}.chat-audio-recorder__status{flex:none;align-items:center;gap:7px;min-width:62px;display:inline-flex}.chat-audio-recorder__status strong{color:#ece8df;font-variant-numeric:tabular-nums;min-width:38px;font-size:.92rem;font-weight:600}.chat-audio-recorder__dot{background:#e64b4b;border-radius:50%;flex:0 0 9px;width:9px;height:9px;animation:1s infinite chat-audio-pulse}.chat-audio-recorder--paused .chat-audio-recorder__dot{opacity:.55;animation:none}.chat-audio-recorder__wave{flex:auto;justify-content:center;align-items:center;gap:2px;min-width:30px;height:30px;display:flex;overflow:hidden}.chat-audio-recorder__wave-bar{transform-origin:50%;background:#8e8a81;border-radius:999px;flex:0 0 2px;width:2px;animation:.9s ease-in-out infinite chat-audio-recorder-wave}.chat-audio-recorder__wave-bar--0{height:5px}.chat-audio-recorder__wave-bar--1{height:10px}.chat-audio-recorder__wave-bar--2{height:16px}.chat-audio-recorder__wave-bar--3{height:9px}.chat-audio-recorder__wave-bar--4{height:13px}.chat-audio-recorder__wave-bar:nth-child(3n){animation-delay:-.18s}.chat-audio-recorder__wave-bar:nth-child(4n){animation-delay:-.37s}.chat-audio-recorder__wave-bar:nth-child(5n){animation-delay:-.55s}.chat-audio-recorder--paused .chat-audio-recorder__wave-bar{opacity:.55;animation-play-state:paused}.chat-audio-recorder__send{color:#17130a;background:#d8ad31;border-radius:50%;width:44px;height:44px;box-shadow:0 4px 14px #00000038}.chat-audio-recorder__send:hover:not(:disabled){filter:brightness(1.06)}.chat-audio-recorder__send:disabled{cursor:not-allowed;opacity:.55}@keyframes chat-audio-recorder-wave{0%,to{opacity:.55;transform:scaleY(.65)}50%{opacity:1;transform:scaleY(1.2)}}@media (width<=720px){.chat-audio-recorder{gap:5px;padding-left:5px}.chat-audio-recorder__status{gap:5px;min-width:57px}.chat-audio-recorder__delete,.chat-audio-recorder__pause{width:32px;height:32px}.chat-audio-recorder__wave{gap:1px}.chat-audio-recorder__wave-bar:nth-child(n+25){display:none}}.chat-audio-recorder--sending .chat-audio-recorder__dot{opacity:.65;animation:none}.chat-audio-recorder--sending .chat-audio-recorder__wave-bar{opacity:.62;animation-play-state:paused}.chat-audio-recorder--sending .chat-audio-recorder__delete:disabled,.chat-audio-recorder--sending .chat-audio-recorder__pause:disabled{cursor:default;opacity:.42}.chat-audio-recorder--sending .chat-audio-recorder__send:disabled{cursor:default;opacity:.72}.chat-message__deleted,.chat-message__whatsapp-deleted{opacity:.68;margin-top:.35rem;font-size:.72rem;font-style:italic;line-height:1.25;display:block}.chat-message__media-placeholder{box-sizing:border-box;opacity:0;background:#171717;border:1px solid #39362f;border-radius:14px;animation:.12s .12s forwards chat-media-placeholder-reveal;position:relative;overflow:hidden}.chat-message__media-placeholder--audio{align-items:center;gap:12px;width:min(238px,100%);min-height:52px;padding:7px 10px;display:flex}.chat-message__media-placeholder--image{aspect-ratio:4/5;width:min(238px,100%);min-height:260px}.chat-message__media-placeholder--video{aspect-ratio:9/16;width:min(300px,100%);min-height:260px}.chat-message__media-placeholder-surface{background:linear-gradient(105deg,#171717 20%,#22211f 42%,#171717 64%) 0 0/220% 100%;animation:1.2s linear infinite chat-media-placeholder-wave;position:absolute;inset:0}.chat-message__media-placeholder-play{color:#8f8a7f;background:#242321;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:.75rem;display:grid}.chat-message__media-placeholder-track{background:linear-gradient(90deg,#39362f 0 18%,#252421 18% 100%);border-radius:999px;flex:auto;height:4px}@keyframes chat-media-placeholder-reveal{to{opacity:1}}@keyframes chat-media-placeholder-wave{0%{background-position:100% 0}to{background-position:-100% 0}}.chat-page .chat-thread__header .chat-service-status-control{align-items:center;gap:8px;min-width:0;margin-left:auto;display:inline-flex}.chat-page .chat-service-status-control>label{color:#918b80;letter-spacing:.04em;text-transform:uppercase;font-size:.7rem;font-weight:700}.chat-page .chat-archive-control{flex:none;align-items:center;display:inline-flex;position:relative}.chat-page .chat-archive-action{color:#e8c868;min-height:36px;font:inherit;cursor:pointer;background:#1b1811;border:1px solid #5d5135;border-radius:9px;padding:0 11px;font-size:.72rem;font-weight:800}.chat-page .chat-archive-action:hover:not(:disabled){color:#fff0bd;background:#292216;border-color:#d8ad31}.chat-page .chat-archive-action:focus-visible{outline-offset:2px;outline:2px solid #d8ad31}.chat-page .chat-archive-action:disabled{cursor:wait;opacity:.65}.chat-page .chat-archive-error{z-index:3;color:#fecaca;background:#281616;border:1px solid #7c4545;border-radius:7px;width:max-content;max-width:220px;padding:6px 8px;font-size:.66rem;line-height:1.3;position:absolute;top:calc(100% + 7px);right:0}.chat-page .chat-service-status-select,.chat-page .chat-service-status-readonly{box-sizing:border-box;color:#f3ede0;min-height:34px;font:inherit;background:#171717;border:1px solid #4a4438;border-radius:8px;font-size:.78rem;font-weight:650}.chat-page .chat-service-status-select{cursor:pointer;max-width:180px;padding:0 30px 0 10px}.chat-page .chat-service-status-select:hover:not(:disabled){border-color:#73684f}.chat-page .chat-service-status-select:focus-visible{outline-offset:2px;outline:2px solid #d8ad31}.chat-page .chat-service-status-readonly{align-items:center;padding:0 10px;display:inline-flex}.chat-page .chat-service-status-feedback,.chat-page .chat-service-status-error{white-space:nowrap;font-size:.68rem;line-height:1.2}.chat-page .chat-service-status-feedback{color:#aaa398}.chat-page .chat-service-status-error{color:#e9a2a2}.chat-page .chat-service-status-control[data-service-status=open] .chat-service-status-select,.chat-page .chat-service-status-control[data-service-status=open] .chat-service-status-readonly{border-color:#47745f}.chat-page .chat-service-status-control[data-service-status=in_progress] .chat-service-status-select,.chat-page .chat-service-status-control[data-service-status=in_progress] .chat-service-status-readonly{border-color:#9b7e30}.chat-page .chat-service-status-control[data-service-status=waiting] .chat-service-status-select,.chat-page .chat-service-status-control[data-service-status=waiting] .chat-service-status-readonly{border-color:#826a46}.chat-page .chat-service-status-control[data-service-status=resolved] .chat-service-status-select,.chat-page .chat-service-status-control[data-service-status=resolved] .chat-service-status-readonly{border-color:#557363}.chat-page .chat-service-status-control[data-service-status=closed] .chat-service-status-select,.chat-page .chat-service-status-control[data-service-status=closed] .chat-service-status-readonly{border-color:#625d55}@media (width<=760px){.chat-page .chat-thread__header .chat-service-status-control{flex-basis:100%;margin-left:51px}}.chat-page .chat-thread__header .chat-service-status-control{background:#121212;border:1px solid #3a362f;border-radius:12px;gap:7px;padding:6px 8px;position:relative}.chat-page .chat-thread__header .chat-service-status-control:before{content:"";border-radius:999px;flex:0 0 9px;width:9px;height:9px}.chat-page .chat-service-status-control>label{color:#c9c3b8;letter-spacing:.07em;font-size:.72rem;font-weight:800}.chat-page .chat-service-status-select,.chat-page .chat-service-status-readonly{letter-spacing:.015em;border-width:1px;border-radius:9px;min-height:38px;font-size:.82rem;font-weight:800}.chat-page .chat-service-status-select{min-width:155px;padding-left:12px}.chat-page .chat-service-status-control[data-service-status=open]:before{background:#60a5fa;box-shadow:0 0 0 4px #3b82f624}.chat-page .chat-service-status-control[data-service-status=open] .chat-service-status-select,.chat-page .chat-service-status-control[data-service-status=open] .chat-service-status-readonly{color:#bfdbfe;background:#3b82f629;border-color:#3b82f6;box-shadow:inset 0 0 0 1px #3b82f614}.chat-page .chat-service-status-control[data-service-status=in_progress]:before{background:#4ade80;box-shadow:0 0 0 4px #22c55e24}.chat-page .chat-service-status-control[data-service-status=in_progress] .chat-service-status-select,.chat-page .chat-service-status-control[data-service-status=in_progress] .chat-service-status-readonly{color:#bbf7d0;background:#22c55e26;border-color:#22c55e;box-shadow:inset 0 0 0 1px #22c55e14}.chat-page .chat-service-status-control[data-service-status=waiting]:before{background:#fbbf24;box-shadow:0 0 0 4px #f59e0b26}.chat-page .chat-service-status-control[data-service-status=waiting] .chat-service-status-select,.chat-page .chat-service-status-control[data-service-status=waiting] .chat-service-status-readonly{color:#fde68a;background:#f59e0b29;border-color:#f59e0b;box-shadow:inset 0 0 0 1px #f59e0b14}.chat-page .chat-service-status-control[data-service-status=resolved]:before{background:#2dd4bf;box-shadow:0 0 0 4px #14b8a624}.chat-page .chat-service-status-control[data-service-status=resolved] .chat-service-status-select,.chat-page .chat-service-status-control[data-service-status=resolved] .chat-service-status-readonly{color:#99f6e4;background:#14b8a626;border-color:#14b8a6;box-shadow:inset 0 0 0 1px #14b8a614}.chat-page .chat-service-status-control[data-service-status=closed]:before{background:#f87171;box-shadow:0 0 0 4px #ef444424}.chat-page .chat-service-status-control[data-service-status=closed] .chat-service-status-select,.chat-page .chat-service-status-control[data-service-status=closed] .chat-service-status-readonly{color:#fecaca;background:#ef444424;border-color:#ef4444;box-shadow:inset 0 0 0 1px #ef444414}.chat-page .chat-service-status-select:hover:not(:disabled){filter:brightness(1.15)}.chat-page .chat-service-status-select:focus-visible{outline-offset:3px;outline-width:2px}@media (width<=760px){.chat-page .chat-thread__header .chat-service-status-control{padding:5px 7px}.chat-page .chat-service-status-select{min-width:145px}}.chat-page .chat-service-status-select:disabled{cursor:default;opacity:.9}.chat-page .chat-service-status-dropdown{min-width:165px;position:relative}.chat-page .chat-service-status-trigger{width:100%;min-height:38px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-size:.82rem;font-weight:800;display:flex}.chat-page .chat-service-status-trigger:hover:not(:disabled){filter:brightness(1.18)}.chat-page .chat-service-status-trigger:focus-visible{outline-offset:3px;outline:2px solid #d8ad31}.chat-page .chat-service-status-trigger:disabled{cursor:default;opacity:.9}.chat-page .chat-service-status-trigger__chevron{border-bottom:2px solid;border-right:2px solid;flex:0 0 7px;width:7px;height:7px;transform:translateY(-2px)rotate(45deg)}.chat-page .chat-service-status-control[data-service-status=open] .chat-service-status-trigger{color:#dbeafe;background:#3b82f629;border-color:#3b82f6}.chat-page .chat-service-status-control[data-service-status=in_progress] .chat-service-status-trigger{color:#dcfce7;background:#22c55e29;border-color:#22c55e}.chat-page .chat-service-status-control[data-service-status=waiting] .chat-service-status-trigger{color:#fef3c7;background:#f59e0b2b;border-color:#f59e0b}.chat-page .chat-service-status-control[data-service-status=resolved] .chat-service-status-trigger{color:#ccfbf1;background:#14b8a629;border-color:#14b8a6}.chat-page .chat-service-status-control[data-service-status=closed] .chat-service-status-trigger{color:#fee2e2;background:#ef444426;border-color:#ef4444}.chat-page .chat-service-status-menu{z-index:100;background:#111;border:1px solid #4b463d;border-radius:11px;width:220px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 45px #0000007a,0 4px 14px #00000059}.chat-page .chat-service-status-option{--status-accent:#a8a29e;--status-selected-bg:#242424;color:#f4f1eb;width:100%;min-height:42px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:0 11px;font-size:.82rem;display:flex}.chat-page .chat-service-status-option+.chat-service-status-option{margin-top:2px}.chat-page .chat-service-status-option:hover{background:#28251f}.chat-page .chat-service-status-option:focus-visible{outline-offset:-2px;outline:2px solid #d8ad31}.chat-page .chat-service-status-option[aria-checked=true]{background:var(--status-selected-bg);box-shadow:inset 0 0 0 1px var(--status-accent)}.chat-page .chat-service-status-option__dot{background:var(--status-accent);border-radius:999px;flex:0 0 9px;width:9px;height:9px}.chat-page .chat-service-status-option__label{color:#f7f4ee;flex:auto;min-width:0;font-weight:700}.chat-page .chat-service-status-option__current{color:#aaa398;letter-spacing:.04em;text-transform:uppercase;flex:none;font-size:.66rem;font-weight:700}.chat-page .chat-service-status-option[data-service-status=open]{--status-accent:#60a5fa;--status-selected-bg:#3b82f62e}.chat-page .chat-service-status-option[data-service-status=in_progress]{--status-accent:#4ade80;--status-selected-bg:#22c55e2e}.chat-page .chat-service-status-option[data-service-status=waiting]{--status-accent:#fbbf24;--status-selected-bg:#f59e0b2e}.chat-page .chat-service-status-option[data-service-status=resolved]{--status-accent:#2dd4bf;--status-selected-bg:#14b8a62e}.chat-page .chat-service-status-option[data-service-status=closed]{--status-accent:#f87171;--status-selected-bg:#ef44442e}@media (width<=760px){.chat-page .chat-service-status-dropdown{width:100%;min-width:145px}.chat-page .chat-service-status-menu{width:min(220px,80vw);left:0;right:auto}}.chat-page .chat-service-status-control .chat-service-status-trigger,.chat-page .chat-service-status-control .chat-service-status-trigger>span{-webkit-text-fill-color:#fff;color:#fff!important}.chat-page .chat-service-status-control .chat-service-status-trigger:disabled,.chat-page .chat-service-status-control .chat-service-status-trigger:disabled>span{-webkit-text-fill-color:#fff;opacity:1;color:#fff!important}.chat-page .chat-service-status-option,.chat-page .chat-service-status-option__label{-webkit-text-fill-color:#f8f7f4;color:#f8f7f4!important}.chat-page .chat-service-status-option__current{-webkit-text-fill-color:#d6d1c8;color:#d6d1c8!important}.chat-page .chat-service-status-trigger__chevron{color:#fff!important}.chat-page .chat-assignee-control{align-items:center;gap:8px;display:flex;position:relative}.chat-page .chat-assignee-label{color:#9f9a91;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:700}.chat-page .chat-assignee-dropdown{min-width:170px;position:relative}.chat-page .chat-assignee-trigger{color:#fff;width:100%;min-height:38px;font:inherit;cursor:pointer;background:#191816;border:1px solid #4d4941;border-radius:9px;align-items:center;gap:9px;padding:4px 11px 4px 6px;display:flex}.chat-page .chat-assignee-trigger:hover:not(:disabled){background:#211f1c;border-color:#777064}.chat-page .chat-assignee-trigger:focus-visible{outline-offset:3px;outline:2px solid #d8ad31}.chat-page .chat-assignee-trigger:disabled{cursor:default;opacity:.88}.chat-page .chat-assignee-trigger__avatar,.chat-page .chat-assignee-option__avatar{color:#f5cb56;background:#3c3320;border-radius:999px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:900;display:inline-flex}.chat-page .chat-assignee-trigger__name{color:#fff;text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:.8rem;font-weight:800;overflow:hidden}.chat-page .chat-assignee-trigger__chevron{border-bottom:2px solid #d7d2c8;border-right:2px solid #d7d2c8;flex:0 0 7px;width:7px;height:7px;transform:translateY(-2px)rotate(45deg)}.chat-page .chat-assignee-menu{z-index:120;background:#11110f;border:1px solid #4b463d;border-radius:11px;width:285px;max-height:min(420px,65vh);padding:6px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 20px 50px #0000008c,0 5px 16px #00000061}.chat-page .chat-assignee-option{color:#f7f4ee;width:100%;min-height:50px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:7px 9px;display:flex}.chat-page .chat-assignee-option+.chat-assignee-option{margin-top:2px}.chat-page .chat-assignee-option:hover{background:#28251f}.chat-page .chat-assignee-option:focus-visible{outline-offset:-2px;outline:2px solid #d8ad31}.chat-page .chat-assignee-option[aria-checked=true]{background:#d8ad311f;box-shadow:inset 0 0 0 1px #d8ad318c}.chat-page .chat-assignee-option__avatar--empty{color:#aaa49a;background:#292724}.chat-page .chat-assignee-option__content{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.chat-page .chat-assignee-option__content strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:800;overflow:hidden}.chat-page .chat-assignee-option__content small{color:#918b81;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.chat-page .chat-assignee-option__current{color:#e6bd4c;letter-spacing:.05em;text-transform:uppercase;flex:none;font-size:.63rem;font-weight:800}.chat-page .chat-assignee-menu__state{color:#a8a298;text-align:center;padding:12px 10px;font-size:.75rem}.chat-page .chat-assignee-menu__state--error,.chat-page .chat-assignee-error{color:#fca5a5}.chat-page .chat-assignee-error{z-index:10;width:max-content;max-width:240px;font-size:.68rem;position:absolute;top:calc(100% + 4px);right:0}.chat-page .chat-assignee-readonly{color:#f5f3ef;background:#181715;border:1px solid #403d37;border-radius:8px;align-items:center;min-height:36px;padding:0 11px;font-size:.78rem;font-weight:700;display:inline-flex}@media (width<=900px){.chat-page .chat-assignee-control{width:100%}.chat-page .chat-assignee-dropdown{min-width:150px}.chat-page .chat-assignee-menu{width:min(285px,82vw);left:0;right:auto}}.chat-page .chat-right-sidebar{flex-direction:column;min-width:0;min-height:0;display:flex}.chat-page .chat-right-sidebar>.chat-assignee-control{border-bottom:1px solid #34312c;flex-direction:column;flex:none;align-items:stretch;gap:7px;width:100%;padding:14px 16px;display:flex;position:relative}.chat-page .chat-right-sidebar .chat-assignee-label{color:#9f9a91;letter-spacing:.04em;text-transform:uppercase;width:100%;font-size:.72rem;font-weight:700}.chat-page .chat-right-sidebar .chat-assignee-dropdown{width:100%;min-width:0}.chat-page .chat-right-sidebar .chat-assignee-trigger{gap:8px;width:100%;min-width:0;min-height:40px;padding:0 12px}.chat-page .chat-right-sidebar .chat-assignee-trigger__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.chat-page .chat-right-sidebar .chat-assignee-menu{width:100%;max-width:none;left:0;right:0}.chat-page .chat-right-sidebar .chat-assignee-option{gap:8px;min-height:42px;padding:8px 10px}.chat-page .chat-right-sidebar .chat-assignee-option__content{min-width:0}.chat-page .chat-right-sidebar .chat-assignee-readonly{width:100%;min-width:0}.chat-page .chat-right-sidebar .chat-assignee-error{width:auto;max-width:none;margin-top:1px;position:static}.chat-page .chat-right-sidebar>.chat-department-control{border-bottom:1px solid #34312c;flex-direction:column;flex:none;align-items:stretch;gap:7px;width:100%;min-width:0;padding:14px 16px;display:flex;position:relative}.chat-page .chat-department-label{color:#9f9a91;letter-spacing:.04em;text-transform:uppercase;width:100%;font-size:.72rem;font-weight:700}.chat-page .chat-department-dropdown{width:100%;min-width:0;position:relative}.chat-page .chat-department-trigger{color:#fff;width:100%;min-width:0;min-height:40px;font:inherit;cursor:pointer;background:#191816;border:1px solid #4d4941;border-radius:9px;align-items:center;gap:8px;padding:0 12px;display:flex}.chat-page .chat-department-trigger:hover:not(:disabled){background:#211f1c;border-color:#777064}.chat-page .chat-department-trigger:focus-visible,.chat-page .chat-department-option:focus-visible{outline-offset:-2px;outline:2px solid #d8ad31}.chat-page .chat-department-trigger:disabled{cursor:default;opacity:.88}.chat-page .chat-department-trigger__name{color:#fff;text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:.8rem;font-weight:800;overflow:hidden}.chat-page .chat-department-trigger__chevron{border-bottom:2px solid #d7d2c8;border-right:2px solid #d7d2c8;flex:0 0 7px;width:7px;height:7px;transform:translateY(-2px)rotate(45deg)}.chat-page .chat-department-menu{z-index:120;background:#11110f;border:1px solid #4b463d;border-radius:11px;width:100%;max-height:min(420px,65vh);padding:6px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 20px 50px #0000008c,0 5px 16px #00000061}.chat-page .chat-department-option{color:#f7f4ee;width:100%;min-width:0;min-height:42px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}.chat-page .chat-department-option+.chat-department-option{margin-top:2px}.chat-page .chat-department-option:hover{background:#28251f}.chat-page .chat-department-option[aria-checked=true]{background:#272521;box-shadow:inset 0 0 0 1px #565149}.chat-page .chat-department-option__content{flex:auto;min-width:0;display:flex}.chat-page .chat-department-option__content strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.8rem;font-weight:800;overflow:hidden}.chat-page .chat-department-option__current{color:#c8c3ba;letter-spacing:.05em;text-transform:uppercase;flex:none;font-size:.63rem;font-weight:800}.chat-page .chat-department-menu__state{color:#a8a298;text-align:center;padding:12px 10px;font-size:.75rem}.chat-page .chat-department-menu__state--error,.chat-page .chat-department-error{color:#fca5a5}.chat-page .chat-department-error{width:auto;max-width:none;margin-top:1px;font-size:.68rem}.chat-page .chat-department-readonly{color:#f5f3ef;text-overflow:ellipsis;white-space:nowrap;background:#181715;border:1px solid #403d37;border-radius:8px;align-items:center;width:100%;min-width:0;min-height:40px;padding:0 12px;font-size:.78rem;font-weight:700;display:inline-flex;overflow:hidden}@media (width<=900px){.chat-page .chat-department-menu{width:100%;max-width:min(100%,82vw)}}.chat-page .chat-conversation__top{align-items:center;gap:6px;min-width:0;display:flex}.chat-page .chat-conversation__top>strong{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.chat-page .chat-conversation__top-meta{flex:none;align-items:center;gap:6px;display:inline-flex}.chat-page .chat-conversation__service-status{letter-spacing:.015em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;height:18px;padding:0 6px;font-size:.55rem;font-weight:900;line-height:1;display:inline-flex}.chat-page .chat-conversation__service-status--open{color:#fff;background:#3b82f6}.chat-page .chat-conversation__service-status--in_progress{color:#fff;background:#22c55e}.chat-page .chat-conversation__service-status--waiting{color:#221b08;background:#f59e0b}.chat-page .chat-conversation__service-status--resolved{color:#fff;background:#14b8a6}.chat-page .chat-conversation__service-status--closed{color:#fff;background:#ef4444}.chat-page .chat-conversation__top-meta time{flex:none}.chat-page .chat-thread__header>div{min-width:0}.chat-page .chat-contact-name-button{min-width:0;max-width:100%}.chat-page .chat-contact-name-button strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;display:block;overflow:hidden}.departments-page{gap:18px;display:grid}.departments-page__header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.departments-page__header h1{margin-bottom:4px}.departments-page__header p{color:var(--fg-color-text-muted);margin:0}.departments-page__primary{border:1px solid var(--fg-color-gold);min-height:38px;color:var(--fg-color-black);background:var(--fg-color-gold);cursor:pointer;border-radius:4px;padding:0 16px;font-weight:700}.departments-page__primary:disabled{cursor:wait;opacity:.65}.departments-page__card{overflow:hidden}.departments-page__state{margin:0;padding:24px}.departments-page__error{color:#b91c1c;background:#fef2f2;border:1px solid #ef4444;border-radius:4px;padding:10px 12px}.department-status{border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.department-status--active{color:#166534;background:#dcfce7}.department-status--inactive{color:#52525b;background:#f4f4f5}.departments-table__actions{justify-content:flex-end;gap:8px;display:flex}.departments-table__actions button{border:1px solid var(--fg-color-border);background:var(--fg-color-surface);cursor:pointer;border-radius:3px;padding:6px 9px}.departments-table__actions button:disabled{cursor:wait;opacity:.55}@media (width<=700px){.departments-page__header{flex-direction:column;align-items:stretch}.departments-page__primary{width:100%}}.department-members-panel{padding:18px}.department-members-panel__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.department-members-panel__header h2{margin:0 0 4px;font-size:18px}.department-members-panel__header p{color:var(--fg-color-text-muted);margin:0}.department-members-panel__header button{border:1px solid var(--fg-color-border);background:var(--fg-color-surface);cursor:pointer;border-radius:3px;padding:6px 10px}.department-members-modal{z-index:100;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.department-members-modal__backdrop{background:#00000085;position:absolute;inset:0}.department-members-modal__panel{z-index:1;border:1px solid var(--fg-color-border);border-top:3px solid var(--fg-color-gold);background:var(--fg-color-surface);border-radius:5px;width:min(620px,100%);max-height:calc(100vh - 48px);position:relative;overflow:hidden;box-shadow:0 20px 60px #00000047}.department-members-modal__header{border-bottom:1px solid var(--fg-color-border);justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 22px;display:flex}.department-members-modal__eyebrow{color:var(--fg-color-text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:800;display:block}.department-members-modal__header h2{margin:0 0 4px;font-size:20px}.department-members-modal__header p,.department-member-add__heading p,.department-members-current__heading p{color:var(--fg-color-text-muted);margin:0;font-size:12px}.department-members-modal__close{cursor:pointer;background:0 0;border:0;width:32px;height:32px;font-size:22px}.department-members-modal__body{max-height:calc(100vh - 170px);padding:20px 22px;overflow-y:auto}.department-members-current__heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.department-members-current__heading h3,.department-member-add__heading h3{margin:0 0 3px;font-size:14px}.department-members-current__heading>span{text-align:center;background:#f0efeb;border-radius:999px;min-width:28px;padding:4px 8px;font-size:11px;font-weight:800}.department-members-list{border:1px solid var(--fg-color-border);border-radius:4px}.department-members-list__item{justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 12px;display:flex}.department-members-list__item+.department-members-list__item{border-top:1px solid var(--fg-color-border)}.department-members-list__item>div{gap:3px;display:grid}.department-members-list__item strong{font-size:13px}.department-members-list__item span{color:var(--fg-color-text-muted);font-size:12px}.department-members-list__item button{border:1px solid var(--fg-color-border);background:var(--fg-color-surface);cursor:pointer;border-radius:3px;padding:6px 10px}.department-members-empty{border:1px dashed var(--fg-color-border);color:var(--fg-color-text-muted);border-radius:4px;padding:18px;font-size:12px}.department-member-add{border-top:1px solid var(--fg-color-border);margin-top:20px;padding-top:20px}.department-member-add__controls{grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:12px;display:grid}.department-member-add__controls select{border:1px solid var(--fg-color-border);background:var(--fg-color-surface);min-height:38px;font:inherit;border-radius:3px;padding:0 10px}.department-member-add__empty{color:var(--fg-color-text-muted);margin:10px 0 0;font-size:12px}@media (width<=600px){.department-members-modal{padding:12px}.department-member-add__controls{grid-template-columns:1fr}}.department-members-modal__backdrop{cursor:default;background:#00000080;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.department-members-modal__panel{width:min(680px,100%)}.department-people-section+.department-people-section{border-top:1px solid var(--fg-color-border);margin-top:22px;padding-top:22px}.department-people-section__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.department-people-section__header h3{margin:0 0 3px;font-size:14px}.department-people-section__header p{color:var(--fg-color-text-muted);margin:0;font-size:12px}.department-people-count{text-align:center;background:#f0efeb;border-radius:999px;min-width:28px;padding:4px 8px;font-size:11px;font-weight:800}.department-people-search{margin-bottom:12px}.department-people-search input{border:1px solid var(--fg-color-border);background:var(--fg-color-surface);width:100%;height:40px;font:inherit;border-radius:4px;outline:none;padding:0 12px}.department-people-search input:focus{border-color:var(--fg-color-gold);box-shadow:0 0 0 2px #c49d3d1f}.department-people-list{border:1px solid var(--fg-color-border);border-radius:4px;overflow:hidden}.department-person{grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:62px;padding:10px 12px;display:grid}.department-person+.department-person{border-top:1px solid var(--fg-color-border)}.department-person__avatar{color:#8d6a16;background:#faf6ea;border:1px solid #d4c49a;border-radius:50%;place-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:grid}.department-person__identity{gap:2px;min-width:0;display:grid}.department-person__identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.department-person__identity span{color:var(--fg-color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.department-person__add,.department-person__remove{cursor:pointer;border-radius:3px;min-height:32px;padding:0 11px;font-size:12px;font-weight:700}.department-person__add{border:1px solid var(--fg-color-gold);background:var(--fg-color-gold)}.department-person__remove{border:1px solid var(--fg-color-border);background:0 0}.department-person__add:disabled,.department-person__remove:disabled{cursor:wait;opacity:.55}.department-people-empty{border:1px dashed var(--fg-color-border);color:var(--fg-color-text-muted);border-radius:4px;padding:18px 14px;font-size:12px}.department-editor-modal{z-index:110;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.department-editor-modal__backdrop{background:#00000085;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.department-editor-modal__panel{z-index:1;border:1px solid var(--fg-color-border);border-top:3px solid var(--fg-color-gold);background:var(--fg-color-surface);border-radius:5px;width:min(480px,100%);position:relative;overflow:hidden;box-shadow:0 20px 60px #00000047}.department-editor-modal__header{border-bottom:1px solid var(--fg-color-border);justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 22px;display:flex}.department-editor-modal__eyebrow{color:var(--fg-color-text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:800;display:block}.department-editor-modal__header h2{margin:0 0 4px;font-size:19px}.department-editor-modal__header p{color:var(--fg-color-text-muted);margin:0;font-size:12px}.department-editor-modal__close{cursor:pointer;background:0 0;border:0;flex:none;place-items:center;width:32px;height:32px;padding:0;font-size:22px;display:grid}.department-editor-modal__body{padding:22px}.department-editor-field{gap:7px;display:grid}.department-editor-field>span{font-size:12px;font-weight:700}.department-editor-field input{box-sizing:border-box;border:1px solid var(--fg-color-border);background:var(--fg-color-surface);width:100%;min-height:42px;font:inherit;border-radius:4px;outline:none;padding:0 12px}.department-editor-field input:focus{border-color:var(--fg-color-gold);box-shadow:0 0 0 2px #c49d3d1f}.department-editor-hint{color:var(--fg-color-text-muted);margin:7px 0 0;font-size:11px}.department-editor-modal__footer{border-top:1px solid var(--fg-color-border);background:#faf9f6;justify-content:flex-end;gap:9px;padding:14px 22px;display:flex}.department-editor-modal__cancel{border:1px solid var(--fg-color-border);background:var(--fg-color-surface);cursor:pointer;border-radius:4px;min-height:38px;padding:0 14px;font-weight:600}.department-editor-modal button:disabled,.department-editor-modal input:disabled{cursor:wait;opacity:.6}@media (width<=560px){.department-editor-modal{padding:12px}.department-editor-modal__footer{flex-direction:column-reverse}.department-editor-modal__footer button{width:100%}}
