.state-site-bg,
body{
  /* Keep page atmospherics anchored to the viewport on long pages. */
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}

.fna-header{
  position:relative;
  z-index:80;
  overflow:visible;
}

.fna-header .glass-inner{
  overflow:visible;
}

.fna-header.container{
  width:min(1220px,100%);
  max-width:none;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.fna-header.glass{
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  background-color:rgba(12,16,24,.56);
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  box-shadow:0 18px 60px rgba(0,0,0,.55);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  overflow:visible;
}

.fna-header .glass-inner{
  padding:26px;
  overflow:visible;
}

.fna-header .sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}

.fna-header .topbar{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.fna-header .title{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:0;
  line-height:1.15;
}

.fna-header .title h1{
  margin:0;
  font-size:26px;
  letter-spacing:.2px;
  font-weight:720;
}

.fna-header .subtitle{
  margin-top:30px;
  font-size:13px;
  color:var(--muted, rgba(255,255,255,.68));
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.fna-header .pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid var(--border-2, rgba(255,255,255,.07));
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.82);
  font-size:12px;
  line-height:1;
  white-space:nowrap;
  text-decoration:none;
}

.fna-header .pill.accent{
  border-color:rgba(77,178,255,.35);
  box-shadow:
    0 0 0 1px rgba(77,178,255,.16) inset,
    0 0 0 6px rgba(77,178,255,.06);
}

.fna-header .pill.warn{
  border-color:rgba(255,176,32,.50);
  box-shadow:
    0 0 0 1px rgba(255,176,32,.16) inset,
    0 0 0 6px rgba(255,176,32,.07);
}

.fna-header .utc-pill-live{
  font-weight:620;
  letter-spacing:.2px;
  font-variant-numeric:tabular-nums;
  font-feature-settings:"tnum" 1;
  isolation:isolate;
  transform:translateZ(0);
}

@media (min-width:521px){
  .fna-header .utc-pill-live:not(.utc-square){
    color:rgba(228,242,255,.92);
    border-color:rgba(77,178,255,.35);
    background:rgba(255,255,255,.05);
    box-shadow:
      0 0 0 1px rgba(77,178,255,.16) inset,
      0 0 0 6px rgba(77,178,255,.06);
  }

  .fna-header .utc-pill-live:not(.utc-square):hover{
    box-shadow:0 0 0 3px rgba(77,178,255,.12);
  }
}

.fna-header #utc-pill.utc-square{
  width:92px;
  min-width:92px;
  height:92px;
  border-radius:16px;
  padding:9px 8px;
  display:grid;
  align-content:center;
  justify-items:center;
  gap:3px;
  white-space:normal;
  text-align:center;
  box-sizing:border-box;
}

.fna-header #utc-pill.utc-square .utc-line{
  display:block;
  line-height:1.1;
}

.fna-header #utc-pill.utc-square .utc-date{
  font-size:10px;
  letter-spacing:.45px;
  color:rgba(255,255,255,.90);
}

.fna-header #utc-pill.utc-square .utc-time{
  font-size:16px;
  font-weight:700;
  color:rgba(255,255,255,.97);
}

.fna-header #utc-pill.utc-square .utc-zone{
  font-size:10px;
  letter-spacing:.6px;
  color:rgba(255,255,255,.88);
}

.fna-header .session-column{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
  min-width:240px;
}

.fna-header .mobile-login-pill{
  display:none !important;
  width:100%;
  min-width:0;
  white-space:normal;
  text-decoration:none;
  line-height:1.1;
  border-radius:12px;
  align-items:flex-start;
  justify-content:center;
  flex-direction:column;
  gap:2px;
  padding:7px 10px;
  min-height:46px;
  box-sizing:border-box;
  color:rgba(236,248,255,.96);
}

.fna-header .mobile-login-pill .mobile-login-title{
  font-size:12px;
  font-weight:700;
  letter-spacing:.1px;
  color:rgba(246,252,255,.98);
}

.fna-header .mobile-login-pill .mobile-login-sub{
  font-size:9.5px;
  color:rgba(216,234,247,.86);
  letter-spacing:.1px;
  line-height:1.15;
}

.fna-header .session-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}

.fna-header .header-session-actions{
  margin-left:auto;
  align-self:center;
}

.fna-header .session-actions .pill,
.fna-header .session-actions .pill-btn,
.fna-header .session-actions .btn,
.fna-header .session-actions a.btn{
  padding:7px 10px;
  font-size:12px;
  line-height:1;
  border-radius:999px;
  height:30px;
}

.fna-header .session-actions .btn,
.fna-header .session-actions a.btn,
.fna-header .pill-btn{
  appearance:none;
  border:1px solid var(--border-2, rgba(255,255,255,.07));
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.82);
  cursor:pointer;
  text-decoration:none;
  font-weight:500;
}

.fna-header .user-chip,
.fna-header .session-chip,
.user-chip.badge-header-size,
.session-chip.badge-header-size{
  width:100%;
  min-width:240px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 11px;
  border-radius:12px;
  border:1px solid var(--border-2, rgba(255,255,255,.07));
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.90);
}

.fna-header .user-avatar,
.fna-header .session-avatar,
.badge-header-size .user-avatar,
.badge-header-size .session-avatar{
  width:45px;
  height:45px;
  border-radius:999px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.06);
  flex:0 0 auto;
}

.fna-header .user-stove,
.fna-header .session-stove,
.badge-header-size .user-stove,
.badge-header-size .session-stove{
  width:33px;
  height:33px;
  object-fit:contain;
  opacity:.95;
  flex:0 0 auto;
}

.fna-header .user-text,
.badge-header-size .user-text{
  display:flex;
  flex-direction:column;
  min-width:0;
  line-height:1.2;
}

.fna-header .user-name,
.badge-header-size .user-name{
  font-size:13px;
  font-weight:680;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.fna-header .user-rank,
.badge-header-size .user-rank{
  margin-top:2px;
  font-size:11px;
  color:var(--muted, rgba(255,255,255,.68));
}

.fna-header .user-chip.badge-has-meta,
.fna-header .session-chip.badge-has-meta,
.user-chip.badge-header-size.badge-has-meta,
.session-chip.badge-header-size.badge-has-meta{
  display:grid;
  grid-template-columns:auto auto minmax(0, 1fr) auto;
  align-items:center;
}

.badge-has-meta .user-avatar,
.badge-has-meta .session-avatar{
  grid-column:1;
}

.badge-has-meta .user-stove,
.badge-has-meta .session-stove{
  grid-column:2;
}

.badge-has-meta .user-text{
  grid-column:3;
  min-width:0;
  flex:1 1 auto;
}

.badge-has-meta .user-meta-list{
  grid-column:4;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center;
  gap:5px;
  margin-left:auto;
  max-width:min(44%, 240px);
}

.badge-has-meta .user-meta-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:0 8px;
  border-radius:999px;
  border:1px solid rgba(77,178,255,.24);
  background:rgba(255,255,255,.05);
  color:rgba(236,248,255,.92);
  font-size:10.5px;
  font-weight:650;
  letter-spacing:.16px;
  line-height:1;
  white-space:nowrap;
}


.fna-header .header-session-actions #logout-btn{
  display:none !important;
}
.fna-header #logout-btn,
.fna-header .logout-pill{
  border-color:rgba(255,120,120,.48);
  box-shadow:
    0 0 0 1px rgba(255,120,120,.22) inset,
    0 0 0 5px rgba(255,120,120,.07),
    0 0 12px rgba(255,80,80,.16);
  color:rgba(255,220,220,.95);
}

.fna-header .user-chip.access-member,
.fna-header .session-chip.access-member,
.user-chip.badge-header-size.access-member,
.session-chip.badge-header-size.access-member,
.fna-header .pill.access-member{
  border-color:rgba(58,197,122,.45) !important;
  box-shadow:
    0 0 0 1px rgba(58,197,122,.18) inset,
    0 0 0 5px rgba(58,197,122,.07);
}

.fna-header .user-chip.access-officer,
.fna-header .session-chip.access-officer,
.user-chip.badge-header-size.access-officer,
.session-chip.badge-header-size.access-officer,
.fna-header .pill.access-officer{
  border-color:rgba(255,171,88,.50) !important;
  box-shadow:
    0 0 0 1px rgba(255,171,88,.20) inset,
    0 0 0 5px rgba(255,171,88,.07);
}

.fna-header .user-chip.access-president,
.fna-header .session-chip.access-president,
.user-chip.badge-header-size.access-president,
.session-chip.badge-header-size.access-president,
.fna-header .pill.access-president{
  border-color:rgba(246,201,88,.56) !important;
  box-shadow:
    0 0 0 1px rgba(246,201,88,.24) inset,
    0 0 0 5px rgba(246,201,88,.10),
    0 0 14px rgba(246,201,88,.20);
}

.fna-header .user-chip.access-vice-president,
.fna-header .session-chip.access-vice-president,
.user-chip.badge-header-size.access-vice-president,
.session-chip.badge-header-size.access-vice-president,
.fna-header .pill.access-vice-president{
  border-color:rgba(214,222,233,.56) !important;
  box-shadow:
    0 0 0 1px rgba(214,222,233,.24) inset,
    0 0 0 5px rgba(214,222,233,.10),
    0 0 14px rgba(214,222,233,.18);
}

.fna-header .user-chip.access-developer,
.fna-header .session-chip.access-developer,
.user-chip.badge-header-size.access-developer,
.session-chip.badge-header-size.access-developer,
.fna-header .pill.access-developer{
  border-color:rgba(123,224,255,.52) !important;
  box-shadow:
    0 0 0 1px rgba(123,224,255,.20) inset,
    0 0 0 5px rgba(123,224,255,.08),
    0 0 14px rgba(123,224,255,.16);
}

.fna-header .user-chip.access-applicant,
.fna-header .session-chip.access-applicant,
.user-chip.badge-header-size.access-applicant,
.session-chip.badge-header-size.access-applicant,
.fna-header .pill.access-applicant{
  border-color:rgba(180,190,208,.40) !important;
  box-shadow:
    0 0 0 1px rgba(180,190,208,.16) inset,
    0 0 0 5px rgba(180,190,208,.06);
}

.fna-header .header-nav{
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  position:relative;
  z-index:81;
}

.fna-header .header-nav-group{
  position:relative;
  margin:0;
  padding:0;
  z-index:82;
}

.fna-header .header-nav-trigger{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:rgba(228,242,255,.92);
  background:transparent;
  border:0;
  border-bottom:1px solid transparent;
  border-radius:0;
  padding:4px 2px;
  font-size:12.5px;
  font-weight:610;
  letter-spacing:.12px;
  line-height:1.15;
  box-shadow:none;
  transition:color .12s ease, border-color .12s ease;
  white-space:nowrap;
  cursor:pointer;
  list-style:none;
  -webkit-user-select:none;
  user-select:none;
}

.fna-header .header-nav-trigger::after{
  content:"▾";
  margin-left:5px;
  font-size:10px;
  line-height:1;
  opacity:.72;
  transition:transform .15s ease, opacity .15s ease;
}

.fna-header .header-nav-group[open] > .header-nav-trigger::after{
  transform:rotate(180deg);
  opacity:.95;
}

.fna-header .header-nav-trigger::-webkit-details-marker{
  display:none;
}

.fna-header .header-nav-trigger:hover,
.fna-header .header-nav-trigger:focus-visible,
.fna-header .header-nav-group[open] > .header-nav-trigger{
  color:rgba(246,252,255,.98);
  border-bottom-color:rgba(77,178,255,.58);
  outline:none;
}

.fna-header .header-nav-link{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:rgba(228,242,255,.92);
  background:transparent;
  border:0;
  border-bottom:1px solid transparent;
  border-radius:0;
  padding:4px 2px;
  font-size:12.5px;
  font-weight:610;
  letter-spacing:.12px;
  line-height:1.15;
  box-shadow:none;
  transition:color .12s ease, border-color .12s ease;
  white-space:nowrap;
}

.fna-header .header-nav-btn{
  appearance:none;
  border:0;
  background:transparent;
  cursor:pointer;
  font:inherit;
  margin:0;
}

.fna-header .header-nav-link::after{
  display:none;
}

.fna-header .header-nav-link:hover,
.fna-header .header-nav-btn:hover{
  color:rgba(246,252,255,.98);
  border-bottom-color:rgba(77,178,255,.58);
}

.fna-header .header-nav-link:focus-visible,
.fna-header .header-nav-btn:focus-visible{
  outline:none;
  color:rgba(246,252,255,.98);
  border-bottom-color:rgba(77,178,255,.72);
}

.fna-header .header-nav-dropdown{
  position:absolute;
  top:calc(100% + 7px);
  left:0;
  min-width:190px;
  max-width:260px;
  display:none;
  gap:6px;
  padding:8px 10px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(14,20,30,.96);
  box-shadow:
    0 12px 28px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,255,255,.06) inset;
  z-index:120;
}

.fna-header .header-nav-group:last-child .header-nav-dropdown{
  left:auto;
  right:0;
}

.fna-header .header-nav-group[open] > .header-nav-dropdown{
  display:grid;
}

.fna-header .header-nav-item{
  display:block;
  padding:4px 0;
  color:rgba(236,247,255,.95);
  font-size:12px;
  font-weight:600;
  line-height:1.2;
  text-decoration:none;
  white-space:nowrap;
  border-bottom:1px solid transparent;
}

.fna-header .header-nav-item:hover,
.fna-header .header-nav-item:focus-visible,
.fna-header .header-nav-item-btn:hover,
.fna-header .header-nav-item-btn:focus-visible{
  outline:none;
  color:rgba(246,252,255,.98);
  border-bottom-color:rgba(255,255,255,.48);
}

.fna-header .lang-selector{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:6px;
}

.fna-header .lang-btn{
  appearance:none;
  border:1px solid var(--border-2, rgba(255,255,255,.07));
  background:rgba(255,255,255,.05);
  color:var(--text, rgba(255,255,255,.92));
  border-radius:999px;
  padding:4px 7px;
  font-size:11px;
  line-height:1;
  cursor:pointer;
}

.fna-header .lang-btn:hover{
  border-color:rgba(77,178,255,.35);
}

.fna-header .lang-btn.active{
  border-color:rgba(77,178,255,.35);
  box-shadow:0 0 0 1px rgba(77,178,255,.16) inset;
  background:rgba(77,178,255,.10);
}

.hidden{
  display:none !important;
}

@media (max-width:860px){
  .fna-header .header-nav{
    padding-top:8px;
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    align-items:center;
  }

  .fna-header .header-nav-item.mobile-transfer-item{
    display:none;
  }

  .fna-header .header-nav-trigger,
  .fna-header .header-nav-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-align:left;
    white-space:nowrap;
    padding:4px 2px;
    font-size:11px;
    line-height:1.15;
    background:transparent;
    border:0;
    border-bottom:1px solid transparent;
    box-shadow:none;
  }

  .fna-header .header-nav-dropdown{
    min-width:170px;
    max-width:min(240px, calc(100vw - 32px));
    margin-top:0;
    z-index:140;
  }

  .fna-header .header-nav-item{
    font-size:11px;
  }

  .fna-header .header-session-actions{
    margin-left:0;
    width:100%;
    justify-content:flex-end;
    order:99;
  }

  .fna-header .topbar{
    flex-direction:row;
    align-items:flex-start;
    justify-content:space-between;
    gap:8px;
    flex-wrap:nowrap;
  }

  .fna-header .title{
    min-width:0;
    flex:0 1 auto;
    display:flex;
    flex-direction:column;
    gap:6px;
  }

  .fna-header .title h1{
    display:none;
  }

  .fna-header .subtitle{
    margin-top:0;
    justify-content:flex-start;
    flex-wrap:nowrap;
  }

  .fna-header .session-column{
    min-width:0;
    max-width:64%;
    align-items:flex-end;
    gap:6px;
  }

  .fna-header .user-chip,
  .fna-header .session-chip,
  .user-chip.badge-header-size,
  .session-chip.badge-header-size{
    width:auto;
    min-width:0;
    max-width:100%;
    padding:7px 8px;
    gap:6px;
  }

  .fna-header .user-avatar,
  .fna-header .session-avatar,
  .badge-header-size .user-avatar,
  .badge-header-size .session-avatar{
    width:34px;
    height:34px;
  }

  .fna-header .user-stove,
  .fna-header .session-stove,
  .badge-header-size .user-stove,
  .badge-header-size .session-stove{
    width:22px;
    height:22px;
  }

  .fna-header .user-name,
  .badge-header-size .user-name{
    font-size:12px;
  }

  .fna-header .user-rank,
  .badge-header-size .user-rank{
    font-size:10px;
  }

  .badge-has-meta .user-meta-list{
    gap:4px;
    max-width:min(46%, 200px);
  }

  .badge-has-meta .user-meta-pill{
    min-height:20px;
    padding:0 7px;
    font-size:10px;
  }

  .fna-header .session-actions{
    justify-content:flex-end;
    gap:6px;
  }

  .fna-header .session-actions .pill,
  .fna-header .session-actions .pill-btn,
  .fna-header .session-actions .btn,
  .fna-header .session-actions a.btn{
    height:28px;
    font-size:11px;
    padding:6px 9px;
  }

  }

@media (max-width:620px){
  .fna-header.mobile-utility-header #login-link{
    display:none !important;
  }

  .fna-header.mobile-utility-header .mobile-login-pill:not(.hidden){
    display:flex !important;
  }

  .fna-header.mobile-utility-header .header-nav{
    flex-wrap:wrap !important;
    align-items:center !important;
    row-gap:4px !important;
  }

  .fna-header.mobile-utility-header .header-session-actions{
    order:-1 !important;
    width:100% !important;
    flex:0 0 100% !important;
    justify-content:space-between !important;
    align-items:center !important;
    margin-left:0 !important;
    margin-bottom:0 !important;
    padding:0 0 6px !important;
    gap:8px !important;
  }

  .fna-header.mobile-utility-header .header-session-actions .header-nav-link,
  .fna-header.mobile-utility-header .header-session-actions .pill{
    min-height:22px !important;
    line-height:1.15 !important;
  }
}

@media (max-width:520px){
  .fna-header.mobile-utility-header .header-session-actions{
    gap:6px !important;
    padding:0 0 6px !important;
  }

  .fna-header.mobile-utility-header .header-session-actions .header-nav-link,
  .fna-header.mobile-utility-header .header-session-actions .pill{
    font-size:10.5px !important;
    padding:4px 1px !important;
  }
}

@media (max-width:620px){
  .fna-header .header-nav{
    flex-wrap:nowrap !important;
    align-items:center !important;
    gap:6px !important;
  }

  .fna-header .header-nav-group,
  .fna-header .header-nav-link,
  .fna-header .header-session-actions,
  .fna-header .header-session-actions > *{
    display:inline-flex !important;
    align-items:center !important;
    vertical-align:middle !important;
  }

  .fna-header .header-session-actions{
    order:0 !important;
    width:auto !important;
    flex:0 0 auto !important;
    justify-content:flex-end !important;
    align-items:center !important;
    margin-left:auto !important;
    margin-bottom:0 !important;
    padding-bottom:0 !important;
    gap:6px !important;
  }

  .fna-header .header-nav-link.header-nav-transfers-top{
    display:none !important;
  }

  .fna-header .header-nav-item.mobile-transfer-item{
    display:block !important;
  }
}

@media (max-width:520px){
  .fna-header .topbar{
    display:grid !important;
    grid-template-columns:86px minmax(0, 1fr) !important;
    align-items:stretch !important;
    column-gap:8px !important;
    row-gap:0 !important;
  }

  .fna-header .title{
    width:86px !important;
    min-width:86px !important;
    flex:none !important;
  }

  .fna-header .header-nav{
    gap:6px !important;
    flex-wrap:nowrap !important;
  }

  .fna-header .header-nav-link,
  .fna-header .header-nav-trigger,
  .fna-header .header-nav-item{
    font-size:10.5px !important;
    padding:4px 1px !important;
  }

  .fna-header .header-session-actions .header-nav-link,
  .fna-header .header-session-actions .pill{
    font-size:10.5px !important;
    padding:4px 1px !important;
    min-height:22px !important;
    line-height:1.15 !important;
  }

  .fna-header #utc-pill.utc-square{
    width:86px !important;
    min-width:86px !important;
    height:46px !important;
    padding:4px 6px !important;
    border-radius:12px !important;
    gap:1px !important;
  }

  .fna-header #utc-pill.utc-square .utc-date{
    font-size:8.5px !important;
    letter-spacing:.3px !important;
  }

  .fna-header #utc-pill.utc-square .utc-time{
    font-size:12px !important;
    line-height:1.05 !important;
  }

  .fna-header #utc-pill.utc-square .utc-zone{
    font-size:8px !important;
    letter-spacing:.45px !important;
  }

  .fna-header .session-column{
    width:100% !important;
    justify-self:stretch !important;
    align-items:stretch !important;
    max-width:none !important;
    min-width:0 !important;
  }

  .fna-header #login-link{
    display:none !important;
  }

  .fna-header .mobile-login-pill:not(.hidden){
    display:flex !important;
  }

  .fna-header .user-chip,
  .fna-header .session-chip,
  .user-chip.badge-header-size,
  .session-chip.badge-header-size{
    padding:6px 7px !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    min-height:46px !important;
    box-sizing:border-box !important;
  }

  .fna-header .user-avatar,
  .fna-header .session-avatar,
  .badge-header-size .user-avatar,
  .badge-header-size .session-avatar{
    width:30px !important;
    height:30px !important;
  }

  .fna-header .user-stove,
  .fna-header .session-stove,
  .badge-header-size .user-stove,
  .badge-header-size .session-stove{
    width:18px !important;
    height:18px !important;
  }

  .fna-header .user-chip.badge-has-meta,
  .fna-header .session-chip.badge-has-meta,
  .user-chip.badge-header-size.badge-has-meta,
  .session-chip.badge-header-size.badge-has-meta{
    grid-template-columns:auto auto minmax(0, 1fr);
    row-gap:4px;
  }

  .badge-has-meta .user-avatar,
  .badge-has-meta .session-avatar{
    grid-column:1;
    grid-row:1;
  }

  .badge-has-meta .user-stove,
  .badge-has-meta .session-stove{
    grid-column:2;
    grid-row:1;
  }

  .badge-has-meta .user-text{
    grid-column:3;
    grid-row:1;
  }

  .badge-has-meta .user-meta-list{
    grid-column:3;
    grid-row:2;
    margin-left:0;
    max-width:none;
    justify-content:flex-start;
  }

  .badge-has-meta .user-meta-pill{
    min-height:19px;
    padding:0 6px;
    font-size:9.5px;
  }

  .fna-header .session-actions{
    gap:5px !important;
    justify-content:flex-end !important;
  }

  .fna-header .session-actions .pill,
  .fna-header .session-actions .pill-btn,
  .fna-header .session-actions .btn,
  .fna-header .session-actions a.btn{
    height:28px !important;
    font-size:11px !important;
    padding:6px 9px !important;
  }
}


.fna-header .header-nav-link#admin-link:hover,
.fna-header .header-nav-link#admin-link:focus-visible{
  color:rgba(246,252,255,.98);
  border-bottom-color:rgba(77,178,255,.58);
  box-shadow:none !important;
}


.fna-header [hidden]{
  display:none !important;
}



/* Shared homepage profile modal */
.user-chip.profile-openable{
  cursor:pointer;
  transition:border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.user-chip.profile-openable:hover,
.user-chip.profile-openable:focus-visible{
  border-color:rgba(123,224,255,.52);
  box-shadow:
    0 0 0 1px rgba(123,224,255,.20) inset,
    0 0 0 6px rgba(123,224,255,.08),
    0 0 14px rgba(123,224,255,.18);
  transform:translateY(-1px);
}
.notice-input{
  width:100%;
  min-height:36px;
  border-radius:10px;
  border:1px solid var(--border-2);
  background:rgba(255,255,255,.04);
  color:var(--text);
  font:inherit;
  padding:8px 10px;
  outline:none;
}
select.notice-input{
  background-color:#121825;
  color:var(--text);
  color-scheme:dark;
}
select.notice-input option,
select.notice-input optgroup{
  background-color:#121825;
  color:var(--text);
}
.notice-input:focus{
  border-color:rgba(77,178,255,.45);
  box-shadow:0 0 0 3px rgba(77,178,255,.14);
}
.notice-textarea{
  min-height:88px;
  resize:vertical;
  line-height:1.35;
}
.notice-submit{
  border:1px solid rgba(77,178,255,.35);
  background:rgba(255,255,255,.05);
  color:rgba(228,242,255,.92);
  border-radius:999px;
  padding:8px 13px;
  font:inherit;
  font-size:12px;
  cursor:pointer;
  box-shadow:
    0 0 0 1px rgba(77,178,255,.16) inset,
    0 0 0 6px rgba(77,178,255,.06);
}
.notice-submit:disabled{
  opacity:.65;
  cursor:not-allowed;
}
.notice-cancel{
  border:1px solid var(--border-2);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.86);
  border-radius:999px;
  padding:8px 13px;
  font:inherit;
  font-size:12px;
  cursor:pointer;
}
.notice-form-message{
  min-height:16px;
  font-size:12px;
  color:var(--muted);
}
.notice-form-message.error{
  color:rgba(255,186,186,.94);
}
.profile-modal{
  position:fixed;
  inset:0;
  z-index:2600;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.profile-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(4,8,12,.72);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}
.profile-modal-card{
  position:relative;
  z-index:1;
  width:min(560px, 100%);
  max-height:calc(100vh - 36px);
  overflow:auto;
  border:1px solid var(--border);
  border-radius:16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)),
    rgba(12,16,24,.94);
  box-shadow:var(--shadow);
  padding:14px;
}
.profile-modal .profile-title{
  margin:0;
  font-size:14px;
  font-weight:720;
  letter-spacing:.2px;
  color:rgba(255,255,255,.92);
}
.profile-modal .user-chip{
  width:100%;
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 11px;
  border-radius:12px;
  border:1px solid var(--border-2, rgba(255,255,255,.07));
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.90);
}
.profile-modal .user-avatar{
  width:45px;
  height:45px;
  border-radius:999px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.06);
  flex:0 0 auto;
}
.profile-modal .user-stove{
  width:33px;
  height:33px;
  object-fit:contain;
  opacity:.95;
  flex:0 0 auto;
}
.profile-modal .user-text{
  display:flex;
  flex-direction:column;
  min-width:0;
  line-height:1.2;
}
.profile-modal .user-name{
  font-size:13px;
  font-weight:680;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.profile-modal .user-rank{
  margin-top:2px;
  font-size:11px;
  color:var(--muted, rgba(255,255,255,.68));
}
.profile-modal .user-name.rank-member{ color:rgba(111,228,150,.96); }
.profile-modal .user-name.rank-officer{ color:rgba(255,201,132,.98); }
.profile-modal .user-name.rank-applicant{ color:rgba(205,213,227,.96); }
.profile-modal .user-name.rank-president{
  color:#ffd86a;
  text-shadow:0 0 10px rgba(255,216,106,.28);
}
.profile-modal .user-name.rank-vice-president{
  color:rgba(226,232,242,.98);
  text-shadow:0 0 10px rgba(226,232,242,.18);
}
.profile-modal .user-name.rank-developer{
  color:rgba(123,224,255,.98);
  text-shadow:0 0 10px rgba(123,224,255,.18);
}
.profile-modal .user-chip.access-member{
  border-color:rgba(58,197,122,.45) !important;
  box-shadow:
    0 0 0 1px rgba(58,197,122,.18) inset,
    0 0 0 5px rgba(58,197,122,.07);
}
.profile-modal .user-chip.access-officer{
  border-color:rgba(255,171,88,.50) !important;
  box-shadow:
    0 0 0 1px rgba(255,171,88,.20) inset,
    0 0 0 5px rgba(255,171,88,.07);
}
.profile-modal .user-chip.access-president{
  border-color:rgba(246,201,88,.56) !important;
  box-shadow:
    0 0 0 1px rgba(246,201,88,.24) inset,
    0 0 0 6px rgba(246,201,88,.08),
    0 0 15px rgba(246,201,88,.18);
}
.profile-modal .user-chip.access-vice-president{
  border-color:rgba(214,222,233,.56) !important;
  box-shadow:
    0 0 0 1px rgba(214,222,233,.24) inset,
    0 0 0 6px rgba(214,222,233,.08),
    0 0 15px rgba(214,222,233,.18);
}
.profile-modal .user-chip.access-developer{
  border-color:rgba(123,224,255,.52) !important;
  box-shadow:
    0 0 0 1px rgba(123,224,255,.20) inset,
    0 0 0 5px rgba(123,224,255,.08),
    0 0 14px rgba(123,224,255,.16);
}
.profile-modal .user-chip.access-applicant{
  border-color:rgba(180,190,208,.48) !important;
  box-shadow:
    0 0 0 1px rgba(180,190,208,.18) inset,
    0 0 0 5px rgba(180,190,208,.06);
}
.profile-modal .notice-input{
  width:100%;
  min-height:36px;
  border-radius:10px;
  border:1px solid var(--border-2, rgba(255,255,255,.07));
  background:rgba(255,255,255,.04);
  color:var(--text, var(--txt, rgba(255,255,255,.92)));
  font:inherit;
  padding:8px 10px;
  outline:none;
}
.profile-modal select.notice-input{
  background-color:#121825;
  color:var(--text, var(--txt, rgba(255,255,255,.92)));
  color-scheme:dark;
}
.profile-modal select.notice-input option,
.profile-modal select.notice-input optgroup{
  background-color:#121825;
  color:var(--text, var(--txt, rgba(255,255,255,.92)));
}
.profile-modal .notice-input:focus{
  border-color:rgba(77,178,255,.45);
  box-shadow:0 0 0 3px rgba(77,178,255,.14);
}
.profile-modal .notice-textarea{
  min-height:88px;
  resize:vertical;
  line-height:1.35;
}
.profile-modal .notice-submit{
  border:1px solid rgba(77,178,255,.35);
  background:rgba(255,255,255,.05);
  color:rgba(228,242,255,.92);
  border-radius:999px;
  padding:8px 13px;
  font:inherit;
  font-size:12px;
  cursor:pointer;
  box-shadow:
    0 0 0 1px rgba(77,178,255,.16) inset,
    0 0 0 6px rgba(77,178,255,.06);
}
.profile-modal .notice-submit:disabled{
  opacity:.65;
  cursor:not-allowed;
}
.profile-modal .notice-cancel{
  border:1px solid var(--border-2, rgba(255,255,255,.07));
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.86);
  border-radius:999px;
  padding:8px 13px;
  font:inherit;
  font-size:12px;
  cursor:pointer;
}
.profile-modal .notice-form-message{
  min-height:16px;
  font-size:12px;
  color:var(--muted, rgba(255,255,255,.68));
}
.profile-modal .notice-form-message.error{
  color:rgba(255,186,186,.94);
}
.profile-form{
  display:grid;
  gap:10px;
}
.profile-form-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.profile-close{
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid var(--border-2);
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.82);
  cursor:pointer;
}
.profile-close:hover,
.profile-close:focus-visible{
  border-color:rgba(123,224,255,.48);
  box-shadow:
    0 0 0 1px rgba(123,224,255,.20) inset,
    0 0 0 5px rgba(123,224,255,.08);
  color:rgba(236,248,255,.96);
  outline:none;
}
.profile-identity{
  min-width:0;
  cursor:default !important;
  transform:none !important;
}
.profile-chiefid{
  margin-top:-2px;
  margin-bottom:2px;
  font-size:11px;
  color:rgba(200,214,228,.9);
}
.profile-field{
  display:grid;
  gap:6px;
  font-size:12px;
  color:var(--muted);
}
.profile-field > span{
  color:rgba(255,255,255,.86);
  font-weight:650;
  letter-spacing:.02em;
}
.profile-disabled{
  opacity:.65;
  cursor:not-allowed;
  filter:saturate(.4);
}
.profile-attendance{
  display:grid;
  gap:8px;
  padding:10px 11px;
  border-radius:12px;
  border:1px solid var(--border-2, rgba(255,255,255,.07));
  background:rgba(255,255,255,.03);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.profile-attendance.hidden{
  display:none !important;
}
.profile-attendance-head{
  color:rgba(255,255,255,.86);
  font-size:12px;
  font-weight:650;
  letter-spacing:.02em;
  text-transform:none;
}
.profile-attendance-body{
  display:grid;
  gap:6px;
}
.profile-attendance-empty{
  color:rgba(227,236,248,.78);
  font-size:12px;
}
.profile-attendance-table{
  display:grid;
  gap:4px;
}
.profile-attendance-row{
  display:grid;
  grid-template-columns:minmax(0, 1.6fr) repeat(3, minmax(52px, .7fr));
  gap:6px;
  align-items:center;
  padding:7px 8px;
  border-radius:9px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.025);
  color:rgba(241,247,255,.9);
  font-size:12px;
}
.profile-attendance-head-row{
  border-color:rgba(255,255,255,.04);
  background:rgba(255,255,255,.015);
  color:rgba(218,230,244,.72);
  font-size:9px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.profile-attendance-label{
  color:rgba(247,251,255,.96);
  font-weight:600;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.profile-attendance-row > span:not(.profile-attendance-label){
  text-align:center;
  font-variant-numeric:tabular-nums;
  font-feature-settings:"tnum" 1;
}
.profile-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.profile-logout-btn{
  border-color:rgba(255,120,120,.48);
  box-shadow:
    0 0 0 1px rgba(255,120,120,.22) inset,
    0 0 0 5px rgba(255,120,120,.07),
    0 0 12px rgba(255,80,80,.16);
  color:rgba(255,220,220,.95);
}
@media (max-width:520px){
  .profile-modal{ padding:10px; }
  .profile-modal-card{ max-height:calc(100vh - 20px); }
  .profile-modal .user-chip{
    padding:7px 8px;
    gap:6px;
  }
  .profile-modal .user-avatar{
    width:34px;
    height:34px;
  }
  .profile-modal .user-stove{
    width:22px;
    height:22px;
  }
  .profile-modal .user-name{ font-size:12px; }
  .profile-modal .user-rank{ font-size:10px; }
  .profile-attendance-row{
    grid-template-columns:minmax(0, 1fr) repeat(3, minmax(40px, auto));
    font-size:11px;
    gap:5px;
    padding:7px 8px;
  }
  .profile-attendance-head-row{
    font-size:9px;
  }
}



/* Mobile return-to-state above badge */
@media (max-width:620px){
  .fna-header.mobile-utility-header .glass-inner{
    position:relative;
    padding-top:54px;
  }

  .fna-header.mobile-utility-header .header-session-actions{
    order:0 !important;
    width:auto !important;
    flex:0 0 auto !important;
    justify-content:flex-end !important;
    align-items:center !important;
    margin-left:auto !important;
    margin-bottom:0 !important;
    padding:0 !important;
    gap:6px !important;
  }

  .fna-header.mobile-utility-header .mobile-header-return-slot{
    position:absolute;
    top:16px;
    right:26px;
    z-index:4;
    display:flex;
    align-items:center;
    justify-content:flex-end;
  }

  .fna-header.mobile-utility-header .mobile-header-return-slot .header-nav-link{
    min-height:22px !important;
    font-size:10.5px !important;
    line-height:1.15 !important;
    padding:4px 1px !important;
    white-space:nowrap;
  }

  .fna-header.mobile-utility-header .header-session-actions > a[aria-label="Return to state"],
  .fna-header.mobile-utility-header .header-nav > a[aria-label="Return to state"],
  .fna-header.mobile-utility-header [data-header-extra="1"][aria-label="Return to state"]{
    display:none !important;
  }

  .fna-header.mobile-utility-header .mobile-header-return-slot > a[aria-label="Return to state"]{
    display:inline-flex !important;
  }
}

@media (max-width:520px){
  .fna-header.mobile-utility-header .glass-inner{
    padding-top:50px;
  }

  .fna-header.mobile-utility-header .mobile-header-return-slot{
    top:14px;
    right:18px;
  }
}

@media (min-width:621px){
  .fna-header.mobile-utility-header .mobile-header-return-slot{
    display:none !important;
  }
}
