:root {
  --bg: #060b1a;
  --panel: #0b1226;
  --panel-light: #111a31;
  --gold: #b98a45;
  --gold-bright: #f3d59a;
  --blue: #3459bf;
  --blue-bright: #7296ff;
  --red: #9f2f32;
  --teal: #4b9b91;
  --text: #f4f0e8;
  --muted: #9399ad;
  --line: #26314d;
  --error: #e16d6d;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: "Noto Sans SC", sans-serif;
}

button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }

.screen {
  display: none;
  min-height: 100vh;
}

.screen.is-active { display: block; animation: screenIn .55s ease both; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background-color: #08112e;
  background-image: url("assets/guild-castle.jpg");
  background-position: center;
  background-size: cover;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.hero::before {
  inset: 78px 24px auto;
  height: 1px;
  background: rgba(201, 159, 83, .48);
  box-shadow: 0 5px 22px rgba(49, 79, 178, .8);
}

.hero::after {
  right: 22px;
  bottom: 145px;
  left: 22px;
  height: 1px;
  background: rgba(201, 159, 83, .26);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 8, 27, .72), rgba(7, 15, 48, .17) 48%, rgba(4, 8, 27, .72)),
    linear-gradient(0deg, rgba(3, 8, 26, .9), rgba(7, 14, 46, .05) 47%, rgba(3, 7, 24, .65)),
    rgba(14, 38, 113, .22);
}

.site-header, .form-header {
  position: relative;
  z-index: 3;
  height: 80px;
  padding: 0 clamp(22px, 3vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(190, 147, 74, .32);
  background: rgba(3, 8, 27, .72);
  backdrop-filter: blur(12px);
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--text);
  text-decoration: none;
}

.brand-rune {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
}

.brand-rune::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(222, 176, 92, .86);
  transform: rotate(45deg);
}

.brand-rune::after {
  content: "";
  width: 17px;
  height: 17px;
  border: 2px solid #708bff;
  border-radius: 50%;
  box-shadow: 0 0 13px #4c65df, inset 0 0 8px #2e45a1;
}

.brand-rune i {
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(126, 158, 255, .2);
  transform: rotate(45deg);
}

.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-family: "ZCOOL XiaoWei", serif; font-size: 17px; font-weight: 400; }
.brand-copy small { color: var(--gold-bright); font-family: Georgia, serif; font-size: 8px; letter-spacing: 3px; }

.hero-nav {
  align-self: stretch;
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 3vw, 48px);
}

.hero-nav a,
.hero-nav button {
  position: relative;
  display: grid;
  place-items: center;
  border: 0;
  color: #ddd9d1;
  background: transparent;
  font-family: "ZCOOL XiaoWei", serif;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}

.hero-nav a::after,
.hero-nav button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--gold);
  opacity: 0;
  transform: scaleX(.3);
  transition: .2s;
}

.hero-nav a:hover::after,
.hero-nav a.is-active::after,
.hero-nav button:hover::after { opacity: 1; transform: scaleX(1); }

.server-tag {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d7d4cc;
  font-size: 13px;
  letter-spacing: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.admin-entry, .logout-button, .export-button {
  height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(216,168,78,.7);
  border-radius: 0;
  color: var(--gold-bright);
  background: rgba(9,16,40,.7);
  font-size: 12px;
  cursor: pointer;
}

.server-tag span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65b880;
  box-shadow: 0 0 12px #65b880;
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 80px);
  width: min(880px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(52px, 8vh, 92px) 0 225px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 6px;
}

.logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}

.logo-mark i {
  display: block;
  width: clamp(70px, 9vw, 110px);
  height: 1px;
  background: var(--gold-bright);
  opacity: .52;
}

.logo-mark b {
  position: relative;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
}

.logo-mark b::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid var(--gold-bright);
  transform: rotate(45deg);
}

.logo-mark b::after {
  content: "";
  width: 10px;
  height: 18px;
  border: 1px solid #6c8fff;
  box-shadow: 0 0 14px #4d69e2;
  transform: rotate(45deg);
}

.hero h1 {
  margin: 0;
  font-family: "ZCOOL XiaoWei", serif;
  font-size: clamp(58px, 7vw, 108px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: 0;
  text-shadow: 0 7px 28px rgba(0,0,0,.8), 0 0 30px rgba(75, 100, 217, .25);
}

.hero h1 em {
  color: #e5bb68;
  font-style: normal;
}

.hero-copy {
  margin: 26px auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #e1e1e7;
  font-size: clamp(15px, 2vw, 18px);
  letter-spacing: 2px;
}

.hero-copy span {
  width: 34px;
  height: 1px;
  background: rgba(222, 176, 92, .72);
}

.primary-cta, .submit-button {
  min-width: 230px;
  height: 64px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border: 1px solid var(--gold);
  border-radius: 0;
  color: #f7ddab;
  background: rgba(10, 25, 75, .88);
  box-shadow: inset 0 0 0 3px rgba(5, 12, 37, .82), 0 0 0 1px rgba(240, 201, 127, .28), 0 12px 35px rgba(0,0,0,.35);
  font-weight: 800;
  cursor: pointer;
  transition: background .2s, color .2s, transform .2s;
}

.primary-cta:hover, .submit-button:hover {
  color: #07102a;
  background: var(--gold-bright);
  transform: translateY(-2px);
}

.arrow { font-size: 22px; }

.hero-footer {
  position: absolute;
  z-index: 2;
  right: clamp(26px, 8vw, 180px);
  bottom: 22px;
  left: clamp(26px, 8vw, 180px);
  min-height: 122px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hero-footer .guild-fact {
  position: relative;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(199, 154, 76, .72);
  background: rgba(6, 15, 45, .78);
  box-shadow: inset 0 0 0 3px rgba(7, 17, 49, .85), 0 10px 35px rgba(0,0,0,.3);
  backdrop-filter: blur(8px);
}

.guild-fact::before,
.guild-fact::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border: solid var(--gold);
}
.guild-fact::before { top: 5px; left: 5px; border-width: 1px 0 0 1px; }
.guild-fact::after { right: 5px; bottom: 5px; border-width: 0 1px 1px 0; }
.guild-fact > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(210, 168, 88, .65);
  border-radius: 50%;
  color: var(--gold-bright);
  font-size: 23px;
  font-style: normal;
}
.guild-fact > span { min-width: 0; }
.guild-fact b,
.guild-fact strong,
.guild-fact small { display: block; }
.guild-fact b { margin-bottom: 7px; color: #aebbe9; font-family: "ZCOOL XiaoWei", serif; font-size: 18px; font-weight: 400; }
.guild-fact strong { color: #eee7da; font-size: 13px; }
.guild-fact small { margin-top: 5px; color: #777f9c; font-size: 11px; }

.application { background: #0c0e11; }
.form-header { background: #0b0d10; }

.back-button {
  width: 42px;
  height: 42px;
  margin-right: 20px;
  border: 1px solid var(--line);
  border-radius: 2px;
  color: var(--muted);
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.form-header .mini-brand { margin-right: auto; }
.step-label { color: #73767b; font-size: 12px; }
.step-label b { color: var(--gold); }

.form-layout {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: minmax(300px, 38%) minmax(500px, 62%);
}

.form-intro {
  position: sticky;
  top: 0;
  align-self: start;
  min-height: calc(100vh - 88px);
  padding: clamp(70px, 9vw, 130px) clamp(35px, 7vw, 110px);
  background-color: #111419;
  background-image: linear-gradient(rgba(9,11,14,.80), rgba(9,11,14,.92)),
                    url("assets/application-stone.jpg");
  background-position: center;
  background-size: cover;
}

.form-intro h2 {
  margin: 0 0 28px;
  font-family: "ZCOOL XiaoWei", serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.08;
}

.form-intro > p:not(.eyebrow) {
  max-width: 430px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.raid-note {
  max-width: 430px;
  margin-top: 55px;
  padding-top: 24px;
  display: flex;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.note-icon {
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.raid-note strong { font-size: 13px; }
.raid-note p { margin: 7px 0 0; color: #85878a; font-size: 12px; line-height: 1.7; }

.form-panel {
  padding: clamp(55px, 7vw, 105px) clamp(30px, 8vw, 130px);
  background: var(--panel);
}

#recruit-form { width: min(720px, 100%); margin: 0 auto; }

.section-heading {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 30px;
}

.section-heading.second { margin-top: 58px; }
.section-heading > span { color: var(--gold); font-family: serif; font-size: 13px; }
.section-heading h3 { margin: 0 0 4px; font-size: 20px; }
.section-heading p { margin: 0; color: #777a7f; font-size: 12px; }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}

.field { display: block; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field > span, .days-field legend {
  display: block;
  margin-bottom: 9px;
  color: #b8b7b2;
  font-size: 12px;
  font-weight: 600;
}

.field b, .days-field b { color: var(--gold); }
.field i { color: #62656a; font-style: normal; font-weight: 400; }

input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 2px;
  outline: 0;
  color: var(--text);
  background: var(--panel-light);
  transition: border-color .2s, background .2s;
}

input, select { height: 51px; padding: 0 15px; }
textarea { padding: 14px 15px; resize: vertical; line-height: 1.6; }
select { cursor: pointer; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); background: #1a1d22; }
input::placeholder, textarea::placeholder { color: #62656a; }

.field.invalid input, .field.invalid select { border-color: var(--error); }
.error { display: none; margin-top: 6px; color: var(--error); font-size: 11px; }
.field-hint { display: block; margin-top: 7px; color: #777a7f; font-size: 11px; line-height: 1.6; }
.field.invalid .error { display: block; }

.days-field { margin: 0 0 25px; padding: 0; border: 0; }
.day-options { display: grid; grid-template-columns: 1.4fr repeat(7, 1fr); gap: 7px; }
.day-options input { position: absolute; opacity: 0; pointer-events: none; }
.day-options span {
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 2px;
  color: #929497;
  background: var(--panel-light);
  font-size: 12px;
  cursor: pointer;
  transition: .2s;
}

.day-options input:checked + span {
  border-color: var(--gold);
  color: #17130d;
  background: var(--gold);
  font-weight: 700;
}

.time-row {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  align-items: end;
  margin-bottom: 24px;
}

.time-divider {
  height: 51px;
  display: grid;
  place-items: center;
  color: #65686d;
  font-size: 12px;
}

.agreement {
  margin: 25px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8e9094;
  font-size: 12px;
  cursor: pointer;
}

.agreement input { width: 17px; height: 17px; accent-color: var(--gold); }
.submit-button { width: 100%; margin-top: 5px; }
.submit-button:disabled, .review-actions button:disabled { opacity: .55; cursor: wait; }

.success-state {
  width: min(560px, 100%);
  margin: 12vh auto 0;
  text-align: center;
}

.success-sigil {
  position: relative;
  width: 78px;
  height: 78px;
  margin: 0 auto 36px;
  display: grid;
  place-items: center;
  color: var(--gold-bright);
  font-size: 30px;
}

.success-sigil::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.success-state h3 { margin: 8px 0 16px; font-family: "ZCOOL XiaoWei"; font-size: 46px; font-weight: 400; }
.success-state > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.success-state strong { color: var(--text); }

.secondary-button {
  height: 48px;
  margin-top: 24px;
  padding: 0 24px;
  border: 1px solid var(--gold);
  border-radius: 2px;
  color: var(--gold-bright);
  background: transparent;
  cursor: pointer;
}

.admin {
  min-height: 100vh;
  background: #0c0e11;
}

.admin-login {
  width: min(460px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 10vh, 120px) 0;
}

.admin-login h2, .dashboard-heading h2 {
  margin: 0 0 12px;
  font-family: "ZCOOL XiaoWei", serif;
  font-size: 48px;
  font-weight: 400;
}

.admin-login > p:not(.eyebrow), .dashboard-heading > div > p:not(.eyebrow) {
  margin: 0 0 35px;
  color: var(--muted);
  font-size: 13px;
}

.admin-login-form, .admin-login form { display: grid; gap: 20px; }
.login-error { margin: -5px 0 0; color: var(--error); font-size: 12px; }
.local-notice { display: block; margin-top: 24px; color: #66696e; line-height: 1.7; }

.admin-dashboard {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 65px 0 90px;
}

.dashboard-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
}

.dashboard-stats { display: flex; gap: 10px; }
.dashboard-stats div {
  width: 118px;
  padding: 17px;
  border-left: 1px solid var(--line);
}
.dashboard-stats strong, .dashboard-stats span { display: block; }
.dashboard-stats strong { color: var(--gold-bright); font-family: serif; font-size: 27px; }
.dashboard-stats span { margin-top: 5px; color: #777a7f; font-size: 11px; }

.admin-toolbar {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.settings-panel {
  margin-bottom: 20px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: minmax(190px, .7fr) 2fr;
  gap: 28px;
  border: 1px solid var(--line);
  background: #121419;
}
.settings-panel h3 { margin: 0 0 6px; font-size: 16px; }
.settings-panel > div > p { margin: 0; color: #707277; font-size: 11px; line-height: 1.6; }
.settings-panel form {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr auto;
  align-items: end;
  gap: 10px;
}
.save-settings-button {
  height: 51px;
  padding: 0 18px;
  border: 1px solid var(--gold);
  border-radius: 2px;
  color: #17130d;
  background: var(--gold);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.settings-message { grid-column: 2; margin: -14px 0 0; font-size: 11px; }
.settings-message.is-success { color: #7ec596; }
.settings-message.is-error { color: var(--error); }

.status-tabs { display: flex; gap: 4px; }
.status-tabs button {
  height: 36px;
  padding: 0 14px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #7c7f84;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}
.status-tabs button.is-active { border-color: var(--gold); color: var(--text); }

.applications-list { display: grid; gap: 12px; }
.application-card {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #121419;
}

.applicant-main { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 15px; }
.class-emblem {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid #745d34;
  color: var(--gold-bright);
  background: #1b1812;
  font-family: "ZCOOL XiaoWei";
  font-size: 19px;
}
.applicant-title { display: flex; align-items: center; gap: 12px; }
.applicant-title h3 { margin: 0; font-size: 17px; }
.battle-tag { margin: 4px 0 0; color: var(--gold); font-size: 12px; }
.applicant-main time { color: #66696e; font-size: 11px; }

.review-status { padding: 3px 7px; border-radius: 2px; font-size: 10px; }
.status-pending { color: #deb86e; background: #302819; }
.status-approved { color: #7ec596; background: #17291e; }
.status-hold { color: #83b5ca; background: #17242a; }
.status-rejected { color: #d88383; background: #2c1b1d; }

.applicant-details {
  margin-top: 20px;
  padding: 17px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #25282d;
  border-bottom: 1px solid #25282d;
}
.applicant-details div { padding: 0 18px; border-right: 1px solid #25282d; }
.applicant-details div:first-child { padding-left: 0; }
.applicant-details div:last-child { border: 0; }
.applicant-details span, .applicant-details strong { display: block; }
.applicant-details span { margin-bottom: 6px; color: #66696e; font-size: 10px; }
.applicant-details strong { overflow-wrap: anywhere; color: #cac8c1; font-size: 12px; font-weight: 500; }
.applicant-note { margin: 17px 0 0; color: #8c8e92; font-size: 12px; line-height: 1.7; }
.review-actions { margin-top: 18px; display: flex; justify-content: flex-end; gap: 8px; }
.review-actions button {
  height: 34px;
  padding: 0 15px;
  border: 1px solid #35383e;
  border-radius: 2px;
  color: #a5a7aa;
  background: #191c21;
  font-size: 11px;
  cursor: pointer;
}
.review-actions button:first-child { border-color: #426a50; color: #8ac49d; }
.review-actions button:last-child { border-color: #694044; color: #cf8888; }
.empty-state { padding: 80px 20px; border: 1px dashed var(--line); color: #777a7f; text-align: center; }
.empty-state strong { color: #bbb9b2; }
.empty-state p { font-size: 12px; }

@keyframes screenIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@media (min-width: 901px) {
  .hero {
    background-image: url("assets/guild-hero-design.png");
    background-position: center;
    background-size: 100% 100%;
  }

  .hero-shade,
  .hero::before,
  .hero::after {
    display: none;
  }

  .hero .site-header {
    height: 8.7vh;
    min-height: 68px;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .hero .mini-brand,
  .hero .hero-nav,
  .hero .server-tag {
    visibility: hidden;
  }

  .hero .admin-entry {
    position: absolute;
    top: 2.3vh;
    right: 2.25vw;
    width: 8.2vw;
    min-width: 118px;
    height: 4.7vh;
    min-height: 42px;
    border: 0;
    background: transparent;
    color: transparent;
    opacity: 0;
  }

  .hero-content {
    position: absolute;
    inset: 8.7vh 0 22vh;
    min-height: 0;
    width: 100%;
    padding: 0;
  }

  .hero-content > :not(.primary-cta) {
    visibility: hidden;
  }

  .hero .primary-cta {
    position: absolute;
    top: 75%;
    left: 50%;
    width: 22%;
    min-width: 260px;
    height: 9.2%;
    min-height: 64px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: transparent;
    opacity: 0;
    transform: translateX(-50%);
  }

  .hero .primary-cta:hover {
    background: rgba(86, 113, 232, .08);
    box-shadow: 0 0 28px rgba(87, 115, 235, .34);
    opacity: 1;
    transform: translateX(-50%);
  }

  .hero-footer {
    display: none;
  }
}

@media (max-width: 1100px) {
  .hero-nav { display: none; }
}

@media (max-width: 900px) {
  .hero-footer { right: 34px; left: 34px; }
  .form-layout { grid-template-columns: 1fr; }
  .form-intro { position: relative; min-height: auto; padding: 60px 28px; }
  .form-intro h2 { font-size: 48px; }
  .raid-note { margin-top: 35px; }
  .form-panel { padding: 55px 28px 80px; }
  .dashboard-heading { align-items: flex-start; flex-direction: column; }
  .settings-panel { grid-template-columns: 1fr; }
  .settings-panel form { grid-template-columns: 1fr 1fr 1fr; }
  .save-settings-button { grid-column: 1 / -1; }
  .settings-message { grid-column: 1; }
  .applicant-details { grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .applicant-details div:nth-child(2) { border-right: 0; }
}

@media (max-width: 640px) {
  .site-header, .form-header { height: 72px; padding: 0 18px; }
  .brand-copy { display: none; }
  .brand-rune { width: 36px; height: 36px; line-height: 36px !important; }
  .server-tag { font-size: 11px; }
  .server-tag { display: none; }
  .header-actions { gap: 8px; }
  .admin-entry { padding: 0 10px; }
  .hero::before { top: 71px; right: 14px; left: 14px; }
  .hero::after { display: none; }
  .hero-content { width: calc(100% - 36px); min-height: calc(100svh - 72px); padding-top: 9vh; padding-bottom: 245px; }
  .hero h1 { font-size: clamp(49px, 16vw, 72px); line-height: .98; }
  .hero-copy { max-width: 310px; gap: 8px; line-height: 1.7; letter-spacing: 1px; }
  .hero-copy span { width: 18px; }
  .primary-cta { min-width: 210px; height: 58px; }
  .hero-footer { right: 18px; bottom: 16px; left: 18px; min-height: 206px; grid-template-columns: 1fr; gap: 8px; }
  .hero-footer .guild-fact { min-height: 62px; padding: 10px 15px; grid-template-columns: 34px 1fr; gap: 12px; }
  .guild-fact > i { width: 34px; height: 34px; font-size: 18px; }
  .guild-fact b { display: inline; margin-right: 8px; font-size: 15px; }
  .guild-fact strong { display: inline; font-size: 12px; }
  .guild-fact small { margin-top: 2px; font-size: 10px; }
  .form-header .back-button { margin-right: 10px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .day-options { grid-template-columns: repeat(4, 1fr); }
  .day-options label:first-child { grid-column: span 1; }
  .time-row { grid-template-columns: 1fr 24px 1fr; }
  .field > span { min-height: 18px; }
  .admin-dashboard { width: calc(100% - 28px); padding-top: 40px; }
  .dashboard-stats { width: 100%; }
  .dashboard-stats div { flex: 1; width: auto; padding: 12px; }
  .admin-toolbar { align-items: stretch; flex-direction: column; padding: 20px 0; }
  .status-tabs { overflow-x: auto; }
  .status-tabs button { flex: 0 0 auto; }
  .export-button { align-self: flex-start; }
  .application-card { padding: 18px 15px; }
  .applicant-main { grid-template-columns: 40px 1fr; }
  .applicant-main time { grid-column: 2; }
  .applicant-details { grid-template-columns: 1fr; }
  .applicant-details div { padding: 0; border-right: 0; }
  .review-actions button { flex: 1; padding: 0 8px; }
  .settings-panel form { grid-template-columns: 1fr 1fr; }
  .settings-panel form .field:first-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
