:root{--tg-bg: #faf4e5;--tg-text: #2e2521;--tg-hint: #8f776e;--tg-button: #664e44;--tg-button-text: #faf4e5;--tg-secondary-bg: #f1e4db;--tg-section-bg: #fff2e8;--tg-destructive: #9a5f58;--tg-header: #b08b7f;--safe-top: 0px;--safe-bottom: 0px;--cocoa: #664e44;--dusty: #b08b7f;--peach: #ffe8d6;--cream: #faf4e5;--sage: #c7c3b0;color:var(--tg-text);background:var(--tg-bg);font-family:Avenir Next,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(circle at top left,rgba(176,139,127,.35),transparent 32%),radial-gradient(circle at bottom right,rgba(102,78,68,.18),transparent 28%),linear-gradient(180deg,var(--cream) 0%,#f8efe3 100%)}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;padding:calc(18px + var(--safe-top)) 16px calc(24px + var(--safe-bottom));position:relative;overflow:hidden}.backdrop{position:fixed;inset:auto;border-radius:999px;filter:blur(80px);pointer-events:none}.backdrop-top{width:220px;height:220px;background:#b08b7f38;top:-40px;right:-60px}.backdrop-bottom{width:240px;height:240px;background:#c7c3b03d;bottom:-80px;left:-40px}.app-frame{position:relative;z-index:1;max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.app-header{display:flex;align-items:center;gap:12px}.header-copy{display:flex;flex-direction:column;gap:2px}.eyebrow{margin:0;color:var(--tg-hint);font-size:12px;letter-spacing:.18em;text-transform:uppercase}.header-copy strong,.hero-card h1,.section-head h2,.success-card h2,.empty-card h2{font-family:Georgia,Times New Roman,serif;font-weight:500}.back-button,.secondary-button,.primary-button,.time-chip,.list-card,.booking-card,.action-card{border:0;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.back-button:hover,.secondary-button:hover,.primary-button:hover,.time-chip:hover,.list-card:hover,.booking-card:hover,.action-card:hover{transform:translateY(-1px)}.secondary-button:disabled,.primary-button:disabled{cursor:not-allowed;opacity:.65;transform:none}.back-button,.back-spacer{min-width:72px}.back-button{padding:10px 12px;border-radius:999px;background:#ffffffa6;color:var(--cocoa)}.stack{display:flex;flex-direction:column;gap:16px}.stack.tight{gap:12px}.hero-card,.form-card,.summary-card,.success-card,.empty-card,.alert-card,.loading-bar,.group-block{background:#fffaf5c7;border:1px solid rgba(102,78,68,.08);border-radius:28px;padding:20px;box-shadow:0 18px 45px #664e4414;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-card{background:linear-gradient(135deg,#fff2e8f2,#faf4e5eb)}.hero-card h1{margin:8px 0 10px;font-size:clamp(24px,4.8vw,38px);line-height:1.02}.hero-copy,.section-head p,.summary-card strong,.empty-card p,.success-card p{margin:0;color:var(--tg-hint);line-height:1.5}.card-grid{display:grid;grid-template-columns:1fr;gap:12px}.action-card{text-align:left;padding:20px;border-radius:24px;color:#fff9f3;min-height:132px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 20px 35px #664e4426}.action-card.cocoa{background:linear-gradient(135deg,#664e44,#886459)}.action-card.dusty{background:linear-gradient(135deg,#b08b7f,#c9a497)}.action-card.sage{background:linear-gradient(135deg,#8c866f,#b4af98)}.action-title{font-family:Georgia,Times New Roman,serif;font-size:28px}.action-copy{max-width:26ch;line-height:1.45}.section-head h2,.success-card h2,.empty-card h2{margin:8px 0 6px;font-size:34px;line-height:1.05}.list-card,.booking-card{width:100%;text-align:left;padding:18px;border-radius:22px;background:#ffffffb8;display:flex;align-items:center;justify-content:space-between;gap:12px}.list-card small,.booking-card small,.list-card p,.booking-card p{display:block;color:var(--tg-hint);margin-top:6px}.list-card.muted{opacity:.72}.pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#b08b7f24;color:var(--cocoa);font-size:12px;white-space:nowrap}.pill.ok{background:#664e441f}.time-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.time-chip{padding:18px 14px;border-radius:18px;background:#ffffffd6;color:var(--cocoa);font-size:18px;font-weight:600}.form-card{display:grid;gap:14px}.required-note{margin:0;color:var(--tg-hint);font-size:13px}.form-error{margin:0;color:var(--tg-destructive);font-size:14px;line-height:1.45}.form-card label{display:grid;gap:8px}.field-label{color:var(--cocoa);font-size:14px}.required-mark{color:var(--tg-destructive);font-weight:600}.form-card input,.form-card textarea{width:100%;border:1px solid rgba(102,78,68,.12);border-radius:18px;padding:14px 16px;background:#ffffffe0;color:var(--tg-text)}.form-card textarea{resize:vertical}.summary-card,.group-block{display:grid;gap:12px}.summary-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.summary-row span{color:var(--tg-hint)}.summary-link{color:var(--cocoa);font-weight:600;overflow-wrap:anywhere;text-align:right}.button-row,.button-stack{display:grid;gap:10px}.primary-button,.secondary-button{width:100%;padding:16px 18px;border-radius:18px}.primary-button{background:var(--tg-button);color:var(--tg-button-text);box-shadow:0 18px 30px #664e4429}.secondary-button{background:#fffc;color:var(--cocoa)}.secondary-button.destructive,.alert-card.destructive{color:var(--tg-destructive)}.booking-card-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.group-block h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:24px}.alert-card,.loading-bar{color:var(--cocoa)}.success-card,.empty-card{text-align:left}@media(max-width:420px){.app-shell{padding:calc(14px + var(--safe-top)) 12px calc(20px + var(--safe-bottom))}.app-frame{gap:14px}.app-header{align-items:flex-start;gap:10px}.back-button,.back-spacer{min-width:0}.hero-card,.form-card,.summary-card,.success-card,.empty-card,.alert-card,.loading-bar,.group-block{border-radius:24px;padding:18px}.hero-card h1{font-size:clamp(20px,9vw,28px);line-height:1.06}.section-head h2,.success-card h2,.empty-card h2{font-size:28px;line-height:1.08}.action-card{min-height:116px;padding:18px;border-radius:22px}.action-title{font-size:22px}.list-card,.booking-card{padding:16px;border-radius:20px;align-items:flex-start}.pill{padding:7px 10px;font-size:11px}.form-card{gap:12px}.form-card input,.form-card textarea{border-radius:16px;padding:13px 14px}.summary-row,.booking-card-top{flex-direction:column;align-items:flex-start;gap:6px}.summary-link{text-align:left}}@media(min-width:720px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.time-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
