@charset "UTF-8";
/* ==========================================================================
   Dark skin
   ========================================================================== */
/* Colors */
/* dark syntax highlighting (base16) */
.author__urls.social-icons .svg-inline--fa,
.page__footer-follow .social-icons .svg-inline--fa {
  color: inherit;
}

/* ==========================================================================
   Variables
   ========================================================================== */
/*
   Typography
   ========================================================================== */
/* paragraph indention */
/* system typefaces */
/* sans serif typefaces */
/* serif typefaces */
/* type scale */
/* headline scale
   The theme's own scale, restored. It was briefly compressed to make section
   headings smaller, but the headings that were actually too large were the
   setext `===` h1s inside rendered markdown, which the page-title rule was
   capturing — see .rendered-markdown in extra_main.scss. That is fixed at the
   source, so the scale needs its full range back: content headings are shifted
   down one level and need somewhere to step to. */
/* dense-UI type ladder
   The $type-size scale above is em-based and sized for running prose. The
   admin console, error log and collaboration-project surfaces are dense
   application UI whose labels, badges and meta lines all sit below body size;
   left ungoverned they had accumulated 34 distinct font-size values. These are
   rem so they track the root size steps ($doc-font-size-medium/large/x-large)
   instead of compounding against whatever parent they land in. */
/*
   Colors
   ========================================================================== */
/* accent — used for callouts/highlights across page/people/publi */
/* page-title accent — $accent-color pulled toward the foreground.
   Raw $accent-color on $background-color fails the 3:1 large-text floor on six
   of the eleven shipped skins (contrast 1.27:1, default 2.05:1, air 2.36:1,
   mint 2.51:1, aqua 2.65:1, sunrise 2.86:1), so a display-scale heading cannot
   use it directly. 60% is the most accent this mix can carry while the worst
   skin still clears 3:1 (contrast, 3.51:1); it darkens on light skins and
   lightens on dark ones, the same construction as $link-color. */
/* hero scrim strength — multiplier on the darkening layer under hero overlay
   text. Declared here so every skin compiles; a skin may override it. 0 removes
   the scrim entirely, which will fail contrast over a light hero image. */
/* project status badges */
/* project category (mindmap + cards) */
/* avatar palette — deterministic hash slot -> color */
/* raised-surface ladder
   Six semantic steps for application chrome: a resting raised fill, one
   nested step above it (card header strips), a translucent hover tint, and
   three hairline weights. Ten separate rgba($text-color, …) alphas served
   these intents before, several of them relying on translucency stacking
   through nested elements.

   The fills are opaque mixes rather than rgba: a card, panel or popover must
   read the same whether it sits on the page, inside another surface, or over
   the content it overlays. Only $surface-hover stays translucent, because
   pointer feedback should tint whatever it lands on. Mixing $text-color into
   $background-color also means one token lightens on dark skins and darkens on
   light ones, instead of a #fff-derived value that vanishes on the light skins. */
/* The control-boundary step. A 1px edge is what identifies a tonal control
   whose fill is only an 8% lift off the page, and WCAG 1.4.11 asks 3:1 of it.
   $hairline-strong does not carry that: at 38% it measures 2.01:1 on aqua and
   mint, 2.09 on dirt, 2.18 on air — seven of the nine distinct skins fail. 60%
   is the lowest weight that clears 3:1 on all of them (worst: aqua and mint at
   3.33). Reach for it on a control outline, not on a divider. */
/* collaboration-project surface tokens
   Aliases onto the ladder above — the collab views reference these names ~60
   times, and they used to be mixed against #fff, which collapsed to invisible
   on the light skins ($proj-surface resolved to #fff on a #fff page). */
/* 80%, not the 50% this started at: this token carries running text — meta
   lines, card header strips, the admin console's tile links — and 50% put all
   of it below 4.5:1 on every one of the eleven skins (aquila_dark measured
   3.34:1 on $surface-raised, 2.87:1 on $surface-raised-alt). 80% is the lowest
   weight that clears the body floor on both raised steps for ten skins; the
   eleventh, mint, needed its own $text-color deepened, since no mix weight can
   recover contrast its root colour never had. See DESIGN.md → Colors. */
/* photo overlays
   Chrome that sits on top of an image (thumbnail captions, remove buttons,
   progress tracks). These stay absolute black: they must darken a photograph,
   not the page, so they are the one place skin derivation would be wrong.
   0.55 is the measured hero-scrim value — see .hero--main-bg. */
/* inline emphasis (filename patterns, download counts)
   The link tint rather than a fresh hue, so emphasised inline text keeps its
   contrast on every skin instead of relying on a hardcoded teal or yellow. */
/* YIQ color contrast */
/* brands */
/* links */
/* notices */
/* syntax highlighting (base16) */
/*
   Breakpoints
   ========================================================================== */
/*
   Grid
   ========================================================================== */
/*
   Other
   ========================================================================== */
/* One radius drives the system. The three names below are the only sanctioned
   variations: the doubled step for pill-shaped controls (the authors-panel
   select precedent), a fully rounded chip, and a circle for avatars and dots.
   Anything else — 3px, 5px, 0.375rem — is drift, not a decision. */
/* Feedback on a control the pointer is already on — hover fills, border tints.
   Replaces the 0.1s/0.12s/0.15s trio that had drifted apart for one intent. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
 * People css
 */
.people-filter {
  margin: 1.5em 0 0.5em;
}
.people-filter label {
  font-size: 0.75em;
  color: rgb(174.9, 176.4, 179.4);
}
.people-filter__input {
  max-width: 28em;
}
.people-filter__status {
  font-size: 0.75em;
  color: rgb(174.9, 176.4, 179.4);
  margin: 0.25em 0 0;
}
.people-filter__empty {
  margin: 1em 0;
  color: rgb(174.9, 176.4, 179.4);
}

.people_list {
  width: 100%;
  margin: 0;
}
.people_list .people_locus {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  margin: 1.5em 0 0;
  padding: 0.35em 0;
  text-align: left;
  font-size: 1.25em;
  color: rgb(246.6, 185.4, 185.4);
  background-color: #252a34;
  border-bottom: 2px solid #00adb5;
}
.people_list .people_locus__country {
  font-size: 0.75em;
  font-weight: normal;
  color: rgb(174.9, 176.4, 179.4);
  margin-inline-start: 0.5em;
}
.people_list .people_locus__count {
  float: inline-end;
  font-size: 0.75em;
  font-weight: normal;
  color: rgb(174.9, 176.4, 179.4);
}
.people_list .people_locus__note {
  font-size: 0.75em;
  color: rgb(174.9, 176.4, 179.4);
  margin: 0.5em 0 0;
}
.people_list .people_element[hidden],
.people_list .people_locus_group[hidden] {
  display: none;
}
.people_list .people_element {
  width: 100%;
  margin: 0;
  padding: 0.6em 1em;
  border-bottom: 1px solid rgb(80.6, 84.6, 92.6);
}
.people_list .people_element:target {
  background-color: rgb(32.56, 57.72, 67.48);
  outline: 2px solid #00adb5;
  outline-offset: -2px;
}
.people_list .people_element .member {
  vertical-align: top;
  text-align: left;
}
.people_list .people_element .member .member__name {
  font-weight: bold;
}
.people_list .people_element .member a {
  color: #eaeaea;
  text-decoration: underline dotted;
}
.people_list .people_element .member a:hover {
  text-decoration: underline;
}
.people_list .people_element .member-bio {
  color: rgb(174.9, 176.4, 179.4);
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .people_list .people_element {
    display: flex;
    align-items: baseline;
    gap: 2%;
  }
  .people_list .people_element .member {
    flex: 0 0 30%;
    min-width: 0;
  }
  .people_list .people_element .member-bio {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.location-search-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input--location-search {
  width: 100%;
}

.location-results {
  position: absolute;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  min-width: 300px;
  background: rgb(52.76, 57.36, 66.56);
  border: 1px solid rgb(80.34, 84.24, 92.04);
  border-radius: 4px;
  color: #eaeaea;
}
.location-results li {
  padding: 6px 10px;
  cursor: pointer;
}
.location-results li:hover {
  background: rgba(234, 234, 234, 0.1);
  color: #eaeaea;
}

.location-search-hint {
  display: block;
  font-size: 0.8em;
  color: rgb(174.9, 176.4, 179.4);
  margin-top: 3px;
}

/*# sourceMappingURL=people.css.map */
