:root{color:#22262d;background:#f5f6f8;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f5f6f8;--panel: #ffffff;--panel-soft: #f8f9fa;--line: #dfe2e6;--line-strong: #cbd0d6;--text: #22262d;--muted: #69717d;--subtle: #9299a3;--blue: #2f6fda;--red: #c5443e}*{box-sizing:border-box}html,body,#root{width:100%;min-width:0;min-height:100%;margin:0}body{min-width:320px;background:var(--bg)}button,input,select{font:inherit;letter-spacing:0}button,a,select{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid rgba(47,111,218,.35);outline-offset:1px}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;height:56px;display:grid;grid-template-columns:210px minmax(0,1fr) 48px;align-items:center;border-bottom:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand-wrap{position:relative;align-self:stretch}.brand-button{width:100%;height:100%;display:flex;align-items:center;gap:9px;padding:0 14px;border:0;background:transparent;color:var(--text);cursor:pointer}.brand-button:hover{background:#f3f5f7}.brand-button>img{width:32px;height:32px;border-radius:6px}.brand-button>span{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.brand-button strong{font-size:13px;line-height:1.15}.brand-button small{color:var(--muted);font-size:10px;line-height:1.25}.brand-button>svg{width:13px;height:13px;margin-left:auto;color:var(--subtle)}.topbar-title{padding-left:22px;color:var(--muted);font-size:12px;font-weight:650}.profile-link{width:38px;height:38px;display:grid;place-items:center;border-radius:50%}.profile-link:hover{background:#eef0f3}.popover-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;border:0;background:transparent}.app-popover{position:absolute;z-index:31;top:49px;left:10px;width:188px;padding:6px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:0 12px 34px #171c2429}.app-popover a{height:36px;display:flex;align-items:center;gap:9px;padding:0 9px;border-radius:5px;color:#363b43;font-size:11px;font-weight:620;text-decoration:none}.app-popover a:hover{background:#f1f3f5}.app-popover svg{width:16px;height:16px;color:var(--muted)}.app-body{min-height:calc(100vh - 56px);display:grid;grid-template-columns:210px minmax(0,1fr)}.sidebar{position:sticky;top:56px;height:calc(100vh - 56px);padding:22px 10px;border-right:1px solid var(--line);background:#f1f3f5}.nav-label{padding:0 10px 8px;color:var(--subtle);font-size:9px;font-weight:760;text-transform:uppercase}.nav-button{width:100%;height:38px;display:flex;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#555d68;cursor:pointer;font-size:12px;font-weight:600;text-align:left}.nav-button:hover{background:#e6e9ed;color:var(--text)}.nav-button.is-active{background:#dde3ec;color:#1f4f99}.nav-button svg{width:17px;height:17px}.page-heading{min-height:64px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--line)}.page-heading h1,.page-heading h2,.detail-heading h2,.profile-summary h2{margin:0;color:var(--text);font-size:20px;line-height:1.25}.page-heading p,.detail-heading p,.profile-summary p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.compact-heading{min-height:auto;margin:0;padding:20px 18px 16px}.compact-heading h1{font-size:17px}.workspaces-page{min-width:0;min-height:calc(100vh - 56px);display:grid;grid-template-columns:minmax(290px,350px) minmax(480px,820px);align-items:stretch;justify-content:start;background:var(--panel)}.workspace-browser{min-width:0;border-right:1px solid var(--line);background:var(--panel-soft)}.workspace-groups{padding:12px 12px 30px}.workspace-group{margin-bottom:18px;overflow:hidden;border:1px solid var(--line-strong);border-radius:7px;background:var(--panel)}.workspace-group-heading{min-height:53px;display:flex;align-items:center;gap:10px;padding:8px 10px;border-bottom:1px solid var(--line);background:#f4f5f7}.workspace-group-organization{border-left:3px solid var(--group-color, #7a8492)}.group-mark{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border-radius:5px;color:#fff;font-size:9px;font-weight:780}.group-mark svg{width:15px;height:15px}.workspace-group-heading>span:last-child{min-width:0;display:flex;flex-direction:column}.workspace-group-heading strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.workspace-group-heading small{margin-top:2px;color:var(--muted);font-size:9px}.workspace-rows{padding:4px}.workspace-row{width:100%;min-height:43px;display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:9px;padding:6px 8px;border:0;border-radius:5px;background:transparent;color:var(--text);cursor:pointer;text-align:left}.workspace-row:hover{background:#f2f4f6}.workspace-row.is-active{background:#e6edf8}.workspace-row>i{width:8px;height:8px;border-radius:50%}.workspace-row>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.workspace-row strong{overflow:hidden;font-size:11px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.workspace-row small{margin-top:2px;color:var(--subtle);font-size:8px;text-transform:uppercase}.surface-dots{display:flex!important;flex-direction:row!important;gap:3px}.surface-dots b{width:5px;height:5px;border-radius:50%}.workspace-detail{min-width:0;padding:24px 28px 50px;background:var(--panel)}.detail-heading{min-height:54px;display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid var(--line)}.detail-heading>div:nth-child(2){min-width:0}.detail-heading h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-color-large{width:11px;height:35px;flex:0 0 11px;border-radius:3px}.role-badge{margin-left:auto;padding:4px 7px;border:1px solid var(--line);border-radius:4px;color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase}.detail-empty{min-height:360px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--subtle)}.detail-empty svg{width:25px;height:25px}.detail-empty h2{margin:0;font-size:13px}.settings-block{padding:22px 0;border-bottom:1px solid var(--line)}.settings-block:last-child{border-bottom:0}.settings-block-heading{min-height:34px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.settings-block-heading h3{margin:0;font-size:13px;line-height:1.3}.settings-block-heading p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.45}.owner-note,.count-label{display:inline-flex;align-items:center;gap:5px;color:var(--subtle);font-size:9px;font-weight:650}.owner-note svg{width:13px;height:13px}.count-label{padding:3px 6px;border-radius:4px;background:#eef0f2}.field-row{min-height:45px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #edf0f2;color:#444a53;font-size:11px}.field-row:first-of-type{border-top:0}.field-row select,.member-add select,.member-row select,.org-invite-row select,.org-member-row select{height:31px;min-width:178px;padding:0 28px 0 8px;border:1px solid var(--line-strong);border-radius:5px;background:#fff;color:var(--text);font-size:10px}select:disabled{opacity:.56;cursor:not-allowed}.surface-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.surface-option{min-width:0;border:1px solid var(--line);border-radius:7px;background:#fff}.surface-option.is-active{border-color:#b7c5d8;background:#f9fbfe}.surface-option>button{width:100%;min-height:55px;display:grid;grid-template-columns:30px minmax(0,1fr) 19px;align-items:center;gap:8px;padding:8px 9px;border:0;background:transparent;color:var(--text);cursor:pointer;text-align:left}.surface-option>button:disabled{cursor:not-allowed}.surface-icon{width:29px;height:29px;display:grid;place-items:center;border-radius:5px;background:#eef1f4}.surface-icon svg{width:16px;height:16px}.surface-option button>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.surface-option strong{font-size:11px}.surface-option small{margin-top:3px;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.surface-option button>i{width:18px;height:18px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:4px;color:#fff}.surface-option.is-active button>i{border-color:var(--blue);background:var(--blue)}.surface-option button>i svg{width:12px;height:12px}.surface-links{display:flex;gap:10px;padding:0 10px 8px 47px}.surface-links a{display:inline-flex;align-items:center;gap:3px;color:var(--blue);font-size:8px;font-weight:650;text-decoration:none}.surface-links a:hover{text-decoration:underline}.surface-links svg{width:9px;height:9px}.inline-note{margin:8px 0 0;color:var(--subtle);font-size:9px}.member-add,.org-invite-row{min-height:45px;display:flex;align-items:center;gap:8px;margin-bottom:5px;padding:6px 8px;border-radius:6px;background:#f4f6f8}.member-add>svg,.org-invite-row>svg{width:16px;height:16px;flex:0 0 16px;color:var(--muted)}.member-add select{min-width:0;flex:1}.member-table,.org-member-list{border-top:1px solid var(--line)}.member-row,.org-member-row{min-height:51px;display:grid;grid-template-columns:31px minmax(0,1fr) 105px 30px;align-items:center;gap:9px;border-bottom:1px solid #edf0f2}.member-row:last-child,.org-member-row:last-child{border-bottom:0}.member-identity,.org-member-row>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.member-row strong,.org-member-row strong{overflow:hidden;font-size:10px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.member-row small,.org-member-row small{margin-top:2px;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.member-row select,.org-member-row select{min-width:0;width:105px}.inline-action{display:inline-flex;align-items:center;gap:7px;margin-bottom:10px;padding:0;border:0;background:transparent;color:var(--blue);cursor:pointer;font-size:10px;font-weight:650}.inline-action svg{width:14px;height:14px}.organizations-page,.profile-page{width:100%;max-width:1120px;padding:28px 34px 60px}.create-org{display:flex;gap:7px}.create-org input,.organization-name-input,.org-invite-row input{height:34px;padding:0 10px;border:1px solid var(--line-strong);border-radius:5px;background:#fff;color:var(--text);font-size:10px}.create-org input{width:210px}.organization-stack{display:flex;flex-direction:column;gap:26px}.organization-panel{overflow:hidden;border:1px solid var(--line-strong);border-left:4px solid var(--org-color);border-radius:7px;background:#fff}.organization-heading{min-height:73px;display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line-strong);background:#f1f3f5}.organization-mark{width:41px;height:41px;flex:0 0 41px;display:grid;place-items:center;border-radius:6px;background:var(--org-color);color:#fff;font-size:11px;font-weight:780}.organization-heading>div{min-width:0;display:flex;flex-direction:column}.organization-name{max-width:100%;overflow:hidden;padding:0;border:0;background:transparent;color:var(--text);cursor:pointer;font-size:15px;font-weight:720;text-align:left;text-overflow:ellipsis;white-space:nowrap}.organization-name:disabled{cursor:default}.organization-heading>div>span{margin-top:4px;color:var(--muted);font-size:9px}.organization-name-input{width:min(330px,60vw);height:30px;font-size:13px;font-weight:680}.organization-content{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr)}.organization-column{min-width:0;padding:16px}.organization-column+.organization-column{border-left:1px solid var(--line);background:#fafbfc}.column-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;color:#4c535d;font-size:10px;font-weight:720;text-transform:uppercase}.column-heading small{color:var(--subtle);font-size:9px}.org-invite-row{display:grid;grid-template-columns:17px minmax(120px,1fr) 88px auto}.org-invite-row input{min-width:0;width:100%;height:31px}.org-invite-row select{min-width:0;width:88px}.org-member-row{grid-template-columns:30px minmax(0,1fr) 92px 30px}.org-member-row select{width:92px}.org-workspace-list{border-top:1px solid var(--line)}.org-workspace-list>button{width:100%;min-height:51px;display:grid;grid-template-columns:8px minmax(0,1fr) 17px;align-items:center;gap:9px;padding:7px 4px;border:0;border-bottom:1px solid #edf0f2;background:transparent;color:var(--text);cursor:pointer;text-align:left}.org-workspace-list>button:hover{background:#f2f4f6}.org-workspace-list>button>i{width:8px;height:8px;border-radius:50%}.org-workspace-list>button>span{min-width:0;display:flex;flex-direction:column}.org-workspace-list strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.org-workspace-list small{margin-top:3px;color:var(--muted);font-size:8px}.org-workspace-list svg{width:15px;height:15px;color:var(--subtle)}.organization-loading{height:150px;display:grid;place-items:center;color:var(--subtle)}.avatar{position:relative;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:50%;color:#fff;font-size:9px;font-style:normal;font-weight:720}.avatar img{width:100%;height:100%;object-fit:cover}.primary-button,.secondary-button,.icon-button{height:33px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;border:1px solid var(--line-strong);border-radius:5px;background:#fff;color:#343a43;cursor:pointer;font-size:10px;font-weight:660;text-decoration:none}.primary-button{border-color:var(--blue);background:var(--blue);color:#fff}.primary-button:hover{background:#285fba}.secondary-button:hover{background:#f2f4f6}.primary-button:disabled,.secondary-button:disabled,.icon-button:disabled{opacity:.5;cursor:not-allowed}.primary-button svg,.secondary-button svg{width:14px;height:14px}.icon-button{width:30px;height:30px;padding:0}.icon-button svg{width:14px;height:14px}.icon-button.danger{color:var(--red)}.icon-button.danger:hover{border-color:#e4b2ae;background:#fff5f4}.profile-summary{display:flex;align-items:center;gap:16px;padding-bottom:24px;border-bottom:1px solid var(--line)}.profile-settings{max-width:620px}.profile-settings .secondary-button{margin-top:2px}.empty-state,.signed-out,.center-screen{min-height:100vh;display:grid;place-items:center;align-content:center;gap:10px;padding:30px;color:var(--muted);text-align:center}.empty-state{min-height:260px}.empty-state svg{width:30px;height:30px;color:var(--subtle)}.empty-state h2,.signed-out h1{margin:0;color:var(--text);font-size:18px}.empty-state p,.signed-out p{margin:0 0 8px;font-size:11px}.signed-out img{width:54px;height:54px;border-radius:8px}.center-screen{min-height:100vh;grid-template-columns:auto auto;font-size:11px}.center-screen svg{width:18px;height:18px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;z-index:50;left:50%;bottom:22px;max-width:min(420px,calc(100vw - 28px));transform:translate(-50%);padding:9px 12px;border-radius:5px;background:#22262d;color:#fff;box-shadow:0 8px 26px #161b2240;font-size:10px}@media(max-width:930px){.topbar{grid-template-columns:190px minmax(0,1fr) 48px}.app-body{grid-template-columns:62px minmax(0,1fr)}.sidebar{padding:18px 8px}.nav-label,.nav-button span{display:none}.nav-button{justify-content:center;padding:0}.nav-button svg{width:19px;height:19px}.workspaces-page{grid-template-columns:300px minmax(430px,1fr)}.workspace-detail{padding:22px 22px 46px}.organizations-page,.profile-page{padding:24px 24px 50px}.organization-content{grid-template-columns:1fr}.organization-column+.organization-column{border-top:1px solid var(--line);border-left:0}}@media(max-width:720px){.topbar{grid-template-columns:174px minmax(0,1fr) 45px}.topbar-title{display:none}.app-body{display:block}.sidebar{position:sticky;z-index:10;top:56px;width:100%;height:48px;display:flex;gap:3px;padding:5px 8px;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line)}.nav-button{width:auto;min-width:43px;height:37px;padding:0 11px}.nav-button span{display:inline}.workspaces-page{min-height:0;display:block}.workspace-browser{border-right:0;border-bottom:1px solid var(--line)}.workspace-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.workspace-group{margin:0}.workspace-detail{padding:20px 18px 44px}.surface-grid{grid-template-columns:1fr}.organizations-page,.profile-page{padding:20px 16px 45px}.page-heading{display:block}.create-org{margin-top:15px}.create-org input{min-width:0;flex:1}}@media(max-width:470px){.brand-button>span{display:none}.topbar{grid-template-columns:68px minmax(0,1fr) 44px}.brand-button{padding:0 13px}.brand-button>svg{margin-left:0}.nav-button span{display:none}.workspace-groups{grid-template-columns:1fr}.detail-heading{align-items:flex-start}.role-badge{margin-top:4px}.field-row{align-items:flex-start;flex-direction:column;gap:6px;padding:9px 0}.field-row select{width:100%}.member-row{grid-template-columns:31px minmax(0,1fr) 30px;padding:7px 0}.member-row select{grid-column:2;width:100%}.member-row>span:last-child{grid-column:3;grid-row:1 / 3}.member-add{flex-wrap:wrap}.member-add select{width:calc(100% - 24px);flex:1 1 auto}.member-add .secondary-button{margin-left:24px}.org-invite-row{grid-template-columns:17px minmax(0,1fr)}.org-invite-row select{grid-column:2;width:100%}.org-invite-row .secondary-button{grid-column:2}.org-member-row{grid-template-columns:30px minmax(0,1fr) 30px;padding:8px 0}.org-member-row select{grid-column:2;width:100%}.org-member-row>span:last-child{grid-column:3;grid-row:1 / 3}}
