@font-face {
  font-family: "QingheRound";
  src: url("./assets/GenSenRounded2TC-R.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "QingheRound";
  src: url("./assets/GenSenRounded2TC-B.otf") format("opentype");
  font-weight: 700;
}

:root {
  --ink: #153c45;
  --muted: #597881;
  --teal: #0799a8;
  --cyan: #6bd7df;
  --leaf: #83cf69;
  --gold: #f4c45f;
  --coral: #ff8d79;
  --blue: #70a8ff;
  --violet: #a98cf7;
  --paper: rgba(255, 255, 255, 0.72);
  --line: rgba(30, 125, 137, 0.16);
  --shadow: 0 24px 70px rgba(34, 101, 111, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  background: #f5fffc;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "QingheRound", "Yuanti SC", "YouYuan", "PingFang SC", sans-serif;
  letter-spacing: 0;
  background:
    linear-gradient(125deg, rgba(236, 255, 250, 0.96), rgba(255, 252, 239, 0.82) 42%, rgba(238, 248, 255, 0.92)),
    url("./assets/qinghe-bg.webp");
  background-size: cover;
  background-attachment: fixed;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.world {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 18px 20px 56px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 8px 0 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #067c8b;
  font-weight: 700;
}

.brand-logo {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(7, 153, 168, 0.14);
}

.primary,
.secondary,
.mini-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.secondary {
  color: #087b87;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 34px rgba(38, 115, 125, 0.1);
  backdrop-filter: blur(20px);
}

.hero {
  display: block;
  min-height: 560px;
  padding: 42px 0 28px;
}

.hero-copy {
  width: min(100%, 1060px);
  padding: 24px 0;
}

.kicker {
  margin: 0 0 14px;
  color: #087b87;
  font-size: 18px;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 5.2vw, 58px);
  line-height: 1.1;
  font-weight: 700;
}

.intro {
  max-width: 960px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 25px;
  line-height: 1.62;
  font-weight: 700;
}

.hero-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}

.hero-tags span {
  display: grid;
  min-height: 92px;
  place-items: center;
  padding: 16px 18px;
  border-radius: 28px;
  color: white;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  background: linear-gradient(135deg, #70a8ff, #6bd7df);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(38, 115, 125, 0.1);
  backdrop-filter: blur(18px);
  animation: cardFloat 5.2s ease-in-out infinite;
}

.hero-tags span:nth-child(2) {
  background: linear-gradient(135deg, #087b87, #20b8b4);
  animation-delay: -0.7s;
}

.hero-tags span:nth-child(3) {
  background: linear-gradient(135deg, #f4c45f, #ff8d79);
  animation-delay: -1.4s;
}

.hero-tags span:nth-child(4) {
  background: linear-gradient(135deg, #83cf69, #20b8b4);
  animation-delay: -2.1s;
}

.hero-tags span:nth-child(5) {
  background: linear-gradient(135deg, #a98cf7, #70a8ff);
  animation-delay: -2.8s;
}

.hero-tags span:nth-child(6) {
  background: linear-gradient(135deg, #6bd7df, #83cf69);
  animation-delay: -3.5s;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, 760px);
}

.primary {
  min-height: 82px;
  padding: 18px 28px;
  color: white;
  font-size: 24px;
  background: linear-gradient(135deg, #078d9a, #19bdba 55%, #79cc67);
  box-shadow: 0 18px 42px rgba(7, 153, 168, 0.26);
}

.secondary {
  min-height: 82px;
  padding: 18px 28px;
  font-size: 24px;
}

.answers,
.course-map,
.materials,
.profile {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
  padding: 30px;
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(246, 255, 251, 0.54)),
    radial-gradient(circle at 12% 12%, rgba(107, 215, 223, 0.2), transparent 260px),
    radial-gradient(circle at 88% 18%, rgba(244, 196, 95, 0.16), transparent 250px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.answers::before,
.course-map::before,
.materials::before,
.profile::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.48), transparent 36%),
    radial-gradient(circle at 92% 86%, rgba(112, 168, 255, 0.13), transparent 220px);
}

.answers > *,
.course-map > *,
.materials > *,
.profile > * {
  position: relative;
  z-index: 1;
}

.answers {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(238, 255, 251, 0.46)),
    radial-gradient(circle at 12% 18%, rgba(112, 168, 255, 0.32), transparent 280px),
    radial-gradient(circle at 76% 8%, rgba(244, 196, 95, 0.28), transparent 260px),
    radial-gradient(circle at 86% 86%, rgba(131, 207, 105, 0.26), transparent 300px),
    radial-gradient(circle at 34% 92%, rgba(255, 141, 121, 0.18), transparent 240px);
}

.course-map {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(246, 252, 255, 0.46)),
    radial-gradient(circle at 10% 18%, rgba(112, 168, 255, 0.3), transparent 290px),
    radial-gradient(circle at 56% 0%, rgba(169, 140, 247, 0.26), transparent 260px),
    radial-gradient(circle at 90% 86%, rgba(131, 207, 105, 0.25), transparent 300px),
    radial-gradient(circle at 32% 92%, rgba(107, 215, 223, 0.24), transparent 260px);
}

.materials {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(255, 252, 244, 0.46)),
    radial-gradient(circle at 12% 18%, rgba(244, 196, 95, 0.34), transparent 270px),
    radial-gradient(circle at 84% 20%, rgba(255, 141, 121, 0.25), transparent 260px),
    radial-gradient(circle at 78% 88%, rgba(107, 215, 223, 0.25), transparent 280px),
    radial-gradient(circle at 30% 94%, rgba(131, 207, 105, 0.22), transparent 240px);
}

.profile {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(244, 255, 252, 0.48)),
    radial-gradient(circle at 12% 18%, rgba(131, 207, 105, 0.3), transparent 280px),
    radial-gradient(circle at 82% 16%, rgba(107, 215, 223, 0.3), transparent 260px),
    radial-gradient(circle at 78% 88%, rgba(169, 140, 247, 0.22), transparent 290px),
    radial-gradient(circle at 36% 92%, rgba(244, 196, 95, 0.2), transparent 250px);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.section-head h2,
.profile h2 {
  margin-bottom: 0;
  max-width: 780px;
  font-size: 46px;
  line-height: 1.12;
}

.answer-grid article,
.material-grid article,
.map-stage {
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 18px 46px rgba(48, 98, 112, 0.12);
  backdrop-filter: blur(18px);
}

.answer-grid,
.material-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.recording-head {
  align-items: start;
  margin-bottom: 18px;
}

.recording-head .kicker {
  margin-top: 8px;
}

.recording-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1.15fr)) minmax(230px, 0.7fr);
  gap: 16px;
  margin-bottom: 16px;
}

.recording-card,
.maishui-panel {
  overflow: hidden;
  border-radius: 34px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 18px 46px rgba(48, 98, 112, 0.14);
}

.recording-card {
  display: grid;
  align-content: start;
  background: linear-gradient(135deg, #70a8ff, #6bd7df);
}

.recording-card:nth-child(2) {
  background: linear-gradient(135deg, #087b87, #20b8b4);
}

.recording-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.recording-card div {
  padding: 20px;
}

.recording-card span,
.maishui-panel span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  color: white;
  font-size: 17px;
  font-weight: 700;
}

.recording-card h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.16;
}

.recording-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.48;
  font-weight: 700;
}

.maishui-panel {
  position: relative;
  display: grid;
  min-height: 100%;
  align-content: end;
  padding: 18px;
  background: linear-gradient(135deg, #f4c45f, #ff8d79);
}

.maishui-panel img {
  width: min(100%, 220px);
  justify-self: center;
  align-self: center;
  margin: 4px 0 10px;
  filter: drop-shadow(0 18px 28px rgba(91, 73, 24, 0.18));
}

.maishui-panel b {
  display: block;
  color: white;
  font-size: 21px;
  line-height: 1.38;
  text-shadow: 0 2px 10px rgba(16, 66, 72, 0.14);
}

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

.works-head {
  align-items: start;
  margin-top: 28px;
  margin-bottom: 18px;
}

.work-showcase {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr 0.9fr;
  gap: 16px;
  margin-bottom: 16px;
}

.work-card {
  overflow: hidden;
  border-radius: 34px;
  color: white;
  background: linear-gradient(135deg, #83cf69, #20b8b4);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 18px 46px rgba(48, 98, 112, 0.14);
}

.work-card:nth-child(2) {
  background: linear-gradient(135deg, #f4c45f, #ff8d79);
}

.work-card:nth-child(3) {
  background: linear-gradient(135deg, #a98cf7, #70a8ff);
}

.work-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.64);
}

.work-card:first-child img,
.work-card:nth-child(3) img {
  aspect-ratio: 3 / 4;
  object-position: top center;
}

.work-card div {
  padding: 18px 20px 20px;
}

.work-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, 0.24);
  font-size: 17px;
  font-weight: 700;
}

.work-card b {
  display: block;
  margin-bottom: 8px;
  color: white;
  font-size: 24px;
  line-height: 1.2;
}

.work-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.42;
  font-weight: 700;
}

.answer-grid article,
.material-grid article {
  min-height: 190px;
  padding: 22px;
}

.answer-grid article:nth-child(1) {
  background: linear-gradient(135deg, #70a8ff, #6bd7df);
}

.answer-grid article:nth-child(2) {
  background: linear-gradient(135deg, #087b87, #20b8b4);
}

.answer-grid article:nth-child(3) {
  background: linear-gradient(135deg, #f4c45f, #ff8d79);
}

.answer-grid article:nth-child(4) {
  background: linear-gradient(135deg, #83cf69, #20b8b4);
}

.material-grid article:nth-child(1) {
  background: linear-gradient(135deg, #83cf69, #20b8b4);
}

.material-grid article:nth-child(2) {
  background: linear-gradient(135deg, #a98cf7, #70a8ff);
}

.material-grid article:nth-child(3) {
  background: linear-gradient(135deg, #6bd7df, #83cf69);
}

.answer-grid span,
.material-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, 0.24);
  font-size: 18px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.answer-grid b,
.material-grid b {
  display: block;
  color: white;
  font-size: 22px;
  line-height: 1.42;
  text-shadow: 0 2px 10px rgba(16, 66, 72, 0.14);
}

.map-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  min-height: 430px;
  padding: 26px;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at 15% 22%, rgba(112, 168, 255, 0.22), transparent 220px),
    radial-gradient(circle at 54% 12%, rgba(244, 196, 95, 0.24), transparent 260px),
    radial-gradient(circle at 85% 60%, rgba(131, 207, 105, 0.22), transparent 260px),
    rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 42px rgba(48, 98, 112, 0.11);
}

.map-path {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #70a8ff, #6bd7df, #f4c45f, #ff8d79, #83cf69);
  opacity: 0.42;
}

.map-stage {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  min-height: 300px;
  padding: 24px;
}

.map-stage:nth-child(even) {
  margin-top: 56px;
}

.map-stage span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, #087b87, #20b8b4);
  font-size: 22px;
  font-weight: 700;
}

.map-stage h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.18;
}

.map-stage p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.ability-map {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

.ability-core,
.project-stage,
.ability-list article {
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(48, 98, 112, 0.11);
}

.ability-core,
.project-stage {
  display: grid;
  align-content: center;
  min-height: 390px;
  padding: 28px;
  color: white;
}

.ability-core {
  background: linear-gradient(135deg, #087b87, #20b8b4);
}

.project-stage {
  background: linear-gradient(135deg, #a98cf7, #70a8ff);
}

.ability-core span,
.project-stage span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  font-weight: 700;
}

.ability-core h3,
.project-stage h3 {
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1.16;
}

.ability-core p,
.project-stage p {
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 700;
}

.ability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ability-list article {
  display: grid;
  align-content: center;
  min-height: 188px;
  padding: 22px;
  color: white;
  background: linear-gradient(135deg, #70a8ff, #6bd7df);
}

.ability-list article:nth-child(2) {
  background: linear-gradient(135deg, #087b87, #20b8b4);
}

.ability-list article:nth-child(3) {
  background: linear-gradient(135deg, #f4c45f, #ff8d79);
}

.ability-list article:nth-child(4) {
  background: linear-gradient(135deg, #83cf69, #20b8b4);
}

.ability-list article:nth-child(5) {
  background: linear-gradient(135deg, #a98cf7, #70a8ff);
}

.ability-list article:nth-child(6) {
  background: linear-gradient(135deg, #6bd7df, #83cf69);
}

.ability-list span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, 0.24);
  font-size: 18px;
  font-weight: 700;
}

.ability-list b {
  color: white;
  font-size: 22px;
  line-height: 1.35;
  text-shadow: 0 2px 10px rgba(16, 66, 72, 0.14);
}

.profile {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  align-items: start;
}

.profile-copy {
  min-height: 100%;
  padding: 30px;
  border-radius: 34px;
  color: white;
  background: linear-gradient(135deg, #087b87, #20b8b4 58%, #83cf69);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 46px rgba(48, 98, 112, 0.16);
}

.profile-copy .kicker,
.profile-copy h2 {
  color: white;
}

.profile-copy p:last-child {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.62;
  font-weight: 700;
}

.mini-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(244, 255, 252, 0.54)),
    radial-gradient(circle at 8% 0%, rgba(112, 168, 255, 0.24), transparent 220px),
    radial-gradient(circle at 96% 18%, rgba(244, 196, 95, 0.22), transparent 240px),
    radial-gradient(circle at 78% 92%, rgba(131, 207, 105, 0.2), transparent 260px),
    radial-gradient(circle at 18% 88%, rgba(255, 141, 121, 0.14), transparent 210px);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 42px rgba(48, 98, 112, 0.11);
}

.mini-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 700;
}

.mini-form input,
.mini-form select,
.mini-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 20px;
  outline: none;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
}

.mini-form textarea {
  min-height: 118px;
  resize: vertical;
}

.consent-line {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
}

.consent-line input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--teal);
}

.mini-form button {
  min-height: 58px;
  color: white;
  background: linear-gradient(135deg, #087b87, #20b8b4 56%, #83cf69);
  box-shadow: 0 16px 34px rgba(7, 153, 168, 0.22);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.form-note[data-state="success"] {
  color: #087b35;
}

.form-note[data-state="error"] {
  color: #b24532;
}

.admin-world {
  width: min(100%, 1360px);
}

.admin-nav {
  justify-content: space-between;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-actions button,
.admin-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  color: #087b87;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 34px rgba(38, 115, 125, 0.1);
  font-weight: 700;
  cursor: pointer;
}

.admin-hero,
.admin-panel {
  margin-top: 28px;
  padding: 28px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 20px;
  align-items: end;
}

.admin-hero h1 {
  margin-bottom: 12px;
}

.admin-hero .intro {
  margin-bottom: 0;
  font-size: 20px;
}

.admin-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.admin-summary article {
  min-height: 96px;
  padding: 16px;
  border-radius: 24px;
  color: white;
  background: linear-gradient(135deg, #70a8ff, #6bd7df);
}

.admin-summary article:nth-child(2) {
  background: linear-gradient(135deg, #f4c45f, #ff8d79);
}

.admin-summary article:nth-child(3) {
  background: linear-gradient(135deg, #087b87, #20b8b4);
}

.admin-summary article:nth-child(4) {
  background: linear-gradient(135deg, #a98cf7, #70a8ff);
}

.admin-summary span,
.admin-summary b {
  display: block;
}

.admin-summary span {
  margin-bottom: 8px;
  font-weight: 700;
  opacity: 0.9;
}

.admin-summary b {
  font-size: 32px;
}

.toolbar {
  display: grid;
  grid-template-columns: 180px 180px minmax(240px, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.toolbar label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

.toolbar input,
.toolbar select,
.status-select {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 9px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
}

.table-wrap {
  overflow-x: auto;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.5);
}

table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
}

th,
td {
  padding: 14px;
  border-bottom: 1px solid rgba(30, 125, 137, 0.12);
  text-align: left;
  vertical-align: top;
}

th {
  color: #087b87;
  font-size: 15px;
}

td {
  font-size: 15px;
  line-height: 1.45;
}

td b,
td small {
  display: block;
}

td small {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 700;
}

.level-pill {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  color: white;
  background: var(--teal);
  font-weight: 700;
}

.level-b {
  background: #f3a34d;
}

.level-c {
  background: #7b7ee8;
}

@keyframes cardFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}

@media (max-width: 900px) {
  .world {
    padding: 14px 14px 38px;
  }

  .hero,
  .profile,
  .answer-grid,
  .material-grid,
  .recording-grid,
  .work-showcase,
  .map-board,
  .ability-map,
  .ability-list {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: 46px;
  }

  .intro {
    font-size: 21px;
    line-height: 1.55;
  }

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

  .hero-tags span {
    min-height: 74px;
    padding: 12px;
    font-size: 21px;
  }

  .primary,
  .secondary {
    min-height: 74px;
  }

  .answers,
  .course-map,
  .materials,
  .profile {
    padding: 18px;
    border-radius: 30px;
  }

  .section-head {
    display: block;
  }

  .section-head h2 {
    font-size: 38px;
    line-height: 1.18;
  }

  .map-board {
    min-height: auto;
  }

  .map-path {
    top: 8%;
    bottom: 8%;
    left: 48px;
    width: 14px;
    height: auto;
  }

  .map-stage,
  .map-stage:nth-child(even) {
    min-height: auto;
    margin-top: 0;
  }

  .ability-core,
  .project-stage {
    min-height: auto;
    padding: 24px;
  }

  .ability-core h3,
  .project-stage h3 {
    font-size: 30px;
  }

  .ability-core p,
  .project-stage p {
    font-size: 18px;
  }

  .ability-list article {
    min-height: 138px;
    padding: 20px;
  }

  .ability-list b {
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 36px;
  }

  .intro {
    font-size: 18px;
  }

  .hero-tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-tags span {
    min-height: 54px;
    border-radius: 20px;
    font-size: 16px;
  }

  .hero-actions {
    gap: 12px;
  }

  .primary,
  .secondary {
    min-height: 68px;
    padding: 14px 12px;
    font-size: 18px;
  }

  .section-head h2 {
    font-size: 34px;
  }

  .profile-copy p:last-child {
    font-size: 18px;
  }

}
