:root {
  --ink: #17201c;
  --muted: #65716c;
  --line: #dce4df;
  --surface: #ffffff;
  --soft: #f4f7f5;
  --green: #1f7a56;
  --green-soft: #dff3e9;
  --gold: #b27b22;
  --red: #b9413b;
  --shadow: 0 14px 40px rgba(21, 42, 33, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #eef3f0;
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

button,
input,
select {
  font: inherit;
}

a {
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}

.home-page {
  width: min(1080px, 100%);
  margin: 0 auto;
  background: #f6f9ff;
  min-height: 100vh;
  color: #14233f;
}

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background: #13264d;
  color: #fff;
  padding: 28px min(64px, 6vw) 86px;
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.home-hero::before {
  left: -80px;
  top: -140px;
  width: 500px;
  height: 500px;
  background: rgba(64, 120, 197, 0.45);
}

.home-hero::after {
  right: -100px;
  top: 32px;
  width: 340px;
  height: 340px;
  background: rgba(5, 20, 42, 0.62);
}

.home-nav {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  align-items: center;
}

.home-nav strong {
  color: #ffd24a;
  font-size: 20px;
}

.home-nav div,
.hero-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.home-nav a {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 8px 13px;
}

.home-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin-top: 28px;
}

.hero-badges span {
  border-radius: 999px;
  padding: 8px 20px;
  background: #fff;
  color: #13264d;
  font-weight: 900;
}

.hero-badges span:first-child {
  background: #ffd24a;
}

.home-hero h1 {
  margin: 48px 0 18px;
  max-width: 760px;
  font-size: clamp(44px, 8vw, 72px);
  line-height: 1.15;
}

.gold-line {
  color: #ffd24a;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
}

.home-hero p:not(.gold-line) {
  font-size: 24px;
}

.home-section {
  width: min(940px, calc(100% - 40px));
  margin: 38px auto;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #d8e5f5;
  padding: 34px;
}

.home-section h2 {
  font-size: 32px;
}

.home-section p {
  color: #253653;
  font-size: 22px;
  line-height: 1.65;
}

.intro-card strong {
  display: block;
  color: #ff6948;
  font-size: 28px;
}

.dark-card {
  background: #10264a;
  color: #fff;
  border-color: #10264a;
}

.dark-card p {
  color: #eef4ff;
}

.dark-card p:first-of-type {
  color: #ffd24a;
  font-weight: 900;
}

.number-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.number-list p {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0;
  font-weight: 900;
}

.number-list span {
  display: inline-grid;
  place-content: center;
  width: 48px;
  height: 42px;
  border-radius: 12px;
  background: #ffd24a;
  color: #13264d;
  flex-shrink: 0;
}

.video-section video {
  width: 100%;
  display: block;
  border-radius: 16px;
  background: #07162f;
}

.short-video-section .panel-head p:last-child {
  margin: 8px 0 0;
  color: #253653;
  font-size: 18px;
}

.short-video-list {
  display: grid;
  gap: 12px;
}

.short-video-list details {
  border: 1px solid #d8e5f5;
  border-radius: 16px;
  background: #f7fbff;
  overflow: hidden;
}

.short-video-list summary {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 16px;
  color: #13264d;
  cursor: pointer;
  list-style: none;
}

.short-video-list summary::-webkit-details-marker {
  display: none;
}

.short-video-list summary::after {
  content: "展开";
  margin-left: auto;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  padding: 7px 11px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.short-video-list details[open] summary::after {
  content: "收起";
}

.short-video-list strong {
  font-size: 18px;
  line-height: 1.45;
}

.short-video-list span {
  display: inline-grid;
  place-content: center;
  width: 38px;
  height: 32px;
  border-radius: 10px;
  background: #ffd24a;
  color: #13264d;
  font-size: 15px;
  flex-shrink: 0;
}

.short-video-player {
  padding: 0 16px 16px;
}

.short-video-player video {
  display: block;
  width: min(100%, 360px);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  border-radius: 14px;
  background: #07162f;
}

.course-entry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.course-entry {
  border: 1px solid #d8e5f5;
  border-radius: 16px;
  background: #f7fbff;
  padding: 24px;
}

.course-entry h3 {
  margin: 6px 0 10px;
  font-size: 25px;
}

.course-entry p {
  font-size: 17px;
}

.entry-meta {
  color: var(--muted);
  font-weight: 800;
  margin: 16px 0;
}

.course-entry a {
  display: inline-flex;
  border-radius: 999px;
  background: #1f7a56;
  color: #fff;
  padding: 11px 16px;
}

.song-entry a {
  background: #ff7046;
}

.teacher-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  background: #fff;
}

.teacher-card img {
  width: 220px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #d8e5f5;
}

.home-wechat-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 24px;
  align-items: center;
  background: #fff;
}

.home-wechat-card img {
  width: 190px;
  height: 190px;
  object-fit: contain;
  border: 1px solid #d8e5f5;
  border-radius: 12px;
  background: #fff;
}

.contact-strip {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  background: #ffd24a;
  border-color: #ffd24a;
}

.contact-strip p {
  margin: 6px 0 0;
  font-weight: 900;
}

.lead-page {
  width: min(920px, calc(100% - 28px));
  margin: 0 auto;
  padding: 24px 0 42px;
}

.lead-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #13264d;
  color: #fff;
  padding: 28px;
  margin-bottom: 18px;
}

.lead-hero h1 {
  margin-top: 24px;
  font-size: clamp(34px, 6vw, 58px);
}

.lead-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.7;
}

.lead-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 24px;
  margin-bottom: 18px;
}

.lead-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.lead-list p {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  font-weight: 900;
}

.lead-list span {
  display: inline-grid;
  place-content: center;
  width: 38px;
  height: 32px;
  border-radius: 10px;
  background: #ffd24a;
  flex-shrink: 0;
}

.lead-doc-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.lead-doc-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--soft);
  padding: 14px;
}

.lead-doc-list div {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.lead-doc-list span {
  display: inline-grid;
  place-content: center;
  width: 40px;
  height: 34px;
  border-radius: 10px;
  background: #ffd24a;
  color: #14233f;
  font-weight: 900;
  flex-shrink: 0;
}

.lead-doc-list strong {
  font-size: 18px;
}

.lead-doc-list p {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
}

.lead-doc-list a {
  display: inline-flex;
  border-radius: 999px;
  background: #fff;
  color: var(--green);
  padding: 8px 12px;
  white-space: nowrap;
  font-weight: 900;
}

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

.lead-form .full,
.lead-form button {
  grid-column: 1 / -1;
}

.wechat-box {
  display: flex;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--soft);
  padding: 16px;
  margin-top: 18px;
}

.wechat-box img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  flex-shrink: 0;
}

.package-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.package-page {
  width: min(860px, calc(100% - 28px));
  margin: 0 auto;
}

.package-doc {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 28px;
  line-height: 1.8;
}

@media (max-width: 700px) {
  .lead-form,
  .wechat-box,
  .lead-doc-list article {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.site,
.admin-site {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 42px;
}

.camp-page {
  width: min(1080px, calc(100% - 28px));
}

.camp-top-actions {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.camp-landing {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.outcome-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.camp-poster {
  width: 100%;
  max-width: 760px;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid #cfd9ee;
  box-shadow: var(--shadow);
  background: #dfe6f7;
}

.camp-price-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: center;
  background: #fff7d8;
  border-color: #ffd24a;
}

.camp-price-panel p {
  color: var(--muted);
  line-height: 1.7;
}

.camp-price-card {
  border-radius: 14px;
  background: #ffd24a;
  color: #273059;
  padding: 20px;
  text-align: center;
}

.camp-price-card span,
.camp-price-card strong,
.camp-price-card small {
  display: block;
}

.camp-price-card strong {
  margin: 8px 0;
  color: #d62242;
  font-size: 28px;
}

.camp-overview {
  background: #f7fbff;
}

.camp-schedule-list {
  gap: 14px;
}

.camp-schedule-list .schedule-card {
  grid-template-columns: 220px minmax(0, 1fr);
  background: #fff;
}

.schedule-card em {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
}

.camp-outcome-panel {
  display: grid;
  gap: 18px;
}

.outcome-grid span {
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  padding: 10px 14px;
  font-weight: 900;
}

.signup-panel {
  border-color: rgba(31, 122, 86, 0.3);
}

.admin-site {
  width: min(1280px, calc(100% - 32px));
}

.hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 18px;
  padding: 24px 0 6px;
}

.compact-hero {
  align-items: center;
}

.eyebrow {
  margin: 0 0 6px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: 30px;
  line-height: 1.24;
}

h2 {
  font-size: 21px;
}

.lead {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.7;
}

.query-link,
.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  padding: 8px 12px;
  white-space: nowrap;
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 22px;
  margin-bottom: 18px;
}

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

.admin-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 18px;
  padding: 10px 0 0;
}

.admin-tabs {
  display: inline-flex;
  gap: 8px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.admin-tabs button {
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 900;
}

.admin-tabs button.active {
  background: #fff;
  color: var(--green);
  box-shadow: var(--shadow);
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 18px;
}

legend {
  font-weight: 900;
  margin-bottom: 10px;
}

.card-grid,
.field-grid {
  display: grid;
  gap: 10px;
}

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

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

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

.choice {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  padding: 12px;
  cursor: pointer;
}

.choice:has(input:checked) {
  border-color: var(--green);
  background: var(--green-soft);
}

.choice span,
.choice strong {
  display: block;
}

.choice span,
.muted {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

label {
  font-weight: 800;
}

input,
select {
  width: 100%;
  margin-top: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  background: #fff;
}

.referral-notice {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--green-soft);
  color: var(--green);
  padding: 12px 14px;
  margin-bottom: 14px;
}

.referral-notice span {
  color: var(--muted);
  font-size: 13px;
}

.rule {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  padding: 12px 14px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.price-banner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.price-banner div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  padding: 14px;
}

.price-banner span,
.price-banner strong {
  display: block;
}

.price-banner span {
  color: var(--muted);
  font-size: 13px;
}

.price-banner strong {
  font-size: 24px;
}

.primary,
.soft,
.action {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
}

.primary {
  width: 100%;
  background: var(--green);
  color: #fff;
  padding: 14px 18px;
}

.soft,
.action {
  background: var(--green-soft);
  color: var(--green);
  padding: 9px 12px;
}

.result {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: var(--soft);
}

.hidden {
  display: none !important;
}

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

.course-overview {
  display: grid;
  gap: 14px;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.overview-lead span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 6px;
}

.overview-lead strong {
  display: block;
  font-size: 20px;
  line-height: 1.35;
}

.overview-lead p {
  margin: 8px 0 0;
  color: var(--muted);
}

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

.overview-lists h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.overview-lists ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.schedule-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  padding: 14px;
}

.schedule-card span,
.channel-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 4px;
}

.schedule-card strong {
  display: block;
}

.schedule-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: center;
}

.referral-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.teacher-code {
  display: block;
  width: 100%;
  max-width: 220px;
  border-radius: 8px;
}

.teacher-phone {
  font-weight: 900;
}

.query-form,
.login,
.proof-form {
  display: grid;
  gap: 12px;
}

.query-form {
  grid-template-columns: repeat(2, minmax(0, 1fr)) 160px;
  align-items: end;
}

.login-panel {
  max-width: 680px;
}

.segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.segmented button {
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  padding: 10px;
  cursor: pointer;
}

.segmented button.active {
  background: #fff;
  color: var(--green);
  box-shadow: var(--shadow);
}

.login-fields {
  display: grid;
  gap: 12px;
}

.results {
  display: grid;
  gap: 18px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.info-grid p {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: var(--soft);
}

.info-grid strong,
.info-grid span {
  display: block;
}

.info-grid span {
  color: var(--muted);
  margin-top: 5px;
}

.table-wrap {
  overflow: auto;
}

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

.account-table {
  min-width: 980px;
}

th,
td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

th {
  color: var(--muted);
  font-size: 13px;
}

.tag {
  display: inline-flex;
  border-radius: 999px;
  padding: 5px 8px;
  background: var(--soft);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.tag.ok {
  background: var(--green-soft);
  color: var(--green);
}

.tag.warn {
  background: #fff4d9;
  color: var(--gold);
}

.tag.bad {
  background: #fbe6e4;
  color: var(--red);
}

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

.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.channel-create {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}

.qr-generated {
  margin-top: 12px;
}

.qr-generated img {
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 8px;
}

.channel-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: var(--soft);
}

.channel-card strong {
  display: block;
  font-size: 26px;
  margin: 5px 0;
}

.channel-card p {
  color: var(--muted);
  margin: 0;
}

.channel-tools {
  margin-top: 12px;
}

#channelsTable input,
#channelsTable select {
  min-width: 132px;
  margin-top: 0;
  margin-bottom: 7px;
}

#toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #17382c;
  color: #fff;
  border-radius: 8px;
  padding: 12px 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.18s ease;
  pointer-events: none;
}

#toast.show {
  opacity: 1;
  transform: translateY(0);
}

.image-preview {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 12px;
  padding: 16px;
  background: rgba(10, 16, 14, 0.92);
  color: #fff;
}

.image-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.image-preview-head button {
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: var(--green);
  padding: 8px 12px;
  font-weight: 900;
}

.image-preview img {
  align-self: center;
  justify-self: center;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.image-preview p {
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 900px) {
  .hero,
  .camp-landing,
  .camp-price-panel,
  .panel-head,
  .admin-header,
  .contact-panel,
  .referral-panel,
  .query-form,
  .schedule-card,
  .field-grid,
  .four,
  .three,
  .price-banner,
  .overview-lists,
  .channel-create,
  .info-grid,
  .channel-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 24px;
  }

  .admin-tabs {
    width: 100%;
  }

  .admin-tabs button {
    flex: 1;
  }

  .footer-actions {
    justify-content: flex-start;
  }

  .home-hero {
    min-height: auto;
    padding: 22px 22px 64px;
  }

  .home-nav,
  .contact-strip,
  .teacher-card,
  .home-wechat-card,
  .course-entry-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .teacher-card img,
  .home-wechat-card img {
    width: 100%;
    max-width: 240px;
  }

  .home-hero-copy {
    margin-top: 46px;
  }

  .home-hero p:not(.gold-line) {
    font-size: 18px;
  }

  .home-section {
    width: calc(100% - 28px);
    margin: 22px auto;
    border-radius: 16px;
    padding: 22px;
  }

  .home-section h2 {
    font-size: 24px;
  }

  .home-section p,
  .number-list p {
    font-size: 17px;
  }

  .camp-schedule-list .schedule-card {
    grid-template-columns: 1fr;
  }

  .camp-poster {
    height: auto;
    max-height: none;
  }

  .intro-card strong {
    font-size: 20px;
  }
}

.success-site {
  width: min(760px, calc(100% - 32px));
}

.success-panel h1 {
  margin-bottom: 10px;
}

.success-info,
.login-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  padding: 16px;
  margin-top: 18px;
}

.info-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.info-row:last-child {
  border-bottom: 0;
}

.info-row span,
.credential-grid span {
  color: var(--muted);
  font-size: 13px;
}

.info-row strong,
.credential-grid strong {
  word-break: break-word;
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0;
}

.credential-grid div {
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.credential-grid span,
.credential-grid strong {
  display: block;
}

.credential-grid strong {
  margin-top: 6px;
  font-size: 20px;
}

.success-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.pay-link,
.pay-action {
  border: 0;
  cursor: pointer;
}

.pay-link {
  background: #1f7a56;
  color: #fff;
}

.page-bottom-actions {
  justify-content: center;
  margin: 8px 0 0;
}

@media (max-width: 560px) {
  .info-row,
  .credential-grid {
    grid-template-columns: 1fr;
  }
}
