body{display:block;place-items:normal;padding:0;background:#f5f4f2}
main{width:100%;max-width:1200px;margin:0 auto;padding:38px 44px 72px;border:0;border-radius:0;background:transparent;box-shadow:none}
.page-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}
.eyebrow{font-size:11px;font-weight:600;letter-spacing:.12em;color:#85847f;margin:0 0 10px}
h1{font-size:42px;letter-spacing:-1.4px;margin:0 0 10px}.intro{margin:0;color:#77756f;font-size:15px}
.find-table{width:auto;flex-shrink:0;border-radius:999px;padding:14px 24px;display:inline-flex;align-items:center;gap:9px}
.find-table span{font-size:22px;font-weight:400;line-height:1}.login-button{max-width:320px}
#reservation-status:empty{display:none}#reservation-status{margin:0 0 22px}
#reservation-list{display:grid;gap:20px}
.reservation{display:grid;grid-template-columns:240px minmax(0,1fr);background:#fff;border:1px solid #e6e4df;border-radius:22px;overflow:hidden;box-shadow:0 4px 18px #1d1d1f03}
.reservation-photo{position:relative;min-height:220px;background:#e6e3dc;display:grid;place-items:center;overflow:hidden}
.reservation-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.photo-fallback{font-family:Georgia,serif;font-size:44px;color:#8a857a;letter-spacing:-2px}
.reservation-body{padding:26px 28px;min-width:0}.reservation h3{margin:0 0 12px;font-size:23px;letter-spacing:-.5px}
.reservation p{margin:8px 0}.reservation .status{display:inline-block;font-size:12px;font-weight:600;color:#238653;background:#30a46c12;border-radius:999px;padding:5px 10px;margin:0 0 12px}
.reservation .cancelled{color:#77756f;background:#f0efec}.reservation .request{color:#906a21;background:#bf8b2312}
.reservation .reservation-time{font-size:15px;color:#1d1d1f}.reservation .guest-name{font-size:13px;color:#85827b}
.reservation button{width:auto;display:inline-block;font-size:13px;padding:10px 15px;margin:12px 8px 0 0;border-radius:999px}
.reservation .secondary{background:#f0efec;color:#686662}
.reservation-message{font-size:13px}.history-note{font-size:12px;color:#96928a;margin-top:24px}
.empty-state{background:#fff;border:1px dashed #dad7cf;border-radius:22px;text-align:center;padding:64px 24px;color:#77756f}
[data-sign-out-status]{color:#b83232}#reservation-retry{max-width:260px}
@media(max-width:700px){main{padding:24px 22px 48px}.page-heading{align-items:flex-start;flex-direction:column;gap:20px}h1{font-size:34px}.reservation{grid-template-columns:1fr}.reservation-photo{min-height:190px;aspect-ratio:16/9}.reservation-body{padding:22px}.find-table{width:100%;justify-content:center}.intro{font-size:14px}}

body:has(.cancellation-dialog[open]){overflow:hidden}
.cancellation-dialog{width:calc(100% - 40px);max-width:460px;max-height:calc(100dvh - 40px);padding:30px;border:1px solid #e6e4df;border-radius:24px;background:#fff;color:#1d1d1f;box-shadow:0 24px 80px #0003}
.cancellation-dialog::backdrop{background:#17171766;backdrop-filter:blur(4px)}
.cancellation-dialog h2{font-size:25px;letter-spacing:-.6px;margin:0 0 20px}
.cancellation-details{padding:16px;border-radius:14px;background:#f5f4f2}
.cancellation-details p{margin:6px 0 0;font-size:13px}
.cancellation-actions{display:grid;gap:10px;margin-top:24px}
.cancellation-actions button{border-radius:999px;margin:0}
.cancellation-actions .danger{background:#b83232}
.cancellation-dialog .reservation-message:empty{display:none}
.cancellation-dialog .reservation-message{color:#b83232}
@media(max-width:600px){.cancellation-dialog{width:100%;max-width:none;max-height:90dvh;margin:auto 0 0;border-radius:24px 24px 0 0;padding:28px 24px max(28px,env(safe-area-inset-bottom));border-bottom:0}}

#reservation-status.is-loading{display:flex;align-items:center;justify-content:center;min-height:96px}
#reservation-status.is-loading::before{content:"";width:26px;height:26px;border:3px solid #1d1d1f20;border-top-color:#1d1d1f;border-radius:50%;animation:reservation-spin .8s linear infinite}
.loading-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
@keyframes reservation-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){#reservation-status.is-loading::before{animation:none}}
.reservation-body{display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:center}
.reservation-body>*{grid-column:1}
.reservation-body>.status{justify-self:start}
.reservation-body>button{grid-column:2;grid-row:1 / span 4;align-self:center;justify-self:end;margin:0 0 0 24px}
@media(max-width:700px){.reservation-body{grid-template-columns:minmax(0,1fr)}.reservation-body>button{grid-column:1;grid-row:auto;margin:12px 0 0}}
