* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #f4f1eb;
  color: #1e1b18;
  font-family: Arial, Helvetica, sans-serif;
}

.public-page {
  display: grid;
  position: relative;
  align-items: start;
  min-height: 100vh;
  gap: 4rem;
  padding: 6rem 1.5rem 4rem;
  background: #161311;
  overflow-x: hidden;
}

.public-jobs-page {
  align-content: start;
  gap: 1rem;
  padding-top: 1.25rem;
}

.hero-graphic {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-page::after {
  position: absolute;
  inset: 0;
  background: rgba(22, 19, 17, 0.42);
  content: "";
}

.site-header {
  display: flex;
  position: sticky;
  z-index: 1;
  top: 1rem;
  justify-self: center;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(76rem, 100%);
  padding: 0.75rem 0.85rem 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.5rem;
  background: rgba(18, 17, 22, 0.68);
  backdrop-filter: blur(18px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.26);
  color: white;
}

.site-header a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
}

.site-header nav a {
  min-height: 2.1rem;
  padding: 0.45rem 0.7rem;
  border-radius: 0.45rem;
}

.site-header nav a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.site-header .header-login-button {
  min-height: 2.35rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0.5rem;
  background: rgba(255, 250, 243, 0.16);
}

.brand {
  font-size: 1.05rem;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(42rem, 100%);
  margin-top: min(22vh, 12rem);
  color: white;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: #8b514f;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(2.5rem, 10vw, 5rem);
  line-height: 0.95;
}

.lead {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 0.5rem;
  background: #b94b59;
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.dashboard {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 8%, rgba(52, 211, 153, 0.16), transparent 27rem),
    radial-gradient(circle at 78% 2%, rgba(185, 75, 89, 0.24), transparent 30rem),
    linear-gradient(135deg, #090b10 0%, #111016 46%, #171013 100%);
  color: #f7f4ef;
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(7, 9, 13, 0.84);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.05);
}

.brand-mark {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.65rem;
  background:
    linear-gradient(135deg, rgba(185, 75, 89, 0.95), rgba(52, 211, 153, 0.72));
  color: #fffaf3;
  font-weight: 800;
  box-shadow: 0 0 2rem rgba(185, 75, 89, 0.28);
}

.brand-lockup strong,
.brand-lockup span,
.table-row strong,
.table-row small {
  display: block;
}

.brand-lockup span,
.stats span,
.table-row small {
  color: rgba(247, 244, 239, 0.62);
}

.nav-list {
  display: grid;
  gap: 0.4rem;
}

.nav-group {
  display: grid;
  gap: 0.4rem;
}

.nav-sublist {
  display: grid;
  gap: 0.3rem;
  margin-left: 0.85rem;
  padding-left: 0.75rem;
  border-left: 1px solid rgba(52, 211, 153, 0.26);
}

.nav-link {
  position: relative;
  padding: 0.85rem 0.9rem;
  border: 1px solid transparent;
  border-radius: 0.65rem;
  color: rgba(247, 244, 239, 0.72);
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-child {
  padding: 0.68rem 0.75rem;
  color: rgba(247, 244, 239, 0.58);
  font-size: 0.92rem;
}

.nav-parent {
  color: #fffaf3;
}

.nav-link.active,
.nav-link:hover {
  border-color: rgba(52, 211, 153, 0.24);
  background:
    linear-gradient(90deg, rgba(185, 75, 89, 0.24), rgba(52, 211, 153, 0.1));
  color: #ffffff;
  transform: translateX(0.16rem);
}

.nav-link.active::before {
  position: absolute;
  top: 50%;
  left: -0.35rem;
  width: 0.22rem;
  height: 1.4rem;
  border-radius: 999rem;
  background: #34d399;
  box-shadow: 0 0 1rem rgba(52, 211, 153, 0.86);
  content: "";
}

.dashboard-status {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid rgba(52, 211, 153, 0.18);
  border-radius: 0.7rem;
  background:
    linear-gradient(135deg, rgba(52, 211, 153, 0.11), rgba(185, 75, 89, 0.07)),
    rgba(255, 255, 255, 0.04);
}

.dashboard-status span,
.dashboard-status small {
  color: rgba(247, 244, 239, 0.58);
  font-size: 0.78rem;
}

.dashboard-status strong {
  font-size: 0.95rem;
}

.admin-tabs {
  display: inline-flex;
  width: fit-content;
  gap: 0.35rem;
  padding: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.055);
}

.admin-tabs a {
  min-width: 7rem;
  padding: 0.7rem 0.95rem;
  border-radius: 0.55rem;
  color: rgba(247, 244, 239, 0.66);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.admin-tabs a.active,
.admin-tabs a:hover {
  background:
    linear-gradient(135deg, rgba(52, 211, 153, 0.18), rgba(185, 75, 89, 0.16));
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(52, 211, 153, 0.18);
}

.content {
  display: grid;
  gap: 1.15rem;
  align-content: start;
  padding: clamp(1rem, 3vw, 2rem);
}

.page-header,
.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.page-header .eyebrow,
.panel-header .eyebrow {
  color: #34d399;
}

h2 {
  margin: 0;
  font-size: 1.15rem;
}

.dashboard h1 {
  color: #ffffff;
  text-shadow: 0 0 2.3rem rgba(185, 75, 89, 0.34);
}

.dashboard h2,
.dashboard strong {
  color: #fffaf3;
}

.dashboard .button-link,
.dashboard button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(185, 75, 89, 0.96), rgba(185, 75, 89, 0.72));
  box-shadow: 0 0.7rem 2rem rgba(185, 75, 89, 0.22);
}

.dashboard .button-link:hover,
.dashboard button:hover {
  filter: brightness(1.08);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.stats article,
.panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.8rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(13, 15, 22, 0.74);
  box-shadow:
    0 1.2rem 3.5rem rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.stats article::before,
.panel::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(52, 211, 153, 0.2), transparent 30%, rgba(185, 75, 89, 0.14)),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 100% 2.6rem;
  opacity: 0.55;
  content: "";
}

.stats article {
  padding: 1rem;
}

.stats strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.9rem;
}

.panel {
  padding: 1rem;
}

.panel > *,
.stats article > * {
  position: relative;
}

input {
  min-height: 2.4rem;
  width: min(18rem, 100%);
  padding: 0 0.75rem;
  border: 1px solid #d5c9bb;
  border-radius: 0.5rem;
  background: white;
}

select,
textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid #d5c9bb;
  border-radius: 0.5rem;
  background: white;
}

.dashboard input,
.dashboard select,
.dashboard textarea {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.08);
  color: #fffaf3;
  outline: none;
}

.dashboard input:focus,
.dashboard select:focus,
.dashboard textarea:focus {
  border-color: rgba(52, 211, 153, 0.72);
  box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.14);
}

.dashboard select option {
  background: #111016;
  color: #fffaf3;
}

textarea {
  resize: vertical;
}

.public-events,
.public-jobs {
  display: grid;
  position: relative;
  z-index: 1;
  justify-self: center;
  width: min(76rem, 100%);
  gap: 1rem;
  color: white;
}

.public-jobs-page .public-jobs {
  align-self: start;
  width: min(58rem, 100%);
  margin-top: 0.75rem;
  justify-items: center;
  text-align: center;
}

.public-jobs-page .public-section-heading p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.public-jobs-page .public-job-list,
.public-jobs-page .public-apply-panel {
  width: min(42rem, 100%);
}

.public-jobs-page .lead {
  text-align: center;
}

.public-events h2,
.public-jobs h2 {
  font-size: 1.4rem;
}

.public-section-heading {
  display: grid;
  gap: 0.45rem;
}

.public-section-heading p:last-child {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.public-event-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.public-event-card {
  display: grid;
  gap: 0.35rem;
  min-height: 8rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.5rem;
  background: rgba(22, 19, 17, 0.62);
}

.public-event-card time,
.public-event-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.public-event-card strong {
  font-size: 1.05rem;
}

.public-job-list {
  display: grid;
  gap: 0.75rem;
}

.public-job-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.5rem;
  background:
    linear-gradient(90deg, rgba(52, 211, 153, 0.12), transparent 42%),
    rgba(22, 19, 17, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.public-job-row h3 {
  margin: 0.35rem 0;
  font-size: 1.25rem;
}

.public-job-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.job-position {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.job-position::before {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999rem;
  background: var(--position-color);
  box-shadow: 0 0 1rem var(--position-color);
  content: "";
}

.job-meta {
  display: grid;
  gap: 0.7rem;
  justify-items: end;
  min-width: 9rem;
}

.job-meta span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.public-apply-panel {
  display: grid;
  gap: 0.85rem;
  width: min(34rem, 100%);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.5rem;
  background: rgba(255, 250, 243, 0.92);
  color: #1e1b18;
}

.public-apply-panel[hidden] {
  display: none;
}

.public-apply-panel h3 {
  margin: 0;
}

.auth-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 1.5rem;
  background:
    linear-gradient(rgba(22, 19, 17, 0.58), rgba(22, 19, 17, 0.58)),
    url("./assets/public-hero.png") center / cover;
}

.auth-card {
  width: min(28rem, 100%);
  padding: 1.5rem;
  border: 1px solid rgba(255, 250, 243, 0.42);
  border-radius: 0.5rem;
  background: rgba(255, 250, 243, 0.92);
  box-shadow: 0 1.25rem 4rem rgba(22, 19, 17, 0.28);
}

.auth-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.auth-brand {
  color: #1e1b18;
  font-weight: 800;
  text-decoration: none;
}

.return-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0 0.75rem;
  border: 1px solid #d5c9bb;
  border-radius: 0.5rem;
  color: #514a43;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
}

.auth-card h1 {
  color: #1e1b18;
  font-size: clamp(2rem, 8vw, 3.2rem);
}

.auth-copy,
.auth-switch,
.form-error {
  color: #6f665c;
  line-height: 1.5;
}

.auth-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.auth-form form {
  display: grid;
  gap: 0.9rem;
}

.auth-form label,
.account-panel dl,
.account-panel div {
  display: grid;
  gap: 0.4rem;
}

.auth-form label span,
.account-panel dt {
  color: #6f665c;
  font-size: 0.8rem;
  font-weight: 800;
}

.auth-form input {
  width: 100%;
}

.auth-form .remember-login {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.auth-form .remember-login input {
  width: 1rem;
  min-height: 1rem;
}

.auth-form .remember-login span {
  color: #514a43;
}

.auth-switch {
  margin: 0;
}

.auth-switch a {
  color: #8b514f;
  font-weight: 800;
}

.form-error {
  margin: 0;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: #f8dedb;
  color: #842d38;
  font-weight: 700;
}

.form-success {
  background: rgba(52, 211, 153, 0.16);
  color: #a7f3d0;
}

.sl-login-panel {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
  border: 1px solid #e4dbd0;
  border-radius: 0.5rem;
  background: white;
}

.sl-login-panel strong {
  display: block;
  font-size: 1.05rem;
}

.account-panel dl {
  margin: 1rem 0 0;
}

.account-panel dd {
  margin: 0;
  font-weight: 700;
}

.user-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: 1rem;
}

.user-stats {
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
}

.user-stats article strong {
  font-size: clamp(1.15rem, 2vw, 1.65rem);
}

.user-action-panel {
  align-content: start;
}

.user-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.password-form {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.password-form label {
  display: grid;
  gap: 0.4rem;
}

.password-form span {
  color: rgba(247, 244, 239, 0.62);
  font-size: 0.8rem;
  font-weight: 800;
}

.password-form input {
  width: 100%;
}

.user-actions .button-link {
  width: 100%;
}

.user-event-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.user-event-card {
  display: grid;
  gap: 0.35rem;
  min-height: 8rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background:
    linear-gradient(135deg, rgba(52, 211, 153, 0.1), rgba(185, 75, 89, 0.08)),
    rgba(255, 255, 255, 0.05);
}

.user-event-card time,
.user-event-card span {
  color: rgba(247, 244, 239, 0.64);
  font-size: 0.9rem;
}

.admin-table {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
}

.event-form,
.event-editor form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.event-form label,
.event-editor label {
  display: grid;
  gap: 0.4rem;
}

.event-form span,
.event-editor span {
  color: #6f665c;
  font-size: 0.8rem;
  font-weight: 800;
}

.dashboard .event-form span,
.dashboard .event-editor span,
.dashboard .account-panel dt {
  color: rgba(247, 244, 239, 0.62);
}

.event-form input,
.event-editor input {
  width: 100%;
}

.event-form-wide,
.event-actions {
  grid-column: 1 / -1;
}

.event-time-note {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(52, 211, 153, 0.16);
  border-radius: 0.65rem;
  background: rgba(52, 211, 153, 0.08);
  color: rgba(247, 244, 239, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
}

.event-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.event-attendance {
  display: grid;
  gap: 0.7rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background: rgba(5, 12, 18, 0.38);
}

.event-attendance-table .table-row {
  grid-template-columns: minmax(12rem, 1.15fr) 1fr 1fr 0.65fr;
}

.header-actions,
.analysis-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.analysis-summary {
  margin-bottom: 1rem;
}

.analysis-summary article {
  min-width: 11rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
}

.analysis-summary span {
  display: block;
  color: rgba(247, 244, 239, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.analysis-summary strong {
  display: block;
  margin-top: 0.2rem;
  color: #fffaf3;
}

.analysis-output pre {
  overflow: auto;
  margin: 0;
  white-space: pre-wrap;
  color: rgba(247, 244, 239, 0.84);
  font: inherit;
  line-height: 1.55;
}

.traffic-table .table-row {
  grid-template-columns: minmax(12rem, 1.2fr) 1fr 1fr 0.7fr;
}

.staff-table .table-row {
  grid-template-columns: minmax(12rem, 0.9fr) minmax(14rem, 1.4fr) 0.6fr 0.55fr;
}

.staff-shift-table .table-row {
  grid-template-columns: minmax(10rem, 0.85fr) minmax(9rem, 0.75fr) minmax(14rem, 1.25fr) 0.65fr 0.55fr;
}

.staff-opening-table .table-row {
  grid-template-columns: minmax(14rem, 1.25fr) minmax(10rem, 0.85fr) 0.45fr 0.65fr minmax(8rem, 0.75fr);
}

.staff-manager-table .table-row,
.staff-manager-clock-table .table-row,
.staff-manager-time-table .table-row {
  grid-template-columns: minmax(12rem, 1fr) minmax(10rem, 0.85fr) minmax(12rem, 1fr) 0.65fr;
}

.opening-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.opening-title-cell {
  display: grid;
  gap: 0.28rem;
  justify-items: start;
}

.inline-edit-button {
  min-height: 1.8rem;
  padding: 0 0.65rem;
  border: 1px solid rgba(52, 211, 153, 0.28);
  background: rgba(52, 211, 153, 0.12);
  color: #a7f3d0;
  box-shadow: none;
  font-size: 0.8rem;
}

.opening-edit-shell {
  padding: 0.9rem;
  border: 1px solid rgba(52, 211, 153, 0.18);
  border-radius: 0.65rem;
  background:
    linear-gradient(135deg, rgba(52, 211, 153, 0.09), rgba(185, 75, 89, 0.07)),
    rgba(255, 255, 255, 0.045);
}

.opening-edit-shell[hidden] {
  display: none;
}

.opening-edit-form {
  margin-top: 0;
}

.staff-application-table .table-row {
  grid-template-columns: minmax(14rem, 1.15fr) minmax(12rem, 0.95fr) minmax(10rem, 0.75fr) 0.55fr minmax(14rem, 1fr);
}

.application-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.application-actions button {
  min-height: 2.1rem;
  padding: 0 0.75rem;
}

.my-shift-table .table-row {
  grid-template-columns: minmax(10rem, 0.85fr) minmax(15rem, 1.35fr) 0.65fr minmax(12rem, 1fr);
}

.my-assignment-table .table-row {
  grid-template-columns: minmax(12rem, 1fr) 0.65fr minmax(14rem, 1.2fr);
}

.my-time-table .table-row {
  grid-template-columns: minmax(10rem, 0.85fr) minmax(12rem, 1fr) minmax(12rem, 1fr) 0.65fr;
}

.time-clock-active {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid rgba(52, 211, 153, 0.18);
  border-radius: 0.65rem;
  background:
    linear-gradient(90deg, rgba(52, 211, 153, 0.12), transparent 46%),
    rgba(255, 255, 255, 0.055);
}

.time-clock-active span,
.time-clock-active small {
  display: block;
  color: rgba(247, 244, 239, 0.62);
}

.my-application-table .table-row {
  grid-template-columns: minmax(12rem, 1fr) minmax(12rem, 0.9fr) 0.65fr minmax(14rem, 1.2fr);
}

.returning {
  margin-left: 0.4rem;
  background: rgba(250, 204, 21, 0.16);
  color: #fde68a;
  box-shadow: inset 0 0 0 1px rgba(250, 204, 21, 0.35);
}

.event-editor {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.055);
}

.event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fffaf3;
}

.table-row {
  display: grid;
  grid-template-columns: minmax(12rem, 1.5fr) 1fr 0.8fr 0.8fr;
  gap: 1rem;
  align-items: center;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(247, 244, 239, 0.86);
}

.table-head {
  background: rgba(255, 255, 255, 0.035);
  color: rgba(247, 244, 239, 0.54);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

mark {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 999rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.online {
  background: rgba(52, 211, 153, 0.18);
  color: #a7f3d0;
  box-shadow: inset 0 0 0 1px rgba(52, 211, 153, 0.3);
}

.away {
  background: rgba(185, 75, 89, 0.2);
  color: #ffc2ca;
  box-shadow: inset 0 0 0 1px rgba(185, 75, 89, 0.3);
}

.review {
  background: rgba(52, 211, 153, 0.12);
  color: #a7f3d0;
  box-shadow: inset 0 0 0 1px rgba(52, 211, 153, 0.26);
}

@media (max-width: 900px) {
  .dashboard {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: relative;
    height: auto;
  }

  .brand-lockup {
    margin-bottom: 1rem;
  }

  .nav-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nav-group {
    grid-column: 1 / -1;
  }

  .nav-sublist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.active::before {
    top: auto;
    right: 25%;
    bottom: -0.25rem;
    left: 25%;
    width: auto;
    height: 0.18rem;
  }

  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .table-row {
    grid-template-columns: 1fr;
  }

  .public-event-list,
  .public-job-row,
  .user-dashboard-grid,
  .user-event-list,
  .event-form,
  .event-editor form {
    grid-template-columns: 1fr;
  }

  .job-meta {
    justify-items: start;
  }
}

@media (max-width: 560px) {
  .site-header,
  .page-header,
  .panel-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .content {
    padding: 1rem;
  }

  .nav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .site-header nav {
    flex-wrap: wrap;
  }
}
