.president-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 32px 20px 48px;
  color: #ebf3ff;
}

.president-hero,
.president-card {
  background:
    linear-gradient(180deg, rgba(17, 35, 59, 0.96), rgba(7, 15, 29, 0.96)),
    radial-gradient(circle at top left, rgba(82, 187, 255, 0.18), transparent 42%);
  border: 1px solid rgba(144, 187, 255, 0.18);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.president-hero {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.5fr 1fr;
  padding: 28px;
  margin-bottom: 24px;
}

.president-kicker,
.president-eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: #8fc5ff;
}

.president-hero h1,
.president-card h2,
.president-card h3 {
  margin: 0;
}

.president-lead {
  margin: 12px 0 0;
  max-width: 760px;
  color: rgba(235, 243, 255, 0.82);
  line-height: 1.55;
}

.president-nav,
.president-actions,
.president-columns,
.president-grid,
.president-kpis,
.president-form {
  display: grid;
  gap: 14px;
}

.president-nav {
  align-content: start;
}

.president-link,
.president-btn {
  border-radius: 16px;
  text-decoration: none;
}

.president-link {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.06);
  color: #ebf3ff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

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

.president-card {
  padding: 24px;
}

.president-card--wide {
  grid-column: 1 / -1;
}

.president-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.president-btn {
  border: 0;
  cursor: pointer;
  padding: 12px 16px;
  font: inherit;
  color: #06111d;
  background: linear-gradient(135deg, #7ae0ff, #b7ffcf);
}

.president-btn--ghost {
  color: #ebf3ff;
  background: rgba(255, 255, 255, 0.08);
}

.president-kpis {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.president-kpi {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.president-kpi strong,
.president-kpi span {
  display: block;
}

.president-kpi strong {
  font-size: 24px;
  margin-bottom: 6px;
}

.president-kpi span {
  color: rgba(235, 243, 255, 0.72);
}

.president-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.president-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(235, 243, 255, 0.88);
}

.president-pre {
  margin: 8px 0 0;
  padding: 14px;
  overflow: auto;
  white-space: pre-wrap;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d8f3ff;
}

.president-directory-meta {
  margin-bottom: 14px;
  color: rgba(235, 243, 255, 0.78);
}

.president-user-list {
  display: grid;
  gap: 12px;
}

.president-timeline-list {
  display: grid;
  gap: 10px;
}

.president-user-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.president-timeline-item {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.president-timeline-item__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}

.president-timeline-item__title {
  font-weight: 700;
}

.president-timeline-item__time,
.president-timeline-item__meta {
  color: rgba(235, 243, 255, 0.68);
}

.president-timeline-item__details {
  margin-top: 6px;
  color: rgba(235, 243, 255, 0.88);
}

.president-user-card__top,
.president-user-card__actions,
.president-user-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.president-user-card__top {
  justify-content: space-between;
}

.president-user-card__name {
  font-size: 18px;
  font-weight: 700;
}

.president-user-card__email,
.president-user-card__events {
  color: rgba(235, 243, 255, 0.72);
}

.president-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(122, 224, 255, 0.12);
  border: 1px solid rgba(122, 224, 255, 0.18);
}

.president-tag--danger {
  background: rgba(255, 120, 120, 0.12);
  border-color: rgba(255, 120, 120, 0.18);
}

.president-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.president-form label {
  display: grid;
  gap: 8px;
  color: rgba(235, 243, 255, 0.82);
}

.president-form input,
.president-form select,
.president-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
  color: #ebf3ff;
  background: rgba(6, 17, 29, 0.78);
}

.president-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  padding: 0;
}

.president-form--search {
  margin-bottom: 12px;
}

.president-form__full {
  grid-column: 1 / -1;
}

.president-status {
  min-height: 22px;
  color: #9fe6b3;
}

@media (max-width: 980px) {
  .president-hero,
  .president-grid,
  .president-columns,
  .president-kpis,
  .president-form {
    grid-template-columns: 1fr;
  }
}
