:root{color-scheme:dark;--bg:#0b0e13;--panel:#11161e;--panel2:#161c25;--line:#293240;--text:#f3f6fb;--muted:#94a3b8;--accent:#e1ad45}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}.shell{min-height:100vh;padding:32px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;max-width:1180px;margin:0 auto 28px}.brand{letter-spacing:.12em;font-weight:800;font-size:14px}.brand span{color:var(--accent)}.card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:22px}.center{min-height:100vh;display:grid;place-items:center;padding:24px}.auth{width:min(430px,100%)}h1,h2,h3,p{margin-top:0}.muted{color:var(--muted)}.field{display:grid;grid-gap:7px;gap:7px;margin:14px 0}.field label{color:var(--muted);font-size:13px}input,textarea{width:100%;padding:12px 13px;border-radius:10px;border:1px solid var(--line);background:#0d1219;color:var(--text);outline:none}input:focus,textarea:focus{border-color:#66758b}.btn{border:1px solid var(--line);background:var(--panel2);color:var(--text);padding:10px 14px;border-radius:10px;cursor:pointer;font-weight:700}.btn.primary{background:var(--accent);border-color:var(--accent);color:#19140a}.btn.ghost{background:transparent}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:15px;gap:15px}.project{cursor:pointer;min-height:145px;display:flex;flex-direction:column;justify-content:space-between;transition:.15s ease}.project:hover{transform:translateY(-2px);border-color:#465267}.badge{color:var(--muted);border:1px solid var(--line);padding:4px 8px;border-radius:999px;font-size:12px}.modalBack{position:fixed;inset:0;background:rgba(0,0,0,.7);display:grid;place-items:center;padding:20px}.modal{width:min(500px,100%)}.notice{border:1px solid var(--line);background:#0d1219;border-radius:10px;padding:10px 12px;color:var(--muted);font-size:13px}.error{color:#ff9b9b}.success{color:#9ce0ad}.section{max-width:1180px;margin:0 auto 28px}.empty{padding:42px;text-align:center}@media (max-width:650px){.shell{padding:18px}.topbar{align-items:flex-start;flex-direction:column}}select{width:100%;padding:12px 13px;border-radius:10px;border:1px solid var(--line);background:#0d1219;color:var(--text);outline:none}.linkBtn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:var(--muted);padding:0;cursor:pointer;font:inherit}.linkBtn:hover{color:var(--text)}.projectHero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.cloudStatus,.privacyPill{border:1px solid #294d3a;background:#10271b;color:#9ce0ad;padding:8px 11px;border-radius:999px;font-size:12px;white-space:nowrap}.twoCol{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.spotterShell{height:100vh;display:grid;grid-template-rows:auto 1fr;overflow:hidden;background:#080b10}.spotterTop{min-height:52px;display:grid;grid-template-columns:1fr auto 1fr;grid-gap:16px;gap:16px;padding:8px 16px}.spotterTop>div:nth-child(2){display:grid;text-align:center;grid-gap:2px;gap:2px}.spotterTop span{color:var(--muted);font-size:11px}.spotterTop .cloudStatus{justify-self:end}.spotterFrame{display:block;width:100%;height:100%;border:0;background:#090c11}@media(max-width:700px){.twoCol{grid-template-columns:1fr}.projectHero{flex-direction:column}.spotterTop{grid-template-columns:auto 1fr}.spotterTop>div:nth-child(2){text-align:left}.spotterTop .cloudStatus{display:none}}.nicknameField{display:flex;align-items:center;border:1px solid var(--line);background:#0d1219;border-radius:10px;overflow:hidden}.nicknameField span{padding-left:12px;color:var(--muted);font-weight:700}.nicknameField input{border:0;background:transparent}.nicknameField:focus-within{border-color:#66758b}.profileChip{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 10px;border:1px solid var(--line);border-radius:14px;background:var(--panel)}.nickCopy{display:block;border:0;background:transparent;color:var(--muted);padding:2px 0;cursor:pointer;font:inherit;font-size:12px}.nickCopy:hover{color:var(--text)}.avatarLg,.avatarSm,.avatarTiny{display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#252d39;border:1px solid #394557;font-weight:800}.avatarSm{width:38px;height:38px}.avatarTiny{width:28px;height:28px;font-size:11px;margin-left:-7px}.avatarTiny:first-child{margin-left:0}.avatarLg{width:128px;height:128px;font-size:38px}.avatarLg img,.avatarSm img,.avatarTiny img{width:100%;height:100%;object-fit:cover}.dashboardIntro,.sectionTitle{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.orgCard{cursor:pointer;min-height:140px;transition:.15s ease}.orgCard:hover{transform:translateY(-2px);border-color:#465267}.compactEmpty{padding:24px}.modalActions{justify-content:flex-end;margin-top:16px}.forced{z-index:100}.profileLayout{display:grid;grid-template-columns:280px 1fr;grid-gap:18px;gap:18px}.profileCard{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.memberList{display:grid;grid-gap:10px;gap:10px}.memberRow{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:11px 13px;background:var(--panel);border:1px solid var(--line);border-radius:12px}.avatarStack{display:flex;align-items:center}.spotterRight{justify-self:end;gap:12px}@media(max-width:800px){.dashboardIntro,.sectionTitle{flex-direction:column}.profileLayout{grid-template-columns:1fr}.profileChip{order:3}.spotterRight .avatarStack{display:none}}.authLinks{display:flex;justify-content:space-between;gap:12px;margin-top:14px;font-size:13px}.topActions{display:flex;align-items:center;gap:12px}.notificationBtn{position:relative;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:var(--panel);color:var(--text);cursor:pointer}.notificationBtn span{position:absolute;right:-4px;top:-5px;min-width:19px;height:19px;border-radius:10px;padding:0 5px;background:var(--accent);color:#19140a;display:grid;place-items:center;font-size:11px;font-weight:800}.notificationList{display:grid;grid-gap:10px;gap:10px;max-height:55vh;overflow:auto}.notificationItem{padding:12px;border:1px solid var(--line);border-radius:12px;background:#0d1219}.notificationItem p{margin:5px 0;color:var(--muted)}.memberActions{display:flex;align-items:center;gap:8px}.memberActions select{min-width:120px;padding:9px}.dangerBtn{color:#ff9b9b}.candidate{margin-top:10px}.suggestions{display:grid;grid-gap:8px;gap:8px;margin:15px 0}.suggestionRow{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;text-align:left;width:100%;padding:10px;border-radius:12px;border:1px solid var(--line);background:#0d1219;color:var(--text);cursor:pointer}.suggestionRow:hover{border-color:#66758b}.suggestionRow div:nth-child(2){display:grid;grid-gap:2px;gap:2px}.suggestionRow small{color:var(--muted)}.suggestionRow>span{color:var(--accent);font-weight:700}.dividerText{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px;margin:14px 0}.dividerText:after,.dividerText:before{content:"";height:1px;background:var(--line);flex:1 1}@media(max-width:800px){.topActions{flex-wrap:wrap}.authLinks{flex-direction:column}.memberActions{flex-wrap:wrap}}.sessionShareBtn{background:var(--accent);border-color:var(--accent);color:#19140a;font-weight:800}.currentUserRole{display:flex;align-items:center;padding:5px 9px;border:1px solid var(--line);border-radius:13px;background:var(--panel)}.currentUserRole>div:last-child{display:grid;grid-gap:1px;gap:1px}.currentUserRole span{font-size:11px}.wideModal{width:min(680px,100%)}.notificationTop{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.notificationActions{display:flex;gap:7px}.notificationAccept,.notificationDecline{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);cursor:pointer;font-size:18px;font-weight:900}.notificationAccept{background:#14331f;color:#9ce0ad;border-color:#2e6641}.notificationDecline{background:#35171a;color:#ff9b9b;border-color:#6a3035}.dashboardTheme{--context:#202936}.organizationTheme{--context:#1b2b31}.projectTheme{--context:#272536}.dashboardTheme .contextHero,.dashboardTheme .orgCard{background:linear-gradient(145deg,var(--panel),#111923)}.organizationTheme .contextHero,.organizationTheme .project{background:linear-gradient(145deg,var(--panel),#102028)}.projectTheme .contextHero,.projectTheme .project{background:linear-gradient(145deg,var(--panel),#181726)}.organizationTheme .badge{border-color:#31505a}.projectTheme .badge{border-color:#49445e}.contextHero{border-top:2px solid color-mix(in srgb,var(--context) 80%,#ffffff 10%)}.ownerLine{display:flex;align-items:center;gap:8px;margin-top:14px;color:var(--muted);font-size:12px}.ownerLine strong{color:var(--text)}.ownerLine small{color:var(--accent)}.notificationDelete{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#1b2029;color:var(--muted);cursor:pointer}.notificationDelete:hover{color:var(--text);border-color:#596579}.modalBack{z-index:80}.modalBack.forced{z-index:100}.dashboardTheme{--context:#2e425a}.organizationTheme{--context:#214a50}.projectTheme{--context:#44385d}.dashboardTheme .dashboardIntro{border-left:3px solid #4c6f99;padding-left:16px}.dashboardTheme .project{background:linear-gradient(145deg,#121923,#172537);border-color:#30455d}.dashboardTheme .dashboardOrgCard{background:linear-gradient(145deg,#122126,#16343a);border-color:#315860}.organizationTheme .contextHero{background:linear-gradient(145deg,#112027,#16383f);border-color:#35636b}.organizationTheme .project{background:linear-gradient(145deg,#111d22,#153139);border-color:#31535b}.projectTheme .contextHero{background:linear-gradient(145deg,#181725,#29233a);border-color:#51496d}.projectTheme .project{background:linear-gradient(145deg,#171621,#241f33);border-color:#46405d}.organizationTheme .badge{border-color:#4b7a82;color:#a5d1d7}.projectTheme .badge{border-color:#6a5f88;color:#c6bbdd}.orgBadge{display:inline-block;margin-bottom:14px}.orgCardTitle{margin:0 0 5px}.orgOwnerHandle{color:var(--accent);font-size:12px;font-weight:700;margin-bottom:16px}.dashboardOrgCard:hover{border-color:#4f7f87}.livePresence{display:flex;align-items:center;gap:7px;padding:5px 9px;border:1px solid #28513f;border-radius:999px;background:#0d1d18;color:#bfe8d1;white-space:nowrap}.liveDot{width:7px;height:7px;border-radius:50%;background:#42d786;box-shadow:0 0 0 3px rgba(66,215,134,.12)}.presenceStack{display:flex;align-items:center;margin-left:2px}.presenceAvatar{width:25px;height:25px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#253143;border:2px solid #0d1d18;margin-left:-6px;font-size:10px;font-weight:800}.presenceAvatar:first-child{margin-left:0}.presenceAvatar img{width:100%;height:100%;object-fit:cover}.presenceMore{font-size:10px;margin-left:4px;color:#9fcbb1}.roleChangeNotice{position:fixed;top:64px;left:50%;transform:translateX(-50%);z-index:1200;background:#17202b;border:1px solid #4b6a87;color:#eaf4ff;padding:10px 14px;border-radius:999px;box-shadow:0 10px 30px #0008;font-size:13px;display:flex;gap:12px;align-items:center;cursor:pointer}.roleChangeNotice span{opacity:.7;font-size:16px}.liveHostBtn{border-color:#8b5f16;background:#31230e;color:#ffd98a}.liveHostBtn:hover{border-color:#c88720}.liveHostBtn.active{background:#8a5410;border-color:#e0a135;color:#fff4d6}.liveFollowBtn{border-color:#365c78;background:#122231;color:#b9daf1}.liveFollowBtn.active{background:#1b3a50;border-color:#4d82a5;color:#d9f0ff}.spotterTop{min-height:46px;display:flex;align-items:center;gap:12px;padding:6px 14px;background:#0d1118;border-bottom:1px solid var(--line);white-space:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.spotterTop .linkBtn{flex:0 0 auto}.spotterSessionMeta{display:flex;align-items:baseline;gap:10px;min-width:0;flex:1 1 auto;text-align:left}.spotterSessionMeta strong{font-size:13px;overflow:hidden;text-overflow:ellipsis}.spotterSessionMeta span{font-size:11px;color:var(--muted)}.spotterTop>div:nth-child(2){display:flex;text-align:left;gap:10px}.spotterRight{display:flex;align-items:center;justify-self:auto;gap:10px;flex:0 0 auto;flex-wrap:nowrap}.spotterRight .btn,.spotterRight .cloudStatus,.spotterRight .currentUserRole,.spotterRight .livePresence{height:36px}.spotterRight .btn{padding:8px 12px;font-size:13px;display:inline-flex;align-items:center;white-space:nowrap}.liveFollowBtn,.liveHostBtn{min-width:104px;justify-content:center}.currentUserRole{padding:4px 8px;gap:8px;border-radius:999px}.currentUserRole .avatarSm{width:30px;height:30px}.currentUserRole>div:last-child{display:flex;align-items:center;gap:6px}.currentUserRole strong{font-size:12px}.currentUserRole span{font-size:12px;line-height:1;text-transform:capitalize;color:var(--accent)}.currentUserRole span:before{content:"•";margin-right:6px;color:var(--muted)}.cloudStatus{padding:7px 10px;font-size:12px}.livePresence{padding:5px 10px;font-size:12px}.presenceAvatar{width:22px;height:22px}@media(max-width:1100px){.spotterTop{overflow-x:auto}.spotterSessionMeta{min-width:220px}}@media(max-width:700px){.spotterTop{grid-template-columns:none}.spotterTop .cloudStatus{display:flex}}.globalDashboardBtn{position:fixed;left:12px;bottom:12px;z-index:1600;width:42px;height:42px;border-radius:50%;border:1px solid #465267;background:#111822;color:#d8ae56;font-size:24px;line-height:1;display:grid;place-items:center;box-shadow:0 8px 24px #0008;cursor:pointer}.globalDashboardBtn:hover{border-color:#d8ae56;background:#171d27}.sessionDashboardBtn{bottom:108px}.connectionLost{color:#ff9b9b!important;border-color:#7b3434!important;background:#2a1416!important}.appVersionBadge{position:fixed;right:10px;bottom:7px;z-index:1700;padding:2px 5px;border-radius:4px;background:rgba(8,11,16,.68);color:#667080;font-size:9px;line-height:1.2;letter-spacing:.04em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;pointer-events:none}.appVersionBadge,.brandLogo{-webkit-user-select:none;-moz-user-select:none;user-select:none}.brandLogo{display:block;object-fit:contain;-webkit-user-drag:none}.brandLogoHorizontal,.brandLogoIsologo{width:auto;height:auto}.authBrandLogo{width:min(300px,82%);height:auto;margin:0 auto 18px}.dashboardBrandBlock{display:flex;flex-direction:column;align-items:flex-start}.dashboardBrandLogo{width:220px;max-width:42vw;height:auto}.headerBrandMark{width:34px;height:34px;object-fit:contain;flex:0 0 auto}.spotterBrandMark{width:27px;height:27px;object-fit:contain;flex:0 0 auto;margin-right:1px}.topbar .headerBrandMark{margin-left:auto}@media(max-width:650px){.dashboardBrandLogo{width:190px;max-width:72vw}.topbar .headerBrandMark{margin-left:0}.authBrandLogo{width:min(260px,82%)}}h1{font-size:28px;line-height:1.12;letter-spacing:-.018em}.authBrandLogo{width:min(330px,88%);margin-bottom:20px}.dashboardBrandLogo{width:250px;max-width:46vw}.auth h1,.contextHero h1,.dashboardIntro h1,.profileLayout h1{font-size:28px;line-height:1.12}@media(max-width:650px){.auth h1,.contextHero h1,.dashboardIntro h1,.profileLayout h1,h1{font-size:26px}.authBrandLogo{width:min(290px,88%)}.dashboardBrandLogo{width:215px;max-width:78vw}}.liveHostBtn.busy,.liveHostBtn:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}.liveHostBtn.busy,.liveHostBtn.busy:hover,.liveHostBtn:disabled,.liveHostBtn:disabled:hover{background:#191b20;border-color:#454b55;color:#9ba3ae}.linkBtn:disabled{cursor:not-allowed;opacity:.5}.mfaQrWrap{display:grid;place-items:center;margin:16px 0;padding:14px;background:#fff;border-radius:12px;width:max-content;max-width:100%}.mfaQrWrap img{width:220px;height:220px;max-width:100%;display:block}.btn:disabled{cursor:not-allowed;opacity:.48;filter:saturate(.55)}.planBadge{display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;border-radius:999px;border:1px solid var(--line);font-size:11px;font-weight:800;letter-spacing:.02em;white-space:nowrap}.plan-free{background:#161c25;color:#b8c2cf}.plan-individual{background:#14243a;border-color:#315a85;color:#b7dbff}.plan-studio{background:#33270f;border-color:#765a1b;color:#f4d37d}.planUsage{font-size:12px;border:1px solid var(--line);padding:5px 9px;border-radius:999px}.adminTheme{--context:#453518}.adminSearch{min-width:min(360px,100%);margin:0}.adminTableWrap{overflow:auto;padding:0}.adminTable{width:100%;border-collapse:collapse;min-width:900px}.adminTable td,.adminTable th{text-align:left;padding:13px 15px;border-bottom:1px solid var(--line);vertical-align:middle}.adminTable th{position:-webkit-sticky;position:sticky;top:0;background:#12171f;color:var(--muted);font-size:12px;z-index:1}.adminTable tr:last-child td{border-bottom:0}.adminTable select{min-width:125px;padding:8px 10px}.adminUser{display:flex;align-items:center;gap:10px;min-width:260px}.adminUser strong{display:block}.adminUser .muted{font-size:11px;margin-top:3px;max-width:300px;overflow:hidden;text-overflow:ellipsis}.adminTheme .contextHero{background:linear-gradient(145deg,#17150f,#2a2313);border-color:#675425}.sharedArea{display:grid;grid-gap:18px;gap:18px}.sharedGroup{display:grid;grid-gap:10px;gap:10px}.sharedGroupTitle{display:flex;align-items:center;justify-content:space-between;gap:12px}.sharedGroupTitle h3{margin:0}.sharedContext{margin:7px 0 10px;color:#c6bbdd;font-size:11px;font-weight:700}.sharedArea .project>.badge{display:inline-flex;margin-bottom:10px}.sharedUnifiedGrid{align-items:stretch}.sharedProjectCard{background:linear-gradient(145deg,#122236,#173754)!important;border-color:#3f6f98!important}.sharedSessionCard{background:linear-gradient(145deg,#201a36,#34255a)!important;border-color:#6a57a0!important}.sharedProjectCard:hover{border-color:#63a1d4!important}.sharedSessionCard:hover{border-color:#9a80d2!important}.sharedCardBadges{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:10px}.sharedTypeBadge{font-weight:800;letter-spacing:.02em}.projectTypeBadge{background:#173d5e;border-color:#4f88b8;color:#cce9ff}.sessionTypeBadge{background:#3b2a62;border-color:#8065b6;color:#eadfff}.sharedOwnership{margin:8px 0 10px;font-size:12px;color:#b7c5d8}.sharedOwnership strong{color:#eef5ff}.readOnlyCard{position:relative;box-shadow:inset 0 0 0 1px rgba(222,168,72,.13)}.readOnlyBadge{background:#382912!important;border-color:#9a6d21!important;color:#ffd98a!important;font-weight:850}.readOnlyNotice{background:#2a2111;border-color:#7b5a22;color:#f3dbab}.compactReadOnlyBadge{padding:2px 7px;font-size:10px;line-height:1.15}.spotterReadOnlyBanner{flex:0 0 auto;padding:8px 14px;text-align:center;background:#2a2111;border-bottom:1px solid #7b5a22;color:#f3dbab;font-size:12px}.spotterReadOnlyBanner strong{color:#ffe4a5}.compactDashboardSection{margin-bottom:20px}.compactSectionTitle{align-items:center;margin-bottom:10px}.compactSectionTitle h2{margin-bottom:0}.compactSectionCopy{margin:5px 0 0;font-size:13px}.compactDashboardGrid{gap:14px}.dashboardResourceCard{padding:20px;min-height:132px}.compactSharedCard{min-height:145px}.compactOrgCard{min-height:126px}.compactCardTitleRow{justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;gap:8px}.compactCardTitleRow h3{margin-bottom:5px;min-width:0}.compactCardTitleRow h3,.compactSharedOwnership{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compactSharedOwnership{margin:6px 0 7px;font-size:11px;line-height:1.3}.compactSharedContext{margin:4px 0 7px}.compactSharedContext,.compactTimecode{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compactTimecode{margin:7px 0 0;font-size:12px}.orgDescriptionClamp,.sharedDescriptionClamp{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;margin:7px 0 0;font-size:12px}.compactCardFooter{justify-content:space-between;align-items:center;flex-wrap:nowrap;margin-top:10px}.compactCardFooter small{white-space:nowrap;font-size:11px}.compactCardActions{gap:6px;flex-wrap:nowrap}.compactActionBtn{padding:7px 10px;font-size:12px}.dashboardLoadMore{display:flex;justify-content:center;margin-top:10px}.dashboardLoadMore .btn{padding:7px 14px;font-size:12px}.compactOrgCard .orgBadge{margin-bottom:7px}.compactOrgCard .orgOwnerHandle{margin-bottom:6px}@media(max-width:800px){.compactSectionTitle{align-items:flex-start}.dashboardResourceCard{padding:18px}.compactSharedCard{min-height:0}.compactCardFooter{flex-wrap:wrap}.compactSharedOwnership,.compactTimecode{white-space:normal}}button{transition:transform .14s ease,filter .14s ease,border-color .14s ease,background-color .14s ease,color .14s ease,box-shadow .14s ease}button:not(:disabled):hover{transform:translateY(-1px);filter:brightness(1.08)}button:not(:disabled):active{transform:translateY(0);filter:brightness(.98)}button:disabled{transform:none!important;filter:saturate(.55)!important;box-shadow:none!important}.compactOrgCard,.compactSharedCard,.dashboardResourceCard{height:144px;min-height:144px}@media(max-width:800px){.compactOrgCard,.compactSharedCard,.dashboardResourceCard{height:auto;min-height:132px}}.adminSeatSummary{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.adminSeatSummary span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:11px;white-space:nowrap}.adminSeatSummary strong{color:var(--text)}.adminKindBadge{color:#c5d8f5;border-color:#405777;background:#152032}.subsectionLabel{margin:16px 0 9px;font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.055em}.delegatedLabel{margin-top:22px}.inheritedManagerList .memberRow{border-color:#3d4960;background:#121924}.inheritedManagerBadge{color:#d7c6ff;border-color:#5b4b7c;background:#231a35}.dashboardResourceCard{display:flex;flex-direction:column;justify-content:space-between;padding:16px 18px;overflow:hidden}.dashboardCardBody{min-height:0;display:flex;flex-direction:column;justify-content:center;flex:1 1 auto}.compactCardTitleRow{width:100%;min-width:0;align-items:center;margin-top:2px}.compactCardTitleRow h3,.dashboardCardTitle,.orgCardTitle{min-width:0;max-width:100%;margin:0;line-height:1.22;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compactCardTitleRow h3{flex:1 1 auto}.compactCardTitleRow .badge{flex:0 0 auto}.sharedCardBadges{flex:0 0 auto;margin-bottom:7px}.compactSharedContext,.compactSharedOwnership,.compactTimecode,.orgDescriptionClamp,.orgOwnerHandle{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compactSharedOwnership{margin:7px 0 4px}.compactSharedContext{margin:2px 0 0}.compactCardFooter{flex:0 0 auto;min-height:31px;margin-top:7px;gap:8px}.compactCardFooter small{min-width:0;overflow:hidden;text-overflow:ellipsis}.dashboardOrgCard{display:flex;flex-direction:column;justify-content:center}.dashboardOrgCard .sharedCardBadges{margin-bottom:8px}.dashboardOrgCard .orgCardTitle{margin-bottom:5px}.dashboardOrgCard .orgDescriptionClamp{margin-top:4px}@media(max-width:800px){.dashboardResourceCard{padding:16px;height:auto;min-height:132px}.compactSharedContext,.compactSharedOwnership,.compactTimecode,.orgDescriptionClamp,.orgOwnerHandle{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}.sharedCardHeader{display:flex;align-items:center;gap:7px;min-width:0;margin-bottom:7px}.sharedCardHeader .readOnlyBadge,.sharedCardHeader .sharedTypeBadge{flex:0 0 auto}.sharedHeaderMeta{min-width:0;font-size:10px;line-height:1.2;color:#c8d1df;font-weight:650;white-space:normal;overflow-wrap:anywhere}.dashboardCardTitleWrap{display:block!important;min-width:0;max-width:100%;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:17px;line-height:1.2;max-height:none}.dashboardFpsBadge{font-size:10px;padding:4px 7px;flex:0 0 auto}.sharedProjectLine{font-size:10px;line-height:1.2;color:#b8abc9;white-space:normal!important;overflow-wrap:anywhere;margin-top:5px}.dashboardMicroDescription{margin:5px 0 0;font-size:10px;line-height:1.2;color:var(--muted);white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden}.sharedProjectCard .dashboardCardBody,.sharedSessionCard .dashboardCardBody{justify-content:center}.sharedProjectCard .compactCardTitleRow,.sharedSessionCard .compactCardTitleRow{margin-top:0}.sharedProjectCard .compactCardFooter,.sharedSessionCard .compactCardFooter{margin-top:4px}.sharedProjectCard .compactSharedOwnership,.sharedSessionCard .compactSharedContext,.sharedSessionCard .compactSharedOwnership{white-space:normal;overflow:visible;text-overflow:clip}@media(max-width:800px){.sharedHeaderMeta{font-size:10px}.dashboardCardTitleWrap{font-size:16px;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.sharedCardHeader{align-items:flex-start;flex-wrap:wrap}}.durationCell{display:grid;grid-gap:7px;gap:7px;min-width:190px}.infinityToggle{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;white-space:nowrap}.infinityToggle input{width:auto}.daysEditor{display:flex;align-items:center;gap:7px}.daysEditor input{width:76px;padding:7px 8px}.compactBtn{padding:7px 9px;min-height:34px;font-size:11px}.subscriptionCard{display:grid;grid-gap:13px;gap:13px}.subscriptionHead{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.subscriptionHead h2{margin:10px 0 0}.subscriptionMetric{display:flex;align-items:baseline;gap:9px}.subscriptionMetric strong{font-size:36px;line-height:1}.subscriptionMetric span{color:var(--muted);font-weight:700}.readOnlyBadge{border-color:#7a5b16;color:#ffd56a;background:#2b220b}.welcomeShell{min-height:100vh;padding:28px;display:grid;grid-template-rows:auto 1fr;background:radial-gradient(circle at 50% 15%,#172131 0,#0b0e13 45%)}.welcomeTop{width:min(1040px,100%);margin:0 auto 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.welcomeLogo{width:210px;height:auto}.welcomeCard{width:min(900px,100%);margin:auto;background:#10161f;border:1px solid #344155;border-radius:24px;padding:34px;box-shadow:0 24px 80px rgba(0,0,0,.34)}.tutorialProgress{display:flex;gap:8px;margin-bottom:28px}.tutorialProgress span{height:5px;flex:1 1;border-radius:99px;background:#283241}.tutorialProgress span.active{background:var(--accent)}.tutorialCopy{max-width:720px}.tutorialEyebrow{display:inline-block;color:var(--accent);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.tutorialCopy h1{font-size:34px;line-height:1.08;margin-bottom:12px}.tutorialCopy p{font-size:16px;line-height:1.6;color:#b8c5d7}.tutorialDashboardViz,.tutorialRoles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin:28px 0}.tutorialDashboardViz>div,.tutorialRoles>div{border:1px solid #35435a;background:#151d29;border-radius:15px;padding:18px;display:grid;grid-gap:6px;gap:6px}.tutorialDashboardViz strong,.tutorialRoles b{font-size:15px}.tutorialDashboardViz small,.tutorialRoles span{color:var(--muted);line-height:1.35}.tutorialRoles{grid-template-columns:repeat(4,1fr)}.tutorialSpotterViz{margin:28px 0;border:1px solid #36445a;background:#0b1017;border-radius:16px;padding:14px;display:grid;grid-gap:10px;gap:10px}.tutorialVideo{height:145px;display:grid;place-items:center;background:linear-gradient(135deg,#161d29,#232e3d);border-radius:11px;color:#93a4bb;font-weight:800}.tutorialTimeline{height:42px;border:1px solid #303b4b;border-radius:9px;display:flex;align-items:center;padding:0 12px;gap:4px;overflow:hidden}.tutorialTimeline span{height:20px;flex:1 1;background:linear-gradient(90deg,#263951,#4e7198,#263951);-webkit-clip-path:polygon(0 45%,10% 30%,18% 70%,28% 18%,40% 80%,52% 25%,63% 62%,76% 22%,86% 68%,100% 42%,100% 58%,86% 82%,76% 38%,63% 78%,52% 38%,40% 88%,28% 32%,18% 80%,10% 42%,0 55%);clip-path:polygon(0 45%,10% 30%,18% 70%,28% 18%,40% 80%,52% 25%,63% 62%,76% 22%,86% 68%,100% 42%,100% 58%,86% 82%,76% 38%,63% 78%,52% 38%,40% 88%,28% 32%,18% 80%,10% 42%,0 55%)}.tutorialCue{justify-self:center;padding:8px 13px;border-radius:9px;background:#372a57;border:1px solid #765fa3;color:#eadfff;font-size:12px;font-weight:800}.tutorialParts{display:flex;gap:8px;flex-wrap:wrap}.tutorialParts span{border:1px solid var(--line);border-radius:99px;padding:5px 9px;color:var(--muted);font-size:11px}.welcomeActions{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:22px}.tutorialSkip{font-size:13px}.helpHero{margin-bottom:18px}.helpHero h1{margin:12px 0 9px}.helpGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.helpTopic{padding:20px}.helpTopic h2{font-size:17px;margin-bottom:8px}.helpTopic p{color:#b4c0d1;line-height:1.55;margin:0}.helpFooter{margin-top:16px;display:flex;justify-content:space-between;align-items:center;gap:18px}.helpFooter h2{margin-bottom:7px}.helpFooter p{margin:0}.plansIntro{text-align:center;max-width:780px;margin:0 auto 25px}.plansIntro h1{font-size:36px;margin:14px 0 10px}.planCards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-bottom:16px}.planOverview{display:flex;flex-direction:column;gap:9px;min-height:230px}.planOverview h2{margin:2px 0 0}.planOverview p{color:#b8c3d2;line-height:1.45;flex:1 1}.planOverview strong{font-size:18px}.planOverview small{color:var(--muted);line-height:1.4}.planOverview.featured{border-color:#8c6b2d;box-shadow:inset 0 2px 0 rgba(225,173,69,.45)}.planTableWrap{padding:0;overflow:auto;margin-bottom:16px}.planTable{width:100%;border-collapse:collapse;min-width:760px}.planTable td,.planTable th{padding:12px 15px;border-bottom:1px solid var(--line);text-align:center}.planTable td:first-child,.planTable th:first-child{text-align:left}.planTable th{color:#c5d0df;background:#121923;position:-webkit-sticky;position:sticky;top:0}.planTable tbody tr:last-child td{border-bottom:0}.planTable td:not(:first-child){font-weight:700;color:#dce5f0}.planContactGrid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:16px;gap:16px}.planContactGrid textarea{resize:vertical;min-height:120px}@media(max-width:800px){.welcomeShell{padding:18px}.welcomeCard{padding:22px}.plansIntro h1,.tutorialCopy h1{font-size:28px}.helpGrid,.planCards,.planContactGrid,.tutorialDashboardViz,.tutorialRoles{grid-template-columns:1fr}.helpFooter,.welcomeActions{align-items:stretch;flex-direction:column}.welcomeActions>.row{width:100%;justify-content:flex-end}.tutorialVideo{height:110px}}.tutorialRealSpotter{margin:24px 0 10px;display:grid;grid-gap:12px;gap:12px}.tutorialRealSpotter>img{display:block;width:100%;height:auto;border:1px solid #39465a;border-radius:14px;background:#070a0f;box-shadow:0 14px 32px rgba(0,0,0,.22)}.tutorialSpotterCallouts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.tutorialSpotterCallouts span{min-width:0;border:1px solid #344158;background:#151d29;border-radius:11px;padding:9px 10px;color:#b8c5d7;font-size:10px;line-height:1.35}.tutorialSpotterCallouts b{display:inline-grid;place-items:center;width:18px;height:18px;margin-right:5px;border-radius:50%;background:var(--accent);color:#171109;font-size:10px}.helpAccordion{display:grid;grid-gap:12px;gap:12px}.helpVisualSection{padding:0;overflow:hidden}.helpVisualSection summary{list-style:none;cursor:pointer;padding:17px 19px;display:flex;align-items:center;justify-content:space-between;gap:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#111821}.helpVisualSection summary::-webkit-details-marker{display:none}.helpVisualSection summary>div{display:flex;align-items:center;gap:12px;min-width:0}.helpVisualSection summary h2{margin:0;font-size:17px;line-height:1.25}.helpSectionNumber{display:grid;place-items:center;flex:0 0 auto;width:31px;height:31px;border-radius:9px;border:1px solid #44536a;color:var(--accent);font-size:10px;font-weight:850;letter-spacing:.06em;background:#0e141c}.helpChevron{color:#8fa0b7;font-size:20px;transition:transform .18s ease}.helpVisualSection[open] .helpChevron{transform:rotate(180deg)}.helpVisualSection[open] summary{border-bottom:1px solid var(--line)}.helpSectionBody{padding:20px;display:grid;grid-gap:17px;gap:17px}.helpSectionIntro{margin:0;color:#b8c5d7;line-height:1.55;max-width:900px}.helpScreenshotFrame{overflow:auto;border:1px solid #344158;border-radius:13px;background:#070a0f;padding:8px}.helpScreenshotFrame img{display:block;max-width:100%;width:auto;height:auto;margin:0 auto;border-radius:7px}.helpControlGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.helpControlItem{border:1px solid #2f3948;background:#0d131b;border-radius:12px;padding:14px}.helpControlItem h3{font-size:13px;margin:0 0 6px;color:#e8edf5}.helpControlItem p{font-size:12px;line-height:1.5;color:#aebacc;margin:0}.helpNote{color:#d5c493;border-color:#59471e;background:#18140b}.helpShortcutStrip{margin-top:16px;display:flex;justify-content:space-between;align-items:center;gap:18px}.helpShortcutStrip h2{margin-bottom:7px}.helpShortcutStrip p{margin:0;line-height:1.6}@media(max-width:900px){.tutorialSpotterCallouts{grid-template-columns:repeat(2,minmax(0,1fr))}.helpControlGrid{grid-template-columns:1fr}}@media(max-width:650px){.tutorialSpotterCallouts{grid-template-columns:1fr}.helpSectionBody{padding:15px}.helpVisualSection summary{padding:14px}.helpShortcutStrip{align-items:stretch;flex-direction:column}.helpScreenshotFrame{padding:5px}}.tutorialSpotterImage{position:relative}.tutorialSpotterImage>img{display:block;width:100%;height:auto;border:1px solid #39465a;border-radius:14px;background:#070a0f;box-shadow:0 14px 32px rgba(0,0,0,.22)}.tutorialImageMarker{position:absolute;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--accent);color:#171109;border:3px solid #10161f;font-size:13px;font-weight:900;box-shadow:0 7px 18px rgba(0,0,0,.42);transform:translate(-50%,-50%);z-index:2}.tutorialImageMarker.marker1{left:13%;top:16%}.tutorialImageMarker.marker2{left:52%;top:37%}.tutorialImageMarker.marker3{left:53%;top:68%}.tutorialImageMarker.marker4{left:55%;top:91%}.tutorialSpotterCallouts{grid-template-columns:repeat(4,minmax(0,1fr))}.tutorialSpotterCallouts span{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-column-gap:7px;column-gap:7px;grid-row-gap:3px;row-gap:3px;align-items:start}.tutorialSpotterCallouts span b{grid-row:1/span 2;margin-right:0}.tutorialSpotterCallouts span strong{font-size:11px;color:#e9eef5;line-height:1.25}.tutorialSpotterCallouts span small{font-size:10px;color:#9eacbf;line-height:1.35}.tutorialWorkflow>div{align-content:start;min-height:118px}.tutorialWorkflow span{font-size:12px;line-height:1.45}@media(max-width:900px){.tutorialSpotterCallouts{grid-template-columns:repeat(2,minmax(0,1fr))}.tutorialImageMarker{width:26px;height:26px;font-size:12px}}@media(max-width:650px){.tutorialSpotterCallouts{grid-template-columns:1fr}.tutorialImageMarker{width:24px;height:24px;font-size:11px;border-width:2px}.tutorialImageMarker.marker1{left:14%;top:15%}.tutorialImageMarker.marker2{left:52%;top:36%}.tutorialImageMarker.marker3{left:52%;top:67%}.tutorialImageMarker.marker4{left:56%;top:89%}}.betaStartEmpty{display:grid;grid-gap:10px;gap:10px;justify-items:start;max-width:720px}.betaStartEmpty h3,.betaStartEmpty p{margin:0}.betaStartEyebrow{font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#9eb8da}.betaStartEmpty .row{margin-top:4px}