:root{
  --bg:#0a0a0a;
  --text:#ffffff;
  --muted:#a8a8a8;
  --muted-2:#8a8a8a;
  --muted-3:#777777;
  --border:#333333;
  --border-soft:#232323;
  --focus:#ffffff;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--text);
  background:var(--bg);
  color-scheme:dark;
  font-synthesis:none;
}
*{box-sizing:border-box}
html{background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);display:flex;justify-content:center;padding:24px 0}
button,a{-webkit-tap-highlight-color:transparent}
button{font:inherit;cursor:pointer}
button:disabled{cursor:default;opacity:.45}
a{color:inherit;text-decoration:none}
button:focus-visible,a:focus-visible{outline:2px solid var(--focus);outline-offset:3px}
[hidden]{display:none!important}

.shell{width:100%;max-width:380px;margin:0 auto;background:var(--bg);padding:1.5rem 1.25rem}
.brand-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin:0 0 1.5rem}
.panasonic-wordmark{font-family:"Arial Black",Arial,Helvetica,sans-serif;font-size:45px;font-weight:900;letter-spacing:-2px;line-height:.98;margin:0;color:#fff;white-space:nowrap;-webkit-text-stroke:.4px #fff;text-rendering:geometricPrecision}
.languages{display:flex;align-items:center;justify-content:flex-end;gap:4px;color:var(--muted-2);font-size:14.4px;font-weight:500;padding-top:8px;flex-shrink:0}
.languages button{border:0;background:transparent;color:var(--muted-2);padding:0;font-size:14.4px;font-weight:500}
.languages button[aria-pressed="true"]{color:#fff}
.status{margin:0 0 1.25rem;color:var(--muted);font-size:15.6px;line-height:1.45}
.status[data-error="1"]{color:#e0a8a8}

.client{margin-bottom:1.75rem}
.client h2{font-size:22.8px;font-weight:700;line-height:1.25;margin:0 0 4px;color:#fff;letter-spacing:0}
.client p{font-size:16.8px;color:var(--muted);font-weight:500;line-height:1.45;margin:0}

.days{display:grid;gap:0}
.day{padding:0;margin:0 0 1.5rem;background:transparent;border:0;border-radius:0;min-width:0}
.day:last-child{margin-bottom:1.75rem}
.day h2{font-size:16.8px;font-weight:600;line-height:1.35;color:#fff;margin:0 0 10px;letter-spacing:0}
.day p{font-size:15.6px;margin:0;color:var(--muted)}
.slot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.slot{height:44px;min-height:44px;padding:0 2px;border:0;border-radius:0;background:transparent;color:#dddddd;font-size:15.6px;font-weight:600;letter-spacing:0}
.slot:hover:not(:disabled){color:#fff}
.slot.selected{background:#fff;color:#000;border:0;border-radius:10px;font-weight:700}
.slot:active:not(:disabled){transform:translateY(1px)}

.confirm-booking{width:100%;height:50px;font-size:18px;font-weight:700;background:#fff;color:#000;border:0;border-radius:12px;margin:0 0 1.25rem}
.confirm-booking:not(:disabled):hover{background:#f0f0f0}

.fallback{position:relative;width:100%;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:0;color:#fff;font-size:19.2px;font-weight:700;margin:0 0 2rem;text-align:center}
.fallback span{display:block;width:100%;text-align:center}
.fallback-icon{position:absolute;left:0;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.success{padding:0 0 1rem}
.success h2{font-size:28.8px;font-weight:700;letter-spacing:-.4px;margin:0 0 12px}
.success-date{color:#fff;font-size:21.6px;font-weight:650;line-height:1.4;margin:0 0 6px}
.success p:last-child{color:var(--muted);margin:0;font-size:16.8px;line-height:1.45}

footer{border-top:1px solid var(--border-soft);margin-top:0;padding-top:1rem;color:var(--muted-2)}
.service-identity{display:grid;gap:4px;margin-bottom:14px}
.service-identity p{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16.8px;font-weight:500;line-height:1.45;margin:0;color:var(--muted)}
.legal-links{display:flex;gap:18px;margin-top:10px}
.legal-links a{font-size:14.4px;color:#dddddd}
.copyright{margin:28px 0 0;text-align:center;font-size:12px;line-height:1.4;color:#5f5f5f;letter-spacing:.01em}

@media(max-width:360px){
  body{padding:12px 0}
  .shell{padding:1.25rem 1rem}
  .brand-row{gap:10px}
  .panasonic-wordmark{font-size:43.2px;letter-spacing:-1.9px}
  .languages{font-size:13.2px;padding-top:7px}
  .languages button{font-size:13.2px}
  .slot-grid{gap:6px}
  .slot{font-size:14.4px}
}
