:root{color-scheme:light;--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--color-primary: #3369e7;--color-focus: #0086c3;--color-border: #d9dce2;--color-bg: #f7f8fa}*{box-sizing:border-box}html,body,#root{height:100%}@supports (height: 100dvh){html,body,#root{height:100dvh}}body{margin:0;background:#f7f8fa;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-feature-settings:"cv05","cv11";overflow:hidden}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-focus)}button{font-family:inherit}.people-result-row-content{display:grid;grid-template-columns:minmax(0,.8fr) minmax(12rem,1.2fr);align-items:center;gap:1rem}.people-result-row-detail{text-align:right}@media (max-width: 42rem){.people-result-row-content{grid-template-columns:minmax(0,1fr);gap:0}.people-result-row-detail{text-align:left}}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}@media (hover: none){button,[role=button]{-webkit-tap-highlight-color:rgba(51,105,231,.12)}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d9dce2;border-radius:999px;border:2px solid #fff}::-webkit-scrollbar-track{background:transparent}@keyframes mobile-zoom-tip-enter{0%{opacity:0;transform:translateY(.75rem) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mobile-zoom-tip-backdrop-enter{0%{opacity:0}to{opacity:1}}.mobile-zoom-tip__backdrop{animation:mobile-zoom-tip-backdrop-enter .16s ease-out both}.mobile-zoom-tip__dialog{animation:mobile-zoom-tip-enter .22s ease-out both}@media (prefers-reduced-motion: reduce){.mobile-zoom-tip__backdrop,.mobile-zoom-tip__dialog{animation:none}}
