@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Noto+Serif:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans", "Noto Serif", system-ui, -apple-system, "Segoe UI", sans-serif;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-webkit-file-upload-button {
  appearance: button;
  -webkit-appearance: button;
  font: inherit;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  background-color: #e0ebf6;
  color: #333;
  line-height: 1.75;
  font-size: 1.125rem;
}

/* Registration Page Styles */
.register-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.intro .section-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 0.5rem;
}

.page-title {
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.lead {
  color: #475569;
  line-height: 1.5;
}

.registration-form {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #e2e8f0;
  padding: 1.75rem;
  border-radius: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-size: 1rem;
}

.form-section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.section-desc {
  font-size: 0.875rem;
  color: #475569;
}

.sub-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.field-label {
  font-size: 1rem;
  font-weight: 500;
  color: #334155;
}

.text-input,
.select-input,
.file-input,
.text-area {
  border: 1px solid #cbd5e1;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.file-input::file-selector-button:focus,
.file-input::-webkit-file-upload-button:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.text-input:focus,
.select-input:focus,
.file-input:focus,
.text-area:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.text-area {
  resize: vertical;
}

.hint {
  font-size: 0.85rem;
  color: #64748b;
}

.val-msg {
  font-size: 0.85rem;
  color: #dc2626;
}

.inline-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.inline-option {
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.inline-option input {
  accent-color: #2563eb;
}

.category-grid {
  gap: 1rem;
}

.category-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.9rem;
  font-size: 0.8rem;
  background: #fff;
}

.category-item .chk {
  margin-top: 0.2rem;
  accent-color: #2563eb;
}

.category-text {
  font-size: 0.8rem;
  line-height: 1.3;
}

.routine-grid {
  gap: 1rem;
}

.fee-grid {
  gap: 0.75rem;
}

.fee-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.75rem;
  font-size: 0.8rem;
  background: #fff;
}

.fee-item .chk {
  accent-color: #2563eb;
}

.payment-notes {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: #475569;
  background: #f8fafc;
  padding: 0.75rem 0.9rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
}

.waiver-box {
  max-height: 14rem;
  overflow-y: auto;
  border: 1px solid #e2e8f0;
  padding: 1rem;
  border-radius: 0.75rem;
  background: #f8fafc;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #475569;
}

.bold {
  font-weight: 600;
}

.info-box {
  font-size: 0.75rem;
  color: #475569;
  background: #f1f5f9;
  border: 1px dashed #94a3b8;
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #2563eb;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.6rem;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: background 0.15s ease;
}

.submit-btn:hover {
  background: #1d4ed8;
}

.submit-btn:active {
  background: #1e40af;
}

.submit-btn:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .registration-form {
    padding: 1.25rem;
  }
  .page-title {
    font-size: 1.75rem;
  }
  .grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}/*# sourceMappingURL=style.css.map */