:root {
  --bg: #ffffff;
  --ink: #20232a;
  --muted: #646b7a;
  --line: #d9deea;
  --brand: #c4006f;
  --header-offset: 75px;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  scrollbar-gutter: stable;
  height: 100%;
}
*, *::before, *::after { box-sizing: inherit; }
body, button, input, select, textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #777777;
}
body {
  margin: 0;
  background: var(--bg);
  overflow: hidden;
  height: 100%;
}
/* Admin-only typography and material-ish surface tuning */
.admin-ui {
  color: #1f2937;
}
.admin-ui main.container {
  max-width: 1320px;
}
.admin-ui h1 {
  font-size: clamp(34px, 3.2vw, 44px);
}
.admin-ui h2 {
  font-size: clamp(20px, 2vw, 28px);
}
.admin-ui label {
  font-size: 16px;
  color: #334155;
}
.admin-ui input,
.admin-ui textarea,
.admin-ui select {
  font-size: 17px;
  border-radius: 10px;
  border-color: #d3dceb;
  padding: 10px 11px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.admin-ui input:focus,
.admin-ui textarea:focus,
.admin-ui select:focus {
  outline: none;
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14);
}
.admin-ui a.admin-btn,
.admin-ui button.admin-btn {
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 15px;
}
.admin-ui .admin-preview,
.admin-ui .pub-admin-form,
.admin-ui .team-admin-form,
.admin-ui .admin-member-card,
.admin-ui .admin-pub-card,
.admin-ui .team-image-panel,
.admin-ui .team-info-panel {
  border-color: #d9e2f0;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}
.admin-ui table {
  border-color: #d7e0ee;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}
.admin-ui th,
.admin-ui td {
  font-size: 15px;
  padding: 10px;
}
a { color: #0f4eb3; text-decoration: none; }
a:hover { text-decoration: underline; }
.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.narrow { max-width: 520px; }
.site-header {
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #ffffff;
  z-index: 1000;
  transition: all 0.5s ease-out;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
  overflow: hidden;
}
.site-header .container {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
}
.site-branding {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  margin-right: 18px;
}
.site-logo-div,
.custom-logo-link {
  display: block;
  flex-shrink: 0;
}
.custom-logo {
  height: 70px;
  width: auto;
  max-width: 100%;
  display: block;
  flex-shrink: 0;
}
.header-right-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  gap: 14px;
}
.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #333333;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  cursor: pointer;
  transition: color 0.25s ease;
}
.nav-toggle span {
  width: 16px;
  height: 2px;
  background: #333333;
  position: relative;
  display: inline-block;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background: #333333;
  transition: top 0.25s ease, transform 0.25s ease, opacity 0.2s ease;
}
.nav-toggle span::before { top: -5px; }
.nav-toggle span::after { top: 5px; }
.onepress-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.onepress-menu li a {
  display: block;
  color: #333333;
  text-decoration: none;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.1;
  transform: none;
  transform-origin: initial;
  zoom: 1;
  margin: 0;
  border-radius: 4px;
  text-transform: uppercase;
  white-space: nowrap;
}
.onepress-menu li a[aria-current="page"] {
  color: var(--brand);
}
.onepress-menu li a:hover {
  color: #20242d;
  text-decoration: none;
  background: transparent;
}
.admin-link {
  margin-left: 10px;
  font-size: 12px;
  color: #666b78;
  text-decoration: none;
  border: 1px solid #c9ccd4;
  padding: 4px 8px;
  border-radius: 4px;
}
.admin-link:hover { text-decoration: none; color: #2f3440; }

/* Threads */
.threads-ui #masthead {
  display: none;
}
.threads-ui .page-scroll {
  top: 0;
}
.threads-ui main.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.threads-wrap {
  max-width: 640px;
  margin: 0 auto;
  background: #ffffff;
  min-height: 100%;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  padding-bottom: 34px;
}
.thr-appbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #efefef;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  padding: 8px 10px;
}
.thr-logo {
  text-align: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: #0f1115;
}
.thr-icon-btn {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  border-radius: 999px;
  position: relative;
  cursor: pointer;
}
.thr-icon-btn:hover {
  background: #f4f4f5;
}
.thr-burger,
.thr-burger::before,
.thr-burger::after {
  position: absolute;
  left: 9px;
  width: 18px;
  height: 2px;
  background: #2e3137;
  border-radius: 2px;
  content: "";
}
.thr-burger {
  top: 17px;
}
.thr-burger::before { top: -6px; left: 0; }
.thr-burger::after { top: 6px; left: 0; }
.thr-search-glyph {
  position: absolute;
  left: 10px;
  top: 9px;
  width: 14px;
  height: 14px;
  border: 2px solid #2e3137;
  border-radius: 50%;
}
.thr-search-glyph::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 6px;
  height: 2px;
  background: #2e3137;
  transform: rotate(42deg);
  border-radius: 2px;
}
.thr-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #efefef;
}
.thr-tab {
  border: 0;
  background: transparent;
  padding: 10px 12px;
  color: #7a7f89;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.thr-tab.is-active {
  color: #17191f;
  border-bottom: 2px solid #121319;
}
.threads-search-wrap {
  display: none;
  border-bottom: 1px solid #efefef;
  padding: 10px 14px;
}
.threads-search-wrap.open {
  display: block;
}
.threads-search-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.threads-search-row input {
  width: 100%;
  border: 1px solid #e2e4e9;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fbfbfc;
  color: #10131a;
}
.thread-clear-tag {
  white-space: nowrap;
  border: 1px solid #e4e7ee;
  color: #3b4250;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 12px;
}
.threads-feed {
  display: block;
}
.thread-row {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 12px 14px 8px;
  border-bottom: 1px solid #efefef;
}
.thread-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thread-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(160deg, #111827, #374151);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
}
.thread-line {
  display: none;
  flex: 1;
  width: 2px;
  margin-top: 6px;
  background: #ebedf1;
}
.thread-main {
  min-width: 0;
}
.thread-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.thread-author {
  margin: 0;
  color: #0f1218;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
}
.thread-author a {
  color: inherit;
}
.thread-author a:hover {
  color: inherit;
  text-decoration: underline;
}
.thread-author-slug {
  margin-left: 6px;
  color: #7a808a;
  font-size: 13px;
  font-weight: 500;
}
.thread-head-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.thread-meta {
  color: #8a9099;
  font-size: 13px;
}
.thread-more {
  border: 0;
  background: transparent;
  color: #8a9099;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 2px 0;
}
.thread-theme {
  margin: 3px 0 0;
  color: #5a5f69;
  font-size: 12px;
}
.thread-title {
  margin: 8px 0 8px;
  color: #11141a;
  font-size: 19px;
  line-height: 1.25;
}
.thread-body {
  margin-top: 6px;
  color: #151821;
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.thread-body > *:first-child {
  margin-top: 0;
}
.thread-body p {
  margin: 0 0 10px;
}
.thread-body h1,
.thread-body h2,
.thread-body h3 {
  margin: 10px 0 8px;
  color: #11141a;
  font-weight: 700;
  line-height: 1.3;
}
.thread-body h1 { font-size: 24px; }
.thread-body h2 { font-size: 21px; }
.thread-body h3 { font-size: 18px; }
.thread-body ul,
.thread-body ol {
  margin: 6px 0 10px 20px;
}
.thread-body li {
  margin: 2px 0;
}
.thread-body strong {
  font-weight: 700;
}
.thread-body em {
  font-style: italic;
}
.thread-body img {
  width: 100%;
  border-radius: 14px;
  margin: 8px 0 10px;
  border: 1px solid #e9eaee;
}
.thread-body a {
  color: #4a8fd8;
  text-decoration: none;
}
.thread-body pre {
  background: #10151f;
  color: #deebff;
  padding: 10px;
  border-radius: 10px;
  overflow-x: auto;
}
.thread-body code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.thread-body hr {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 12px 0;
}
.thread-link-preview {
  margin: 8px 0 10px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  border: 1px solid #e6e8ee;
  border-radius: 14px;
  padding: 9px;
  color: inherit;
  text-decoration: none;
}
.thread-link-preview:hover {
  background: #fafbfd;
  text-decoration: none;
}
.thread-link-thumb {
  border-radius: 10px;
  background: linear-gradient(145deg, #f2f4f8, #e8edf5);
  min-height: 56px;
}
.thread-link-meta {
  min-width: 0;
}
.thread-link-domain {
  margin: 2px 0 5px;
  color: #67707c;
  font-size: 12px;
}
.thread-link-url {
  margin: 0;
  color: #1f2937;
  font-size: 13px;
  line-height: 1.25;
  word-break: break-all;
}
.thread-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 2px;
}
.thread-tag {
  color: #4a8fd8;
  font-size: 13px;
}
.thread-tag:hover {
  text-decoration: underline;
}
.thread-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
.thread-action {
  border: 0;
  background: transparent;
  color: #3f4652;
  padding: 4px 6px;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.thread-action:hover {
  background: #f6f7f9;
}
.thread-action.is-active {
  color: #111316;
}
.action-count {
  font-size: 13px;
  color: #7a808a;
  min-width: 12px;
}
.act-ic {
  display: inline-block;
  transform: translateY(-1px);
}
.thread-comments {
  margin-top: 8px;
  border-top: 1px solid #eef0f3;
  padding-top: 10px;
}
.thread-comment-item {
  border: 1px solid #eceef3;
  border-radius: 12px;
  padding: 8px 10px;
  margin-bottom: 8px;
  background: #fafbfc;
}
.thread-comment-item.depth-1 {
  margin-left: 18px;
  background: #f6f8fb;
}
.thread-comment-item.depth-2 {
  margin-left: 34px;
  background: #f3f5f9;
}
.thread-comment-meta {
  margin: 0 0 4px;
  font-size: 12px;
  color: #67707c;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.thread-reply-btn {
  border: 0;
  background: transparent;
  color: #4a8fd8;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
}
.thread-reply-btn:hover {
  text-decoration: underline;
}
.thread-comment-body {
  margin: 0;
  color: #151821;
  font-size: 14px;
}
.comment-reply-meta {
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.comment-reply-meta .js-reply-target {
  color: #4a8fd8;
  font-size: 12px;
}
.comment-reply-meta .js-cancel-reply {
  border: 0;
  background: transparent;
  color: #7c8490;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
}
.comment-form {
  display: grid;
  gap: 8px;
}
.comment-form input,
.comment-form textarea {
  border: 1px solid #dadfe8;
  border-radius: 12px;
  padding: 8px 10px;
}
.comment-form button {
  border: 0;
  background: #111317;
  color: #fff;
  border-radius: 12px;
  padding: 9px 12px;
  cursor: pointer;
}
.thread-empty {
  color: #7b8390;
  margin: 0 0 8px;
}

@media (max-width: 760px) {
  .threads-wrap {
    max-width: 100%;
    border: 0;
  }
}

.page-scroll {
  position: fixed;
  top: var(--header-offset);
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
main.container { padding-top: 24px; padding-bottom: 24px; overflow-x: clip; }
.grid { display: grid; gap: 16px; }
.team-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.alumni-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.card { background: #fff; border: none; box-shadow: none; border-radius: 10px; padding: 14px; }
.card img { width: 100%; border-radius: 8px; }
.team-photo-wrap {
  width: 76%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  margin: 0 auto 4px;
}
.team-photo-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: var(--photo-fit, contain);
  object-position: var(--photo-pos-x, 50%) var(--photo-pos-y, 50%);
  transform: scale(var(--photo-scale, 1));
  border-radius: 0;
  background: transparent;
  display: block;
}
.team-card-link { color: inherit; text-decoration: none; display: block; }
.team-card-link:hover { text-decoration: none; box-shadow: none; }
.team-card-link h4 { margin: 2px 0 1px; line-height: 1.18; }
.team-card-link p { margin: 0; line-height: 1.2; }
.team-role { margin: 2px 0 1px; color: #555b69; font-size: 13px; text-transform: capitalize; }
.team-ko { margin: 1px 0 0; }
.alumni-card h4 { margin-bottom: 8px; }
.alumni-card ul { margin-top: 6px; margin-bottom: 8px; }
.alumni-label { margin: 8px 0 0; font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; }
.pub-list { display: grid; gap: 15px; }
.pub-item { display: grid; grid-template-columns: 200px  minmax(0, 1fr); gap: 20px; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 20px; min-width: 0; }
.pub-item > div { min-width: 0; }
.pub-item h3, .pub-item p, .pub-item a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.pub-item .thumb { 
  width: 200px;
  height: 130px; 
  aspect-ratio: 1.5;   /* 원래 비율 유지 */
  object-fit: contain; 
}
.pub-item .thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #cbd5e1;
  background: #f8fafc;
}
.pub-item .thumb-placeholder img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  opacity: 0.7;
}
/* Performance: defer off-screen publication card rendering on long lists. */
.pub-item {
  content-visibility: auto;
  contain-intrinsic-size: 180px;
  transition:
    opacity 0.22s ease,
    transform 0.28s ease,
    max-height 0.28s ease,
    margin 0.24s ease,
    padding 0.24s ease,
    border-color 0.2s ease;
}
.js-pub-card.is-enter {
  opacity: 0;
  transform: translateY(14px) scale(0.99);
}
.js-pub-card.is-hidden {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  max-height: 0 !important;
  height: 0 !important;
  overflow: hidden;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-width: 0 !important;
  pointer-events: none !important;
  /* prevent reserved intrinsic height from content-visibility optimization */
  content-visibility: visible !important;
  contain-intrinsic-size: none !important;
}
.js-year-heading {
  transition: opacity 0.2s ease, transform 0.24s ease, max-height 0.24s ease, margin 0.2s ease, padding 0.2s ease;
}
.js-year-heading.is-hidden {
  opacity: 0;
  transform: translateY(8px);
  max-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border-width: 0 !important;
  overflow: hidden;
}
.pub-stream-section { display: grid; gap: 10px; }
.pub-feed { display: grid; gap: 12px; }
.pub-year-heading { margin-top: 14px; margin-bottom: 4px; }
.pub-sentinel { width: 100%; height: 10px; }
.pub-topbar {
  margin-bottom: 10px;
}
.pub-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}
.pub-search-toggle {
  width: 38px;
  height: 38px;
  border: 1px solid #d3dae6;
  border-radius: 999px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.22s ease;
}
.pub-search-toggle:hover {
  border-color: #bcc7da;
  background: #f8fafc;
}
.pub-search-icon {
  width: 14px;
  height: 14px;
  border: 2px solid #475569;
  border-radius: 50%;
  position: relative;
  transition: all 0.22s ease;
}
.pub-search-icon::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background: #475569;
  right: -6px;
  bottom: -2px;
  transform: rotate(45deg);
  transition: all 0.22s ease;
}
.pub-search-toggle[aria-expanded="true"] .pub-search-icon {
  border-color: transparent;
}
.pub-search-toggle[aria-expanded="true"] .pub-search-icon::after {
  width: 14px;
  right: 0;
  bottom: 6px;
  transform: rotate(45deg);
  box-shadow: 0 0 0 0 #475569, 0 0 0 0 #475569;
}
.pub-search-toggle[aria-expanded="true"] .pub-search-icon::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #475569;
  right: 0;
  bottom: 6px;
  transform: rotate(-45deg);
}
.pub-search-wrap {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.26s ease;
}
.pub-search-wrap.open {
  max-height: 110px;
  opacity: 1;
  transform: translateY(0);
}
.pub-search-bar {
  display: grid;
  gap: 6px;
  margin: 0 0 8px;
  max-width: 520px;
  pointer-events: none;
}
.pub-search-wrap.open .pub-search-bar {
  pointer-events: auto;
}
.pub-search-label {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 600;
}
.pub-search-input {
  width: 100%;
  border: 1px solid #d6dbe7;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 15px;
  color: #1f2937;
  background: #fff;
}
.pub-search-input:focus {
  outline: none;
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.pub-skeleton-wrap { display: grid; gap: 12px; }
.pub-item-skeleton .thumb.skeleton-box {
  width: 200px;
  height: 130px;
  border-radius: 6px;
  background: linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 37%, #e5e7eb 63%);
  background-size: 400% 100%;
  animation: pubShimmer 1.2s ease-in-out infinite;
}
.skeleton-line {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 37%, #e5e7eb 63%);
  background-size: 400% 100%;
  animation: pubShimmer 1.2s ease-in-out infinite;
  margin-bottom: 10px;
}
.skeleton-line.w-4 { width: 40%; }
.skeleton-line.w-5 { width: 52%; }
.skeleton-line.w-6 { width: 64%; }
.skeleton-line.w-7 { width: 72%; }
.skeleton-line.w-8 { width: 84%; }
.skeleton-line.w-9 { width: 92%; }
@keyframes pubShimmer {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}
.research-shell {
  position: relative;
  display: grid;
  gap: 24px;
  isolation: isolate;
}
.research-ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(45% 38% at 10% 18%, rgba(116, 200, 255, 0.18), transparent 70%),
    radial-gradient(42% 35% at 86% 20%, rgba(202, 54, 132, 0.13), transparent 72%),
    radial-gradient(55% 48% at 52% 92%, rgba(110, 117, 255, 0.11), transparent 72%);
  border-radius: 26px;
}
.glass-card {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 20px 45px rgba(30, 41, 59, 0.08);
  border-radius: 22px;
}
.research-hero {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  padding: 28px;
}
.research-hero-main {
  display: grid;
  align-content: start;
  gap: 12px;
}
.research-kicker {
  margin: 0;
  color: #b22755;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 12px;
  font-weight: 700;
}
.research-display {
  margin: 0;
  color: #1f2937;
  font-size: clamp(34px, 5.2vw, 66px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.research-lead {
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.6;
  max-width: 52ch;
}
.research-cta-row {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.research-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 9px 16px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #2b6de6 0%, #30a0ff 100%);
}
.research-pill:hover { text-decoration: none; filter: brightness(0.97); }
.research-pill.ghost {
  color: #273142;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid #d0dae8;
}
.research-hero-media {
  border-radius: 18px;
  overflow: hidden;
  min-height: 240px;
}
.research-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.research-track-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.research-track {
  padding: 14px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  align-items: stretch;
}
.research-track-thumb {
  border-radius: 14px;
  overflow: hidden;
  min-height: 116px;
}
.research-track-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.research-track-body {
  display: grid;
  align-content: center;
  gap: 8px;
}
.research-track-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.05;
  color: #1f2937;
  letter-spacing: -0.015em;
}
.research-track-text {
  margin: 0;
  color: #5c6472;
  font-size: 15px;
  line-height: 1.55;
}
h1, h2, h3, h4, h5 {
  color: #2f3136;
  line-height: 1.2;
}
h1 { margin: 10px 0 18px; }
h2 { margin: 26px 0 10px; }
.muted { color: var(--muted); }
.form { display: grid; gap: 10px; }
label { display: grid; gap: 4px; font-size: 14px; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 8px; background: #fff; }
button { border: none; background: var(--brand); color: #fff; border-radius: 8px; padding: 9px 12px; cursor: pointer; width: fit-content; }
.error { color: #b00020; font-weight: 700; }
table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); }
th, td { border-bottom: 1px solid var(--line); padding: 8px; text-align: center; font-size: 14px; vertical-align: top; }
.inline { display: inline; margin-left: 6px; }
.inline button { background: #7a1f1f; }

/* Admin UI */
.admin-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 8px 0 14px; }
a.admin-btn, button.admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-weight: 600;
  line-height: 1.1;
  cursor: pointer;
}
a.admin-btn.primary, button.admin-btn.primary { background: var(--brand); color: #fff !important; }
a.admin-btn.dark, button.admin-btn.dark { background: #1f2937; color: #fff !important; }
a.admin-btn.light, button.admin-btn.light { background: #fff; color: #334155 !important; border-color: #cbd5e1; }
a.admin-btn.danger, button.admin-btn.danger { background: #7a1f1f; color: #fff !important; }
a.admin-btn:hover, button.admin-btn:hover { filter: brightness(0.96); text-decoration: none !important; }

.admin-grid-members {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.admin-member-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}
.admin-member-card[draggable="true"] { cursor: move; }
.admin-member-card.dragging {
  opacity: 0.5;
  border-color: #c4006f;
}
.admin-member-card.drop-target {
  outline: 2px dashed #c4006f;
  outline-offset: 2px;
}
.admin-group-head {
  margin: 20px 0 8px;
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 6px;
}
.admin-group-tools {
  display: flex;
  justify-content: flex-end;
  margin: 8px 0 2px;
}
.admin-meta {
  color: #64748b;
  font-size: 12px;
  line-height: 1.4;
  margin: 4px 0 0;
}
.admin-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin: 6px 0 2px;
  color: #1f2937;
}
.admin-sub {
  color: #475569;
  font-size: 14px;
  margin: 0;
}
.admin-photo-wrap {
  width: 76%;
  aspect-ratio: 1/1;
  margin: 0 auto 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}
.admin-photo-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: var(--photo-fit, contain);
  object-position: var(--photo-pos-x, 50%) var(--photo-pos-y, 50%);
  transform: scale(var(--photo-scale, 1));
  display: block;
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
}

.admin-grid-pubs {
  display: grid;
  gap: 14px;
}
.admin-pub-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}
.pub-admin-wrap {
  display: grid;
  gap: 16px;
}
.pub-admin-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pub-admin-title {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
  color: #1f2937;
}
.pub-admin-form {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 20px;
  display: grid;
  gap: 16px;
  font-size: 17px;
}
.pub-admin-form label {
  font-size: 16px;
  color: #334155;
}
.pub-admin-form input,
.pub-admin-form select,
.pub-admin-form textarea {
  font-size: 18px;
}
.pub-admin-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px;
}
.year-picker {
  position: relative;
}
.year-trigger {
  width: 100%;
  border: 1px solid #d6dbe7;
  background: #fff;
  color: #1f2937;
  border-radius: 10px;
  height: 46px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
}
.year-trigger:hover {
  border-color: #bfc8db;
}
.year-picker.open .year-trigger {
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14);
}
.year-caret {
  width: 10px;
  height: 10px;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}
.year-picker.open .year-caret {
  transform: rotate(-135deg) translateY(-1px);
}
.year-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  background: #fff;
  border: 1px solid #dbe3f0;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
  padding: 6px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  z-index: 50;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.year-picker.open .year-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.year-option {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #334155;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.year-option:hover {
  background: #eef2ff;
  border-color: #c7d2fe;
}
.year-option.is-selected {
  background: #e0ecff;
  border-color: #93c5fd;
  color: #1d4ed8;
}
.pub-title-input {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
}
.pub-title-head-input {
  flex: 1 1 auto;
  border: 0;
  background: transparent;
  padding: 2px 0;
}
.pub-title-head-input:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.pub-authors-editor {
  display: grid;
  gap: 7px;
}
.chips-input-shell {
  min-height: 54px;
  border: 1px solid #dbe2ef;
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.chips-input-shell:focus-within {
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14);
}
.chips-area {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.author-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 6px 10px;
  background: #f8fafc;
  cursor: move;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.22s ease, transform 0.18s ease;
}
.author-chip.dragging {
  opacity: 0.52;
  transform: scale(0.98);
}
.author-chip.is-first {
  border-color: #93c5fd;
  background: #eff6ff;
}
.author-chip.is-cofirst,
.author-chip.is-starred {
  border-color: #f9a8d4;
  background: #fdf2f8;
}
.author-chip.is-corresponding {
  border-color: #a7f3d0;
  background: #ecfdf5;
}
.author-chip.is-external {
  border-color: #d9dde7;
  background: #f8fafc;
  color: #8c96a8;
}
.author-chip.is-external .chip-name {
  color: #8c96a8;
}
.author-chip.is-external .chip-remove {
  background: #eef2f7;
  color: #8a93a3;
}
.chip-star, .chip-remove {
  border: 0;
  border-radius: 999px;
  width: 22px;
  height: 22px;
  padding: 0;
  line-height: 22px;
  font-size: 15px;
  cursor: pointer;
}
.chip-star {
  background: #e5e7eb;
  color: #6b7280;
  opacity: 0;
  transform: translateX(-4px) scale(0.9);
  transition: opacity 0.2s ease, transform 0.22s ease, background-color 0.2s ease, color 0.2s ease;
}
.author-chip:hover .chip-star,
.author-chip:focus-within .chip-star {
  opacity: 1;
  transform: translateX(0) scale(1);
}
.author-chip.is-cofirst .chip-star,
.author-chip.is-starred .chip-star {
  opacity: 1;
  transform: translateX(0) scale(1);
  background: #fce7f3;
  color: #c4006f;
}
.chip-remove {
  background: #fee2e2;
  color: #7f1d1d;
}
.chips-input-shell #author-input {
  border: 0;
  border-radius: 0;
  padding: 6px 4px;
  min-width: 220px;
  flex: 1 1 220px;
  font-size: 16px;
  background: transparent;
}
.chips-input-shell #author-input:focus {
  outline: none;
  box-shadow: none;
}
.admin-meta {
  font-size: 13px;
}
.pub-image-editor {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(240px, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  padding: 14px;
  background: #f8fafc;
  transition: all 0.18s ease;
}
.pub-image-left {
  display: grid;
  gap: 8px;
}
.image-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pub-image-editor.is-over {
  border-color: #93c5fd;
  background: #eff6ff;
}
.pub-image-editor.is-busy {
  opacity: 0.6;
  pointer-events: none;
}
.image-help {
  margin: 0;
}
.image-preview {
  border: 1px solid #dbe2ef;
  border-radius: 12px;
  min-height: 170px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}
.image-preview.is-empty::before {
  content: "No image preview";
  color: #94a3b8;
  font-size: 13px;
}
.image-preview img {
  width: 100%;
  height: auto;
  display: block;
}
.links-editor {
  display: grid;
  gap: 10px;
}
.links-editor h2 {
  margin: 0;
  font-size: 18px;
}
.paper-uploader {
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  background: #f8fafc;
  padding: 12px;
  transition: all 0.18s ease;
}
.paper-uploader.is-over {
  border-color: #93c5fd;
  background: #eff6ff;
}
.paper-uploader.is-busy {
  opacity: 0.6;
  pointer-events: none;
}
.paper-uploader-left {
  display: grid;
  gap: 8px;
}
.links-grid.fixed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.links-rows {
  display: grid;
  gap: 8px;
}
.link-row {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 8px;
}
.link-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.link-row.is-fixed .link-remove {
  display: none !important;
}
.sort-order-field input {
  width: 96px;
}
.pub-active-check {
  align-self: end;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.toggle-switch {
  position: relative;
  width: 52px;
  height: 30px;
  border: 1px solid #cdd6e6;
  border-radius: 999px;
  background: #e2e8f0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.toggle-switch .toggle-knob {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
  transform: translateX(2px);
  transition: transform 0.2s ease;
}
.toggle-switch.is-on {
  background: #3b82f6;
  border-color: #3b82f6;
}
.toggle-switch.is-on .toggle-knob {
  transform: translateX(24px);
}
.pub-form-actions {
  display: flex;
  justify-content: flex-end;
}
.admin-pub-thumb {
  width: 170px;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
  background: #f1f5f9;
}
.admin-preview {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}
.admin-preview .team-photo-wrap { width: 240px; margin-left: 0; }
.crop-editor {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}
.crop-stage {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 1/1;
  border-radius: 12px;
  background: #f1f5f9;
  overflow: hidden;
  margin-bottom: 10px;
  touch-action: none;
  user-select: none;
  cursor: grab;
}
.crop-stage.dragging {
  cursor: grabbing;
}
.crop-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
.crop-img {
  position: absolute;
  max-width: none !important;
  max-height: none !important;
  transform-origin: center center;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
}
.crop-toolbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}
.crop-toolbar .zoom-wrap {
  display: grid;
  gap: 4px;
}
.crop-toolbar .zoom-wrap label {
  font-size: 12px;
  color: #64748b;
}
.crop-toolbar .zoom-wrap input[type="range"] {
  width: 100%;
}
.crop-stats {
  margin-top: 8px;
  font-size: 12px;
  color: #64748b;
}
.admin-control-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.team-admin-wrap {
  display: grid;
  gap: 14px;
}
.team-admin-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.team-admin-title {
  margin: 0;
  font-size: 38px;
  line-height: 1.1;
  color: #1f2937;
}
.team-admin-form {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 16px;
  display: grid;
  gap: 14px;
}
.team-admin-grid {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.team-image-panel,
.team-info-panel {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  display: grid;
  gap: 10px;
}
.team-image-panel h2,
.team-info-panel h2 {
  margin: 0 0 2px;
  font-size: 20px;
  color: #1f2937;
}
.team-image-panel.is-over {
  border-color: #93c5fd;
  background: #eff6ff;
}
.team-image-panel.is-busy {
  opacity: 0.62;
  pointer-events: none;
}
.fit-inline {
  min-width: 124px;
}
.team-form-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.team-role-select {
  appearance: none;
  -webkit-appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #64748b 50%) calc(100% - 18px) calc(50% - 2px) / 7px 7px no-repeat,
    linear-gradient(135deg, #64748b 50%, transparent 50%) calc(100% - 13px) calc(50% - 2px) / 7px 7px no-repeat,
    linear-gradient(to right, #ffffff, #ffffff) 0 0 / 100% 100% no-repeat;
  border: 1px solid #d6dbe7;
  border-radius: 10px;
  padding: 10px 34px 10px 10px;
  font-size: 16px;
  color: #1f2937;
}
.team-role-select:focus {
  outline: none;
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14);
}
.team-tabs {
  display: inline-flex;
  gap: 8px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 8px;
}
.team-tab {
  border: 1px solid #d7deeb;
  background: #f8fafc;
  color: #475569;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.team-tab:hover {
  border-color: #c7d2fe;
  background: #eef2ff;
}
.team-tab.is-active {
  background: #e0ecff;
  color: #1d4ed8;
  border-color: #93c5fd;
}
.team-tab-panel {
  display: grid;
  gap: 10px;
}
.list-editor {
  display: grid;
  gap: 8px;
}
.list-editor-head {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}
.list-rows {
  display: grid;
  gap: 8px;
}
.list-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.list-row-actions {
  display: inline-flex;
  gap: 6px;
}
.list-item-input {
  width: 100%;
}
.team-active-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.team-form-actions {
  display: flex;
  justify-content: flex-end;
}
.range-wrap { display: grid; gap: 6px; }
.range-wrap input[type="range"] { width: 100%; }

@media (max-width: 1400px) {
  .custom-logo { height: 62px; }
  .onepress-menu { gap: 0px; }
  .onepress-menu li a { font-size: 13px; letter-spacing: 1px; }
}
@media (max-width: 1180px) {
  .custom-logo { height: 56px; }
  .onepress-menu { gap: 0px; }
  .onepress-menu li a { font-size: 13px; letter-spacing: 1px; }
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .alumni-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .admin-grid-members { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  :root { --header-offset: 75px; }
  .site-header { overflow: visible; }
  .site-header .container {
    height: 75px;
    min-height: 75px;
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
  }
  .custom-logo {
    height: 64px;
    width: auto;
    max-width: 330px;
  }
  .header-right-wrapper {
    width: auto;
    min-width: auto;
    margin-left: auto;
    position: static;
  }
  .nav-toggle { display: inline-flex; }
  .onepress-menu {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    bottom: auto;
    max-height: calc(100vh - 75px);
    overflow-y: auto;
    background: #ffffff;
    border-top: 1px solid #eceff4;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    white-space: normal;
    z-index: 1001;
    padding: 8px 0;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    overflow: hidden;
    pointer-events: none;
    transition:
      max-height 0.35s ease,
      opacity 0.22s ease,
      transform 0.28s ease;
  }
  body.nav-open .onepress-menu {
    max-height: calc(100vh - 75px);
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    overflow-y: auto;
  }
  body.nav-open .nav-toggle span {
    background: transparent;
  }
  body.nav-open .nav-toggle span::before {
    top: 0;
    transform: rotate(45deg);
  }
  body.nav-open .nav-toggle span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .pub-item { grid-template-columns: 1fr; }
  .pub-item-skeleton .thumb.skeleton-box { width: 100%; }
  .onepress-menu li a {
    display: block;
    line-height: 1.2;
    padding: 12px 18px;
  }
  .admin-link { margin-top: 8px; }
  .team-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .alumni-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .admin-grid-members { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .admin-pub-card { grid-template-columns: 1fr; }
  .admin-pub-thumb { width: 100%; height: auto; aspect-ratio: 16/10; }
  .admin-control-grid { grid-template-columns: 1fr; }
  .team-admin-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .team-admin-title { font-size: 30px; }
  .team-admin-grid { grid-template-columns: 1fr; }
  .team-form-2col { grid-template-columns: 1fr; }
  .list-row { grid-template-columns: 1fr; }
  .list-row-actions { justify-content: flex-end; }
  main.container { padding-top: 16px; }
  .pub-admin-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .pub-admin-title { font-size: 28px; }
  .pub-admin-grid { grid-template-columns: 1fr; }
  .pub-image-editor { grid-template-columns: 1fr; }
  .links-grid.fixed { grid-template-columns: 1fr; }
  .link-row { grid-template-columns: 1fr; }
  .link-actions { justify-content: flex-end; }
  .research-hero {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .research-hero-media { min-height: 180px; }
  .research-track-grid { grid-template-columns: 1fr; }
  .research-track {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .research-track-thumb { min-height: 150px; }
  .research-track-title { font-size: 21px; }
}
