.academics-page { padding-top: 42px; }
.special-page .special-hero {
  display: none !important;
}
.dept-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.dept-tabs a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  padding: 0 22px;
  border: 1px solid #d9dee3;
  color: #2d3740;
  background: #fff;
  font-size: 17px;
  font-weight: 900;
}
.dept-tabs a.is-active {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}
.graduate-page .dept-tabs a.needs-data {
  color: var(--red);
  border-color: var(--red);
  box-shadow: inset 0 0 0 1px var(--red);
}
.graduate-page .dept-tabs a.needs-data.is-active {
  color: #fff;
  border-color: var(--deep-red, #6f0615);
  background: var(--red);
  box-shadow: inset 0 0 0 2px var(--deep-red, #6f0615);
}
.dept-summary {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 54px;
  padding: 30px;
  border: 1px solid var(--line);
  background: #f7f8f9;
}
.dept-summary p {
  margin: 0;
  color: #303a44;
  font-size: 18px;
  line-height: 1.75;
  word-break: keep-all;
}
.dept-summary div {
  display: grid;
  place-items: center;
  padding: 20px;
  color: #fff;
  background: #171d24;
  text-align: center;
}
.dept-summary strong {
  display: block;
  font-size: 42px;
  line-height: 1;
}
.dept-summary span {
  margin-top: 8px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 800;
}
.dept-summary:not(:has(div)) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 34px;
}
.dept-summary:not(:has(div)) p {
  max-width: none;
}
.section-title { display: flex; align-items: flex-end; gap: 16px; margin: 54px 0 22px; padding-bottom: 16px; border-bottom: 2px solid #111; }
.section-title h3 { margin: 0; color: #111; font-size: clamp(28px, 3.5vw, 40px); line-height: 1; font-weight: 900; }
.section-title span { display: block; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: 0; }
.edu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.edu-card { min-height: 170px; padding: 26px; border: 1px solid var(--line); background: #fff; }
.edu-card b { display: block; margin-bottom: 12px; color: var(--red); font-size: 15px; font-weight: 900; }
.edu-card strong { display: block; margin-bottom: 10px; color: #111; font-size: 22px; line-height: 1.3; font-weight: 900; word-break: keep-all; }
.edu-card p, .content-copy p, .content-copy li { margin: 0; color: #43505a; font-size: 16px; line-height: 1.7; word-break: keep-all; }
.free-major-intro {
  display: grid;
  gap: 34px;
}
.free-major-hero {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 330px;
  border-top: 2px solid #111;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #f7f8f9 0%, #fff 52%, #f3f5f7 100%);
}
.free-major-kicker {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 34px;
  background: linear-gradient(155deg, #a80c1b 0%, #4a1520 52%, #17202a 100%);
  color: #fff;
}
.free-major-kicker span {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}
.free-major-kicker strong {
  color: #fff;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 900;
  word-break: keep-all;
}
.free-major-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 48px 58px;
}
.free-major-hero-copy h3 {
  max-width: 850px;
  margin: 0;
  color: #111;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.16;
  font-weight: 900;
  word-break: keep-all;
}
.free-major-hero-copy p {
  max-width: 980px;
  margin: 28px 0 0;
  color: #34404a;
  font-size: 18px;
  line-height: 1.9;
  word-break: keep-all;
}
.free-major-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.free-major-flow article {
  position: relative;
  min-height: 190px;
  padding: 32px 34px;
  border: 1px solid var(--line);
  background: #fff;
}
.free-major-flow article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 72px;
  height: 4px;
  background: var(--red);
}
.free-major-flow span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  color: var(--red);
  background: rgba(168, 12, 27, .08);
  font-size: 14px;
  font-weight: 900;
}
.free-major-flow strong {
  display: block;
  margin-top: 22px;
  color: #111;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 900;
  word-break: keep-all;
}
.free-major-flow p {
  margin: 14px 0 0;
  color: #43505a;
  font-size: 17px;
  line-height: 1.75;
  word-break: keep-all;
}
.free-major-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 18px;
}
.free-major-detail article {
  min-width: 0;
  border: 1px solid var(--line);
  background: #fff;
}
.free-major-class {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
}
.free-major-class > div,
.free-major-career {
  padding: 34px;
}
.free-major-class > div {
  background: #171d24;
}
.free-major-detail span {
  display: block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}
.free-major-class > div span {
  color: rgba(255, 255, 255, .68);
}
.free-major-detail h4 {
  margin: 0;
  color: #111;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 900;
}
.free-major-class > div h4 {
  color: #fff;
}
.free-major-class ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.free-major-class li {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 28px 32px;
  border-top: 1px solid var(--line);
}
.free-major-class li:first-child {
  border-top: 0;
}
.free-major-class li strong {
  color: #111;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
  word-break: keep-all;
}
.free-major-class li p,
.free-major-career p {
  margin: 0;
  color: #43505a;
  font-size: 17px;
  line-height: 1.75;
  word-break: keep-all;
}
.free-major-career {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f7f8f9;
}
.free-major-career p {
  margin-top: 38px;
  color: #26323d;
  font-weight: 700;
}
.content-copy { display: grid; gap: 16px; }
.content-copy ul { display: grid; gap: 10px; margin: 0; padding-left: 18px; }
.faculty-category {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin: 0 0 42px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: #f7f8f9;
}
.faculty-category::before {
  content: "분류";
  margin-right: 8px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}
.faculty-category a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #d9dee3;
  color: #2d3740;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
}
.faculty-category a:hover {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}
.professor-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.professor-card { display: grid; grid-template-columns: 112px 1fr; gap: 18px; padding: 20px; border: 1px solid var(--line); background: #fff; }
.professor-card-link { color: inherit; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.professor-card-link:hover { border-color: var(--red); box-shadow: 0 14px 28px rgba(17, 24, 39, .08); transform: translateY(-2px); }
.professor-avatar {
  display: grid;
  place-items: center;
  width: 112px;
  height: 140px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), #171d24);
  font-size: 26px;
  font-weight: 900;
}
.professor-photo {
  width: 112px;
  height: 140px;
  object-fit: cover;
  border: 1px solid var(--line);
  background: #f4f5f6;
}
.professor-card h4 { margin: 0 0 8px; color: #111; font-size: 22px; font-weight: 900; }
.professor-card span { display: block; margin-bottom: 14px; color: var(--red); font-size: 14px; font-weight: 900; }
.professor-card p { margin: 0; color: #4b5660; font-size: 15px; line-height: 1.55; word-break: keep-all; }
.professor-card a { display: inline-block; margin-top: 10px; color: #123b63; font-size: 14px; font-weight: 800; word-break: break-all; }
.professor-email { margin-top: 10px !important; color: #123b63 !important; font-size: 14px !important; font-weight: 800; word-break: break-all; }
.empty-panel {
  padding: 26px;
  border: 1px solid var(--line);
  color: #68737d;
  background: #f7f8f9;
  font-size: 16px;
  font-weight: 800;
}
.aisw-empty-panel {
  display: grid;
  gap: 10px;
  min-height: 180px;
  align-content: center;
  text-align: center;
}
.aisw-empty-panel strong {
  color: #111;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 900;
}
.aisw-empty-panel p {
  max-width: 680px;
  margin: 0 auto;
  color: #68737d;
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
}
.regulation-shortcuts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.regulation-shortcuts a {
  display: grid;
  gap: 12px;
  min-height: 190px;
  align-content: center;
  padding: 32px;
  border: 1px solid var(--line);
  color: #111;
  background: #fff;
}
.regulation-shortcuts a:hover {
  border-color: var(--red);
}
.regulation-shortcuts span {
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}
.regulation-shortcuts strong {
  color: #111;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 900;
  word-break: keep-all;
}
.regulation-shortcuts p {
  margin: 0;
  color: #68737d;
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
}
.thesis-simple {
  padding-top: 18px;
}
.thesis-simple-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 2px solid #111;
}
.thesis-simple-head h3 {
  margin: 0;
  color: var(--red);
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}
.thesis-simple-head a {
  flex: 0 0 auto;
  margin-top: 12px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}
.thesis-simple-section {
  margin-top: 46px;
}
.thesis-simple-section h4 {
  margin: 0 0 16px;
  color: #111;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0;
}
.thesis-simple-section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.thesis-simple-section li {
  position: relative;
  padding-left: 10px;
  color: #24313d;
  font-size: 16px;
  line-height: 1.78;
  word-break: keep-all;
}
.thesis-simple-section ul > li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.thesis-simple-section ol {
  display: grid;
  gap: 4px;
  margin: 6px 0 0;
  padding-left: 18px;
}
.thesis-simple-section ol li {
  padding-left: 0;
}
.thesis-simple-section ol li::before {
  content: none;
}
.thesis-downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 58px;
}
.thesis-downloads a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  height: 50px;
  padding: 0 24px;
  border: 1px solid #222;
  color: #111;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.thesis-downloads a:hover {
  border-color: var(--red);
  color: #fff;
  background: var(--red);
}
.workshop-simple .thesis-simple-section li {
  padding-left: 0;
}
.workshop-simple .thesis-simple-section ul > li::before {
  content: none;
}
.workshop-simple .thesis-simple-section ol {
  margin-top: 6px;
  padding-left: 0;
  list-style-position: inside;
}
.workshop-download-section a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  height: 50px;
  padding: 0 22px;
  border: 1px solid #222;
  color: #111;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.workshop-download-section a:hover {
  border-color: var(--red);
  color: #fff;
  background: var(--red);
}
.thesis-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.thesis-guide-grid article {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--line);
  background: #fff;
}
.thesis-guide-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
}
.thesis-guide-grid strong {
  display: block;
  color: #111;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
  word-break: keep-all;
}
.thesis-guide-grid p {
  margin: 16px 0 0;
  color: #53606a;
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
}
.thesis-shortcuts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.thesis-shortcuts strong {
  font-size: 23px;
}
.aisw-info-block {
  display: grid;
  gap: 34px;
}
.aisw-info-lead {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 8px;
}
.aisw-info-lead strong {
  display: flex;
  align-items: center;
  padding: 30px;
  color: #fff;
  background: #171d24;
  font-size: 30px;
  line-height: 1.32;
  font-weight: 900;
  word-break: keep-all;
}
.aisw-info-lead p {
  margin: 0;
  padding: 30px;
  border: 1px solid var(--line);
  color: #303a44;
  background: #f7f8f9;
  font-size: 17px;
  line-height: 1.8;
  word-break: keep-all;
}
.aisw-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.aisw-info-card,
.aisw-download-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  background: #fff;
}
.aisw-info-card b,
.aisw-download-card b {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}
.aisw-info-card strong,
.aisw-download-card strong {
  display: block;
  color: #111;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
  word-break: keep-all;
}
.aisw-info-card p,
.aisw-download-card p {
  margin: 10px 0 0;
  color: #43505a;
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
}
.aisw-step-list {
  display: grid;
  border-top: 2px solid #111;
}
.aisw-step-list article {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.aisw-step-list b {
  color: var(--red);
  font-size: 15px;
  font-weight: 900;
}
.aisw-step-list strong {
  display: block;
  margin-bottom: 8px;
  color: #111;
  font-size: 21px;
  font-weight: 900;
}
.aisw-step-list p {
  margin: 0;
  color: #43505a;
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
}
.aisw-calendar-images {
  display: grid;
  gap: 20px;
}
.aisw-calendar-images figure {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
}
.aisw-calendar-images img {
  width: 100%;
  height: auto;
  background: #f7f8f9;
}
.aisw-calendar-images figcaption {
  margin-bottom: 12px;
  color: #111;
  font-size: 18px;
  font-weight: 900;
}
.aisw-download-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.aisw-download-card a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  margin-top: 16px;
  padding: 0 16px;
  color: #fff;
  background: #171d24;
  font-size: 14px;
  font-weight: 900;
}
.aisw-download-card a:hover {
  background: var(--red);
}
.aisw-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #111;
}
.aisw-table th,
.aisw-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  color: #303a44;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  word-break: keep-all;
}
.aisw-table th {
  width: 180px;
  color: #111;
  background: #f7f8f9;
  font-weight: 900;
}
.thesis-archive {
  display: grid;
  gap: 28px;
}
.thesis-archive > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}
.thesis-archive-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.thesis-archive-summary article {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  background: #fff;
}
.thesis-archive-summary span {
  display: block;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}
.thesis-archive-summary strong {
  display: block;
  margin-top: 10px;
  color: #111;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}
.thesis-archive-summary p {
  margin: 10px 0 0;
  color: #68737d;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 800;
  word-break: keep-all;
}
.thesis-year-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: #fff;
}
.thesis-year-tabs label {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--line);
  color: #303a44;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}
.thesis-year-tabs label:first-child {
  border-left: 0;
}
.thesis-year-panel {
  display: none;
}
#thesis-2025:checked ~ .thesis-year-tabs label[for="thesis-2025"],
#thesis-2024:checked ~ .thesis-year-tabs label[for="thesis-2024"],
#thesis-2023:checked ~ .thesis-year-tabs label[for="thesis-2023"],
#thesis-past:checked ~ .thesis-year-tabs label[for="thesis-past"] {
  color: #fff;
  background: var(--red);
}
#thesis-2025:checked ~ .panel-2025,
#thesis-2024:checked ~ .panel-2024,
#thesis-2023:checked ~ .panel-2023,
#thesis-past:checked ~ .panel-past {
  display: grid;
  gap: 24px;
}
.thesis-month-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 2px solid #111;
}
.thesis-month-head strong {
  color: #111;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
}
.thesis-month-head span {
  color: #68737d;
  font-size: 14px;
  font-weight: 900;
}
.thesis-table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--line);
}
.thesis-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}
.thesis-table th,
.thesis-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  color: #303a44;
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
  word-break: keep-all;
}
.thesis-table th {
  color: #111;
  background: #f7f8f9;
  font-weight: 900;
}
.thesis-table th:first-child,
.thesis-table td:first-child {
  width: 190px;
  color: var(--red);
  font-weight: 900;
}
.thesis-table th:nth-child(2),
.thesis-table td:nth-child(2) {
  width: 100px;
  color: #111;
  font-weight: 900;
}
.thesis-past-panel {
  padding: 34px;
  border: 1px solid var(--line);
  background: #f7f8f9;
}
.thesis-past-panel strong {
  display: block;
  color: #111;
  font-size: 26px;
  font-weight: 900;
}
.thesis-past-panel p {
  margin: 14px 0 0;
  color: #43505a;
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
}
.thesis-past-panel a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  margin-top: 22px;
  padding: 0 18px;
  color: #fff;
  background: #171d24;
  font-size: 14px;
  font-weight: 900;
}
.forms-library {
  display: grid;
  gap: 48px;
}
.forms-library-lead {
  padding: 30px;
  border: 1px solid var(--line);
  background: #f7f8f9;
}
.forms-library-lead strong {
  display: block;
  color: #111;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 900;
}
.forms-library-lead p {
  margin: 12px 0 0;
  color: #43505a;
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
}
.forms-group {
  display: grid;
  gap: 18px;
}
.forms-group-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 2px solid #111;
}
.forms-group-head h4 {
  margin: 0;
  color: #111;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}
.forms-group-head p {
  max-width: 560px;
  margin: 0;
  color: #68737d;
  font-size: 15px;
  line-height: 1.6;
  text-align: right;
  word-break: keep-all;
}
.forms-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.form-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 88px;
  padding: 18px 20px;
  border: 1px solid #d9dee3;
  color: #111;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.form-card:hover,
.form-card:focus-visible {
  border-color: rgba(163,15,28,.45);
  box-shadow: 0 12px 26px rgba(17,24,39,.08);
  transform: translateY(-2px);
}
.form-card img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.form-card strong {
  min-width: 0;
  color: #111;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 900;
  word-break: keep-all;
}
.message-panel { display: grid; gap: 28px; }
.message-with-photo { grid-template-columns: 200px 1fr; align-items: start; gap: 34px; }
.chair-photo {
  border: 1px solid var(--line);
  background: #f7f8f9;
}
.chair-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.message-quote { margin: 0 0 24px; color: var(--red); font-size: clamp(30px, 3.4vw, 44px); line-height: 1.22; font-weight: 900; word-break: keep-all; }
.signature { margin-top: 10px; text-align: right; }
.signature span { display: block; color: #68737d; font-size: 15px; }
.signature strong { display: block; margin-top: 6px; color: #111; font-size: 30px; }
.roadmap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.roadmap article { padding: 24px; border: 1px solid var(--line); background: #fff; }
.roadmap b { display: block; margin-bottom: 16px; color: var(--red); font-size: 18px; }
.roadmap strong { display: block; margin-bottom: 10px; color: #111; font-size: 22px; }
.roadmap p { margin: 0; color: #4b5660; line-height: 1.65; word-break: keep-all; }
.info-table { width: 100%; min-width: 780px; border-collapse: collapse; background: #fff; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); }
.info-table th, .info-table td { padding: 17px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; }
.info-table th { color: #111; background: #f2f4f6; font-weight: 900; }
.info-table td { color: #34404a; }
.link-panel { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.link-panel a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 18px; color: #fff; background: #171d24; font-weight: 900; }
.link-panel a:hover { background: var(--red); }
.admission-shortcut {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  min-height: 360px;
  padding: 58px 60px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(12, 17, 24, .9), rgba(12, 17, 24, .52)), url("../../../img/sub/academics/computer/admission-hero.png") center / cover no-repeat;
  color: #fff;
}
.admission-shortcut a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 270px;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 0 68px 0 30px;
  border: 1px solid rgba(255, 255, 255, .82);
  color: #fff;
  background: rgba(0, 0, 0, .12);
  font-size: 18px;
  font-weight: 900;
  transition: background .2s ease, border-color .2s ease;
}
.admission-shortcut a::before,
.admission-shortcut a::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  background: #fff;
  transform-origin: right center;
}
.admission-shortcut a::before {
  width: 36px;
  height: 2px;
  transform: translateY(-50%);
}
.admission-shortcut a::after {
  width: 14px;
  height: 2px;
  transform: translateY(-50%) rotate(28deg);
}
.admission-shortcut a:hover {
  border-color: #fff;
  background: var(--red);
}
.admission-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
}
.admission-copy span {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
}
.admission-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.16;
  font-weight: 900;
}
.admission-copy p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 20px;
  line-height: 1.75;
  word-break: keep-all;
}
@media (max-width: 860px) {
  .admission-shortcut {
    grid-template-columns: 1fr;
    min-height: 420px;
    padding: 44px 30px;
  }
  .admission-shortcut a {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 520px) {
  .admission-shortcut {
    min-height: 390px;
    padding: 34px 22px;
  }
  .admission-copy h3 {
    font-size: 30px;
  }
  .admission-copy p {
    font-size: 17px;
  }
}
.year-links { display: flex; flex-wrap: wrap; gap: 10px; }
.year-links a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 18px; border: 1px solid #171d24; color: #171d24; background: #fff; font-weight: 900; }
.year-links a:hover { color: #fff; background: var(--red); border-color: var(--red); }
.degree-tabs {
  border-top: 2px solid #111;
}
.degree-tabs > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.degree-tab-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.degree-tab-list label {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--line);
  color: #2d3740;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.degree-tab-list label:hover {
  color: var(--red);
}
.degree-panel {
  display: none;
  padding-top: 30px;
}
.degree-web {
  display: grid;
  gap: 38px;
}
.degree-web-head {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 34px;
  align-items: end;
  padding: 38px;
  border-top: 2px solid #111;
  background: linear-gradient(135deg, #f5f7f8 0%, #fff 58%, #f1f3f5 100%);
}
.degree-web-head span {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  color: #fff;
  background: linear-gradient(150deg, #a80c1b 0%, #3b1721 58%, #151d26 100%);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}
.degree-web-head h4 {
  margin: 0;
  color: #111;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.12;
  font-weight: 900;
}
.degree-web-head p {
  grid-column: 2;
  margin: 14px 0 0;
  color: #4a5660;
  font-size: 18px;
  line-height: 1.75;
  word-break: keep-all;
}
.degree-web-section {
  display: grid;
  gap: 18px;
}
.degree-section-title {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #111;
}
.degree-section-title span {
  color: var(--red);
  font-size: 15px;
  font-weight: 900;
}
.degree-section-title strong {
  color: #111;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 900;
}
.degree-clean-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  border-top: 2px solid #111;
  background: #fff;
}
.degree-clean-table caption {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}
.degree-clean-table th,
.degree-clean-table td {
  padding: 14px 16px;
  border: 1px solid #d7dde2;
  color: #26323d;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
}
.degree-clean-table thead th {
  color: #111;
  background: #f1f3f5;
  font-weight: 900;
}
.degree-clean-table tbody th {
  color: #111;
  background: #fafafa;
  font-weight: 900;
}
.degree-clean-table td small {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}
.degree-credit-table td:nth-child(3) {
  color: #111;
  font-weight: 800;
}
.degree-note {
  margin: 0;
  color: #5d6872;
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}
.degree-course-layout {
  display: grid;
  gap: 28px;
}
.degree-course-layout article {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--line);
  background: #fff;
}
.degree-course-layout h5 {
  margin: 0 0 18px;
  color: #111;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 900;
}
.degree-course-layout article > p {
  margin: 0 0 18px;
  color: #53606a;
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
}
.degree-major-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.degree-major-groups div {
  min-width: 0;
  padding: 24px;
  background: #f7f8f9;
}
.degree-major-groups span {
  display: block;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}
.degree-major-groups strong {
  display: block;
  margin-top: 10px;
  color: #111;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
}
.degree-major-groups p {
  margin: 16px 0 0;
  color: #43505a;
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}
.degree-select-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.degree-select-list dl {
  margin: 0;
  padding: 20px;
  border: 1px solid #e1e5e8;
  background: #fbfbfc;
}
.degree-select-list dt {
  color: #111;
  font-size: 17px;
  font-weight: 900;
}
.degree-select-list dd {
  margin: 10px 0 0;
  color: #43505a;
  font-size: 15px;
  line-height: 1.65;
}
.degree-select-list dd strong {
  color: var(--red);
}
.degree-required-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.degree-required-list li {
  padding: 9px 12px;
  border: 1px solid #dfe5e9;
  color: #26323d;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}
.degree-replace-table {
  min-width: 720px;
}
.degree-original {
  color: #22364a;
  font-size: 15px;
  line-height: 1.7;
}
.degree-original p {
  margin: 10px 0;
}
.degree-original p[class="1"] {
  margin-top: 30px;
  color: #111;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 900;
}
.degree-original p:first-child {
  margin-top: 0;
}
.degree-original img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 28px;
}
.degree-original-images {
  max-width: 860px;
  margin: 0 auto;
}
.degree-table-scroll {
  overflow-x: auto;
  margin: 12px 0 30px;
}
.degree-table-scroll table {
  min-width: 760px;
  max-width: 100%;
  margin: 0;
}
.degree-table-scroll td,
.degree-table-scroll th {
  box-sizing: border-box;
}
#degree-2020:checked ~ .degree-tab-list label[for="degree-2020"],
#degree-2021:checked ~ .degree-tab-list label[for="degree-2021"],
#degree-2022:checked ~ .degree-tab-list label[for="degree-2022"],
#degree-2023:checked ~ .degree-tab-list label[for="degree-2023"],
#degree-2024:checked ~ .degree-tab-list label[for="degree-2024"],
#degree-2025:checked ~ .degree-tab-list label[for="degree-2025"] {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}
#degree-2020:checked ~ .panel-2020,
#degree-2021:checked ~ .panel-2021,
#degree-2022:checked ~ .panel-2022,
#degree-2023:checked ~ .panel-2023,
#degree-2024:checked ~ .panel-2024,
#degree-2025:checked ~ .panel-2025 {
  display: block;
}
.degree-admin-placeholder {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 48px 30px;
  border: 1px solid var(--line);
  background: #f7f8f9;
  text-align: center;
}
.degree-admin-placeholder strong {
  color: #111;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 900;
}
.degree-admin-placeholder p {
  margin: 10px 0 0;
  color: #66727c;
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
}
.faculty-profile {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: stretch;
  padding: 34px;
  border-top: 2px solid #111;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #f5f6f8 0 260px, #fff 260px);
}
.faculty-visual {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  text-align: center;
}
.faculty-visual img {
  width: 154px;
  height: 194px;
  object-fit: cover;
  border: 1px solid var(--line);
  background: #fff;
}
.faculty-visual strong { margin-top: 8px; color: #111; font-size: 22px; font-weight: 900; }
.faculty-visual span { color: var(--red); font-size: 13px; font-weight: 900; }
.faculty-summary { display: grid; align-content: center; gap: 18px; min-width: 0; }
.faculty-kicker { margin: 0; color: var(--red); font-size: 13px; font-weight: 900; }
.faculty-summary h3 { margin: 0; color: #111; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; font-weight: 900; word-break: keep-all; }
.faculty-summary p:not(.faculty-kicker) { margin: 0; color: #43505a; font-size: 17px; line-height: 1.75; word-break: keep-all; }
.profile-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 8px 0 0;
  border-top: 1px solid var(--line);
}
.profile-list div { display: grid; grid-template-columns: 84px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.profile-list dt { color: #111; font-weight: 900; }
.profile-list dd { margin: 0; color: #34404a; word-break: keep-all; }
.profile-list a, .info-stack a { color: #123b63; font-weight: 800; word-break: break-all; }
.faculty-detail-grid { display: grid; grid-template-columns: 380px 1fr; gap: 28px; margin-top: 48px; }
.detail-panel { min-width: 0; padding: 28px; border: 1px solid var(--line); background: #fff; }
.detail-panel .section-title { margin: 0 0 22px; }
.info-stack dl { margin: 0; }
.info-stack div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.info-stack div:first-child { padding-top: 0; }
.info-stack div:last-child { padding-bottom: 0; border-bottom: 0; }
.info-stack dt { margin-bottom: 6px; color: var(--red); font-size: 14px; font-weight: 900; }
.info-stack dd { margin: 0; color: #111; font-size: 17px; line-height: 1.55; }
.detail-panel-dark { color: #fff; border: 0; background: #171d24; }
.detail-panel-dark .section-title { border-bottom-color: rgba(255,255,255,.35); }
.detail-panel-dark .section-title h3 { color: #fff; }
.detail-panel-dark p { margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.8; word-break: keep-all; }
.detail-panel-dark p + p { margin-top: 14px; }
.field-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px !important; }
.field-tags span { display: inline-flex; min-height: 34px; align-items: center; padding: 0 12px; color: #fff; background: var(--red); font-size: 14px; font-weight: 900; }
.research-copy {
  display: grid;
  gap: 10px;
}
.research-copy strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
  word-break: keep-all;
}
.research-copy strong:first-child {
  margin-top: 0;
}
.research-copy p {
  margin: 0 !important;
}
.faculty-actions { justify-content: flex-end; }
.graduate-page .dept-tabs {
  margin-bottom: 34px;
}
.graduate-summary {
  border-top: 2px solid #111;
  background: #fff;
}
.graduate-summary div {
  background: linear-gradient(135deg, #171d24, var(--red));
}
.field-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.field-cloud span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid #d9dee3;
  color: #26313b;
  background: #fff;
  font-size: 15px;
  font-weight: 900;
}
.graduate-professor-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.graduate-professor-card {
  grid-template-columns: 72px 1fr;
  min-height: 178px;
}
.graduate-professor-card .professor-avatar {
  width: 72px;
  height: 72px;
  align-self: start;
  font-size: 22px;
}
.graduate-professor-card h4 {
  font-size: 23px;
}
.mini-profile {
  display: grid;
  gap: 4px;
  margin: 14px 0 0;
}
.mini-profile div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 8px;
}
.mini-profile dt {
  color: #111;
  font-size: 13px;
  font-weight: 900;
}
.mini-profile dd {
  margin: 0;
  color: #68737d;
  font-size: 13px;
  word-break: break-all;
}
.graduate-message .chair-photo {
  max-width: 220px;
}
.graduate-roadmap article {
  min-height: 210px;
}
.research-lab-page + .professor-grid {
  display: none;
}
.lab-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 24px;
}
.lab-filter-tabs button {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid #d9dee3;
  color: #2d3740;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
}
.lab-filter-tabs button.is-active {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}
.lab-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.lab-card {
  border: 1px solid var(--line);
  background: #fff;
}
.lab-card[hidden] {
  display: none;
}
.lab-card-toggle {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 148px;
  padding: 24px 56px 24px 24px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.lab-card-toggle::after {
  content: "+";
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--red);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.lab-card.is-open .lab-card-toggle::after {
  content: "-";
}
.lab-card-toggle span {
  align-self: start;
  width: max-content;
  padding: 5px 9px;
  color: #fff;
  background: #171d24;
  font-size: 12px;
  font-weight: 900;
}
.lab-card-toggle strong {
  display: block;
  margin-top: 16px;
  color: #111;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  word-break: keep-all;
}
.lab-card-toggle em {
  display: block;
  margin-top: 10px;
  color: var(--red);
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}
.lab-detail {
  display: none;
  padding: 0 24px 24px;
}
.lab-card.is-open .lab-detail {
  display: block;
}
.lab-detail dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  margin: 0;
  border-top: 1px solid var(--line);
}
.lab-detail dl div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.lab-detail dt {
  color: #111;
  font-size: 14px;
  font-weight: 900;
}
.lab-detail dd {
  margin: 0;
  color: #4b5660;
  font-size: 14px;
  line-height: 1.55;
  word-break: keep-all;
}
.lab-detail p {
  margin: 18px 0;
  color: #3e4a54;
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
}
.lab-detail a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  background: #171d24;
  font-size: 14px;
  font-weight: 900;
}
.lab-detail a:hover {
  background: var(--red);
}
@media (max-width: 1040px) { .edu-grid, .professor-grid, .roadmap { grid-template-columns: 1fr 1fr; } .dept-summary { grid-template-columns: 1fr; } }
@media (max-width: 1040px) { .faculty-profile, .faculty-detail-grid { grid-template-columns: 1fr; } .faculty-profile { background: #fff; } }
@media (max-width: 1040px) { .free-major-hero, .free-major-detail, .free-major-class { grid-template-columns: 1fr; } .free-major-kicker { min-height: 180px; } .free-major-flow { grid-template-columns: 1fr; } }
@media (max-width: 1040px) { .degree-web-head { grid-template-columns: 1fr; } .degree-web-head p { grid-column: auto; } .degree-major-groups, .degree-select-list { grid-template-columns: 1fr; } }
@media (max-width: 1040px) { .degree-tab-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 920px) { .lab-list { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .academics-page { padding-top: 30px; } .dept-tabs a { min-height: 44px; padding: 0 14px; font-size: 15px; } .faculty-category { padding: 12px; } .faculty-category::before { flex-basis: 100%; margin: 0 0 4px; } .edu-grid, .professor-grid, .roadmap, .message-with-photo { grid-template-columns: 1fr; } .professor-card { grid-template-columns: 92px 1fr; } .professor-photo, .professor-avatar { width: 92px; height: 116px; } .graduate-professor-card { grid-template-columns: 68px 1fr; } .graduate-professor-card .professor-avatar { width: 68px; height: 68px; } .lab-card-toggle { min-height: 132px; padding: 22px 48px 22px 20px; } .lab-card-toggle strong { font-size: 21px; } .lab-detail { padding: 0 20px 22px; } .lab-detail dl { grid-template-columns: 1fr; } .faculty-profile { padding: 24px 18px; } .profile-list { grid-template-columns: 1fr; } .profile-list div { grid-template-columns: 74px 1fr; } .detail-panel { padding: 22px 18px; } }
@media (max-width: 720px) { .free-major-kicker, .free-major-hero-copy, .free-major-flow article, .free-major-class > div, .free-major-career { padding: 28px 22px; } .free-major-kicker strong { font-size: 30px; } .free-major-hero-copy h3 { font-size: 32px; } .free-major-hero-copy p, .free-major-flow p, .free-major-class li p, .free-major-career p { font-size: 16px; } .free-major-flow strong { font-size: 24px; } .free-major-class li { grid-template-columns: 1fr; gap: 10px; padding: 24px 22px; } }
@media (max-width: 720px) { .degree-web-head, .degree-course-layout article { padding: 24px 20px; } .degree-web-head h4 { font-size: 34px; } .degree-web-head span { min-height: 92px; padding: 18px; } .degree-section-title strong { font-size: 24px; } .degree-major-groups div, .degree-select-list dl { padding: 18px; } .degree-major-groups strong { font-size: 26px; } .degree-clean-table { min-width: 720px; } .degree-clean-table th, .degree-clean-table td { padding: 11px 12px; font-size: 14px; } }
@media (max-width: 720px) { .degree-tab-list { grid-template-columns: 1fr; } .degree-tab-list label { min-height: 50px; font-size: 15px; } .degree-admin-placeholder { min-height: 220px; padding: 34px 22px; } .degree-admin-placeholder strong { font-size: 23px; } }

.special-hero {
  position: relative;
  margin-bottom: 48px;
  padding: 42px 46px;
  color: #fff;
  background: linear-gradient(135deg, #8e0715 0%, #202832 78%);
  overflow: hidden;
}
.special-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border: 44px solid rgba(255,255,255,.08);
  transform: rotate(18deg);
}
.special-kicker {
  margin: 0 0 12px;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
.special-hero h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 900;
  word-break: keep-all;
}
.special-hero p:not(.special-kicker) {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.7;
  word-break: keep-all;
}
.source-link,
.outline-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.42);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}
.outline-link {
  border-color: var(--red);
  color: var(--red);
  background: #fff;
}
.special-grid,
.special-org,
.special-faculty,
.voice-grid,
.special-checklist,
.process-list,
.board-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.process-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.special-grid article,
.special-org article,
.special-faculty article,
.voice-grid article,
.special-checklist article,
.process-list article,
.board-preview article {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  background: #fff;
}
.special-grid b,
.voice-grid b,
.process-list b,
.board-preview span,
.special-faculty span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}
.special-grid strong,
.special-org strong,
.special-faculty strong,
.voice-grid strong,
.special-checklist strong,
.process-list strong,
.board-preview strong {
  display: block;
  margin-bottom: 10px;
  color: #111;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
  word-break: keep-all;
}
.special-grid p,
.special-org p,
.special-faculty p,
.voice-grid p,
.special-checklist p,
.process-list p,
.board-preview p,
.major-layout p,
.major-layout li,
.special-location p {
  margin: 0;
  color: #43505a;
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
}
.special-timeline {
  display: grid;
  gap: 0;
  border-top: 2px solid #111;
}
.special-timeline article {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.special-timeline time {
  color: var(--red);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}
.special-timeline p {
  margin: 0;
  color: #303a44;
  font-size: 17px;
  line-height: 1.6;
}
.aisw-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  margin-bottom: 22px;
}
.aisw-about-copy {
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: 292px;
  padding: 34px;
  border: 1px solid var(--line);
  background: #f7f8f9;
}
.aisw-about-copy p {
  margin: 0;
  color: #303a44;
  font-size: 18px;
  line-height: 1.85;
  word-break: keep-all;
}
.aisw-about-stats {
  display: grid;
  gap: 12px;
}
.aisw-about-stats article {
  min-width: 0;
  padding: 24px 26px;
  color: #fff;
  background: #171d24;
}
.aisw-about-stats article:nth-child(2) {
  background: var(--red);
}
.aisw-about-stats span {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.aisw-about-stats strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
}
.aisw-about-stats em {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}
.aisw-purpose-grid {
  margin-bottom: 58px;
}
.aisw-history-lead {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 24px;
  padding: 30px;
  color: #fff;
  background: linear-gradient(135deg, #171d24 0%, #313b46 100%);
}
.aisw-history-lead strong {
  color: #fff;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 900;
  word-break: keep-all;
}
.aisw-history-lead p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.75;
  word-break: keep-all;
}
.aisw-history-timeline {
  margin-bottom: 0;
}
.aisw-history-timeline article:first-child {
  border-top: 0;
}
.aisw-history-timeline time {
  font-size: 34px;
}
.aisw-history-timeline p span {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 10px;
}
.aisw-history-timeline p span:first-child {
  margin-top: 0;
}
.aisw-history-timeline p em {
  flex: 0 0 62px;
  color: var(--red);
  font-size: 18px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .01em;
}
.aisw-history-tabs {
  margin-top: 24px;
}
.global-ai-about {
  margin-top: 10px;
}
.global-ai-title {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 8px solid var(--red);
}
.global-ai-title span {
  color: var(--red);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.global-ai-title h3 {
  margin: 0;
  color: #111820;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
  word-break: keep-all;
}
.global-ai-lead {
  display: grid;
  gap: 12px;
  margin: 30px 0 26px;
  padding: 30px 34px;
  border: 1px solid var(--line);
  border-left: 6px solid #111820;
  background: #f7f8f9;
}
.global-ai-lead p {
  margin: 0;
  color: #1d2731;
  font-size: 18px;
  line-height: 1.85;
  font-weight: 700;
  word-break: keep-all;
}
.global-ai-feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}
.global-ai-feature article {
  position: relative;
  min-height: 320px;
  padding: 34px 34px 32px;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}
.global-ai-feature article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--red);
}
.global-ai-feature article:nth-child(1) {
  color: #fff;
  border-color: #111820;
  background: linear-gradient(135deg, #111820 0%, #25313c 100%);
}
.global-ai-feature article:nth-child(1)::before {
  background: #fff;
  opacity: .38;
}
.global-ai-feature b {
  display: block;
  color: rgba(169, 17, 31, .13);
  font-size: 76px;
  line-height: .8;
  font-weight: 900;
  letter-spacing: 0;
}
.global-ai-feature article:nth-child(1) b {
  color: rgba(255,255,255,.14);
}
.global-ai-feature span {
  display: block;
  margin-top: 18px;
  color: var(--red);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .04em;
}
.global-ai-feature article:nth-child(1) span {
  color: rgba(255,255,255,.68);
}
.global-ai-feature h4 {
  margin: 8px 0 16px;
  color: #05070a;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}
.global-ai-feature article:nth-child(1) h4,
.global-ai-feature article:nth-child(1) strong,
.global-ai-feature article:nth-child(1) li {
  color: #fff;
}
.global-ai-feature strong {
  display: block;
  margin-bottom: 12px;
  color: #111820;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 900;
}
.global-ai-feature p {
  margin: 0 0 12px;
  color: #303a44;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 700;
  word-break: keep-all;
}
.global-ai-feature ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-ai-feature li {
  position: relative;
  padding-left: 16px;
  color: #303a44;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 700;
  word-break: keep-all;
}
.global-ai-feature li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--red);
}
.global-ai-feature article:nth-child(1) li::before {
  background: #fff;
}
.global-academics {
  margin-top: 10px;
}
.global-academics-tabs {
  margin-top: 28px;
}
.global-academics-tabs > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}
.global-academics-tab-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-bottom: 0;
  background: #fff;
}
.global-academics-tab-list label {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--line);
  color: #111820;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}
.global-academics-tab-list label:first-child {
  border-left: 0;
}
.global-academics-panel {
  display: none;
  padding: 40px;
  border: 1px solid var(--line);
  background: #fff;
}
#global-tab-program:checked ~ .global-academics-tab-list label[for="global-tab-program"],
#global-tab-admission:checked ~ .global-academics-tab-list label[for="global-tab-admission"],
#global-tab-guidelines:checked ~ .global-academics-tab-list label[for="global-tab-guidelines"],
#global-tab-scholarships:checked ~ .global-academics-tab-list label[for="global-tab-scholarships"] {
  color: #fff;
  background: var(--red);
}
#global-tab-program:checked ~ .panel-program,
#global-tab-admission:checked ~ .panel-admission,
#global-tab-guidelines:checked ~ .panel-guidelines,
#global-tab-scholarships:checked ~ .panel-scholarships {
  display: block;
}
.global-panel-head {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid #111820;
}
.global-panel-head span {
  color: var(--red);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
}
.global-panel-head h4 {
  margin: 0;
  color: #111820;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}
.global-track-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.global-track-grid article {
  min-height: 300px;
  padding: 34px;
  border: 1px solid var(--line);
  background: #f7f8f9;
}
.global-track-grid article:first-child {
  color: #fff;
  border-color: #111820;
  background: linear-gradient(135deg, #111820 0%, #2f3943 100%);
}
.global-track-grid b {
  display: block;
  color: rgba(169, 17, 31, .18);
  font-size: 72px;
  line-height: .9;
  font-weight: 900;
  letter-spacing: 0;
}
.global-track-grid article:first-child b {
  color: rgba(255,255,255,.18);
}
.global-track-grid h5 {
  margin: 22px 0 18px;
  color: #111820;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 900;
}
.global-track-grid article:first-child h5,
.global-track-grid article:first-child li {
  color: #fff;
}
.global-track-grid ul,
.global-schedule ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-track-grid li,
.global-schedule li {
  position: relative;
  padding-left: 16px;
  color: #303a44;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  word-break: keep-all;
}
.global-track-grid li::before,
.global-schedule li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--red);
}
.global-track-grid article:first-child li::before {
  background: #fff;
}
.global-note {
  margin: 20px 0 0;
  color: #4d5963;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 800;
  word-break: keep-all;
}
.global-mini-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}
.global-mini-summary article,
.global-requirement-list div {
  padding: 24px;
  border: 1px solid var(--line);
  background: #fff;
}
.global-mini-summary span,
.global-requirement-list strong,
.global-schedule span {
  display: block;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}
.global-mini-summary strong {
  display: block;
  margin-top: 8px;
  color: #111820;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
}
.global-requirement-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 14px;
  border-top: 2px solid #111820;
}
.global-requirement-list div {
  border-top: 0;
  border-left: 0;
}
.global-requirement-list div:first-child {
  border-left: 1px solid var(--line);
}
.global-requirement-list p {
  margin: 8px 0 0;
  color: #111820;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 900;
}
.global-warning {
  margin: 0 0 22px;
  padding: 18px 22px;
  color: var(--red);
  border: 1px solid rgba(169, 17, 31, .22);
  background: #fff6f7;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 900;
}
.global-schedule {
  display: grid;
  gap: 16px;
}
.global-schedule article {
  display: grid;
  grid-template-columns: 190px minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: 24px;
  padding: 26px;
  border: 1px solid var(--line);
  background: #f7f8f9;
}
.global-date-pair {
  display: grid;
  align-content: start;
  gap: 8px;
}
.global-date-pair strong {
  display: block;
  color: #111820;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}
.global-downloads {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.global-downloads a {
  display: grid;
  min-height: 180px;
  align-content: space-between;
  padding: 28px;
  color: #111820;
  border: 1px solid var(--line);
  background: #f7f8f9;
}
.global-downloads a:hover {
  border-color: var(--red);
}
.global-downloads span {
  width: fit-content;
  padding: 7px 11px;
  color: #fff;
  background: var(--red);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}
.global-downloads strong {
  color: #111820;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 900;
  word-break: keep-all;
}
.global-scholarship-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 2px solid #111820;
}
.global-scholarship-list article {
  min-height: 190px;
  padding: 26px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.global-scholarship-list article:first-child {
  border-left: 1px solid var(--line);
}
.global-scholarship-list span {
  color: rgba(169, 17, 31, .22);
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
}
.global-scholarship-list strong {
  display: block;
  margin-top: 28px;
  color: #111820;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 900;
  word-break: keep-all;
}
.aisw-history-tabs > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}
.aisw-history-tab-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
  border: 1px solid var(--line);
  background: #fff;
}
.aisw-history-tab-list label {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--line);
  color: #303a44;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}
.aisw-history-tab-list label:first-child {
  border-left: 0;
}
.aisw-history-panel {
  display: none;
}
#history-2010:checked ~ .aisw-history-tab-list label[for="history-2010"],
#history-2000:checked ~ .aisw-history-tab-list label[for="history-2000"],
#history-1900:checked ~ .aisw-history-tab-list label[for="history-1900"] {
  color: #fff;
  background: var(--red);
}
#history-2010:checked ~ .panel-2010,
#history-2000:checked ~ .panel-2000,
#history-1900:checked ~ .panel-1900 {
  display: block;
}
.special-message {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 30px;
}
.message-panel {
  padding: 34px;
  color: #fff;
  background: #171d24;
}
.message-panel strong {
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}
.message-panel p {
  margin: 22px 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.75;
}
.message-panel em {
  color: rgba(255,255,255,.65);
  font-style: normal;
  font-weight: 900;
}
.message-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 30px;
  border: 1px solid var(--line);
}
.message-copy p {
  margin: 0;
  color: #303a44;
  font-size: 17px;
  line-height: 1.8;
}
.director-message {
  padding-top: 18px;
}
.director-message h3 {
  margin: 0 0 48px;
  color: var(--red);
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}
.director-message figure {
  display: flex;
  justify-content: center;
  margin: 0 0 70px;
}
.director-message img {
  display: block;
  width: min(100%, 380px);
  height: auto;
}
.director-message-copy {
  display: grid;
  gap: 30px;
}
.director-message-copy p {
  margin: 0;
  color: #111;
  font-size: 17px;
  line-height: 1.82;
  word-break: keep-all;
}
.director-sign {
  display: grid;
  justify-items: end;
  gap: 12px;
  margin-top: 72px;
  color: #111;
}
.director-sign span {
  font-size: 17px;
  line-height: 1.4;
}
.director-sign strong {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .22em;
}
.special-location,
.major-layout {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 28px;
  align-items: start;
  padding: 30px;
  border: 1px solid var(--line);
  background: #f7f8f9;
}
.special-location strong {
  display: block;
  margin-bottom: 12px;
  color: #111;
  font-size: 28px;
  font-weight: 900;
}
.major-layout ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 18px;
}
.major-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.major-tags span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: #fff;
  background: #171d24;
  font-size: 13px;
  font-weight: 900;
}
.common-course-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 54px;
}
.common-course-summary article {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
}
.common-course-summary strong {
  display: block;
  color: var(--red);
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
}
.common-course-summary span {
  display: block;
  margin-top: 8px;
  color: #111;
  font-size: 20px;
  font-weight: 900;
}
.common-course-summary p {
  margin: 12px 0 0;
  color: #53606a;
  font-size: 15px;
  line-height: 1.65;
  word-break: keep-all;
}
.course-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.course-card-grid + .section-title {
  margin-top: 62px;
}
.major-course-table-wrap {
  margin-bottom: 34px;
  overflow-x: auto;
}
.major-course-table {
  width: min(100%, 640px);
  border-collapse: collapse;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  color: #111;
  background: #fff;
}
.major-course-table caption {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.major-course-table th,
.major-course-table td {
  padding: 11px 14px;
  border: 1px solid #222;
  font-size: 16px;
  line-height: 1.45;
  vertical-align: middle;
}
.major-course-table thead th {
  background: #f7f8f9;
  font-weight: 900;
  text-align: left;
}
.major-course-table tbody th {
  width: 90px;
  font-weight: 800;
  text-align: left;
  background: #fbfbfc;
}
.major-course-table tbody td:first-of-type {
  width: 94px;
  color: #3f4b56;
  font-weight: 700;
}
.major-course-table tbody td:last-child {
  font-weight: 800;
}
.major-course-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}
.major-course-map article {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-top: 3px solid #111;
  background: #fff;
}
.major-course-map strong {
  display: block;
  margin-bottom: 20px;
  color: #111;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
  word-break: keep-all;
}
.major-course-map ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.major-course-map li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-width: 0;
  padding: 12px 0 0;
  border-top: 1px solid #e5e9ee;
  color: #111;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
  word-break: keep-all;
}
.major-course-map li:first-child {
  padding-top: 0;
  border-top: 0;
}
.major-course-map li span {
  flex: 0 0 auto;
  min-width: 72px;
  color: var(--red);
  font-size: 13px;
  line-height: 1.78;
  font-weight: 900;
}
.course-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  border: 1px solid var(--line);
  background: #fff;
}
.course-code {
  position: absolute;
  top: 24px;
  left: 26px;
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #fff;
  background: #1d3348;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  z-index: 1;
}
.course-body {
  min-width: 0;
  padding: 24px 26px;
}
.course-body span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  margin-bottom: 12px;
  margin-left: 86px;
  padding: 0 9px;
  color: #4b5660;
  background: #edf1f4;
  font-size: 12px;
  font-weight: 900;
}
.course-body h4 {
  margin: 0;
  color: #111;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  word-break: keep-all;
}
.course-body em {
  display: block;
  margin-top: 8px;
  color: #6a747e;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}
.course-body p {
  margin: 16px 0 0;
  color: #34404a;
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
}
.curriculum-summary {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
  margin-bottom: 58px;
}
.curriculum-stat {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  color: #fff;
  background: #171d24;
}
.curriculum-stat span {
  color: rgba(255,255,255,.7);
  font-size: 15px;
  font-weight: 900;
}
.curriculum-stat strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 92px;
  line-height: .9;
  font-weight: 900;
}
.curriculum-stat em {
  margin-top: 8px;
  color: rgba(255,255,255,.55);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.curriculum-requirements {
  display: grid;
  gap: 14px;
}
.curriculum-requirements article,
.curriculum-code-card,
.curriculum-category-grid article,
.curriculum-pathway article {
  min-width: 0;
  border: 1px solid var(--line);
  background: #fff;
}
.curriculum-requirements article {
  padding: 24px 26px;
}
.curriculum-requirements b,
.curriculum-pathway b {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}
.curriculum-requirements strong,
.curriculum-category-grid strong,
.curriculum-pathway strong {
  display: block;
  color: #111;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
  word-break: keep-all;
}
.curriculum-requirements p,
.curriculum-category-grid p,
.curriculum-pathway p {
  margin: 10px 0 0;
  color: #43505a;
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
}
.curriculum-code-grid {
  display: grid;
  grid-template-columns: .82fr 1fr 1fr;
  gap: 18px;
  margin-bottom: 58px;
}
.curriculum-code-card {
  padding: 28px;
}
.curriculum-code-card h4 {
  margin: 0 0 18px;
  color: #111;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
  word-break: keep-all;
}
.curriculum-code-list {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 2px solid #171d24;
}
.curriculum-code-list div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  min-height: 54px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.curriculum-code-list dt {
  color: var(--red);
  font-size: 15px;
  font-weight: 900;
}
.curriculum-code-list dd {
  margin: 0;
  color: #303a44;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
  word-break: keep-all;
}
.curriculum-category-grid,
.curriculum-pathway {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 58px;
}
.curriculum-category-grid article {
  padding: 28px;
}
.curriculum-category-grid span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 12px;
  color: #fff;
  background: var(--red);
  font-size: 13px;
  font-weight: 900;
}
.curriculum-pathway {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0;
}
.curriculum-pathway article {
  padding: 30px;
  background: #f7f8f9;
}
.curriculum-simple-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
  padding-bottom: 16px;
  border-bottom: 2px solid #111;
}
.curriculum-simple-head h3 {
  margin: 0;
  color: var(--red);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
.curriculum-simple-head a {
  color: #58636f;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.curriculum-plain {
  display: grid;
  gap: 28px;
}
.curriculum-note {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: #26313b;
  font-size: 18px;
  line-height: 1.7;
  word-break: keep-all;
}
.curriculum-note::before {
  content: "";
  position: absolute;
  top: .86em;
  left: 0;
  width: 7px;
  height: 1px;
  background: #26313b;
  transform: rotate(45deg);
}
.curriculum-note strong {
  color: var(--red);
  font-weight: 900;
}
.curriculum-table-wrap {
  display: grid;
  gap: 0;
  overflow-x: auto;
}
.curriculum-code-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  border-top: 2px solid #111;
}
.curriculum-code-table + .curriculum-code-table {
  border-top: 0;
}
.curriculum-code-table th,
.curriculum-code-table td {
  padding: 16px 14px;
  border-right: 1px solid #d3d7dc;
  border-bottom: 1px solid #d3d7dc;
  color: #26313b;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
}
.curriculum-code-table th:last-child,
.curriculum-code-table td:last-child {
  border-right: 0;
}
.curriculum-code-table th {
  color: #111;
  background: #f1f2f4;
  font-weight: 900;
}
.curriculum-code-table td {
  background: #fff;
  font-weight: 800;
}
.curriculum-code-table .period-row th,
.curriculum-code-table .period-row td {
  border-top: 2px solid #111;
}
.curriculum-major-table .period-row:first-child th,
.curriculum-major-table .period-row:first-child td {
  border-top-width: 0;
}
.curriculum-code-table .period-row td {
  background: #f1f2f4;
}
.curriculum-code-table th span {
  display: block;
  margin-top: 6px;
  color: #174bd6;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 900;
}
.curriculum-rule-list {
  display: grid;
  gap: 10px;
  padding-left: 28px;
}
.curriculum-rule-list article {
  display: grid;
  gap: 4px;
}
.curriculum-rule-list strong {
  color: #26313b;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 900;
}
.curriculum-rule-list strong span {
  color: #68737d;
  font-weight: 800;
}
.curriculum-rule-list p {
  margin: 0;
  color: #43505a;
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
}
.aibased-degree {
  display: grid;
  gap: 36px;
}
.aibased-degree .section-title {
  margin-bottom: 0;
}
.degree-block {
  display: grid;
  gap: 14px;
}
.degree-block h4,
.degree-block h5 {
  margin: 0;
  color: #111;
  font-weight: 900;
  word-break: keep-all;
}
.degree-block h4 {
  font-size: 20px;
}
.degree-block h5 {
  margin-top: 10px;
  font-size: 17px;
}
.degree-copy,
.degree-note-list {
  margin: 0;
  color: #46515c;
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}
.degree-note-list {
  display: grid;
  gap: 4px;
  padding-left: 0;
  list-style: none;
}
.aibased-degree .curriculum-code-table {
  min-width: 920px;
}
.aibased-degree .curriculum-code-table th,
.aibased-degree .curriculum-code-table td {
  padding: 10px 9px;
  font-size: 14px;
  line-height: 1.45;
}
.aibased-degree .curriculum-code-table td {
  font-weight: 700;
}
.aibased-narrow-table .curriculum-code-table {
  width: min(100%, 640px);
  min-width: 520px;
}
.aibased-roadmap-table {
  min-width: 980px !important;
}
.aibased-roadmap-table td {
  text-align: left;
  vertical-align: top;
}
.aibased-roadmap-table b {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--red);
  font-weight: 900;
}
.aibased-roadmap-table strong {
  color: #174bd6;
  font-weight: 900;
}
.global-faculty-page {
  --global-navy: #172235;
  --global-gold: #c9a64a;
}
.global-faculty-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px 36px;
  align-items: end;
  margin: 42px 0 34px;
  padding: 34px 38px;
  color: #fff;
  background: linear-gradient(135deg, #111827 0%, #172235 56%, #6f0615 100%);
}
.global-faculty-hero > span {
  grid-column: 1 / -1;
  color: #e4c96a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}
.global-faculty-hero h3 {
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
  font-weight: 900;
}
.global-faculty-hero h3 em {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.74);
  font-size: .36em;
  font-style: normal;
  letter-spacing: .02em;
}
.global-faculty-hero p {
  grid-column: 1 / 2;
  max-width: 780px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.72;
  word-break: keep-all;
}
.global-faculty-hero div {
  grid-column: 2 / 3;
  grid-row: 2 / span 2;
  min-width: 148px;
  padding: 20px 24px;
  border: 1px solid rgba(255,255,255,.22);
  text-align: center;
}
.global-faculty-hero strong {
  display: block;
  color: #fff;
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
}
.global-faculty-hero small {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.global-faculty-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.global-faculty-card {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  min-height: 248px;
  overflow: hidden;
  border: 1px solid #dde2e8;
  background: #fff;
}
.global-faculty-card figure {
  margin: 0;
  background: #eef1f4;
}
.global-faculty-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 248px;
  object-fit: cover;
  object-position: top center;
}
.global-faculty-card > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px 26px;
}
.global-faculty-card span {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 10px;
  color: var(--red);
  background: rgba(175, 11, 30, .08);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
}
.global-faculty-card h4 {
  margin: 0 0 17px;
  color: #111;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
}
.global-faculty-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}
.global-faculty-card dl div {
  display: grid;
  gap: 3px;
}
.global-faculty-card dt {
  color: #6d7782;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.global-faculty-card dt em {
  margin-left: 4px;
  color: #9aa3ad;
  font-style: normal;
  font-weight: 800;
  text-transform: none;
}
.global-faculty-card dd {
  margin: 0;
  color: #27323d;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 800;
  word-break: keep-all;
}
.global-faculty-card a {
  color: #174bd6;
  word-break: break-all;
}
.global-admissions-page {
  --global-navy: #172235;
  --global-gold: #c9a64a;
}
.global-admission-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 28px;
  align-items: end;
  margin: 42px 0 24px;
  padding: 40px 42px;
  color: #fff;
  background: linear-gradient(135deg, #6f0615 0%, #172235 76%);
}
.global-admission-hero span,
.global-admission-heading span {
  display: inline-block;
  color: #e4c96a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.global-admission-hero h3 {
  margin: 14px 0 18px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 900;
  word-break: keep-all;
}
.global-admission-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.72;
  word-break: keep-all;
}
.global-admission-status {
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.22);
  text-align: center;
}
.global-admission-status strong {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}
.global-admission-status small {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.global-admission-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 42px;
}
.global-admission-buttons a {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 150px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid #dce2e8;
  color: #172235;
  background: #fff;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.global-admission-buttons a::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 26px;
  height: 26px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
  opacity: .18;
}
.global-admission-buttons a:hover {
  border-color: rgba(163,15,28,.48);
  box-shadow: 0 16px 34px rgba(17,24,39,.08);
  transform: translateY(-2px);
}
.global-admission-buttons a.primary {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}
.global-admission-buttons span {
  color: currentColor;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  opacity: .72;
  text-transform: uppercase;
}
.global-admission-buttons strong {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding-right: 26px;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 900;
  word-break: keep-all;
}
.global-admission-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 54px;
}
.global-admission-summary article {
  padding: 28px 30px;
  border-top: 4px solid #172235;
  background: #f6f8fa;
}
.global-admission-summary span {
  display: block;
  color: var(--red);
  font-size: 18px;
  font-weight: 900;
}
.global-admission-summary h4 {
  margin: 14px 0 12px;
  color: #111;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}
.global-admission-summary p,
.global-admission-process p,
.global-admission-checks p,
.global-admission-footer-cta p {
  margin: 0;
  color: #4d5964;
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
}
.global-admission-section {
  margin-top: 54px;
}
.global-admission-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid #111;
}
.global-admission-heading h4 {
  margin: 0;
  color: #111;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 900;
}
.global-admission-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #dce2e8;
  border-left: 0;
}
.global-admission-process li {
  min-height: 230px;
  padding: 26px;
  border-left: 1px solid #dce2e8;
  background: #fff;
}
.global-admission-process b {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
.global-admission-process strong {
  display: block;
  margin-bottom: 12px;
  color: #111;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}
.global-admission-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.global-admission-checks article {
  padding: 26px 28px;
  border: 1px solid #dce2e8;
  background: #fff;
}
.global-admission-checks h5 {
  margin: 0 0 10px;
  color: #111;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 900;
}
.global-admission-footer-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 54px;
  padding: 24px 26px;
  color: #fff;
  background: #172235;
}
.global-admission-footer-cta p {
  color: rgba(255,255,255,.82);
  font-weight: 800;
}
.global-admission-footer-cta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  font-weight: 900;
}
.global-admission-footer-cta a:hover {
  border-color: #fff;
  background: rgba(255,255,255,.08);
}
.aisw-professor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.aisw-professor-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  min-width: 0;
  min-height: 210px;
  border: 1px solid var(--line);
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.aisw-professor-card:hover {
  border-color: rgba(163,15,28,.5);
  box-shadow: 0 16px 34px rgba(17,24,39,.08);
  transform: translateY(-2px);
}
.aisw-professor-photo {
  overflow: hidden;
  background: #f1f3f5;
}
.aisw-professor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aisw-professor-info {
  display: grid;
  align-content: start;
  padding: 22px 20px;
  min-width: 0;
}
.aisw-professor-info span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}
.aisw-professor-info h4 {
  margin: 8px 0 10px;
  color: #111;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}
.aisw-professor-info p {
  margin: 0;
  color: #34404a;
  font-size: 15px;
  line-height: 1.55;
  word-break: keep-all;
}
.aisw-professor-info dl {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.aisw-professor-info dl div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
  min-width: 0;
}
.aisw-professor-info dt {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}
.aisw-professor-info dd {
  min-width: 0;
  margin: 0;
  color: #53606a;
  font-size: 13px;
  line-height: 1.35;
  word-break: break-word;
}
.aisw-admin-page {
  display: grid;
  gap: 56px;
}
.aisw-admin-group-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 2px solid #111;
}
.aisw-admin-group-head h4 {
  margin: 0;
  color: #111;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.1;
  font-weight: 900;
}
.aisw-admin-group-head span {
  color: var(--red);
  font-weight: 900;
}
.aisw-admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.aisw-admin-card {
  display: grid;
  grid-template-columns: 148px 1fr;
  min-height: 168px;
  border: 1px solid var(--line);
  background: #fff;
}
.aisw-admin-person {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 22px;
  color: #fff;
  background: linear-gradient(150deg, #7a0714, #20262d);
}
.aisw-admin-person span {
  margin-bottom: 10px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  font-weight: 900;
}
.aisw-admin-person strong {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
  word-break: keep-all;
}
.aisw-admin-info {
  padding: 22px 26px;
}
.aisw-admin-info p {
  margin: 0 0 14px;
  color: #2c343c;
  font-size: 16px;
  line-height: 1.55;
  word-break: keep-all;
}
.aisw-admin-info dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.aisw-admin-info dt {
  margin-bottom: 5px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}
.aisw-admin-info dd {
  margin: 0;
  color: #4b5660;
  font-size: 14px;
  line-height: 1.35;
  word-break: break-word;
}
.voice-board-head {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: #f7f8f9;
}
.voice-board-head p {
  margin: 0;
  color: #34404a;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 800;
  word-break: keep-all;
}
.voice-board-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.voice-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.voice-card:hover,
.voice-card:focus-visible {
  border-color: rgba(163,15,28,.55);
  box-shadow: 0 16px 34px rgba(17,24,39,.1);
  transform: translateY(-3px);
}
.voice-thumb {
  display: block;
  overflow: hidden;
  background: #f1f3f5;
}
.voice-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: center top;
}
.voice-copy {
  display: grid;
  align-content: start;
  min-height: 214px;
  padding: 18px;
}
.voice-copy em {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 13px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 900;
  word-break: keep-all;
}
.voice-copy strong {
  display: block;
  color: #111;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}
.voice-copy p {
  margin: 12px 0 0;
  color: #4b5660;
  font-size: 14px;
  line-height: 1.6;
  word-break: keep-all;
}
.voice-copy time {
  display: block;
  margin-top: 16px;
  color: #7b858f;
  font-size: 13px;
  font-weight: 800;
}
.voice-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 34px;
}
.voice-pagination button {
  min-width: 40px;
  height: 40px;
  border: 1px solid #d6dce2;
  color: #26313b;
  background: #fff;
  cursor: pointer;
  font-weight: 900;
}
.voice-pagination button.is-active,
.voice-pagination button:hover:not(:disabled) {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}
.voice-pagination button:disabled {
  color: #a5adb5;
  background: #f4f5f6;
  cursor: default;
}
.voice-detail {
  padding-top: 20px;
}
.voice-detail-hero {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 38px;
  align-items: stretch;
  padding: 34px 0 38px;
  border-top: 2px solid #111;
  border-bottom: 1px solid var(--line);
}
.voice-detail-hero figure {
  margin: 0;
  overflow: hidden;
  background: #f1f3f5;
}
.voice-detail-hero figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: center top;
}
.voice-detail-copy {
  display: grid;
  align-content: center;
  min-width: 0;
}
.voice-detail-copy span {
  display: block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}
.voice-detail-copy h3 {
  margin: 0;
  color: #111;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.18;
  font-weight: 900;
  word-break: keep-all;
}
.voice-detail-copy p {
  margin: 18px 0 0;
  color: #43505a;
  font-size: 17px;
  line-height: 1.75;
  word-break: keep-all;
}
.voice-detail-copy dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.voice-detail-copy dl div {
  padding: 16px;
  border-right: 1px solid var(--line);
}
.voice-detail-copy dl div:last-child {
  border-right: 0;
}
.voice-detail-copy dt {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}
.voice-detail-copy dd {
  margin: 7px 0 0;
  color: #111;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
  word-break: keep-all;
}
.voice-detail-body {
  display: grid;
  gap: 18px;
  max-width: 940px;
  margin: 0 auto;
  padding: 42px 0 58px;
}
.voice-detail-body p {
  margin: 0;
  color: #303a44;
  font-size: 18px;
  line-height: 1.85;
  word-break: keep-all;
}
.voice-post-nav {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.voice-post-nav div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  min-height: 56px;
  align-items: center;
  border-top: 1px solid var(--line);
}
.voice-post-nav div:first-child {
  border-top: 0;
}
.voice-post-nav strong {
  color: #111;
  font-size: 15px;
  font-weight: 900;
}
.voice-post-nav a {
  color: #26313b;
  font-weight: 800;
  word-break: keep-all;
}
.voice-post-nav a:hover {
  color: var(--red);
}
.voice-post-nav span {
  color: #8a949d;
}
.voice-detail-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 28px;
}
.voice-detail-actions a {
  display: inline-flex;
  min-width: 106px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #d6dce2;
  color: #26313b;
  background: #fff;
  font-weight: 900;
}
.voice-detail-actions a.list {
  color: #fff;
  border-color: #171d24;
  background: #171d24;
}
@media (max-width: 1040px) {
  .special-grid,
  .special-org,
  .special-faculty,
  .voice-grid,
  .special-checklist,
  .process-list,
  .board-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .special-message,
  .special-location,
  .major-layout,
  .curriculum-summary,
  .aisw-about-intro,
  .aisw-history-lead,
  .aisw-info-lead,
  .global-ai-title,
  .global-panel-head {
    grid-template-columns: 1fr;
  }
  .global-ai-feature,
  .global-track-grid,
  .global-mini-summary,
  .global-downloads {
    grid-template-columns: 1fr;
  }
  .global-requirement-list,
  .global-scholarship-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .global-schedule article {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .curriculum-code-grid,
  .curriculum-category-grid,
  .curriculum-pathway,
  .common-course-summary,
  .thesis-guide-grid,
  .major-course-map,
  .course-card-grid,
  .aisw-info-grid,
  .aisw-download-list,
  .thesis-archive-summary,
  .thesis-year-tabs,
  .global-admission-buttons,
  .global-admission-summary,
  .forms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .global-admission-hero,
  .global-admission-process {
    grid-template-columns: 1fr 1fr;
  }
  .aisw-professor-grid,
  .aisw-admin-grid {
    grid-template-columns: 1fr;
  }
  .voice-board-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .voice-detail-hero {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 28px;
  }
  .voice-detail-hero figure img {
    max-height: 300px;
  }
}
@media (max-width: 720px) {
  .special-hero { padding: 30px 24px; }
  .global-ai-title {
    gap: 12px;
    padding-bottom: 18px;
    border-bottom-width: 6px;
  }
  .global-ai-title h3 {
    font-size: 32px;
  }
  .global-academics-tabs {
    margin-top: 22px;
  }
  .global-academics-tab-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .global-academics-tab-list label {
    min-height: 52px;
    border-top: 1px solid var(--line);
    font-size: 15px;
  }
  .global-academics-panel {
    padding: 24px 18px;
  }
  .global-panel-head {
    gap: 10px;
    margin-bottom: 22px;
  }
  .global-panel-head h4 {
    font-size: 30px;
  }
  .global-ai-lead {
    padding: 24px 20px;
  }
  .global-ai-lead p {
    font-size: 16px;
    line-height: 1.75;
  }
  .global-ai-feature article {
    min-height: 0;
    padding: 28px 22px;
  }
  .global-ai-feature b {
    font-size: 58px;
  }
  .global-ai-feature h4 {
    font-size: 24px;
  }
  .global-ai-feature li,
  .global-ai-feature p {
    font-size: 15px;
  }
  .global-track-grid article,
  .global-schedule article,
  .global-mini-summary article,
  .global-requirement-list div,
  .global-downloads a,
  .global-scholarship-list article {
    padding: 22px;
  }
  .global-track-grid b {
    font-size: 56px;
  }
  .global-track-grid h5,
  .global-downloads strong {
    font-size: 22px;
  }
  .global-requirement-list,
  .global-scholarship-list {
    grid-template-columns: 1fr;
  }
  .global-scholarship-list article {
    min-height: 0;
  }
  .global-scholarship-list span {
    font-size: 40px;
  }
  .thesis-simple-head {
    display: block;
    padding-bottom: 18px;
  }
  .thesis-simple-head h3 {
    font-size: 30px;
  }
  .thesis-simple-head a {
    display: inline-flex;
    margin-top: 12px;
  }
  .thesis-simple-section {
    margin-top: 34px;
  }
  .thesis-simple-section h4 {
    font-size: 18px;
  }
  .thesis-simple-section li {
    font-size: 15px;
    line-height: 1.72;
  }
  .thesis-downloads {
    display: grid;
    gap: 8px;
    margin-top: 40px;
  }
  .thesis-downloads a {
    width: 100%;
    min-width: 0;
  }
  .director-message h3 {
    margin-bottom: 32px;
    font-size: 30px;
  }
  .director-message figure {
    margin-bottom: 42px;
  }
  .director-message img {
    width: min(100%, 320px);
  }
  .director-message-copy {
    gap: 22px;
  }
  .director-message-copy p {
    font-size: 15px;
    line-height: 1.72;
  }
  .director-sign {
    margin-top: 46px;
  }
  .major-course-table {
    min-width: 520px;
  }
  .major-course-table th,
  .major-course-table td {
    padding: 10px 12px;
    font-size: 14px;
  }
  .major-course-map {
    grid-template-columns: 1fr;
  }
  .major-course-map article {
    padding: 22px;
  }
  .major-course-map strong {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .major-course-map li {
    display: block;
    font-size: 15px;
  }
  .major-course-map li span {
    display: block;
    min-width: 0;
    margin-bottom: 3px;
  }
  .special-grid,
  .special-org,
  .special-faculty,
  .voice-grid,
  .special-checklist,
  .process-list,
  .board-preview,
  .special-timeline article {
    grid-template-columns: 1fr;
  }
  .aisw-about-copy,
  .aisw-history-lead,
  .aisw-info-lead strong,
  .aisw-info-lead p,
  .aisw-info-card,
  .aisw-download-card,
  .thesis-archive-summary article,
  .thesis-past-panel,
  .forms-library-lead {
    padding: 24px 22px;
  }
  .forms-group-head {
    display: block;
  }
  .forms-group-head p {
    max-width: none;
    margin-top: 8px;
    text-align: left;
  }
  .aisw-about-copy p,
  .aisw-history-lead p {
    font-size: 16px;
  }
  .aisw-about-stats article {
    padding: 22px;
  }
  .aisw-about-stats strong {
    font-size: 38px;
  }
  .aisw-history-lead strong {
    font-size: 24px;
  }
  .aisw-history-tab-list {
    grid-template-columns: 1fr;
  }
  .aisw-history-tab-list label {
    min-height: 50px;
    border-top: 1px solid var(--line);
    border-left: 0;
    font-size: 15px;
  }
  .aisw-history-tab-list label:first-child {
    border-top: 0;
  }
  .aisw-history-timeline p span {
    gap: 10px;
  }
  .aisw-history-timeline p em {
    flex-basis: 56px;
    font-size: 16px;
  }
  .aisw-professor-card,
  .aisw-admin-card {
    grid-template-columns: 1fr;
  }
  .aisw-professor-photo {
    height: 240px;
  }
  .aisw-admin-group-head {
    display: block;
  }
  .aisw-admin-group-head span {
    display: block;
    margin-top: 10px;
  }
  .aisw-admin-info dl {
    grid-template-columns: 1fr;
  }
  .voice-board-grid,
  .voice-detail-hero,
  .voice-detail-copy dl,
  .regulation-shortcuts,
  .thesis-guide-grid,
  .curriculum-code-grid,
  .curriculum-category-grid,
  .curriculum-pathway,
  .common-course-summary,
  .course-card-grid,
  .course-card,
  .aisw-info-grid,
  .aisw-download-list,
  .aisw-step-list article,
  .thesis-archive-summary,
  .forms-grid {
    grid-template-columns: 1fr;
  }
  .thesis-year-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .thesis-year-tabs label {
    min-height: 50px;
    font-size: 15px;
  }
  .thesis-month-head {
    display: block;
  }
  .thesis-month-head span {
    display: block;
    margin-top: 8px;
  }
  .common-course-summary {
    margin-bottom: 38px;
  }
  .course-card-grid + .section-title {
    margin-top: 44px;
  }
  .course-code {
    min-height: 64px;
  }
  .course-body {
    padding: 22px;
  }
  .course-body h4 {
    font-size: 21px;
  }
  .curriculum-summary {
    margin-bottom: 42px;
  }
  .curriculum-stat {
    min-height: 210px;
    padding: 28px 24px;
  }
  .curriculum-stat strong {
    font-size: 70px;
  }
  .curriculum-requirements article,
  .curriculum-code-card,
  .curriculum-category-grid article,
  .curriculum-pathway article {
    padding: 22px;
  }
  .curriculum-code-list div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }
  .curriculum-note {
    font-size: 16px;
  }
  .curriculum-simple-head {
    display: grid;
    gap: 10px;
    margin-bottom: 26px;
  }
  .curriculum-simple-head h3 {
    font-size: 30px;
  }
  .curriculum-code-table th,
  .curriculum-code-table td {
    padding: 12px 10px;
    font-size: 14px;
  }
  .curriculum-rule-list {
    padding-left: 0;
  }
  .voice-detail-hero figure {
    max-width: 240px;
  }
  .voice-detail-body {
    padding: 30px 0 42px;
  }
  .voice-detail-body p {
    font-size: 16px;
  }
  .voice-post-nav div {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
  }
  .voice-detail-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .global-faculty-hero {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }
  .global-faculty-hero p,
  .global-faculty-hero div {
    grid-column: auto;
    grid-row: auto;
  }
  .global-faculty-hero div {
    width: 100%;
  }
  .global-faculty-grid {
    grid-template-columns: 1fr;
  }
  .global-faculty-card {
    grid-template-columns: 132px minmax(0, 1fr);
  }
  .global-faculty-card img {
    min-height: 220px;
  }
  .global-faculty-card > div {
    padding: 20px;
  }
  .global-faculty-card h4 {
    font-size: 24px;
  }
  .global-admission-hero,
  .global-admission-buttons,
  .global-admission-summary,
  .global-admission-process,
  .global-admission-checks {
    grid-template-columns: 1fr;
  }
  .global-admission-hero {
    padding: 30px 24px;
  }
  .global-admission-hero h3 {
    font-size: 34px;
  }
  .global-admission-buttons a,
  .global-admission-process li {
    min-height: 0;
  }
  .global-admission-heading {
    display: block;
  }
  .global-admission-heading h4 {
    margin-top: 8px;
    font-size: 28px;
  }
  .global-admission-footer-cta {
    display: grid;
    justify-content: stretch;
  }
}
