:root{--st-bg: #f3f1ec;--st-surface: #ffffff;--st-ink: #17181c;--st-muted: #5f6368;--st-line: #e2ded5;--st-brand: #0e5e57;--st-brand-ink: #ffffff;--st-free: #13653f;--st-free-bg: #e5f3ea;--st-busy: #8a3d00;--st-busy-bg: #fcebd9;--st-mine-bg: #dff0ee;--st-danger: #b42318;--st-danger-bg: #fdecea;--st-warn-bg: #fff4d6;--st-warn-ink: #6b4b00;--st-telegram: #229ed9;--st-radius: 18px;--st-tap: 56px;--st-safe-top: env(safe-area-inset-top, 0px);--st-safe-bottom: env(safe-area-inset-bottom, 0px);--st-safe-left: env(safe-area-inset-left, 0px);--st-safe-right: env(safe-area-inset-right, 0px);--st-gutter-left: max(16px, var(--st-safe-left));--st-gutter-right: max(16px, var(--st-safe-right))}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{min-height:100%}#root{overflow-x:hidden;overflow-x:clip}body{margin:0;background:var(--st-bg);color:var(--st-ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:17px;line-height:1.4;overflow-wrap:anywhere;-webkit-text-size-adjust:100%;overscroll-behavior-y:contain}button,a,textarea{font:inherit;color:inherit}button{cursor:pointer;touch-action:manipulation}button:disabled{opacity:.55;cursor:default}:focus-visible{outline:3px solid var(--st-brand);outline-offset:2px}.st-screen{min-height:100vh;min-height:100dvh;width:100%;min-width:0;display:flex;flex-direction:column;padding-bottom:calc(24px + var(--st-safe-bottom))}.st-main{width:100%;min-width:0;max-width:640px;margin:0 auto;padding:16px var(--st-gutter-right) 16px var(--st-gutter-left)}.st-center{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;padding:24px;text-align:center}.st-topbar{position:sticky;top:0;z-index:5;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;padding:calc(8px + var(--st-safe-top)) max(12px,var(--st-safe-right)) 8px max(12px,var(--st-safe-left));background:var(--st-brand);color:var(--st-brand-ink)}.st-brand{font-weight:700;font-size:16px;padding-left:4px}.st-topbar-title{margin:0;font-size:18px;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-back{display:inline-flex;align-items:center;gap:6px;min-height:44px;min-width:44px;margin:0;padding:0 12px;white-space:nowrap;justify-self:start;border:0;border-radius:12px;background:#ffffff24;color:inherit;font-weight:600}.st-back-inline{background:transparent;color:var(--st-brand);padding:0;align-self:flex-start}.st-account{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:#ffffff24;color:inherit;font-weight:700}.st-offline{background:var(--st-warn-bg);color:var(--st-warn-ink);padding:10px 16px;font-weight:600;text-align:center}.st-h1{font-size:26px;line-height:1.2;margin:8px 0 16px}.st-h2{font-size:15px;text-transform:uppercase;letter-spacing:.04em;color:var(--st-muted);margin:0 0 10px}.st-lead{font-size:19px}.st-muted{color:var(--st-muted)}.st-hint{color:var(--st-muted);font-size:15px;margin:8px 0 0}.st-section{margin:20px 0}.st-summary{margin:0 0 12px;font-weight:600}.st-btn{display:inline-flex;align-items:center;justify-content:center;min-height:var(--st-tap);padding:0 20px;border-radius:14px;border:0;font-size:18px;font-weight:700;text-decoration:none;text-align:center}.st-btn-xl{width:100%;min-height:64px;font-size:19px}.st-btn-primary{background:var(--st-brand);color:var(--st-brand-ink)}.st-btn-danger{background:var(--st-danger);color:#fff}.st-btn-ghost{background:var(--st-surface);color:var(--st-ink);border:2px solid var(--st-line)}.st-btn-telegram{background:var(--st-telegram);color:#fff}.st-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.st-list{display:flex;flex-direction:column;gap:10px}.st-row,.st-person{display:flex;width:100%;min-height:72px;padding:14px 18px;border:2px solid var(--st-line);border-radius:var(--st-radius);background:var(--st-surface);text-align:left}.st-row{flex-direction:column;justify-content:center;gap:2px}.st-row-mine{border-color:var(--st-brand);background:var(--st-mine-bg)}.st-row-title{font-size:20px;font-weight:700}.st-row-sub{color:var(--st-muted)}.st-person{align-items:center;gap:14px}.st-person-name{font-size:20px;font-weight:700}.st-person-last{font-weight:500;color:var(--st-muted)}.st-avatar{flex:none;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--st-brand);color:var(--st-brand-ink);font-weight:700;font-size:20px}.st-avatar-lg{width:72px;height:72px;font-size:30px}.st-account-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 0 8px}.st-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(min-width:560px){.st-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.st-tile{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2px;min-height:132px;padding:16px;border-radius:var(--st-radius);border:2px solid transparent;text-align:left}.st-tile-number{font-size:22px;font-weight:800;margin-bottom:6px}.st-tile-status{font-size:17px;font-weight:700}.st-tile-meta{font-size:16px}.st-tile-free{background:var(--st-free-bg);color:var(--st-free);border-color:#b9dfc8}.st-tile-busy{background:var(--st-busy-bg);color:var(--st-busy);border-color:#f2c89f}.st-tile-mine{background:var(--st-mine-bg);color:var(--st-brand);border-color:var(--st-brand);border-width:3px}.st-visit-card{padding:20px;border-radius:var(--st-radius);background:var(--st-surface);border:2px solid var(--st-line)}.st-visit-mine{border-color:var(--st-brand)}.st-visit-other{background:var(--st-busy-bg);border-color:#f2c89f}.st-visit-table{font-size:30px;font-weight:800}.st-visit-status{font-size:20px;font-weight:700;margin:4px 0 10px}.st-visit-line{font-size:18px;margin-top:4px}.st-comment{font-size:18px;white-space:pre-wrap;overflow-wrap:anywhere;background:var(--st-surface);border-radius:12px;padding:12px 14px;margin:0}.st-guest{background:var(--st-surface);border:2px solid var(--st-line);border-radius:var(--st-radius);padding:14px 16px;margin:0}.st-guest-crm{font-size:15px;margin:0 0 12px}.st-guest-facts{display:flex;flex-wrap:wrap;gap:8px 28px}.st-guest-label{font-size:14px;color:var(--st-muted)}.st-guest-value{font-size:20px;font-weight:700}.st-guest-note{margin-top:12px;padding-top:12px;border-top:1px solid var(--st-line)}.st-booking-comment{font-size:18px;white-space:pre-wrap;overflow-wrap:anywhere;margin:2px 0 0}.st-closed{text-align:center;display:flex;flex-direction:column;gap:14px;padding-top:32px}.st-closed .st-h1{margin:0}.st-done-mark{width:76px;height:76px;margin:0 auto;border-radius:50%;background:var(--st-free-bg);color:var(--st-free);font-size:40px;font-weight:800;display:flex;align-items:center;justify-content:center}.st-warning{background:var(--st-warn-bg);color:var(--st-warn-ink);border-radius:14px;padding:14px 16px;font-weight:600}.st-error{background:var(--st-danger-bg);color:var(--st-danger);border-radius:14px;padding:12px 16px;margin:12px 0;font-weight:600}.st-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#0f111473;display:flex;align-items:flex-end;justify-content:center}.st-sheet{width:100%;max-width:640px;background:var(--st-bg);border-radius:24px 24px 0 0;padding:22px var(--st-gutter-right) calc(20px + var(--st-safe-bottom)) var(--st-gutter-left);display:flex;flex-direction:column;gap:12px;max-height:92vh;overflow-y:auto}.st-sheet-title{font-size:26px;margin:0}.st-sheet-question{font-size:21px;font-weight:700;margin:4px 0}.st-sheet-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:6px}.st-chips{display:flex;flex-wrap:wrap;gap:8px}.st-chip{min-height:44px;padding:0 14px;border-radius:999px;border:2px solid var(--st-line);background:var(--st-surface);font-size:16px}.st-textarea{width:100%;border:2px solid var(--st-line);border-radius:14px;padding:12px 14px;font-size:17px;background:var(--st-surface);resize:vertical}.st-login{max-width:480px;margin:0 auto;width:100%;padding:calc(24px + var(--st-safe-top)) 16px calc(16px + var(--st-safe-bottom))}.st-login-pin{padding-top:calc(12px + var(--st-safe-top))}.st-login-head{display:flex;align-items:center;gap:12px;margin-bottom:8px}.st-login-pin .st-login-head{display:none}.st-logo{width:48px;height:48px;border-radius:14px;background:var(--st-brand);color:#fff;font-weight:800;font-size:26px;display:flex;align-items:center;justify-content:center}.st-brand-title{font-size:22px;font-weight:800}.st-pin{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:4px}.st-pin .st-error{margin:4px 0;padding:8px 16px}.st-pin-who{font-size:24px;font-weight:800;text-align:center}.st-pin-label{color:var(--st-muted)}.st-pin-dots{display:flex;gap:14px;min-height:22px;margin:2px 0}.st-pin-dots span{width:18px;height:18px;border-radius:50%;border:2px solid var(--st-ink)}.st-pin-dots span.filled{background:var(--st-ink)}.st-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;max-width:340px;margin-top:6px}.st-key{height:clamp(56px,8.5vh,72px);border-radius:18px;border:0;background:var(--st-surface);font-size:28px;font-weight:700;box-shadow:0 1px 2px #00000014}.st-key:active{background:var(--st-line)}.st-key-muted{background:transparent;box-shadow:none}.st-key-go{background:var(--st-brand);color:#fff;font-size:19px}.st-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 16px;padding:4px;background:var(--st-line);border-radius:16px}.st-tab{min-height:48px;padding:0 8px;border:0;border-radius:12px;background:transparent;font-size:16px;font-weight:700;color:var(--st-muted)}.st-tab-active{background:var(--st-surface);color:var(--st-ink);box-shadow:0 1px 3px #0000001f}.st-tab-badge{color:var(--st-brand)}.st-tile-group{font-size:15px;font-weight:700;margin-top:4px}.st-group-card{display:flex;flex-direction:column;gap:4px;width:100%;padding:16px 18px;border:2px solid var(--st-line);border-radius:var(--st-radius);background:var(--st-surface);text-align:left}.st-group-card-seated{border-color:var(--st-brand);background:var(--st-mine-bg)}.st-group-time{font-size:24px;font-weight:800}.st-group-guests{font-size:20px;font-weight:700}.st-group-line{color:var(--st-muted)}.st-group-status{font-weight:700;color:var(--st-brand)}.st-group-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.st-group-label{font-size:14px;color:var(--st-muted)}.st-group-value{font-size:18px;font-weight:700}.st-multiline{white-space:pre-line}.st-group-note{margin-top:12px;padding:14px 16px;border-radius:14px;background:var(--st-warn-bg);color:var(--st-warn-ink);font-weight:600}.st-table-title{margin-bottom:2px}.st-table-sub{margin:0 0 16px}.st-booking-card{display:flex;flex-direction:column;gap:6px;padding:16px;border-radius:var(--st-radius);background:var(--st-surface);border:2px solid var(--st-brand)}.st-booking-card-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:4px 12px}.st-booking-card-head .st-h2{margin:0}.st-booking-when{font-weight:600;color:var(--st-brand)}.st-booking-time{font-size:30px;font-weight:800;line-height:1.15}.st-booking-guests{font-size:20px;font-weight:700}.st-booking-card .st-btn-xl,.st-booking-card .st-group-note{margin-top:8px}.st-group-note-detail{font-weight:400;margin-top:4px}.st-other-bookings{margin:14px 0 0}.st-link-btn{min-height:44px;padding:0;border:0;background:transparent;color:var(--st-brand);font-weight:700;text-decoration:underline}.st-other-list{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.st-other-row{width:100%;min-height:var(--st-tap);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:4px 12px;padding:10px 16px;border:2px solid var(--st-line);border-radius:14px;background:var(--st-surface);text-align:left}.st-other-time{font-weight:700}.st-walk-in{margin-top:20px;padding-top:20px;border-top:1px solid var(--st-line)}.st-next-booking{margin:12px 0 0;padding:12px 14px;border-radius:14px;background:var(--st-warn-bg);color:var(--st-warn-ink);font-weight:600}
