:root{--bg: #faf6f0;--surface: #ffffff;--border: #ece3d8;--text: #2b2118;--muted: #7c6f63;--brand: #e65100;--brand-dark: #bf360c;--danger: #c62828;--ok: #2e7d32;--radius: 14px;--shadow: 0 1px 2px rgba(43, 33, 24, .06), 0 4px 16px rgba(43, 33, 24, .06)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.45;-webkit-text-size-adjust:100%}#app{min-height:100dvh}.page{max-width:720px;margin:0 auto;padding:0 16px 96px}.header{padding:20px 0 12px}.header h1{margin:0;font-size:22px;line-height:1.2}.header .sub{color:var(--muted);font-size:14px;margin-top:4px}.logo{width:56px;height:56px;border-radius:12px;object-fit:cover;margin-bottom:10px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px;margin-bottom:12px}.notice{background:#fff5e6;border:1px solid #f5d5a8;border-radius:var(--radius);padding:14px;margin:12px 0}.notice.error{background:#fdecea;border-color:#f5c2bd}.notice.ok{background:#e9f5ea;border-color:#bcdcbe}.category-title{margin:22px 0 8px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.item:last-child{border-bottom:none}.item .name{flex:1;min-width:0}.item .price{font-weight:600;white-space:nowrap}.item.stopped{opacity:.45}.item.stopped .name:after{content:" · нет в наличии";color:var(--muted);font-size:13px}button{font:inherit;cursor:pointer}.btn{border:none;border-radius:12px;background:var(--brand);color:#fff;padding:14px 18px;font-weight:600;width:100%}.btn:active{background:var(--brand-dark)}.btn[disabled]{background:#d6ccc2;color:#fff;cursor:default}.btn.ghost{background:transparent;color:var(--brand);border:1px solid var(--border)}.stepper{display:flex;align-items:center;gap:6px}.stepper button{width:36px;height:36px;border-radius:10px;border:1px solid var(--border);background:var(--surface);font-size:20px;line-height:1;color:var(--brand)}.stepper .qty{min-width:24px;text-align:center;font-weight:600}.add{border:1px solid var(--brand);background:transparent;color:var(--brand);border-radius:10px;padding:8px 14px;font-weight:600}.bar{position:fixed;left:0;right:0;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--border)}.bar .inner{max-width:720px;margin:0 auto}label{display:block;font-size:14px;color:var(--muted);margin:12px 0 4px}input[type=text],input[type=tel],textarea{width:100%;font:inherit;padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text)}input:focus,textarea:focus{outline:2px solid var(--brand);outline-offset:-1px}.field-error{color:var(--danger);font-size:13px;margin-top:4px}.days{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.days button{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:8px 14px;white-space:nowrap;color:var(--text)}.days button.active{background:var(--brand);border-color:var(--brand);color:#fff}.slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:8px;margin-top:10px}.slots button{border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:10px 0;color:var(--text)}.slots button.active{background:var(--brand);border-color:var(--brand);color:#fff}.consent{display:flex;gap:10px;align-items:flex-start;margin:16px 0 4px;font-size:14px;color:var(--muted)}.consent input{margin-top:3px;width:20px;height:20px;flex:none}.consent a{color:var(--brand)}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.muted{color:var(--muted)}.center{text-align:center}.row{display:flex;justify-content:space-between;gap:12px;padding:6px 0}.total{font-weight:700;font-size:18px;border-top:1px solid var(--border);margin-top:8px;padding-top:12px}.status-badge{display:inline-block;border-radius:999px;padding:6px 14px;font-weight:600;font-size:14px}.status-new{background:#fff5e6;color:var(--brand-dark)}.status-confirmed{background:#e9f5ea;color:var(--ok)}.status-rejected,.status-expired,.status-cancelled_by_guest{background:#fdecea;color:var(--danger)}a.plain{color:var(--brand);text-decoration:none}
