.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.astro-entry {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 92px;
  margin-top: 24px;
  padding: clamp(34px, 6vw, 64px) clamp(18px, 5vw, 48px);
  border: 1px solid #2e466b;
  border-radius: 20px;
  color: #edf4ff;
  background:
    radial-gradient(circle at 88% 3%, rgba(137, 204, 255, .14), transparent 30%),
    radial-gradient(circle at 7% 95%, rgba(240, 180, 58, .08), transparent 34%),
    linear-gradient(135deg, #1b3153 0%, #182c4b 52%, #142641 100%);
  box-shadow: 0 24px 58px rgba(3, 10, 22, .34);
}

.astro-entry::before,
.astro-entry::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.astro-entry::before { width: 280px; height: 280px; right: -150px; top: -120px; border: 34px solid rgba(240, 180, 58, .08); }
.astro-entry::after { width: 210px; height: 210px; left: -135px; bottom: -125px; border: 28px solid rgba(137, 204, 255, .06); }

.astro-entry__intro { position: relative; z-index: 1; margin: 0 auto 38px; text-align: center; }
.astro-entry__kicker { margin-bottom: 10px; color: #aef06f; font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.astro-entry__intro h2 { margin: 0 0 10px; color: #fff; font-size: clamp(32px, 5vw, 44px); line-height: 1.15; }
.astro-entry__intro p { margin: 0; color: #d7e2f3; font-size: clamp(17px, 2.6vw, 23px); }

.astro-form { position: relative; z-index: 1; width: min(850px, 100%); margin: 0 auto; }
.astro-saved {
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid rgba(137, 204, 255, .25);
  border-radius: 14px;
  background: rgba(7, 20, 39, .42);
}
.astro-saved__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 9px; }
.astro-saved__head label { color: #fff; font-size: 15px; font-weight: 800; }
.astro-saved__head span { color: #aef06f; font-size: 12px; }
.astro-saved__controls { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
.astro-saved__controls select,
.astro-saved__controls button {
  min-height: 43px;
  border: 1px solid #486487;
  border-radius: 8px;
  font: inherit;
}
.astro-saved__controls select { width: 100%; padding: 8px 11px; color: #253047; background: #f8fbff; }
.astro-saved__controls button { padding: 8px 13px; color: #fff; background: #314b70; font-weight: 750; cursor: pointer; }
.astro-saved__controls button:disabled { cursor: not-allowed; opacity: .48; }
.astro-saved__status { min-height: 18px; margin: 8px 2px 0; color: #b9c8de; font-size: 12px; }
.astro-control {
  width: 100%;
  min-height: 74px;
  margin-bottom: 20px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 17px;
  border: 1px solid rgba(137, 204, 255, .2);
  border-radius: 20px;
  background: rgba(249, 252, 255, .98);
  box-shadow: 0 8px 24px rgba(2, 10, 24, .16);
  transition: transform .2s ease, box-shadow .2s ease;
}
.astro-control:focus-within { transform: translateY(-1px); box-shadow: 0 10px 27px rgba(2, 10, 24, .18), 0 0 0 3px rgba(137, 204, 255, .2); }
.astro-control__icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #236b9b;
  background: #eaf6ff;
}
.astro-control__icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.astro-control > input,
.astro-control > select,
.astro-control__fields select {
  min-width: 0;
  min-height: 48px;
  border: 0;
  outline: 0;
  color: #283246;
  background: transparent;
  font: inherit;
  font-size: 18px;
}
.astro-control > input,
.astro-control > select { width: 100%; }
.astro-control input::placeholder { color: #a3a9b2; opacity: 1; }
.astro-control__fields { flex: 1; min-width: 0; display: grid; align-items: center; }
.astro-control__fields--date { grid-template-columns: repeat(3, minmax(92px, 1fr)) auto; }
.astro-control__fields--time { grid-template-columns: 1.2fr .9fr 1.15fr; }
.astro-control__fields select { width: 100%; padding: 0 13px; border-right: 1px solid #e1e2e5; }
.astro-control__fields select:last-of-type { border-right: 0; }
.astro-control__note { min-width: 112px; padding: 0 17px; color: #252b38; font-size: 17px; white-space: nowrap; }
.astro-form__hint { margin: -12px 14px 18px 85px; color: #b9c8de; font-size: 13px; }
.astro-save-option {
  width: fit-content;
  margin: 4px auto 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d8e5f5;
  font-size: 13px;
  cursor: pointer;
}
.astro-save-option input { width: 17px; height: 17px; margin: 0; accent-color: #75c8f6; }
.astro-form__pending { margin: 3px 0 22px; color: #aebed6; text-align: center; font-size: 13px; }
.astro-form__actions { display: grid; justify-items: center; gap: 12px; }
.astro-form__actions button { border: 0; color: #fff; font: inherit; font-weight: 850; cursor: pointer; }
.astro-form__submit {
  min-width: min(100%, 360px);
  min-height: 54px;
  padding: 12px 22px;
  border-radius: 12px;
  color: #091a2d !important;
  background: linear-gradient(180deg, #96d8ff, #64b9ed);
  box-shadow: 0 12px 25px rgba(57, 157, 220, .25);
  font-size: 17px !important;
}
.astro-form__reset { min-height: 38px; padding: 8px 14px; border-radius: 8px; background: #314b70; }
.astro-form__actions button:hover { filter: brightness(1.08); }

@media (max-width: 720px) {
  .astro-entry { border-radius: 24px; }
  .astro-entry__intro { margin-bottom: 28px; }
  .astro-control { gap: 9px; padding: 8px; border-radius: 16px; }
  .astro-control__icon { flex-basis: 46px; width: 46px; height: 46px; border-radius: 12px; }
  .astro-control__icon svg { width: 25px; height: 25px; }
  .astro-control > input,
  .astro-control > select,
  .astro-control__fields select { font-size: 15px; }
  .astro-control__fields--date { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .astro-control__note { grid-column: 1 / -1; padding: 4px 12px 7px; border-top: 1px solid #ece7e2; text-align: left; font-size: 14px; }
  .astro-form__hint { margin-left: 10px; }
}

@media (max-width: 480px) {
  .astro-entry { padding-right: 10px; padding-left: 10px; }
  .astro-control { align-items: flex-start; }
  .astro-control__fields--time { grid-template-columns: 1fr; }
  .astro-control__fields--time select { border-right: 0; border-bottom: 1px solid #ece7e2; }
  .astro-control__fields--time select:last-child { border-bottom: 0; }
  .astro-saved__head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .astro-saved__controls { grid-template-columns: 1fr; }
}


    :root {
      --bg-1: #0d1422;
      --bg-2: #18243a;
      --panel: #121d30;
      --line: #2b3d5d;
      --text: #edf3ff;
      --muted: #b8c6dc;
      --blue: #89ccff;
      --gold: #f0b43a;
      --link: #dcecff;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--text);
      font-family: "Poppins", "Segoe UI", Tahoma, sans-serif;
      background:
        radial-gradient(circle at 90% -5%, rgba(137, 204, 255, .19), transparent 32%),
        radial-gradient(circle at 8% 10%, rgba(240, 180, 58, .09), transparent 28%),
        linear-gradient(180deg, var(--bg-1), var(--bg-2));
    }
    .container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
    .top-bar {
      position: sticky;
      top: 0;
      z-index: 20;
      border-bottom: 1px solid rgba(255, 255, 255, .12);
      background: rgba(11, 21, 37, .94);
      backdrop-filter: blur(8px);
    }
    .top-inner {
      min-height: 68px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .brand { color: #fff; font-size: 21px; font-weight: 900; letter-spacing: .06em; }
    .nav { display: flex; flex-wrap: wrap; gap: 8px; }
    .nav a {
      color: var(--link);
      text-decoration: none;
      padding: 8px 11px;
      border: 1px solid #2b3d5d;
      border-radius: 999px;
      background: rgba(17, 29, 49, .78);
      font-size: 12px;
      font-weight: 750;
    }
    .nav a:hover { border-color: var(--blue); color: #fff; }
    main { padding: 24px 0 10px; }
    .hero {
      position: relative;
      overflow: hidden;
      padding: 38px 28px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: linear-gradient(135deg, #172843, #1b2c49);
      text-align: center;
      box-shadow: 0 24px 60px rgba(2, 8, 20, .25);
    }
    .hero::after {
      content: "";
      position: absolute;
      width: 160px;
      height: 160px;
      top: -92px;
      right: 7%;
      border: 2px solid rgba(240, 180, 58, .5);
      border-radius: 50%;
      box-shadow: 0 0 0 22px rgba(240, 180, 58, .05), 0 0 0 44px rgba(240, 180, 58, .025);
    }
    .hero__eyebrow { color: #a9e77d; font-size: 12px; font-weight: 850; letter-spacing: .13em; }
    .hero h1 { margin: 8px 0 6px; color: #fff; font-size: clamp(32px, 6vw, 52px); }
    .hero__lead { margin: 0; color: var(--gold); font-size: 19px; font-weight: 800; }
    .hero__copy { max-width: 820px; margin: 12px auto 0; color: #d8e2f3; line-height: 1.65; }
    .cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      margin-top: 20px;
      padding: 11px 19px;
      border-radius: 9px;
      color: #081421;
      background: linear-gradient(180deg, #9cd8ff, #6ebbf0);
      text-decoration: none;
      font-weight: 850;
      box-shadow: 0 10px 28px rgba(82, 172, 233, .22);
    }
    .hero__note { margin: 13px 0 0; color: #c4d2e7; font-size: 13px; }
    .section-head { margin: 34px 0 14px; padding-left: 13px; border-left: 4px solid var(--blue); }
    .section-head h2 { margin: 0 0 6px; color: #fff; font-size: 27px; }
    .section-head p { margin: 0; color: var(--muted); line-height: 1.55; }
    .service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .service-card {
      min-height: 185px;
      padding: 19px;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: linear-gradient(145deg, rgba(18, 29, 48, .98), rgba(17, 27, 45, .88));
    }
    .service-card:first-child { grid-column: 1 / -1; min-height: auto; }
    .service-card h3 { margin: 0 0 9px; color: #fff; font-size: 20px; }
    .service-card p { margin: 0; color: var(--muted); line-height: 1.65; }
    .service-card__mark { display: block; width: 34px; height: 3px; margin-bottom: 13px; border-radius: 2px; background: var(--gold); }
    footer { margin-top: 32px; padding: 26px 0 32px; border-top: 1px solid rgba(255, 255, 255, .1); color: var(--muted); text-align: center; line-height: 1.7; }
    .footer-brand { color: #fff; font-size: 18px; font-weight: 900; letter-spacing: .05em; }
    .foot-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 16px; margin-top: 13px; }
    .foot-links a { color: var(--link); text-decoration: none; border-bottom: 1px dashed #52698b; font-size: 13px; }
    @media (max-width: 820px) {
      .top-inner { padding: 12px 0; align-items: flex-start; flex-direction: column; }
      .service-grid { grid-template-columns: 1fr; }
      .service-card:first-child { grid-column: auto; }
    }
    @media (max-width: 520px) {
      .container { width: min(100% - 20px, 1180px); }
      .nav { gap: 6px; }
      .nav a { padding: 7px 9px; font-size: 11px; }
      .hero { padding: 30px 16px; }
      .section-head h2 { font-size: 24px; }
    }
  
body.auth-page {
  margin: 0;
  min-height: 100vh;
  color: #edf4ff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 84% 8%, rgba(69, 169, 226, .18), transparent 30%),
    radial-gradient(circle at 10% 92%, rgba(240, 180, 58, .10), transparent 34%),
    linear-gradient(145deg, #071426 0%, #0b1d35 50%, #0f2947 100%);
}
.auth-topbar {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(164, 203, 240, .16);
  background: rgba(5, 16, 31, .88);
  backdrop-filter: blur(16px);
}
.auth-topbar__inner {
  width: min(1120px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.auth-brand {
  color: #f0b43a;
  font-weight: 900;
  letter-spacing: .09em;
  text-decoration: none;
  white-space: nowrap;
}
.auth-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.auth-nav a {
  color: #d7ebff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
}
.auth-nav a[aria-current="page"],
.auth-nav a:hover {
  color: #071426;
  border-color: #8fdcff;
  background: linear-gradient(135deg, #8fdcff, #43bce9);
}
.auth-main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  min-height: calc(100vh - 145px);
  display: grid;
  place-items: center;
  padding: 48px 0 64px;
}
.auth-layout {
  width: min(900px, 100%);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  border: 1px solid #2e466b;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #1b3153, #142641);
  box-shadow: 0 28px 70px rgba(2, 9, 20, .44);
}
.auth-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 56px);
  background:
    radial-gradient(circle at 18% 12%, rgba(143, 220, 255, .20), transparent 34%),
    linear-gradient(145deg, #102b4b, #0b1b31);
}
.auth-intro::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -135px;
  bottom: -150px;
  border: 34px solid rgba(240, 180, 58, .11);
  border-radius: 50%;
}
.auth-kicker {
  margin: 0 0 14px;
  color: #f0b43a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.auth-intro h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 5vw, 54px);
  line-height: .98;
  letter-spacing: -.04em;
}
.auth-intro p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #bcd2ea;
  line-height: 1.65;
}
.auth-form-panel {
  padding: clamp(30px, 5vw, 54px);
  background: rgba(18, 39, 67, .88);
}
.auth-form-panel h2 {
  margin: 0 0 8px;
  font-size: 25px;
}
.auth-form-panel > p {
  margin: 0 0 26px;
  color: #adc5de;
  line-height: 1.55;
}
.auth-form {
  display: grid;
  gap: 16px;
}
.auth-field {
  display: grid;
  gap: 7px;
}
.auth-field label {
  color: #d7e8f8;
  font-size: 13px;
  font-weight: 800;
}
.auth-field input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #456486;
  border-radius: 11px;
  padding: 13px 14px;
  color: #10233c;
  background: #f8fbff;
  font: inherit;
  outline: none;
}
.auth-field input:focus {
  border-color: #55c8f2;
  box-shadow: 0 0 0 4px rgba(85, 200, 242, .15);
}
.auth-submit {
  border: 0;
  border-radius: 12px;
  margin-top: 4px;
  padding: 14px 18px;
  color: #061628;
  background: linear-gradient(135deg, #8fdcff, #42bce9);
  box-shadow: 0 12px 26px rgba(45, 176, 225, .22);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.auth-submit:hover { filter: brightness(1.06); }
.auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  color: #9fb8d2;
  font-size: 13px;
}
.auth-links a {
  color: #8fdcff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(143, 220, 255, .45);
}
.auth-footer {
  padding: 18px 16px;
  color: #829bb6;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid rgba(164, 203, 240, .12);
  background: #061426;
}
@media (max-width: 760px) {
  .auth-topbar__inner { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .auth-nav { justify-content: flex-start; }
  .auth-layout { grid-template-columns: 1fr; }
  .auth-intro { padding: 32px 26px; }
  .auth-form-panel { padding: 32px 24px; }
}