.app-grid.rf-app-grid.rf-chat-grid{max-width:none;gap:20px}.rf-chat-main{padding-block:12px 0}.chat-shell{display:grid;grid-template-columns:minmax(260px,30%) minmax(0,1fr);height:calc(100dvh - var(--rf-header-height, 68px) - 24px);min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:22px;background:var(--panel);box-shadow:0 6px 28px #15231606}.chat-shell button,.chat-shell input,.chat-shell textarea{font:inherit}.chat-shell button{cursor:pointer}.chat-shell button:disabled{cursor:default;opacity:.5}.chat-shell :is(button,input,textarea):focus-visible{outline:2px solid var(--accent);outline-offset:3px}.chat-inbox{display:flex;flex-direction:column;min-height:0;min-width:0;border-inline-end:1px solid var(--border);background:var(--panel)}.chat-inbox-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:25px 22px 20px}.chat-eyebrow{margin-bottom:8px;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:1.8px;text-transform:uppercase}.chat-inbox-header h1{display:flex;align-items:center;gap:10px;font-family:var(--font-display),sans-serif;font-size:27px;line-height:1.15;letter-spacing:-.8px;overflow-wrap:anywhere}.chat-count{display:inline-grid;place-items:center;min-width:24px;height:24px;padding-inline:6px;border-radius:8px;background:var(--hover);font-family:var(--font-body),sans-serif;color:var(--muted);font-size:11px;letter-spacing:0}.chat-icon-button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:12px}.chat-icon-button:hover{background:var(--hover)}.chat-compose-button{background:var(--accent-soft);color:var(--accent)}.chat-search{display:flex;align-items:center;gap:9px;min-height:44px;margin:0 18px 14px;padding-inline:12px 4px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--muted)}.chat-search>svg{width:17px;flex-shrink:0}.chat-search input{width:100%;min-width:0;height:42px;outline:none;background:transparent;color:var(--text);font-size:12px}.chat-search input::-webkit-search-cancel-button{display:none}.chat-search:focus-within{border-color:var(--accent)}.chat-search .chat-icon-button{width:32px;height:32px}.chat-filters{padding:0 18px 16px;border-bottom:1px solid var(--border)}.chat-filters,.chat-filters button{display:flex;align-items:center;gap:7px}.chat-filters button{min-height:34px;padding:6px 14px;border-radius:9px;color:var(--muted);font-size:12px;font-weight:600}.chat-filters button[aria-pressed=true]{background:var(--accent-soft);color:var(--accent)}.chat-filters button span{font-size:10px}.chat-inbox-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:8px}.chat-rows{margin:0;padding:0;list-style:none}.chat-row{display:flex;align-items:center;gap:12px;width:100%;min-width:0;min-height:82px;margin-bottom:3px;padding:14px 10px;border-radius:14px;border:1px solid transparent;text-align:start}.chat-row:hover{background:var(--hover)}.chat-row[aria-current=true]{border-color:color-mix(in srgb,var(--accent) 16%,transparent);background:var(--accent-soft)}.chat-row>svg{flex-shrink:0;color:var(--muted);width:17px}.chat-row-copy{display:flex;flex:1;min-width:0;flex-direction:column;gap:6px}.chat-row-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600}.chat-row-copy>span:not(.chat-row-top):not(.chat-row-bottom){color:var(--muted);font-size:11px;overflow-wrap:anywhere}.chat-row-bottom,.chat-row-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.chat-row-top time{flex-shrink:0;color:var(--muted);font-size:10px}.chat-preview{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:12px}.chat-unread{flex-shrink:0;display:grid;place-items:center;min-width:19px;height:19px;padding-inline:5px;border-radius:7px;background:var(--accent);color:var(--on-accent);font-size:10px;font-weight:700}.chat-connection{display:flex;align-items:center;gap:7px;padding:14px 22px;border-top:1px solid var(--border);color:var(--muted);font-size:10px}.chat-connection>span{width:6px;height:6px;border-radius:50%;background:var(--muted)}.chat-connection>span[data-live=true]{background:#36a46e}.chat-thread{display:flex;flex-direction:column;min-width:0;min-height:0;background:color-mix(in srgb,var(--surface) 65%,var(--panel))}.chat-thread-header{display:flex;flex-shrink:0;align-items:center;gap:12px;min-height:86px;padding:16px 28px;border-bottom:1px solid var(--border);background:var(--panel)}.chat-thread-header>div{min-width:0}.chat-thread-header h2{font-size:15px;font-weight:600}.chat-thread-header h2,.chat-thread-header p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-thread-header p{margin-top:4px;color:var(--muted);font-size:11px}.chat-back{display:none}[dir=rtl] .chat-back svg,[dir=rtl] .chat-send svg{transform:scaleX(-1)}.chat-transcript{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:20px clamp(16px,4%,56px);scrollbar-width:thin}.chat-day{display:flex;align-items:center;justify-content:center;gap:16px;margin:14px 0 25px}.chat-day:after,.chat-day:before{content:"";width:50px;height:1px;background:var(--border)}.chat-day span{color:var(--muted);font-size:10px}.chat-message{display:flex;justify-content:flex-start;margin-block:9px}.chat-message-mine{justify-content:flex-end}.chat-bubble{max-width:min(78%,620px);padding:12px 16px 8px;border:1px solid var(--border);border-radius:17px 17px 17px 4px;background:var(--panel)}.chat-message-mine .chat-bubble{border-color:transparent;background:var(--accent);color:var(--on-accent)}.chat-message-mine .chat-bubble,[dir=rtl] .chat-bubble{border-radius:17px 17px 4px 17px}[dir=rtl] .chat-message-mine .chat-bubble{border-radius:17px 17px 17px 4px}.chat-bubble>p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.65}.chat-bubble[data-pending=true]{opacity:.65}.chat-bubble[data-failed=true]{outline:2px solid #c65353;outline-offset:2px}.chat-sender{display:block;margin-bottom:5px;font-size:11px}.chat-message-meta{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:6px;margin-top:5px;opacity:.75;font-size:10px}.chat-message-meta svg{width:14px;height:14px}.chat-message-meta button{min-height:28px;text-decoration:underline;text-underline-offset:3px}.chat-composer{flex-shrink:0;padding:16px 24px 22px;background:var(--panel);border-top:1px solid var(--border)}.chat-composer-field{display:flex;align-items:flex-end;gap:10px;padding:7px;border:1px solid var(--border);border-radius:17px;background:var(--surface)}.chat-composer-field:focus-within{border-color:var(--accent)}.chat-composer textarea{flex:1;min-width:0;min-height:42px;max-height:128px;padding:10px 8px;outline:none;resize:none;background:transparent;font-size:14px;line-height:22px}.chat-send{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 16px;border-radius:11px;background:var(--accent);color:var(--on-accent);font-size:12px!important;font-weight:600!important}.chat-send svg{width:17px;height:17px}.chat-primary{display:inline-flex;gap:9px;min-height:44px;padding:12px 18px;border-radius:12px;background:var(--accent);color:var(--on-accent);font-size:12px!important;font-weight:600!important}.chat-primary,.chat-welcome{align-items:center;justify-content:center}.chat-welcome{display:flex;flex:1;min-height:0;overflow-y:auto;flex-direction:column;padding:32px;text-align:center}.chat-welcome-art{position:relative;display:grid;place-items:center;flex-shrink:0;width:170px;height:140px;margin-bottom:24px}.chat-welcome-art>span{display:grid;place-items:center;width:110px;height:95px;border:1px solid var(--border);border-radius:30px;background:var(--accent-soft);color:var(--accent);transform:rotate(-8deg)}.chat-welcome-art svg{width:42px;height:42px;stroke-width:1.2}.chat-welcome-art i{position:absolute;bottom:8px;inset-inline-end:8px;width:35px;height:35px;border-radius:50%;background:#d4dfa9;border:6px solid var(--panel)}.chat-welcome-art b{position:absolute;top:0;inset-inline-end:3px;color:#be8661;font-size:45px;font-weight:400}.chat-welcome h2{max-width:380px;margin-block:5px 12px;font-family:var(--font-display),sans-serif;font-size:clamp(24px,2.5vw,36px);line-height:1.2;letter-spacing:-1px}.chat-welcome>p:not(.chat-eyebrow){color:var(--muted);font-size:13px}.chat-welcome .chat-primary{margin-top:24px}.chat-inbox-empty,.chat-thread-empty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;padding:40px 16px;text-align:center}.chat-inbox-empty h2{font-size:15px;font-weight:600}.chat-inbox-empty p,.chat-thread-empty p{max-width:250px;font-size:12px;line-height:1.7;color:var(--muted)}.chat-thread-empty{height:100%}.chat-empty-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:17px;background:var(--accent-soft);color:var(--accent)}.chat-loading>p,.chat-notice{padding:20px 14px;font-size:12px;line-height:1.7;color:var(--muted)}.chat-list-label{margin:12px 10px;color:var(--muted);font-size:11px;font-weight:600}.chat-error{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin:10px;padding:12px;border:1px solid color-mix(in srgb,#c65353 35%,var(--border));border-radius:12px;color:var(--text);background:color-mix(in srgb,#c65353 6%,var(--panel));font-size:12px}.chat-error button{min-height:32px;color:var(--accent);font-weight:600;text-decoration:underline}.chat-older{display:block;min-height:40px;margin:0 auto 16px;padding:8px 16px;border:1px solid var(--border);border-radius:20px;background:var(--panel);color:var(--accent);font-size:11px!important}.chat-skeleton{display:flex;gap:12px;padding:18px 12px}.chat-skeleton>span{width:44px;height:44px;border-radius:50%;background:var(--hover)}.chat-skeleton>div{flex:1}.chat-skeleton i{display:block;height:12px;width:60%;margin:5px 0 10px;border-radius:4px;background:var(--hover)}.chat-skeleton i+i{width:85%;height:9px}@media (min-width:1024px){.app-grid.rf-app-grid.rf-chat-grid{grid-template-columns:208px minmax(0,1fr)}.app-grid.rf-app-grid.rf-chat-grid[data-side=right]{grid-template-columns:minmax(0,1fr) 208px}}@media (min-width:1600px){.chat-shell{grid-template-columns:360px minmax(0,1fr)}}@media (max-width:767px){.app-grid.rf-app-grid.rf-chat-grid{padding-left:max(var(--page-gutter),env(safe-area-inset-left,0px));padding-right:max(var(--page-gutter),env(safe-area-inset-right,0px))}.rf-chat-main{padding-top:8px}.chat-shell{grid-template-columns:minmax(0,1fr);border-radius:17px;height:calc(100dvh - var(--rf-header-height, 64px) - var(--rf-nav-height, 72px) - 16px)}.chat-inbox{border:0}.chat-shell[data-thread-open=false] .chat-thread,.chat-shell[data-thread-open=true] .chat-inbox{display:none}.chat-inbox-header{padding:22px 20px 18px}.chat-inbox-header h1{font-size:29px}.chat-back{display:inline-flex}.chat-thread-header{gap:9px;min-height:74px;padding:12px 10px}.chat-thread-header>:is(img,span){width:35px!important;height:35px!important}.chat-thread-header h2{font-size:14px}.chat-transcript{padding:10px 14px}.chat-bubble{max-width:88%;padding:10px 12px 7px}.chat-bubble>p{font-size:13px}.chat-composer{padding:10px}.chat-composer-field{padding:5px;gap:4px}.chat-composer textarea{font-size:16px}.chat-send{width:42px;padding:10px;flex-shrink:0}.chat-send span{display:none}}.people-directory{container-type:inline-size;padding-top:30px}.people-directory button{-webkit-tap-highlight-color:transparent}.people-directory button:disabled{opacity:.5;cursor:not-allowed}.people-directory :is(button,input):focus-visible{outline:2px solid var(--accent);outline-offset:4px}.people-intro{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:5px 4px 27px}.people-intro-copy{min-width:0}.people-intro h1{margin-top:9px;font-family:var(--font-display),var(--font-script);font-size:clamp(30px,5.3cqi,46px);font-weight:600;letter-spacing:-1.8px;line-height:1.14}.people-intro-description{margin-top:12px;color:var(--muted);font-size:14px;line-height:1.65}.people-orbit{position:relative;flex-shrink:0;width:134px;height:108px}.people-orbit-ring{position:absolute;inset:5px 12px;border:1px dashed var(--accent-brd);border-radius:50%;transform:rotate(-25deg)}.people-orbit-node{position:absolute;display:grid;place-items:center;border-radius:22px}.people-orbit-main{top:16px;inset-inline-start:18px;width:74px;height:74px;background:var(--accent-soft);color:var(--accent);transform:rotate(-9deg)}.people-orbit-main svg{width:35px;height:35px;transform:rotate(9deg)}.people-orbit-small{top:0;inset-inline-end:0;width:44px;height:44px;border:4px solid var(--bg);background:#e9efd8;color:#596b31;border-radius:15px;transform:rotate(13deg)}.people-orbit-dot{position:absolute;bottom:8px;inset-inline-end:20px;width:14px;height:14px;border-radius:50%;background:var(--accent);border:3px solid var(--bg)}.people-search-panel{padding:22px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:0 3px 5px rgb(20 35 20/2%)}.people-search-label{display:block;margin-bottom:11px;font-size:12px;font-weight:600}.people-search-field{display:flex;align-items:center;gap:12px;padding:7px 7px 7px 16px;border:1px solid var(--border2);border-radius:13px;background:var(--bg);transition:border-color .16s,box-shadow .16s}.people-search-field:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.people-search-field>svg{color:var(--muted);flex-shrink:0}.people-search-field input{width:100%;min-width:0;height:42px;padding:0;background:transparent;border:0;outline:none!important;font-size:14px;color:var(--text)}.people-search-field input::-moz-placeholder{color:var(--muted)}.people-search-field input::placeholder{color:var(--muted)}.people-search-field input::-webkit-search-cancel-button{display:none}.people-clear{display:grid;place-items:center;width:34px;min-width:34px;height:42px;color:var(--muted);border-radius:8px}.people-clear:hover{background:var(--hover);color:var(--text)}.people-search-submit{display:flex;align-items:center;justify-content:center;gap:14px;min-height:44px;padding:10px 18px;border-radius:9px;background:var(--accent);color:var(--on-accent);font-size:12px;font-weight:700}.people-search-hint{display:flex;align-items:center;gap:7px;margin-top:12px;font-size:11px;line-height:1.6;color:var(--muted)}.people-search-hint svg{width:14px;height:14px;flex-shrink:0}.people-recent{margin-top:18px;padding-top:15px;border-top:1px solid var(--border)}.people-recent-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:11px}.people-recent-heading button{min-height:32px;color:var(--accent)}.people-recent-terms{display:flex;flex-wrap:wrap;gap:7px;margin-top:5px}.people-recent-terms button{display:flex;align-items:center;gap:8px;max-width:100%;min-height:36px;padding:6px 10px;border:1px solid var(--border);border-radius:9px;color:var(--text2);font-size:12px;background:var(--surface2)}.people-recent-terms button:hover{border-color:var(--accent-brd)}.people-recent-terms svg{width:13px;height:13px;flex-shrink:0;color:var(--muted)}.people-recent-terms bdi{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.people-inbox{margin-top:16px;border:1px solid var(--border);border-radius:16px;background:var(--surface);overflow:hidden}.people-inbox-heading{display:flex;width:100%;align-items:center;gap:12px;padding:16px 18px;text-align:start}.people-inbox-icon{display:grid;place-items:center;width:38px;height:38px;flex-shrink:0;border-radius:11px;background:var(--accent-soft);color:var(--accent)}.people-inbox-title{flex:1;min-width:0;font-size:13px;font-weight:600}.people-inbox-title small{display:block;margin-top:3px;font-size:11px;color:var(--muted);font-weight:400;line-height:1.5}.people-count{min-width:26px;padding:4px 7px;text-align:center;border-radius:8px;background:var(--surface2);font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.people-chevron{color:var(--muted);transition:transform .16s}.people-chevron.is-open{transform:rotate(180deg)}.people-request{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:14px 18px;border-top:1px solid var(--border)}.people-request-person{display:flex;align-items:center;gap:11px;text-align:start;min-width:0;flex:1 1 180px}.people-request-person>span{min-width:0}.people-request-person strong{display:block;font-size:12px;overflow-wrap:anywhere}.people-request-person bdi{display:block;color:var(--muted);font-size:11px;overflow-wrap:anywhere}.people-request-person small{display:block;margin-top:4px;color:var(--text2);font-size:11px}.people-request-actions{display:flex;align-items:center;gap:7px}.people-request-actions button{min-height:38px;border-radius:9px;padding:8px 14px;font-size:11px;font-weight:600}.people-accept{color:var(--on-accent);background:var(--accent)}.people-reject{color:var(--muted);border:1px solid var(--border2)}.people-reject:hover{color:#d54f5b;border-color:#d54f5b}.people-accepted{display:flex;align-items:center;gap:5px;color:var(--accent);font-size:12px}.people-accepted svg{width:16px;height:16px}.people-results{margin-top:28px}.people-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:17px}.people-results-toolbar h2{font-family:var(--font-display),var(--font-script);font-size:18px;font-weight:600}.people-results-toolbar p{margin-top:5px;color:var(--muted);font-size:11px}.people-view-controls{display:flex;padding:4px;gap:2px;border:1px solid var(--border);border-radius:10px;background:var(--surface);flex-shrink:0}.people-view-controls button{display:grid;place-items:center;width:36px;height:34px;border-radius:7px;color:var(--muted)}.people-view-controls svg{width:16px;height:16px}.people-view-controls button[aria-pressed=true]{background:var(--accent-soft);color:var(--accent)}.people-results-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:13px}.people-person{min-width:0;padding:21px;border:1px solid var(--border);border-radius:18px;background:var(--surface);transition:border-color .18s,box-shadow .18s,transform .18s}.people-person:hover{border-color:var(--accent-brd);box-shadow:0 6px 20px rgb(20 35 20/4%);transform:translateY(-2px)}.people-person-identity{display:flex;align-items:center;gap:13px;width:100%;min-width:0;text-align:start}.people-avatar-wrap{padding:4px;border:1px solid var(--border);border-radius:50%;flex-shrink:0}.people-person-name{min-width:0;flex:1}.people-person-name strong{display:block;font-size:15px;font-weight:600;line-height:1.35;overflow-wrap:anywhere}.people-person-name bdi{display:block;font-size:12px;color:var(--muted);margin-top:5px;overflow-wrap:anywhere}.people-profile-arrow{color:var(--muted);align-self:flex-start;padding-top:5px}.people-profile-arrow svg{width:17px;height:17px;transform:rotate(-35deg)}.people-person-badges{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-top:16px;min-height:25px}.people-person-badges>span{display:inline-flex;align-items:center;gap:5px;border-radius:6px;font-size:10px;line-height:1.5;padding:4px 7px}.people-person-badges svg{width:12px;height:12px;flex-shrink:0}.people-visibility{color:var(--muted);background:var(--surface2)}.people-relationship{color:var(--accent);background:var(--accent-soft)}.people-person-actions{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.people-person-actions button{min-height:40px;border-radius:9px;flex:1;font-size:11px;white-space:normal}.people-own-profile{display:flex;justify-content:center;align-items:center;gap:8px;border:1px solid var(--border2);color:var(--text2)}.people-own-profile svg{width:15px;height:15px}.people-empty{display:flex;flex-direction:column;align-items:center;padding:40px 24px 35px;text-align:center;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.people-empty h3{max-width:100%;margin-top:22px;font-family:var(--font-display),var(--font-script);font-size:19px;font-weight:600;letter-spacing:-.45px;overflow-wrap:anywhere}.people-empty>p{max-width:360px;margin-top:9px;font-size:12px;line-height:1.8;color:var(--muted)}.people-empty-art{position:relative;width:150px;height:95px}.people-empty-art span{position:absolute;border:1px solid var(--border);background:var(--surface2);border-radius:14px;width:65px;height:76px;top:5px}.people-empty-art span:before{content:"";position:absolute;width:20px;height:20px;left:22px;top:13px;border-radius:50%;background:var(--border2)}.people-empty-art span:after{content:"";position:absolute;width:34px;height:4px;left:15px;bottom:17px;border-radius:4px;background:var(--border2)}.people-empty-art span:first-child{left:3px;transform:rotate(-15deg)}.people-empty-art span:nth-child(2){right:3px;transform:rotate(15deg)}.people-empty-art span:nth-child(3){left:43px;top:0;z-index:1;background:var(--accent-soft);border-color:var(--accent-brd)}.people-empty-art span:nth-child(3):after,.people-empty-art span:nth-child(3):before{background:var(--accent);opacity:.6}.people-empty-art>svg{position:absolute;bottom:0;right:5px;z-index:2;padding:10px;width:47px;height:47px;background:var(--accent);color:var(--on-accent);border:4px solid var(--surface);border-radius:15px}.people-empty-footnote{display:flex;align-items:center;gap:7px;margin-top:25px;font-size:10px;color:var(--muted)}.people-empty-footnote svg{width:14px;height:14px;flex-shrink:0}.people-state-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:18px;background:var(--accent-soft);color:var(--accent)}.people-state-icon svg{width:26px;height:26px}.people-secondary-button{display:inline-flex;justify-content:center;align-items:center;gap:9px;min-height:42px;margin-top:20px;padding:10px 20px;border:1px solid var(--border2);border-radius:10px;color:var(--text2);font-size:12px;font-weight:600;background:var(--surface)}.people-secondary-button:hover{border-color:var(--accent);color:var(--accent)}.people-secondary-button svg{width:16px;height:16px}.people-pagination{text-align:center}.people-inline-error{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:14px 18px;font-size:12px;line-height:1.7;color:#d54f5b}.people-inline-error button{min-height:36px;text-decoration:underline;text-underline-offset:3px}.people-skeleton{display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding:24px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.people-skeleton>span{width:60px;height:60px;border-radius:50%;background:var(--surface2)}.people-skeleton>div{flex:1}.people-skeleton i{display:block;height:10px;margin-block:10px;width:80%;border-radius:4px;background:var(--surface2)}.people-skeleton i+i{width:55%}.people-skeleton b{display:block;width:100%;height:38px;margin-top:12px;border-radius:9px;background:var(--surface2)}[dir=rtl] .people-recent-terms svg:last-child,[dir=rtl] .people-search-submit>svg{transform:scaleX(-1)}@container (min-width: 560px){.people-layout-grid,.people-skeletons{grid-template-columns:repeat(2,minmax(0,1fr))}.people-layout-list .people-person{display:grid;grid-template-columns:minmax(0,1fr) auto;-moz-column-gap:20px;column-gap:20px;padding:18px 21px}.people-layout-list .people-person-identity{grid-column:1}.people-layout-list .people-person-badges{grid-column:1;margin-top:8px;padding-inline-start:76px}.people-layout-list .people-person-actions{grid-column:2;grid-row:1/3;align-self:center;max-width:220px;margin:0;padding:0;border:0}.people-layout-list .people-profile-arrow{display:none}}@container (max-width: 460px){.people-intro{padding-bottom:22px}.people-intro h1{font-size:31px;letter-spacing:-1.1px}.people-intro-description{font-size:12px;max-width:210px}.people-orbit{width:86px;transform:scale(.78);transform-origin:right center;margin-inline-start:-12px}.people-orbit-main{inset-inline-start:0}.people-orbit-small{inset-inline-end:5px}.people-search-panel{padding:16px}.people-search-field{gap:8px;padding-inline-start:10px}.people-search-field input{font-size:13px}.people-search-submit{padding:10px 12px}.people-search-submit>svg{display:none}.people-inbox-heading{padding:14px;gap:9px}.people-person{padding:18px}.people-empty{padding-inline:18px}.people-empty h3{font-size:18px}}@media (prefers-reduced-motion:no-preference){.people-skeleton b,.people-skeleton i,.people-skeleton>span{animation:people-pulse 1.4s ease-in-out infinite alternate}@keyframes people-pulse{to{opacity:.35}}}html:not([lang=en]) .people-empty h3,html:not([lang=en]) .people-intro h1{letter-spacing:normal;line-height:1.4}[dir=rtl] .people-orbit{transform-origin:left center}