/* Sunny Street Café — public wait list page, bright daytime light theme (v35) */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; touch-action: manipulation; }
@font-face {
  font-family: 'Inter';
  src: url('/fonts/InterVariable.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
body, button, input, select, textarea {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
body {
  min-height: 100vh; background: #fdf9f0; color: #26221a;
  display: flex; flex-direction: column; align-items: center; padding: 24px 16px 40px;
}
.card {
  width: 100%; max-width: 420px; background: #ffffff; border: 1px solid #e9e1cd;
  border-radius: 18px; padding: 24px 20px; box-shadow: 0 8px 24px rgba(96,78,40,.14);
}
.logo { width: 120px; display: block; margin: 0 auto 10px; }
h1 { font-size: 22px; text-align: center; margin: 0 0 6px; }
h2 { font-size: 20px; margin: 0 0 8px; }
.status { text-align: center; color: #b07200; font-weight: 750; font-size: 15px; margin: 0 0 18px; }
label, fieldset { display: block; margin: 0 0 14px; border: 0; padding: 0; }
label { font-size: 14px; font-weight: 650; color: #6e6858; }
fieldset legend { font-size: 14px; font-weight: 650; color: #6e6858; padding: 0; margin-bottom: 8px; }
input {
  width: 100%; margin-top: 6px; padding: 14px; font-size: 17px; color: #26221a;
  background: #fdf9f0; border: 1px solid #d9cfb6; border-radius: 11px; outline: none;
}
input:focus { border-color: #f5a623; }
.sizes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.sizes button {
  padding: 13px 0; font-size: 17px; font-weight: 750; color: #4a4436;
  background: #fdf9f0; border: 1px solid #d9cfb6; border-radius: 11px; cursor: pointer;
}
.sizes button.on { background: #f5a623; border-color: #f5a623; color: #1a1205; }
#bigtoggle {
  width: 100%; margin-top: 8px; padding: 13px 0; font-size: 17px; font-weight: 750;
  color: #4a4436; background: #fdf9f0; border: 1px solid #d9cfb6; border-radius: 11px; cursor: pointer;
}
#bigtoggle.on { background: #f5a623; border-color: #f5a623; color: #1a1205; }
.stepper { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.stepper button {
  width: 60px; height: 52px; flex: 0 0 auto; font-size: 28px; font-weight: 800; line-height: 1;
  color: #4a4436; background: #fdf9f0; border: 1px solid #d9cfb6; border-radius: 11px; cursor: pointer;
}
.stepper button:disabled { opacity: .4; cursor: default; }
#bigcount { flex: 1; text-align: center; font-size: 22px; font-weight: 800; color: #26221a; }
button#go {
  width: 100%; padding: 16px; margin-top: 4px; font-size: 18px; font-weight: 800;
  color: #1a1205; background: #f5a623; border: 0; border-radius: 13px; cursor: pointer;
}
button#go:disabled { opacity: .55; }
.err { color: #b3341f; font-weight: 650; font-size: 14px; margin: 0 0 10px; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 12px; font-size: 13.5px; line-height: 1.5; color: #4a4436; }
.consent input[type="checkbox"] { flex: 0 0 auto; width: 22px; height: 22px; margin: 1px 0 0; accent-color: #f5a623; }
.consent a { color: #26221a; font-weight: 650; }
.legal { text-align: left; font-size: 14.5px; line-height: 1.6; color: #3d3829; }
.legal p { margin: 0 0 12px; }
.legal a { color: #26221a; font-weight: 650; }
.hidden { display: none; }
.done p { font-size: 16px; line-height: 1.45; }
.small { color: #8b8574; font-size: 13px; }
footer { width: 100%; max-width: 420px; margin-top: 18px; color: #6e6858; font-size: 13.5px; line-height: 1.6; }
footer a { color: #26221a; text-decoration: none; }
footer a:hover { color: #b07200; }
.store div { margin: 2px 0; }
.flogo { width: 84px; display: block; margin: 0 auto 12px; opacity: .92; }
