/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/globals.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
:root { color-scheme: light; font-family: system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: #f6f5f1; color: #26241f; }

.page { max-width: 620px; margin: 0 auto; padding: 44px 20px 64px; }
.header { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.eyebrow { margin: 0 0 4px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #8a8578; }
h1 { font-size: 26px; margin: 0; font-weight: 600; }
h2 { font-size: 16px; margin: 0 0 3px; font-weight: 600; }
.muted { color: #77726a; font-size: 14px; margin: 0; }
.quiet-link { color: #4a7c59; font-size: 14px; text-decoration: none; white-space: nowrap; }
.quiet-link:hover { text-decoration: underline; }

.notice { font-size: 14px; padding: 11px 14px; border-radius: 10px; margin: 0 0 18px; }
.notice.success { background: #e7f1e9; color: #2f5d3f; }
.notice.error { background: #fbeae8; color: #8f3a2e; }
.booking-form .notice { margin: 0; }

.class-list, .booking-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.class-card, .booking-row { background: #fff; border: 1px solid #e6e3db; border-radius: 12px; padding: 16px 18px; }
.class-card { display: flex; flex-direction: column; gap: 14px; }
.class-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.booking-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }

.spots { flex-shrink: 0; font-size: 13px; padding: 5px 10px; border-radius: 999px; background: #eef3ee; color: #3f6b4c; white-space: nowrap; }
.spots.none { background: #f1efe9; color: #8a8578; }

.booking-form { display: flex; flex-direction: column; gap: 10px; }
.form-actions { display: flex; gap: 8px; }
input { padding: 10px 12px; border: 1px solid #ddd9d0; border-radius: 9px; font-size: 14px; background: #fdfcfa; }
input:focus { outline: 2px solid #cfe0d3; border-color: #4a7c59; }

button { font-size: 14px; padding: 10px 16px; border-radius: 9px; cursor: pointer; font-family: inherit; }
button:disabled { opacity: 0.6; cursor: default; }
.primary { border: 0; background: #4a7c59; color: #fff; align-self: flex-start; }
.primary:hover:not(:disabled) { background: #3f6b4c; }
.ghost { border: 1px solid #ddd9d0; background: #fff; color: #55514a; }
.ghost:hover:not(:disabled) { background: #f6f5f1; }
.ghost.danger { color: #8f3a2e; border-color: #eccfc9; }

