:root { color-scheme: light; --fs-orange:#f15a24; --fs-ink:#182338; --fs-muted:#64748b; --fs-paper:#fffaf4; }
* { box-sizing:border-box; }
[data-inner-circle-feature][hidden]{display:none!important}
.workspace-inner-privacy{display:flex;max-width:760px;align-items:center;justify-content:space-between;gap:18px;margin-top:20px;padding:14px 16px;border:1px solid #fed7aa;border-radius:16px;background:rgba(255,247,237,.9)}.workspace-inner-privacy>span{display:flex;align-items:center;gap:12px}.workspace-inner-privacy>span>i{color:#ea580c}.workspace-inner-privacy strong,.workspace-inner-privacy small{display:block}.workspace-inner-privacy small{margin-top:3px;color:#64748b}.workspace-switch{display:flex;flex:none;align-items:center;gap:9px;cursor:pointer}.workspace-switch input{position:absolute;opacity:0}.workspace-switch>span{position:relative;width:46px;height:26px;border-radius:999px;background:#cbd5e1;transition:.18s}.workspace-switch>span:after{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(15,23,42,.25);content:'';transition:.18s}.workspace-switch input:checked+span{background:#f97316}.workspace-switch input:checked+span:after{transform:translateX(20px)}.workspace-switch em{min-width:48px;color:#475569;font-size:12px;font-style:normal;font-weight:850}
.workspace-people-page.is-business-connections .workspace-people-stats{grid-template-columns:repeat(3,1fr)}
body { margin:0; min-height:100vh; color:var(--fs-ink); background:linear-gradient(180deg,#edf2f7,#f8fafc); font-family:Inter,system-ui,sans-serif; }
button,input { font:inherit; }
.workspace-people-topbar { position:sticky; top:0; z-index:40; display:flex; min-height:72px; align-items:center; gap:28px; padding:12px max(20px,calc((100vw - 1420px)/2)); border-top:2px solid #b8dbb7; background:rgba(255,255,255,.97); box-shadow:0 4px 16px rgba(15,23,42,.08); }
.workspace-people-topbar .friendspace-wordmark { flex:none; color:var(--fs-orange); font-size:27px; font-weight:850; text-decoration:none; }.workspace-people-topbar sup{font-size:8px;vertical-align:top}
.workspace-people-search-shell { position:relative; width:min(620px,55vw); margin:auto; }.workspace-people-search-shell input{width:100%;height:44px;padding:0 45px 0 18px;border:1px solid #cbd5e1;border-radius:999px;background:#fff}.workspace-people-search-shell i{position:absolute;right:17px;top:14px;color:#64748b}
.workspace-people-page { width:min(1420px,calc(100% - 32px)); margin:28px auto 80px; }
.workspace-people-hero { overflow:hidden; padding:28px 34px 32px; border:1px solid #dbe3ed; border-top:5px solid var(--fs-orange); border-radius:28px; background:linear-gradient(135deg,#fff 0 70%,#fff1e8); box-shadow:0 18px 48px rgba(15,23,42,.08); }
.workspace-people-back { display:inline-flex; align-items:center; gap:8px; margin-bottom:22px; color:#c2410c; font-size:13px; font-weight:800; text-decoration:none; }.workspace-people-hero-row{display:flex;align-items:center;gap:18px}.workspace-people-hero-icon{display:grid;width:68px;height:68px;flex:none;place-items:center;border-radius:22px;background:#fff0e6;color:var(--fs-orange);font-size:29px}.workspace-people-hero-row p,.workspace-people-kicker{margin:0;color:#ea580c;font-size:11px;font-weight:900;letter-spacing:.17em}.workspace-people-hero h1{margin:4px 0;color:#111c31;font-family:Georgia,serif;font-size:clamp(32px,5vw,52px);font-weight:500}.workspace-people-hero-row div>span{color:#52627a}.workspace-people-intro{max-width:900px;margin:22px 0 0;color:#475569;font-size:16px;line-height:1.65}
.workspace-people-stats { display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0; }.workspace-people-stats button{display:flex;min-height:110px;flex-direction:column;align-items:flex-start;padding:18px;border:1px solid #dbe3ed;border-radius:18px;background:#fff;text-align:left;cursor:pointer;box-shadow:0 8px 20px rgba(15,23,42,.04)}.workspace-people-stats button:hover{border-color:#fdba74;transform:translateY(-1px)}.workspace-people-stats strong{color:#111827;font-size:28px}.workspace-people-stats span{margin-top:2px;font-weight:850}.workspace-people-stats small{margin-top:5px;color:#64748b}
.workspace-people-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:18px;align-items:start}.workspace-people-main,.workspace-people-discovery{border:1px solid #dbe3ed;border-radius:24px;background:#fff;box-shadow:0 12px 36px rgba(15,23,42,.06)}
.workspace-people-tabs{display:flex;gap:6px;overflow-x:auto;padding:15px;border-bottom:1px solid #e2e8f0}.workspace-people-tabs button{flex:none;padding:10px 15px;border:1px solid transparent;border-radius:13px;background:transparent;color:#52627a;font-weight:800;cursor:pointer}.workspace-people-tabs button.is-active{border-color:#fdba74;background:#fff7ed;color:#c2410c}
.workspace-people-panel{min-height:430px;padding:18px}.workspace-person-card{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid #e2e8f0;border-radius:17px;background:#fff}.workspace-person-card+.workspace-person-card{margin-top:10px}.workspace-person-avatar{display:grid;width:54px;height:54px;flex:none;place-items:center;overflow:hidden;border-radius:18px;background:#e8eef5;color:#64748b;font-size:20px}.workspace-person-avatar img{width:100%;height:100%;object-fit:cover}.workspace-person-copy{min-width:0;flex:1}.workspace-person-copy a{display:block;overflow:hidden;color:#172033;font-weight:850;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.workspace-person-copy span,.workspace-person-copy small{display:block;overflow:hidden;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.workspace-person-copy small{margin-top:3px;color:#94a3b8}.workspace-person-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.workspace-person-actions button,.workspace-person-actions a{min-height:38px;padding:9px 11px;border:1px solid #dbe3ed;border-radius:11px;background:#fff;color:#475569;font-size:12px;font-weight:800;text-decoration:none;cursor:pointer}.workspace-person-actions .primary{border-color:#ea580c;background:#f97316;color:#fff}.workspace-person-actions .featured{border-color:#fbbf24;background:#fffbeb;color:#a16207}.workspace-inner-number{display:grid;width:32px;height:32px;flex:none;place-items:center;border-radius:50%;background:#17233a;color:#fff;font-family:Georgia,serif;font-size:17px}
.workspace-people-empty{display:grid;min-height:330px;place-items:center;align-content:center;gap:9px;color:#94a3b8;text-align:center}.workspace-people-empty i{color:#f97316;font-size:24px}.workspace-people-empty h2{margin:0;color:#334155}.workspace-people-empty p{max-width:480px;margin:0;line-height:1.5}
.workspace-people-discovery{position:sticky;top:92px;padding:23px}.workspace-people-discovery h2{margin:5px 0 8px;font-family:Georgia,serif;font-size:28px}.workspace-people-discovery>p:not(.workspace-people-kicker){margin:0;color:#64748b;line-height:1.55}.workspace-people-discovery form{margin-top:20px}.workspace-people-discovery label{display:block;margin-bottom:7px;color:#334155;font-size:12px;font-weight:850}.workspace-people-discovery form>div{display:flex;gap:7px}.workspace-people-discovery input{min-width:0;flex:1;height:44px;padding:0 13px;border:1px solid #cbd5e1;border-radius:12px}.workspace-people-discovery form button{width:46px;border:0;border-radius:12px;background:#f97316;color:#fff;cursor:pointer}.workspace-people-discovery form button span{display:none}.workspace-people-results{margin-top:16px}.workspace-people-results .workspace-person-card{padding:10px}.workspace-people-results .workspace-person-avatar{width:44px;height:44px;border-radius:14px}.workspace-people-note{display:flex;gap:10px;margin-top:18px;padding:13px;border-radius:14px;background:#f0fdfa;color:#0f766e;font-size:12px;line-height:1.45}.workspace-people-note i{margin-top:2px}
@media(max-width:900px){.workspace-people-layout{grid-template-columns:1fr}.workspace-people-discovery{position:static;order:-1}.workspace-people-stats{grid-template-columns:repeat(2,1fr)}.workspace-people-search-shell{display:none}}
@media(max-width:600px){.workspace-people-topbar{min-height:60px;padding:10px 16px}.workspace-people-topbar .friendspace-wordmark{font-size:22px}.workspace-people-page{width:calc(100% - 20px);margin-top:12px}.workspace-people-hero{padding:19px;border-radius:20px}.workspace-people-hero-row{align-items:flex-start}.workspace-people-hero-icon{width:52px;height:52px;border-radius:16px;font-size:22px}.workspace-people-hero h1{font-size:31px}.workspace-people-intro{font-size:14px}.workspace-people-stats{gap:8px}.workspace-people-stats button{min-height:95px;padding:13px}.workspace-people-stats strong{font-size:23px}.workspace-people-layout{gap:10px}.workspace-people-main,.workspace-people-discovery{border-radius:18px}.workspace-people-tabs{padding:10px}.workspace-people-panel{padding:10px}.workspace-person-card{align-items:flex-start;flex-wrap:wrap;padding:12px}.workspace-person-copy{width:calc(100% - 70px)}.workspace-person-actions{width:100%;justify-content:flex-start;padding-left:68px}.workspace-person-actions button,.workspace-person-actions a{flex:1;text-align:center}.workspace-inner-number+.workspace-person-avatar{margin-left:-4px}}
