:root{--bg:#0b1220;--bg-card:#121d31;--bg-soft:#1e2b42;--text:#e8edf7;--text-muted:#9caec8;--line:#2a3a57;--accent:#2d6cdf;--accent-soft:#214ea6;--danger:#d9534f;--success:#1dbf73;--restoo-sidebar-width:232px}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-root{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{border-right:1px solid var(--line);background:#0a1425;padding:18px 12px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sidebar-header{padding:8px 10px 18px;border-bottom:1px solid var(--line)}.brand-title{font-size:12px;letter-spacing:.08em;color:var(--text-muted)}.brand-subtitle{margin-top:6px;font-weight:700}.sidebar-nav{display:grid;grid-gap:8px;gap:8px;margin-top:16px}.sidebar-link{padding:10px 12px;border-radius:8px;color:var(--text-muted)}.sidebar-link:hover{background:#12223d;color:var(--text)}.sidebar-link-active{background:#12284f;color:#d6e7ff}.app-main{padding:20px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.page-header h1{margin:0;font-size:24px}.page-header p{margin:6px 0 0;color:var(--text-muted)}.page-header-actions{display:flex;gap:10px;align-items:center}.page-content{border:1px solid var(--line);background:rgba(18,29,49,.65);border-radius:12px;padding:14px}.btn{border:1px solid var(--line);background:var(--bg-soft);color:var(--text);padding:8px 12px;border-radius:8px;cursor:pointer}.btn:hover{border-color:#45608f}.btn-primary{background:var(--accent);border-color:var(--accent)}.btn-primary:hover{background:var(--accent-soft)}.btn-danger{background:rgba(217,83,79,.12);border-color:rgba(217,83,79,.35);color:#ffb2ad}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px}.grid-2,.grid-3{display:grid;gap:12px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px}.form-field{display:grid;grid-gap:6px;gap:6px}.form-field label{color:var(--text-muted);font-size:13px}.form-field input,.form-field select,.form-field textarea{background:#111a2c;border:1px solid var(--line);border-radius:8px;color:var(--text);padding:8px 10px}.table{width:100%;border-collapse:collapse}.table td,.table th{border-bottom:1px solid var(--line);padding:8px;text-align:left}.table th{color:var(--text-muted);font-weight:600;font-size:13px}.panel{border:1px solid var(--line);border-radius:10px;background:#0f1a2d}.modal-backdrop{position:fixed;inset:0;background:rgba(7,12,23,.76);display:grid;place-items:center;z-index:100;padding:12px}.modal{width:min(960px,100%);max-height:92vh;overflow:auto;background:#111b2e;border:1px solid var(--line);border-radius:12px}.modal-header{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#10192c;border-bottom:1px solid var(--line);padding:12px;display:flex;justify-content:space-between;align-items:center}.modal-body{padding:12px}.modal-footer{position:-webkit-sticky;position:sticky;bottom:0;background:#10192c;border-top:1px solid var(--line);padding:12px;display:flex;justify-content:flex-end;gap:10px}.badge{border:1px solid var(--line);border-radius:999px;padding:2px 8px;font-size:12px;color:var(--text-muted)}.btn:disabled{cursor:not-allowed;opacity:.65}.service-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.bookings-layout{display:grid;grid-gap:14px;gap:14px}.bookings-layout-with-map{grid-template-columns:minmax(0,1fr) 360px}.timeline-panel{border:1px solid var(--line);border-radius:10px;overflow:hidden}.timeline-head{background:#13223d;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding:10px 12px;font-weight:600}.timeline-grid{display:grid}.timeline-row{border-bottom:1px solid var(--line)}.timeline-row:last-child{border-bottom:none}.timeline-row-head{display:grid;grid-template-columns:84px 80px auto;grid-gap:8px;gap:8px;align-items:center;padding:10px 12px;background:rgba(11,18,32,.45)}.timeline-bookings{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:10px;gap:10px;padding:10px 12px 12px}.timeline-bookings-finalized{display:grid;grid-gap:10px;gap:10px;padding:10px 12px}.booking-card{width:100%;text-align:left;border:1px solid var(--line);border-radius:10px;background:#101c31;color:var(--text);padding:10px}.booking-card:hover{border-color:#4b6ca8}.booking-card-head{display:flex;justify-content:space-between;gap:8px;align-items:center}.booking-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px;color:var(--text-muted);font-size:13px}.booking-card-status{margin-top:10px;border-radius:6px;padding:4px 8px;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.03em}.map-panel{padding:12px}.table-map{position:relative;width:100%;min-height:560px;background:linear-gradient(160deg,#0f223f,#122949 45%,#15213b);border-radius:12px;border:1px solid var(--line);overflow:hidden}.table-map-mini{min-height:300px}.table-node{position:absolute;transform:translate(-50%,-50%);width:56px;min-height:38px;border-radius:8px;border:1px solid #5a759f;background:rgba(25,52,94,.9);color:#dbe8ff;display:grid;place-items:center;font-size:13px;font-weight:700;text-align:center}button.table-node{cursor:pointer}.table-node-selected{background:#2d6cdf;border-color:#8cb7ff;box-shadow:0 0 0 2px rgba(140,183,255,.3)}.table-node-busy{background:#7a1f1f;border-color:#e75f5f;color:#ffd2d2}.table-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:8px;gap:8px;margin-top:10px}.table-option{border:1px solid var(--line);border-radius:8px;padding:8px 10px;background:#101b31;display:flex;gap:8px;align-items:center}.status-actions{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.status-summary{padding:10px}.status-summary p{margin:6px 0}.slot-rule-table{margin-top:10px}.block-title{margin-top:18px;margin-bottom:8px;font-size:16px}.wizard-body{display:grid;grid-gap:12px;gap:12px}.wizard-steps{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px}.wizard-step{border:1px solid var(--line);border-radius:8px;background:#122038;text-align:center;padding:8px;color:var(--text-muted)}.wizard-step-active{border-color:#7caeff;color:#d8e9ff;background:#1a3561}.pax-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));grid-gap:8px;gap:8px}.slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:8px;gap:8px}.slot-row{border:1px solid var(--line);border-radius:8px;background:#101a2d;color:var(--text);display:flex;justify-content:space-between;gap:6px;padding:8px 10px}.slot-row-active{border-color:#77a6ef;background:#1a3158}.room-choice{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.search-results{display:grid;grid-gap:8px;gap:8px;margin-top:8px;max-height:160px;overflow:auto}.search-result{width:100%;text-align:left;border:1px solid var(--line);border-radius:8px;background:#0f192d;color:var(--text);padding:8px 10px;cursor:pointer}.search-result:hover{border-color:#5980bc}.feedback-error{color:#ffb2ad}.feedback-ok{color:#93efbf}.settings-grid{display:grid;grid-gap:12px;gap:12px}.settings-panel{padding:12px}.settings-panel h3{margin-top:0;margin-bottom:12px;font-size:16px}.settings-table td,.settings-table th{vertical-align:middle}.actions-cell{display:flex;gap:8px}.switch-grid{display:grid;grid-gap:8px;gap:8px;margin-top:14px}.switch-grid label{display:flex;gap:8px;align-items:center}.modal-sm{width:min(480px,100%)}.restoo-screen{min-height:100vh;background:#bec7d3;color:#111827;font-family:Segoe UI,Tahoma,sans-serif}.restoo-screen.is-closed-day{background:linear-gradient(180deg,#1c273b,#0e1730)}.restoo-topbar{background:#0b1530;color:#f1f5f9;padding:10px 16px 8px}.restoo-top-main{display:flex;align-items:center;justify-content:space-between;gap:12px}.restoo-top-main>*{min-width:0}.restoo-brand{display:flex;align-items:center;gap:10px;flex:1 1}.restoo-brand-name{font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.restoo-nav-controls{display:flex;align-items:center;justify-content:center;gap:10px;flex:1 1}.restoo-nav-button{border:none;background:transparent;color:#c8d2e1;min-width:28px;height:28px;font-size:28px;line-height:1;padding:0;cursor:pointer}.restoo-date-pill{background:#13a64a;color:#f0fdf4;border:none;border-radius:8px;padding:9px 14px;font-weight:700;text-transform:lowercase;font-size:14px;line-height:1}.restoo-time-label{color:#e2e8f0;font-size:14px;min-width:52px;text-align:center;font-weight:600}.restoo-today-pill{background:#16a34a;color:#effdf5;border:none;border-radius:8px;padding:9px 14px;font-weight:700;font-size:14px;line-height:1;cursor:pointer}.restoo-today-pill:hover{background:#15803d}.restoo-service-select{border:1px solid #334661;border-radius:8px;background:transparent;color:#e8eef8;padding:8px 13px;min-width:104px;font-size:14px;font-weight:600;text-transform:capitalize;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;cursor:pointer}.restoo-service-select option{color:#0f172a}.restoo-service-select:hover{border-color:#415676;background:rgba(24,36,58,.45)}.restoo-service-select.is-closed{background:#374356;border-color:#4a5568;color:#aeb9c9;cursor:default}.restoo-service-select:disabled{opacity:1}.restoo-right-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex:1 1}.restoo-top-menu-wrap{position:relative}.restoo-top-menu{position:absolute;top:calc(100% + 12px);right:0;min-width:169px;border:1px solid #c7cfdb;border-radius:9px;background:#f4f5f7;box-shadow:0 14px 30px rgba(15,23,42,.32);padding:6px 0;z-index:30}.restoo-top-menu button{width:100%;min-height:30px;border:none;background:transparent;padding:0 13px;display:inline-flex;align-items:center;gap:8px;color:#0f172a;font-size:12px;font-weight:500;cursor:pointer}.restoo-top-menu button:hover{background:#e8edf4}.restoo-primary-button{background:#2869f6;border:none;border-radius:8px;color:#eff6ff;font-weight:700;padding:9px 14px;font-size:14px;line-height:1;gap:6px}.restoo-icon-button,.restoo-primary-button{display:inline-flex;align-items:center;cursor:pointer}.restoo-icon-button{border:none;background:transparent;color:#a7b4c7;min-width:26px;height:26px;justify-content:center;padding:0}.restoo-top-sub{margin-top:8px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px}.restoo-top-sub-closed{margin-top:4px;min-height:26px}.restoo-kpi{color:#d9e2ef;font-size:15px;line-height:1;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;gap:10px}.restoo-display-icons{display:flex;align-items:center;gap:12px}.restoo-display-icon{width:34px;height:30px;border:1px solid transparent;border-radius:6px;background:transparent;color:#7f8ca1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.restoo-display-icon-active{color:#f8fafc;border-color:#4c79da;background:rgba(34,64,119,.5);box-shadow:0 0 0 1px rgba(76,121,218,.3)}.restoo-search-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px}.restoo-search-trigger{width:42px;height:42px;border-radius:999px;background:transparent;color:#9ca8bb}.restoo-search-trigger.is-open,.restoo-search-trigger:hover{background:#1f293d;color:#f8fafc}.restoo-clear-search{min-height:34px;border:none;border-radius:5px;background:#f8d94e;color:#1f2937;display:inline-flex;align-items:center;gap:7px;padding:0 10px;font-size:14px;font-weight:600;cursor:pointer}.restoo-search-overlay{position:fixed;inset:0;z-index:180;background:transparent}.restoo-search-box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(760px,calc(100vw - 40px));min-height:72px;border-radius:12px;background:rgba(11,21,48,.94);color:#f8fafc;box-shadow:0 18px 50px rgba(7,12,23,.42);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:0 24px}.restoo-search-box svg{color:#94a3b8}.restoo-search-box input{width:100%;border:none;outline:none;background:transparent;color:#f8fafc;font-size:22px;font-weight:500}.restoo-search-box input::placeholder{color:#94a3b8}.restoo-search-box button{border:none;background:transparent;color:#94a3b8;display:grid;place-items:center;padding:0;cursor:pointer}.restoo-filterbar{background:#f4f5f7;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #c4ccd8;min-height:56px}.restoo-tabs{display:flex;gap:16px}.restoo-tab{border:none;background:transparent;color:#4b5563;font-size:13px;font-weight:600;cursor:pointer;padding:0}.restoo-tab-active{color:#2563eb}.restoo-filter-button{border:none;background:transparent;color:#64748b;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.restoo-feedback{margin:8px 12px 0;color:#334155}.restoo-body{display:grid;grid-gap:0;gap:0;padding:0}.restoo-closed-day{min-height:calc(100vh - 154px);border-top:1px solid #2f3b52;border-bottom:none;background:linear-gradient(180deg,#1c273b,#0e1730);display:grid;place-content:center;text-align:center;color:#f8fafc;grid-gap:8px;gap:8px}.restoo-service-modal-backdrop{position:fixed;inset:0;z-index:250;background:rgba(5,10,22,.68);display:grid;place-items:start center;padding-top:112px}.restoo-service-modal{width:min(600px,calc(100vw - 28px));border-radius:11px;background:#edf0f5;box-shadow:0 14px 32px rgba(4,9,20,.4);border:1px solid #c6cfdd;padding:14px 14px 16px}.restoo-service-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.restoo-service-modal-head strong{font-size:28px;color:#0f172a;font-weight:700}.restoo-service-modal-head button{border:none;background:transparent;color:#64748b;cursor:pointer}.restoo-service-modal-card{min-height:64px;border-radius:10px;background:#2f66df;color:#eef4ff;display:grid;place-content:center;text-align:center;grid-gap:2px;gap:2px;padding:8px 12px}.restoo-service-modal-card strong{font-size:18px;line-height:1.1}.restoo-service-modal-card span{font-size:12px;color:#b9cdfb}.restoo-closed-day p{margin:0;color:#9fb0c8;font-size:42px;font-weight:500;line-height:1.1;text-transform:lowercase}.restoo-closed-day h2{margin:0;font-size:86px;line-height:1;letter-spacing:.04em;font-weight:800}.restoo-body-with-map{grid-template-columns:var(--restoo-map-list-width,400px) 8px minmax(0,1fr);align-items:stretch;height:calc(100vh - 214px);overflow:hidden}.restoo-body-with-map.restoo-body-map-panel{height:calc(100vh - 158px)}.restoo-body-with-map .restoo-list{min-width:0;overflow-y:auto}.restoo-body-with-cronogram{grid-template-columns:clamp(338px,33.3vw,690px) minmax(0,1fr);align-items:stretch;height:calc(100vh - 158px);overflow:hidden;background:#10192c}.restoo-body-with-cronogram .restoo-list{min-width:0;overflow-y:auto;border-right:1px solid #6f7f94;background:#d9e0e9;align-content:start}.restoo-body-with-cronogram .restoo-section-content-compact,.restoo-body-with-cronogram .restoo-slot-cards{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:8px;gap:8px;padding-left:10px;padding-right:10px}.restoo-body-with-cronogram .restoo-card{width:100%}.restoo-cronogram-filterbar{min-height:58px;border-bottom:1px solid #c4ccd8}.restoo-body-with-map.is-resizing{cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none}.restoo-map-splitter{width:8px;height:100%;border:none;border-right:1px solid #2f3b52;border-left:1px solid #8f9db0;background:#b8c4d2;cursor:col-resize;padding:0;position:relative;z-index:8}.restoo-map-splitter.is-dragging,.restoo-map-splitter:hover{background:#8fa0b6}.restoo-map-splitter:after{content:"";position:absolute;inset:0 -5px}.restoo-map-side-panel{min-width:0;overflow:hidden;background:#e7edf4;border-right:1px solid #b8c4d2;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.restoo-map-side-head{min-height:68px;padding:16px 18px;border-bottom:1px solid #c2ccd9;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.restoo-map-side-head h2{margin:0;color:#0f172a;font-size:16px;line-height:1.1;font-weight:800}.restoo-map-side-head p{margin:3px 0 0;display:inline-flex;align-items:center;gap:6px;color:#0f172a;font-size:14px;font-weight:600}.restoo-map-table-capacity-mark{width:16px;height:16px;border-radius:3px;display:inline-grid;place-items:center;background:#95a3b7;color:#f8fafc;font-size:15px;line-height:1}.restoo-map-side-close{width:28px;height:28px;border:none;border-radius:999px;background:transparent;color:#64748b;display:grid;place-items:center;cursor:pointer}.restoo-map-side-close:hover{background:rgba(100,116,139,.14)}.restoo-map-side-body{min-height:0;overflow-y:auto;padding:18px;display:grid;align-content:start;grid-gap:18px;gap:18px}.restoo-map-side-group{display:grid;justify-items:start;grid-gap:8px;gap:8px}.restoo-map-side-label{color:#6b7280;font-size:12px;font-weight:600;text-transform:uppercase}.restoo-map-side-chip{min-width:44px;height:38px;border:1px solid #c3cedc;border-radius:4px;background:#f8fafc;color:#0f172a;display:inline-grid;place-items:center;padding:0 12px;font-size:16px;font-weight:800}.restoo-map-side-chip.is-filled{background:#64748b;border-color:#64748b;color:#f8fafc}.restoo-map-walkin-controls{margin-top:auto;display:grid;grid-gap:14px;gap:14px}.restoo-map-duration-select{min-height:70px;border:1px solid #cbd5e1;border-radius:7px;background:#f8fafc;padding:12px 42px 12px 14px;display:grid;grid-gap:4px;gap:4px;position:relative;color:#0f172a}.restoo-map-duration-select span{color:#64748b;font-size:13px;font-weight:500}.restoo-map-duration-select strong{font-size:15px;line-height:1.1}.restoo-map-duration-select select{position:absolute;inset:0;opacity:0;cursor:pointer}.restoo-map-duration-select svg{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.restoo-map-toggle-row{display:inline-flex;align-items:center;gap:10px;color:#0f172a;font-size:16px;font-weight:600}.restoo-map-toggle{width:42px;height:24px;border:none;border-radius:999px;background:#9aa8ba;padding:3px;display:inline-flex;justify-content:flex-start;cursor:pointer}.restoo-map-toggle span{width:18px;height:18px;border-radius:999px;background:#f8fafc;transition:transform .12s ease}.restoo-map-toggle.is-on{background:#2563eb}.restoo-map-toggle.is-on span{transform:translateX(18px)}.restoo-map-pax-actions{display:grid;grid-gap:10px;gap:10px}.restoo-map-side-footer{padding:16px 18px 18px;border-top:1px solid #c2ccd9;display:grid;grid-gap:12px;gap:12px}.restoo-map-side-action{min-height:48px;border:none;border-radius:6px;color:#eff6ff;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 14px;font-size:16px;font-weight:700;cursor:pointer}.restoo-map-side-action.is-blue{background:#2f66df}.restoo-map-side-action.is-green{background:#12a04a}.restoo-map-side-action:disabled{opacity:.65;cursor:wait}.restoo-map-side-back,.restoo-map-side-cancel{min-height:34px;border:none;background:transparent;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:500;cursor:pointer}.restoo-map-side-back{color:#64748b}.restoo-list{display:grid;grid-gap:0;gap:0}.restoo-section{border-top:1px solid #63718a}.restoo-section-header{width:100%;border:none;background:#36445a;color:#e2e8f0;display:flex;justify-content:space-between;align-items:center;padding:9px 12px;font-size:13px;font-weight:700;cursor:pointer}.restoo-section-content{background:#d9e0e9}.restoo-section-content-compact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;padding:8px 12px 10px}.restoo-slot-row{border-top:1px solid #c4cedb;padding:0}.restoo-slot-head{display:grid;grid-template-columns:70px minmax(0,1fr) auto;align-items:center;grid-column-gap:14px;column-gap:14px;width:100%;color:#4a566a;font-size:12px;margin:0;padding:8px 12px 10px}.restoo-slot-head-clickable{cursor:pointer;width:100%;border-radius:0;margin:0;transition:background-color .12s ease,color .12s ease}.restoo-slot-head-clickable:hover{color:#2f3f56;background:#c9d4e1}.restoo-slot-head-clickable:focus-visible{outline:2px solid #5d86dd;outline-offset:1px;background:#c9d4e1}.restoo-slot-head.is-disabled{opacity:.55;cursor:not-allowed}.restoo-slot-head.is-disabled:focus-visible,.restoo-slot-head.is-disabled:hover{background:transparent;outline:none}.restoo-slot-head span:first-child{min-width:56px}.restoo-slot-head-clickable:not(.is-disabled):focus-visible span:first-child,.restoo-slot-head-clickable:not(.is-disabled):hover span:first-child{color:#2563eb}.restoo-slot-count{grid-column:3;grid-row:1;justify-self:end;transition:opacity .12s ease}.restoo-slot-head-clickable:not(.is-disabled):focus-visible .restoo-slot-count,.restoo-slot-head-clickable:not(.is-disabled):hover .restoo-slot-count{opacity:0}.restoo-slot-plus{grid-column:3;grid-row:1;justify-self:end;border:none;background:transparent;color:#3765d8;font-size:13px;font-weight:700;letter-spacing:.01em;line-height:1.1;padding:0;cursor:pointer;text-transform:uppercase;opacity:0;pointer-events:none;transition:opacity .12s ease}.restoo-slot-head-clickable:not(.is-disabled):focus-visible .restoo-slot-plus,.restoo-slot-head-clickable:not(.is-disabled):hover .restoo-slot-plus{opacity:1;pointer-events:auto}.restoo-slot-plus:disabled{opacity:.45;cursor:not-allowed}.restoo-slot-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;padding:0 12px 10px}.restoo-slot-cards:empty{display:none}.restoo-card{border:1px solid #b0bccb;border-radius:10px;background:#f8fafc;color:#0f172a;width:100%;display:block;overflow:hidden;text-align:left;box-shadow:0 1px 1px rgba(15,23,42,.06)}.restoo-body-with-map .restoo-section-content-compact,.restoo-body-with-map .restoo-slot-cards{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:8px;gap:8px;padding-left:10px;padding-right:10px}.restoo-body-with-map .restoo-card{width:100%}.restoo-card:hover{border-color:#8b99ad}.restoo-card.is-expanded{box-shadow:0 3px 10px rgba(15,23,42,.14)}.restoo-card-row{display:grid;grid-template-columns:42px minmax(0,1fr) 34px minmax(76px,max-content);grid-column-gap:12px;column-gap:12px;grid-row-gap:8px;row-gap:8px;padding:8px;align-items:center;cursor:pointer}.restoo-card-avatar{width:40px;height:40px;border-radius:999px;background:#667991;color:#eef2ff;display:grid;place-items:center;font-weight:700;font-size:14px}.restoo-card-avatar svg{color:#f8fbff}.restoo-card-avatar.is-attended{background:#2f69e7}.restoo-card-avatar.is-final-negative{background:#e33a44}.restoo-card-avatar-btn{border:none;padding:0;cursor:pointer}.restoo-card-avatar-logo{position:relative;display:inline-flex;align-items:center;gap:2px;font-style:italic;font-size:19px;line-height:1;font-weight:700}.restoo-card-avatar-logo em{width:9px;height:16px;background:#c8d2e2;border-radius:1px;transform:skewX(-11deg);display:inline-block}.restoo-card-main{display:grid;grid-gap:2px;gap:2px;min-width:0}.restoo-card-name{font-size:14px;font-weight:700;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.restoo-card-time{display:flex;align-items:baseline;gap:8px;color:#4b5563}.restoo-card-time strong{color:#0f172a;font-size:16px;font-weight:700;line-height:1}.restoo-card-time span{font-size:11px}.restoo-card-icons{display:flex;gap:4px;color:#4f7ec8;line-height:1}.restoo-card-icon-note{background:#63a316}.restoo-note-bubble{position:relative;width:15px;height:12px;border-radius:999px;background:#63a316;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.restoo-note-bubble:before{content:"";width:3px;height:3px;border-radius:999px;background:currentColor;box-shadow:-5px 0 0 currentColor,5px 0 0 currentColor}.restoo-note-bubble:after{content:"";position:absolute;left:2px;bottom:-3px;width:6px;height:5px;background:#63a316;-webkit-clip-path:polygon(0 0,100% 0,0 100%);clip-path:polygon(0 0,100% 0,0 100%)}.restoo-card-party{font-size:18px;font-weight:700;line-height:1;justify-self:end;padding-right:4px;text-align:center;color:#0f172a}.restoo-card-table-stack{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;padding-left:8px}.restoo-card-table-secondary{min-width:30px;min-height:30px;border-radius:7px;background:#637791;color:#eef4ff;display:grid;place-items:center;font-size:12px;font-weight:700;line-height:1;padding:0 8px}.restoo-card-table{border:2px solid #b9c5d5;border-radius:11px;padding:6px 4px 5px;text-align:center;background:#ffffff;min-height:62px;display:grid;align-content:center;cursor:pointer;transition:border-color .12s ease-out,box-shadow .12s ease-out}.restoo-card-table:hover{border-color:#9fb3ce;box-shadow:0 0 0 1px rgba(159,179,206,.24)}.restoo-card-table:focus-visible{outline:2px solid #4a7ad6;outline-offset:1px}.restoo-card-table-number{font-size:18px;line-height:1;font-weight:800}.restoo-card-table-room{margin-top:2px;font-size:10px;letter-spacing:.04em;color:#5b6574;font-weight:700}.restoo-card-expand{border-top:1px solid #d6dde6;background:#f8fafc}.restoo-card-expand-info{display:grid;grid-gap:3px;gap:3px;padding:0 8px 8px}.restoo-card-expand-line{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#3f4a58}.restoo-card-expand-line strong{font-size:14px;line-height:1;color:#1f2937}.restoo-card-expand-line span{font-size:14px;line-height:1;color:#2f3f57}.restoo-card-expand-line.is-note-private,.restoo-card-expand-line.is-note-public{align-items:flex-start}.restoo-card-expand-line.is-note-public svg{color:#63a316;margin-top:1px}.restoo-card-expand-line.is-note-public .restoo-note-bubble{margin-top:1px}.restoo-card-expand-line.is-note-private svg{color:#8b5cf6;margin-top:1px}.restoo-card-expand-line.is-note-private span,.restoo-card-expand-line.is-note-public span{white-space:normal;line-height:1.28}.restoo-card-expand-actions{display:grid;grid-template-columns:1fr 1fr;background:#3369db;border-top:1px solid #2f5fc2}.restoo-card-expand-actions-triple{grid-template-columns:repeat(3,1fr)}.restoo-card-expand-action{min-height:38px;border:none;background:transparent;color:#f1f7ff;font-size:13px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.restoo-card-expand-action+.restoo-card-expand-action{border-left:1px solid rgba(237,244,255,.3)}.restoo-card-expand-action:disabled{opacity:.55;cursor:not-allowed}.restoo-plan-map-wrap{position:relative;min-width:0;background:#4b5870;overflow:hidden;touch-action:none;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.restoo-plan-map-wrap.is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.restoo-plan-map-wrap.is-fullscreen{position:fixed;inset:0;z-index:220;min-height:100vh;width:100vw}.restoo-plan-map{position:relative;width:100%;height:100%;background:linear-gradient(162deg,#4e5b73,#46546d);transform-origin:center center;transition:transform .12s ease;will-change:transform}.restoo-plan-map-wrap.is-dragging .restoo-plan-map{transition:none}.restoo-plan-map .restoo-floor-column,.restoo-plan-map .restoo-floor-wall{background:#73829a;opacity:.82}.restoo-plan-map .restoo-assign-node-wrap{gap:3px;cursor:default}.restoo-plan-node{min-width:56px;min-height:52px;border-radius:8px;border:1px solid #a6b3c8;background:#f8fbff;color:#131d2f;font-weight:700;font-size:14px;line-height:1;box-shadow:0 1px 0 rgba(7,12,23,.08);position:relative}.restoo-assign-node:after,.restoo-assign-node:before{content:"";position:absolute;inset:-8px;pointer-events:none;opacity:calc(min(var(--chairs-count, 1), 4) / 4)}.restoo-assign-node:before{background:linear-gradient(#94a3b8,#94a3b8) 0 /7px 70% no-repeat,linear-gradient(#94a3b8,#94a3b8) 100% /7px 70% no-repeat}.restoo-assign-node:after{background:linear-gradient(#94a3b8,#94a3b8) top /52% 7px no-repeat,linear-gradient(#94a3b8,#94a3b8) bottom /52% 7px no-repeat}.restoo-plan-node:disabled{cursor:default}.restoo-plan-node.is-current{border-color:#a8b7ca;box-shadow:0 0 0 5px rgba(168,183,202,.6)}.restoo-plan-node.is-selected{background:#3975f0;border-color:#3975f0;color:#eff6ff}.restoo-plan-map .restoo-assign-node-tag{min-height:0;font-size:11px;border-radius:6px;background:#0f1b36}.restoo-map-toolbar{position:absolute;left:12px;bottom:12px;z-index:5;display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:7px 10px;border-radius:8px;background:#0b1530;box-shadow:0 8px 24px rgba(5,10,22,.22);pointer-events:auto}.restoo-map-tool{width:36px;height:34px;border:none;border-radius:6px;background:transparent;color:#f8fafc;display:inline-grid;place-items:center;cursor:pointer}.restoo-map-tool.is-active,.restoo-map-tool:hover{background:rgba(148,163,184,.16)}.restoo-map-menu{position:relative;display:inline-grid;place-items:center}.restoo-map-edit-action{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translateX(-50%);min-width:150px;min-height:42px;border:1px solid #2563eb;border-radius:7px;background:#f8fafc;color:#0f172a;box-shadow:0 0 0 2px #f8fafc,0 8px 24px rgba(5,10,22,.22);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;font-size:14px;font-weight:600;white-space:nowrap;cursor:pointer}.restoo-cronogram{min-width:0;position:relative;background:#172234;color:#f8fafc;overflow:hidden}.restoo-cronogram.is-fullscreen{position:fixed;inset:0;z-index:230}.restoo-cronogram-scroll{height:100%;overflow:auto;scrollbar-color:#697790 #10192c}.restoo-cronogram-canvas{min-width:calc(var(--cronogram-width) + 58px);background:#1c2739}.restoo-cronogram-head{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:grid;grid-template-columns:58px var(--cronogram-width);min-height:46px;background:#0b1530;border-bottom:1px solid #697790}.restoo-cronogram-head-spacer{border-right:3px solid #e2e8f0;background:#0b1530}.restoo-cronogram-hours{position:relative;min-height:46px}.restoo-cronogram-tick{position:absolute;top:0;bottom:0;width:58px;border-left:1px solid rgba(226,232,240,.28);display:flex;align-items:center;gap:6px;padding-left:7px;color:#8d98aa;font-size:12px;font-weight:700}.restoo-cronogram-tick.is-hour{border-left-color:#f8fafc;color:#f8fafc}.restoo-cronogram-tick strong{font-size:14px;line-height:1}.restoo-cronogram-room{display:grid;grid-template-columns:1fr;min-height:54px;padding:9px 12px;background:#354358;border-bottom:1px solid #66758d;color:#e8eef7}.restoo-cronogram-room strong{font-size:15px;line-height:1.1}.restoo-cronogram-room span{color:#b7c2d1;font-size:11px;font-weight:700}.restoo-cronogram-grid{display:grid;grid-template-columns:58px var(--cronogram-width);min-height:var(--cronogram-rows-height)}.restoo-cronogram-table-axis{background:#0e1729;border-right:3px solid #e2e8f0}.restoo-cronogram-table-label{height:58px;padding:8px 7px;border-bottom:1px solid rgba(226,232,240,.2);color:#f8fafc;display:grid;align-content:center;grid-gap:3px;gap:3px}.restoo-cronogram-table-label strong{font-size:13px;line-height:1}.restoo-cronogram-table-label span{color:#99a6b8;font-size:11px;font-weight:700;text-align:right}.restoo-cronogram-lanes{position:relative;background:#1c2739}.restoo-cronogram-service-window{position:absolute;top:0;bottom:0;background:rgba(108,124,146,.55);pointer-events:none}.restoo-cronogram-vline{position:absolute;top:0;bottom:0;width:1px;background:rgba(226,232,240,.18)}.restoo-cronogram-vline.is-hour{background:rgba(248,250,252,.85)}.restoo-cronogram-row-line{position:absolute;left:0;right:0;height:1px;background:rgba(226,232,240,.18)}.restoo-cronogram-booking{position:absolute;height:44px;border:1px solid #030712;border-radius:4px;background:#030717;color:#f8fafc;display:grid;grid-template-columns:28px minmax(0,1fr) 22px;align-items:center;grid-gap:8px;gap:8px;padding:0 8px;text-align:left;box-shadow:0 1px 0 rgba(248,250,252,.08),0 4px 12px rgba(3,7,18,.35);cursor:pointer}.restoo-cronogram-booking:hover{border-color:#7b8ca6}.restoo-cronogram-booking strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.restoo-cronogram-booking em{font-style:normal;font-size:14px;font-weight:800;text-align:right}.restoo-cronogram-avatar{width:24px;height:24px;border-radius:999px;border:2px solid #c8d2df;background:#718098;color:#f8fafc;display:inline-grid;place-items:center;font-size:10px;font-weight:800;font-style:italic}.restoo-cronogram-foot{position:-webkit-sticky;position:sticky;bottom:0;z-index:10;display:grid;grid-template-columns:48px 28px var(--cronogram-width);min-height:54px;background:#0b1530;border-top:1px solid #334155}.restoo-cronogram-fullscreen{width:40px;height:40px;margin:6px 4px;border:none;border-radius:7px;background:#344155;color:#f8fafc;display:inline-grid;place-items:center;cursor:pointer}.restoo-cronogram-fullscreen:hover{background:#46556b}.restoo-cronogram-foot-labels{display:grid;grid-template-rows:1fr 1fr;align-items:center;color:#aab5c6;font-size:12px;font-weight:700}.restoo-cronogram-foot-counts{position:relative;min-height:54px}.restoo-cronogram-foot-slot{position:absolute;top:5px;width:42px;display:grid;grid-template-rows:1fr 1fr;grid-gap:3px;gap:3px;color:#f8fafc;text-align:center}.restoo-cronogram-foot-slot span,.restoo-cronogram-foot-slot strong{min-height:18px;border-radius:4px;font-size:11px;line-height:18px}.restoo-cronogram-foot-slot span{background:rgba(148,163,184,.16)}.restoo-assign-backdrop{position:fixed;inset:90px 0 0;z-index:165;background:transparent;display:block;padding:0}.restoo-assign-modal{width:100vw;height:calc(100vh - 90px);border-radius:0;overflow:hidden;border:none;background:#445168;box-shadow:none;display:grid;grid-template-columns:338px minmax(0,1fr)}.restoo-assign-side{background:#dbe2eb;border-right:1px solid #b9c4d3;display:grid;grid-template-rows:auto auto auto auto 1fr;min-width:0}.restoo-assign-head{min-height:46px;padding:0 10px;border-bottom:1px solid #bdc7d5;display:flex;align-items:center;justify-content:space-between}.restoo-assign-head strong{color:#202734;font-size:27px;font-weight:700;line-height:1}.restoo-assign-close{border:none;background:transparent;color:#516176;width:24px;height:24px;border-radius:999px;display:grid;place-items:center;cursor:pointer}.restoo-assign-close:hover{background:rgba(81,97,118,.18)}.restoo-assign-booking-card{margin:12px 10px 0;border:1px solid #b8c3d3;border-radius:8px;background:#f8fafd;display:grid;grid-template-columns:40px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:10px}.restoo-assign-booking-main{display:grid;grid-gap:2px;gap:2px;min-width:0}.restoo-assign-booking-main h4{margin:0;color:#1f2937;font-size:14px;line-height:1.08;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.restoo-assign-booking-main div{color:#475569;font-size:12px}.restoo-assign-booking-main div strong{color:#0f172a;font-size:19px;line-height:1}.restoo-assign-booking-main p,.restoo-assign-booking-main small{margin:0;color:#475569;font-size:11px}.restoo-assign-booking-main p{font-size:13px;font-weight:600}.restoo-assign-booking-party{color:#0f172a;font-size:35px;font-weight:700;line-height:1}.restoo-assign-actions{margin:10px 10px 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.restoo-assign-muted-btn{height:40px;border:none;border-radius:6px;background:#39475f;color:#ecf2fb;font-size:14px;font-weight:600;cursor:pointer}.restoo-assign-muted-btn:disabled{opacity:.58;cursor:not-allowed}.restoo-assign-muted-btn.is-muted-active{background:#aeb7c4;color:#f7f9fc}.restoo-assign-muted-btn.is-warning-active{background:#edae35;color:#fffaf0;box-shadow:0 0 0 2px #2d6cdf}.restoo-assign-info-block{margin:10px 10px 0}.restoo-assign-info-block h5{margin:0 0 7px;color:#586271;font-size:11px;font-weight:700}.restoo-assign-selected-list{display:flex;flex-wrap:wrap;gap:6px}.restoo-assign-selected-chip{min-width:32px;min-height:34px;border:1px solid #b9c5d3;border-radius:4px;background:#f8fafc;color:#1f2937;font-size:18px;line-height:1;display:grid;place-items:center;padding:0 8px}.restoo-assign-selected-empty{color:#718096;font-size:14px}.restoo-assign-pax-pill{min-width:38px;min-height:34px;border-radius:5px;background:#16a34a;color:#ecfdf5;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;font-weight:700;font-size:19px;gap:6px}.restoo-assign-pax-pill.tone-waste{background:#edae35;color:#fffaf0}.restoo-assign-pax-pill.tone-missing{background:#dc3c36;color:#fff7f7}.restoo-assign-pax-pill small{font-size:13px;font-weight:800;line-height:1}.restoo-assign-footer{align-self:end;padding:10px;display:grid;grid-gap:8px;gap:8px}.restoo-assign-capacity-warning{min-height:28px;border-radius:0;background:#ffed97;color:#62451a;display:grid;place-items:center;font-size:14px;font-weight:600}.restoo-assign-capacity-warning.is-danger{background:#ffd9d6;color:#8a211e}.restoo-assign-save,.restoo-assign-seat{height:42px;border:none;border-radius:7px;color:#eff6ff;font-size:15px;font-weight:700;cursor:pointer}.restoo-assign-save{background:#2d6cdf}.restoo-assign-seat{background:#16a34a}.restoo-assign-save:disabled,.restoo-assign-seat:disabled{opacity:.55;cursor:not-allowed}.restoo-assign-cancel{border:none;background:transparent;color:#334155;font-size:15px;line-height:1;min-height:34px;cursor:pointer}.restoo-assign-map-wrap{background:#445168;padding:0;position:relative;overflow:hidden}.restoo-assign-map-wrap.is-fullscreen{position:fixed;inset:0;z-index:240}.restoo-assign-map{position:relative;width:100%;height:100%;min-height:100%;border-radius:0;background:linear-gradient(165deg,#46556d,#404e65)}.restoo-assign-node-wrap{position:absolute;transform:translate(-50%,-50%);display:grid;justify-items:center;grid-gap:2px;gap:2px}.restoo-assign-node{min-width:42px;min-height:42px;border:1px solid #8f9bb0;border-radius:8px;background:#9aa4b3;color:#f8fafc;font-size:18px;font-weight:700;line-height:1;padding:0 8px;cursor:pointer}.restoo-assign-node.is-current{border-color:#2d6cdf;box-shadow:0 0 0 2px rgba(45,108,223,.35)}.restoo-assign-node.is-selected{background:repeating-linear-gradient(135deg,rgba(147,197,253,.24),rgba(147,197,253,.24) 10px,rgba(37,99,235,.08) 0,rgba(37,99,235,.08) 20px),#2563eb;border-color:#93c5fd;color:#eff6ff}.restoo-assign-node.is-occupied.tone-blue{background:#3b82f6}.restoo-assign-node.is-occupied.tone-purple{background:#8b5cf6}.restoo-assign-node.is-occupied.tone-orange{background:#f59e0b}.restoo-assign-node.is-occupied.tone-green{background:#22c55e}.restoo-assign-node.is-occupied.tone-red{background:#ef4444}.restoo-assign-node.is-occupied.tone-slate{background:#64748b}.restoo-assign-node-tags{display:grid;grid-gap:2px;gap:2px;justify-items:center}.restoo-assign-node-tag{min-height:0;border-radius:7px;background:#111a33;color:#ffffff;font-size:11px;line-height:1.15;display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:3px 8px;white-space:nowrap;box-shadow:0 4px 12px rgba(3,8,20,.25);border:1px solid rgba(255,255,255,.06)}.restoo-assign-node-tag-line+.restoo-assign-node-tag-line{margin-top:2px}.restoo-assign-node-tag.tone-blue{background:#1d4ed8}.restoo-assign-node-tag.tone-purple{background:#6d28d9}.restoo-assign-node-tag.tone-orange{background:#b45309}.restoo-assign-node-tag.tone-green{background:#166534}.restoo-assign-node-tag.tone-red{background:#b91c1c}.restoo-assign-node-tag.is-conflict{background:#d03a2f;border-color:rgba(255,220,220,.35);color:#ffffff}.restoo-assign-node.is-conflict,.restoo-plan-node.is-conflict{background:#cf3a31;border-color:#cf3a31;color:#ffffff}.restoo-assign-node-tag.tone-slate{background:#334155}.restoo-empty{color:#475569;margin:0}.restoo-drawer-backdrop{position:fixed;inset:0;z-index:125;background:rgba(2,9,22,.14)}.restoo-drawer{width:var(--restoo-sidebar-width);max-width:92vw;height:100%;background:#262f39;border-right:1px solid #1f2630;color:#d6dde6;font-family:Segoe UI,Tahoma,sans-serif;box-shadow:16px 0 36px rgba(2,8,18,.38);overflow:auto;animation:restoo-drawer-in .14s ease-out}@keyframes restoo-drawer-in{0%{transform:translateX(-100%);opacity:.9}to{transform:translateX(0);opacity:1}}.restoo-drawer-header{padding:8px 10px 10px;border-bottom:1px solid #313b47;background:#202933}.restoo-drawer-brand{color:#f2f6fc;font-size:14px;font-weight:700;line-height:1;letter-spacing:-.04em}.restoo-drawer-merchant{margin-top:6px;color:#eef2f7;font-size:12px;line-height:1.06;font-weight:600}.restoo-drawer-user{margin-top:6px;border:none;background:transparent;color:#aab4c1;padding:0;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.restoo-drawer-user-wrap{position:relative}.restoo-drawer-user-menu{position:absolute;left:0;top:calc(100% + 8px);min-width:169px;border-radius:9px;border:1px solid #c7cfdb;background:#f4f5f7;box-shadow:0 14px 30px rgba(15,23,42,.32);padding:6px 0;z-index:40}.restoo-drawer-user-menu button{width:100%;min-height:30px;border:none;background:transparent;color:#0f172a;display:inline-flex;align-items:center;gap:8px;padding:0 13px;font-size:12px;font-weight:500;cursor:pointer}.restoo-drawer-user-menu button:hover{background:#e8edf4}.restoo-drawer-user-menu hr{border:none;border-top:1px solid #d5dce7;margin:5px 0}.restoo-update-banner{position:fixed;left:0;right:0;bottom:0;z-index:320;min-height:76px;background:rgba(0,0,0,.88);display:grid;place-items:center}.restoo-update-banner button{min-width:190px;min-height:44px;border:none;border-radius:8px;background:#2d6cdf;color:#f8fafc;font-size:18px;font-weight:700;cursor:pointer}.restoo-login-screen{min-height:100vh;background:linear-gradient(180deg,#1c273b,#0e1730);display:grid;place-items:center}.restoo-login-card{width:min(420px,calc(100vw - 30px));background:#f4f5f7;border:1px solid #c6cfdd;border-radius:12px;box-shadow:0 14px 30px rgba(15,23,42,.28);padding:24px;display:grid;grid-gap:12px;gap:12px}.restoo-login-card h1{margin:0;color:#0f172a}.restoo-login-card p{margin:0;color:#64748b}.restoo-login-card input{min-height:44px;border:1px solid #b6c2d3;border-radius:8px;padding:0 12px;font-size:16px}.restoo-login-password-field{position:relative}.restoo-login-password-field input{width:100%;padding-right:44px}.restoo-login-card .restoo-login-password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:26px;min-height:26px;height:26px;padding:0;border:0;border-radius:0;background:transparent;color:#64748b;display:inline-flex;align-items:center;justify-content:center}.restoo-login-card .restoo-login-password-toggle:hover{color:#2d6cdf}.restoo-login-card span{color:#c53030;font-size:14px}.restoo-login-card button{min-height:44px;border:none;border-radius:8px;background:#2d6cdf;color:#f8fafc;font-size:16px;font-weight:700;cursor:pointer}.restoo-drawer-nav{padding:8px 0 16px;display:grid;grid-gap:10px;gap:10px}.restoo-drawer-group{display:grid;grid-gap:2px;gap:2px}.restoo-drawer-group h4{margin:0;padding:8px 10px 4px;color:#f2f6fb;font-size:13px;font-weight:700;letter-spacing:.02em}.restoo-drawer-link{border:none;background:transparent;color:#d8dee8;text-align:left;width:100%;display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:13px;cursor:pointer}.restoo-drawer-link svg{color:#b4bfcd;flex-shrink:0}.restoo-drawer-link:hover{background:#303a46}.restoo-drawer-link.is-active{background:#1f2732}.restoo-drawer-link.is-disabled{color:#d2d8e1}.restoo-status-backdrop{z-index:150;background:rgba(7,14,30,.74)}.restoo-status-modal{width:min(360px,96vw);border-radius:8px;border:1px solid #c4cedb;background:#edf1f6;box-shadow:0 14px 34px rgba(3,10,24,.42);overflow:hidden}.restoo-status-head{height:48px;border-bottom:1px solid #c9d2de;background:#f7f9fc;padding:0 10px;display:flex;align-items:center;gap:10px;color:#1f2937;font-size:13px}.restoo-status-head span{display:inline-flex;align-items:center;gap:4px;color:#374151;font-weight:600}.restoo-status-head strong{margin-left:auto;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.restoo-status-close{border:none;background:transparent;color:#64748b;width:22px;height:22px;border-radius:999px;display:grid;place-items:center;cursor:pointer}.restoo-status-close:hover{background:rgba(100,116,139,.18)}.restoo-status-list{padding:10px;display:grid;grid-gap:8px;gap:8px}.restoo-status-item{border:1px solid #c7d1df;border-radius:7px;background:#f8fafc;color:#111827;min-height:52px;width:100%;display:inline-flex;align-items:center;gap:10px;padding:0 10px;font-size:15px;font-weight:600;text-align:left;cursor:pointer}.restoo-status-item:hover{border-color:#aebbd0}.restoo-status-item.is-active{border-color:#2d6cdf;background:#2d6cdf;color:#ecf3ff}.restoo-status-item-icon{width:32px;height:32px;border-radius:999px;border:1px solid #c9d4e2;display:grid;place-items:center;flex-shrink:0;background:#fff}.restoo-status-item.tone-slate .restoo-status-item-icon{color:#64748b}.restoo-status-item.tone-blue .restoo-status-item-icon{background:#2f67d5;border-color:#2f67d5;color:#fff}.restoo-status-item.tone-violet .restoo-status-item-icon{color:#7c3aed}.restoo-status-item.tone-green .restoo-status-item-icon{color:#16a34a}.restoo-status-item.tone-purple .restoo-status-item-icon{background:#5f49e8;border-color:#5f49e8;color:#fff;font-size:22px;font-weight:800}.restoo-status-item.tone-teal .restoo-status-item-icon{background:#1197a9;border-color:#1197a9;color:#fff;font-size:22px;font-weight:800}.restoo-status-item.tone-emerald .restoo-status-item-icon{background:#07885f;border-color:#07885f;color:#fff;font-size:22px;font-weight:800}.restoo-status-item.tone-red .restoo-status-item-icon{color:#dc2626}.restoo-status-item.is-active .restoo-status-item-icon{border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.15);color:#fff}.restoo-status-item.is-active .restoo-status-item-icon.tone-green{background:#65a91e}.restoo-status-item.is-active .restoo-status-item-icon.tone-purple{background:#5f49e8}.restoo-status-item.is-active .restoo-status-item-icon.tone-teal{background:#1197a9}.restoo-status-item.is-active .restoo-status-item-icon.tone-emerald{background:#07885f}.restoo-contact-modal{width:min(360px,96vw);border-radius:8px;border:1px solid #c4cedb;background:#edf1f6;box-shadow:0 16px 40px rgba(3,10,24,.5);overflow:hidden}.restoo-contact-section{padding:10px;display:grid;grid-gap:8px;gap:8px}.restoo-contact-label{padding:0 12px;color:#1e293b;font-size:31px;font-weight:700;line-height:1}.restoo-contact-item{border:1px solid #c7d1df;border-radius:7px;background:#f8fafc;color:#1f2937;min-height:40px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 10px;font-size:16px;font-weight:600;text-align:center;cursor:pointer}.restoo-contact-item:hover{border-color:#aebbd0}.restoo-contact-item:disabled{opacity:.52;cursor:not-allowed}.restoo-contact-item.is-primary{background:#2d6cdf;border-color:#2d6cdf;color:#eef4ff}.restoo-details-modal{width:min(760px,96vw);max-height:min(90vh,860px);border-radius:8px;border:1px solid #c6d0de;background:#d8e0ea;box-shadow:0 18px 46px rgba(3,10,24,.5);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden}.restoo-details-modal-head{min-height:50px;padding:0 12px;border-bottom:1px solid #c4cedd;background:#f5f8fc;display:flex;align-items:center;justify-content:space-between}.restoo-details-modal-head strong{color:#111827;font-size:18px;font-weight:700;line-height:1.1}.restoo-details-modal-tabs{display:inline-flex;align-items:center;gap:18px;padding:0 12px;min-height:40px;border-bottom:1px solid #c4cedd;background:#f5f8fc}.restoo-details-modal-tab{background:transparent;color:#5c6877;font-size:14px;font-weight:600;padding:0;min-height:40px;border:none;border-bottom:2px solid transparent;cursor:pointer}.restoo-details-modal-tab.is-active{color:#2d6cdf;border-color:#2d6cdf}.restoo-details-modal-body{padding:12px;overflow:auto;display:grid;grid-gap:9px;gap:9px}.restoo-details-modal-row,.restoo-details-modal-rows{display:grid;grid-gap:8px;gap:8px}.restoo-details-modal-row.is-2{grid-template-columns:1.15fr minmax(0,1fr)}.restoo-details-modal-row.is-3{grid-template-columns:repeat(3,minmax(0,1fr))}.restoo-details-modal-card{border:1px solid #c9d3e1;border-radius:7px;background:#f8fafc;min-height:58px;padding:8px 10px;display:flex;align-items:center;gap:9px}.restoo-details-modal-card-btn{width:100%;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.restoo-details-modal-card-btn:hover{border-color:#aebbd0}.restoo-details-modal-card-btn:focus-visible{outline:none;border-color:#2d6cdf;box-shadow:0 0 0 1px rgba(45,108,223,.35)}.restoo-details-modal-card-date{align-items:center}.restoo-details-modal-card-copy{display:grid;grid-gap:1px;gap:1px}.restoo-details-modal-card-copy span{color:#5c6877;font-size:11px;font-weight:600;line-height:1}.restoo-details-modal-card-copy strong{color:#111827;font-size:19px;font-weight:700;line-height:1.08}.restoo-details-modal-avatar{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;font-size:16px;font-weight:700;color:#eef4ff;flex-shrink:0}.restoo-details-modal-avatar.is-logo{background:#6e809a}.restoo-details-modal-avatar.is-seated{background:#69a934}.restoo-details-modal-avatar-logo{display:inline-flex;align-items:center;gap:2px;font-style:italic;font-size:17px;line-height:1;font-weight:700}.restoo-details-modal-avatar-logo em{width:8px;height:14px;border-radius:1px;background:#c8d2e2;transform:skewX(-11deg);display:inline-block}.restoo-details-modal-card svg{color:#95a3b8;width:18px;height:18px;flex-shrink:0}.restoo-details-modal-section{display:grid;grid-gap:8px;gap:8px}.restoo-details-modal-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.restoo-details-modal-section-head strong{color:#1f2937;font-size:13px;font-weight:700}.restoo-details-modal-section-head span{color:#5f6b7b;font-size:10px;font-weight:600}.restoo-details-modal-links{display:inline-flex;align-items:center;gap:12px}.restoo-details-modal-links button{border:none;background:transparent;color:#3369db;font-size:13px;font-weight:600;cursor:pointer}.restoo-details-modal-customer-card{border:1px solid #c9d3e1;border-radius:7px;background:#f8fafc;padding:10px;display:grid;grid-gap:7px;gap:7px}.restoo-details-modal-customer-card strong{color:#111827;font-size:18px;font-weight:700;line-height:1}.restoo-details-modal-customer-card p{margin:0;color:#5f6b7b;font-size:11px;font-weight:500;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.restoo-details-modal-stats{border-top:1px solid #d5dde8;padding-top:8px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.restoo-details-modal-stats span{display:block;color:#6a7687;font-size:10px;line-height:1.2}.restoo-details-modal-stats strong{color:#111827;font-size:14px;line-height:1}.restoo-details-modal-section textarea{width:100%;border:1px solid #c9d3e1;border-radius:7px;background:#f8fafc;color:#1f2937;min-height:48px;resize:vertical;padding:10px;font-size:12px}.restoo-details-modal-more-link{border:none;background:transparent;color:#3369db;font-size:12px;font-weight:600;justify-self:center;cursor:pointer}.restoo-details-modal-history{display:grid;grid-gap:12px;gap:12px}.restoo-details-modal-history-item{display:grid;grid-template-columns:24px minmax(0,1fr);grid-gap:10px;gap:10px;color:#1f2937}.restoo-details-modal-history-mark{color:#475569;font-size:20px;font-weight:600;line-height:1}.restoo-details-modal-history-item strong{display:block;font-size:14px;line-height:1.15}.restoo-details-modal-history-item p{margin:3px 0 0;color:#657286;font-size:12px}.restoo-details-modal-history-item em{display:block;margin-top:3px;color:#7d8898;font-size:12px}.restoo-details-modal-footer{padding:10px 12px;border-top:1px solid #bfcbdb;background:#f5f8fc}.restoo-details-modal-footer button{width:100%;border:none;border-radius:7px;min-height:40px;background:#2d6cdf;color:#eef4ff;font-size:14px;font-weight:700;cursor:pointer}.restoo-calendar-backdrop{position:fixed;inset:0;z-index:130;background:rgba(7,14,30,.7);display:grid;place-items:center;padding:16px}.restoo-calendar-modal{width:min(560px,100%);border-radius:10px;border:1px solid #b7c4d6;background:#ebeff5;box-shadow:0 18px 44px rgba(2,10,24,.45);padding:14px}.restoo-calendar-panel{display:grid;grid-gap:14px;gap:14px}.restoo-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.restoo-calendar-selectors{display:inline-flex;align-items:center;gap:8px}.restoo-calendar-selectors select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;border:none;background:transparent;color:#0f172a;font-size:16px;font-weight:700;padding:0;line-height:1}.restoo-calendar-arrows{display:inline-flex;align-items:center;gap:8px}.restoo-calendar-arrows button{border:none;background:transparent;color:#3b82f6;width:28px;height:28px;display:grid;place-items:center;border-radius:999px;cursor:pointer}.restoo-calendar-arrows button:hover{background:rgba(59,130,246,.12)}.restoo-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:8px;gap:8px}.restoo-calendar-weekday{text-align:center;color:#0f172a;font-weight:700;font-size:13px;padding-bottom:6px}.restoo-calendar-day{border:none;background:transparent;border-radius:999px;color:#111827;font-size:19px;height:48px;width:48px;margin:0 auto;display:grid;place-items:center;cursor:pointer}.restoo-calendar-day:hover{background:rgba(17,24,39,.06)}.restoo-calendar-day.is-selected{background:#2d6cdf;color:#eff6ff;font-weight:700}.restoo-calendar-day.is-outside{color:#9ca3af}.restoo-calendar-day.is-closed{color:#a0a9b8}.restoo-calendar-footer{display:grid;grid-gap:8px;gap:8px;margin-top:6px}.restoo-calendar-today{height:38px;border:none;border-radius:6px;background:#16a34a;color:#ecfdf5;font-size:12px;font-weight:600;cursor:pointer}.restoo-calendar-close{border:none;background:transparent;color:#0f172a;font-size:12px;cursor:pointer;height:30px}.restoo-wizard-screen{position:fixed;inset:0;z-index:135;background:#d2d9e3;color:#1f2937;display:flex;flex-direction:column}.restoo-wizard-topbar{position:relative;height:58px;border-bottom:1px solid #1f2b44;background:#0b1530;gap:10px;padding:0 56px}.restoo-wizard-steps,.restoo-wizard-topbar{display:flex;align-items:center;justify-content:center}.restoo-wizard-steps{gap:8px;width:100%;overflow-x:auto}.restoo-wizard-step-pill{height:32px;border-radius:7px;border:1px solid #33415d;background:transparent;color:#a6b3c9;display:inline-flex;align-items:center;gap:6px;padding:0 10px;font-size:13px;cursor:pointer;white-space:nowrap}.restoo-wizard-step-pill:disabled{cursor:not-allowed;opacity:.55}.restoo-wizard-step-pill.is-active{border-color:#2d6cdf;background:#2d6cdf;color:#ecf3ff;font-weight:700}.restoo-wizard-close{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;border-radius:999px;width:34px;height:34px;background:rgba(166,179,201,.22);color:#f8fafc;display:grid;place-items:center;cursor:pointer;flex-shrink:0}.restoo-wizard-body{flex:1 1;overflow:auto;padding:14px 20px 96px}.restoo-wizard-step-content{max-width:1024px;margin:0 auto;display:grid;grid-gap:16px;gap:16px}.restoo-wizard-step-date .restoo-calendar-panel{max-width:640px;margin:0 auto;gap:18px}.restoo-wizard-step-date .restoo-calendar-day{width:54px;height:54px;font-size:18px}.restoo-wizard-step-date .restoo-calendar-grid{gap:10px}.restoo-wizard-step-date .restoo-calendar-weekday{font-size:13px}.restoo-wizard-step-hour{max-width:640px}.restoo-wizard-title{margin:0;color:#1f2937;font-size:16px;font-weight:700;text-align:center}.restoo-pax-list{display:grid;grid-gap:8px;gap:8px;max-width:640px;margin:0 auto;width:100%}.restoo-pax-row{width:100%;min-height:48px;border:1px solid #c2cddd;border-radius:8px;background:#f8fafc;color:#1f2937;font-size:16px;font-weight:600;cursor:pointer}.restoo-pax-row.is-active{border-color:#2d6cdf;box-shadow:0 0 0 1px rgba(45,108,223,.22)}.restoo-hour-services{margin:6px auto 0;max-width:640px;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0;gap:0;border:1px solid #bfc9d9;border-radius:10px;background:#bfc9d9;overflow:hidden}.restoo-hour-service{min-height:50px;border:none;background:#d3dae4;color:#3b4656;display:grid;place-items:center;line-height:1;cursor:pointer}.restoo-hour-service strong{font-size:15px;font-weight:700}.restoo-hour-service span{margin-top:3px;font-size:11px;color:#5b6473;font-weight:600}.restoo-hour-service.is-active{background:#f8fafc;color:#111827}.restoo-hour-rooms{margin:10px auto 0;max-width:640px;width:100%;display:inline-flex;justify-content:center;gap:18px}.restoo-hour-room{border:none;background:transparent;color:#3f4755;display:grid;place-items:center;cursor:pointer}.restoo-hour-room strong{font-size:17px;font-weight:700;line-height:1}.restoo-hour-room span{margin-top:2px;font-size:11px;font-weight:600;color:#5b6473;line-height:1}.restoo-hour-room.is-active span,.restoo-hour-room.is-active strong{color:#2d6cdf}.restoo-hour-slots{margin:14px auto 0;max-width:640px;width:100%;display:grid;grid-gap:8px;gap:8px}.restoo-hour-slot{width:100%;min-height:48px;border:1px solid #c1ccdb;border-radius:8px;background:#f8fafc;color:#0f172a;display:flex;align-items:center;justify-content:space-between;padding:0 16px;cursor:pointer}.restoo-hour-slot span,.restoo-hour-slot strong{font-size:18px;font-weight:700}.restoo-hour-slot.is-active{background:#e8f0ff;border-color:#9ab7e8}.restoo-hour-slot:disabled{opacity:.5;cursor:not-allowed}.restoo-hour-summary{margin:16px auto 0;max-width:640px;width:100%;min-height:56px;display:grid;grid-template-columns:auto repeat(3,minmax(0,1fr));align-items:center;grid-column-gap:16px;column-gap:16px;color:#313d4f}.restoo-hour-summary-id{display:grid;place-items:center}.restoo-hour-summary-logo{width:36px;height:36px;border-radius:999px;background:#64748b;color:#f8fafc;font-weight:800;font-size:20px;display:inline-grid;place-items:center;line-height:1}.restoo-hour-summary-item{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-column-gap:8px;column-gap:8px}.restoo-hour-summary-item span{grid-column:2;color:#6b7483;font-size:13px;font-weight:600;line-height:1.12}.restoo-hour-summary-item strong{grid-column:2;color:#1f2937;font-size:14px;font-weight:700;line-height:1.12}.restoo-hour-summary-item svg{color:#8792a3;grid-row:span 2}.restoo-zone-stage{max-width:560px;margin:0 auto;width:100%}.restoo-zone-list{display:grid;grid-gap:8px;gap:8px;margin-top:10px}.restoo-zone-row{border:1px solid #c5d0df;border-radius:8px;background:#f8fafc;color:#1f2937;min-height:68px;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 16px;cursor:pointer}.restoo-zone-row strong{font-size:25px;font-weight:700}.restoo-zone-row span{color:#6b7280;font-size:15px;font-weight:600}.restoo-zone-row.is-active{border-color:#2d6cdf;box-shadow:0 0 0 1px rgba(45,108,223,.35)}.restoo-zone-change-time{margin:16px auto 0;height:34px;border:1px solid #98b4dd;border-radius:6px;background:#e8f0ff;color:#3468c8;font-size:15px;font-weight:600;padding:0 14px;cursor:pointer;display:block}.restoo-table-stage{display:grid;grid-template-columns:392px minmax(0,1fr);grid-gap:0;gap:0;border:none;border-radius:0;overflow:hidden;min-height:calc(100vh - 58px)}.restoo-table-stage-side{background:#e7ecf2;border-right:1px solid #bbc6d7;padding:12px;display:grid;align-content:start;grid-gap:12px;gap:12px}.restoo-table-stage-title{font-size:24px;font-weight:400;color:#334155}.restoo-table-preview{border:1px solid #c0cad9;border-radius:8px;background:#f8fafc;display:grid;grid-template-columns:40px 1fr auto;grid-gap:8px;gap:8px;align-items:center;padding:10px}.restoo-table-preview-main{display:grid;grid-gap:2px;gap:2px}.restoo-table-preview-main strong{font-size:14px;color:#111827}.restoo-table-preview-main span{font-size:24px;line-height:1;font-weight:700;color:#111827}.restoo-table-preview-main small{font-size:12px;color:#475569}.restoo-table-preview-party{font-size:28px;font-weight:700;color:#111827}.restoo-table-stage-skip{margin-top:auto;height:42px;border:none;border-radius:8px;background:#2d6cdf;color:#ecf3ff;font-size:17px;font-weight:600;cursor:pointer}.restoo-table-stage-info{margin:0}.restoo-table-stage-map{min-height:calc(100vh - 58px);border:none;border-radius:0}.restoo-wizard-step-details{width:min(640px,100%);max-width:640px;display:grid;grid-gap:10px;gap:10px}.restoo-wizard-step-duration{width:min(1320px,100%);max-width:1320px}.restoo-duration-list{display:grid;grid-gap:8px;gap:8px;width:100%}.restoo-duration-row{width:100%;min-height:58px;border:1px solid #c2cddd;border-radius:8px;background:#f9fbfe;color:#0f172a;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 22px;font-size:20px;font-weight:800;cursor:pointer}.restoo-duration-row:hover{border-color:#9eb2cf}.restoo-duration-row.is-active{border-color:#2d6cdf;box-shadow:0 0 0 3px rgba(45,108,223,.22)}.restoo-details-rows{display:grid;grid-gap:8px;gap:8px}.restoo-details-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:7px;gap:7px}.restoo-details-row-main{grid-template-columns:repeat(2,minmax(0,1fr))}.restoo-details-card{border:1px solid #c2cddd;border-radius:8px;background:#f9fbfe;min-height:64px;padding:9px 12px;display:flex;align-items:center;gap:9px}.restoo-details-card-button{width:100%;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.restoo-details-card-button:hover{border-color:#9eb2cf}.restoo-details-card-button:focus-visible{outline:none;border-color:#2d6cdf;box-shadow:0 0 0 1px rgba(45,108,223,.32)}.restoo-details-card-button.is-selected{border-color:#0f6bdc;box-shadow:0 0 0 1px rgba(15,107,220,.5)}.restoo-details-card svg{color:#90a0b6;flex-shrink:0;width:18px;height:18px}.restoo-details-avatar{width:34px;height:34px;border-radius:999px;background:#7484a0;color:#f7fbff;display:grid;place-items:center;font-size:18px;font-weight:800;line-height:1;flex-shrink:0}.restoo-details-card-copy{display:grid;grid-gap:0;gap:0}.restoo-details-card-copy span{color:#64748b;font-size:14px;font-weight:600;line-height:1.15}.restoo-details-card-copy strong{color:#111827;font-size:20px;line-height:1.08;font-weight:700}.restoo-details-time-diff{display:inline-block;margin-left:6px;color:#4da95f;font-size:.82em;font-weight:700}.restoo-reservation-conditions{border:1px solid #a9cbff;border-radius:8px;background:#d9e9ff;color:#1d2d5f;display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:20px 14px;text-align:center}.restoo-reservation-conditions span{color:#7688ad;font-size:13px;font-weight:500;line-height:1}.restoo-reservation-conditions strong{color:#1b2f67;font-size:18px;font-weight:800;line-height:1.1}.restoo-details-client{display:grid;grid-gap:8px;gap:8px}.restoo-details-client-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.restoo-details-change-btn{border:none;background:transparent;color:#2f62c6;font-size:14px;font-weight:700;cursor:pointer}.restoo-details-client-title{display:inline-flex;align-items:center;gap:6px;color:#131d30;font-size:17px;font-weight:700;letter-spacing:.01em}.restoo-details-search{min-height:54px;border:1px solid #c3cfdf;border-radius:8px;background:#f9fbfe;display:flex;align-items:center;gap:8px;padding:0 11px}.restoo-details-search svg{color:#8a99af;flex-shrink:0;width:18px;height:18px}.restoo-details-search input{width:100%;border:none;outline:none;background:transparent;color:#111827;font-size:17px;line-height:1.1;font-weight:500}.restoo-details-search input::placeholder{color:#7b889c}.restoo-details-search-results{overflow:auto;max-height:240px}.restoo-details-search-launch,.restoo-details-search-results{border:1px solid #c3cfdf;border-radius:8px;background:#f9fbfe}.restoo-details-search-launch{min-height:54px;display:flex;align-items:center;gap:8px;padding:0 11px;color:#6e7f97;font-size:20px;cursor:pointer}.restoo-details-search-launch.is-invalid{border-color:#d64545;background:#f9d3d3}.restoo-details-client-form{display:grid;grid-gap:10px;gap:10px}.restoo-details-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.restoo-details-field{display:grid;grid-gap:4px;gap:4px}.restoo-details-field span{color:#66758b;font-size:14px;font-weight:600}.restoo-details-field input,.restoo-details-field select,.restoo-details-field textarea{width:100%;border:1px solid #c3cfdf;border-radius:8px;background:#f9fbfe;color:#111827;font-size:16px;padding:10px 12px}.restoo-details-field textarea{min-height:56px;resize:vertical}.restoo-details-field input.is-invalid{border-color:#d64545;background:#f9d3d3}.restoo-details-field-error{margin:-4px 0 2px;color:#d13333;font-size:14px;font-weight:600}.restoo-details-phone-wrap{display:flex;align-items:center;gap:8px;border:1px solid #c3cfdf;border-radius:8px;background:#f9fbfe;padding:0 10px}.restoo-details-phone-wrap em{font-style:normal;font-size:16px}.restoo-details-phone-wrap small{color:#607089;font-size:14px;font-weight:700}.restoo-details-phone-wrap input{border:none;background:transparent;padding:10px 0}.restoo-details-phone-wrap.is-invalid{border-color:#d64545;background:#f9d3d3}.restoo-details-more-link{border:none;background:transparent;color:#3b67ca;font-size:15px;font-weight:700;cursor:pointer;justify-self:center}.restoo-details-counter{border:1px solid #c3cfdf;border-radius:8px;background:#f9fbfe;min-height:58px;padding:8px 12px;display:grid;grid-template-columns:1fr auto;grid-column-gap:10px;column-gap:10px;align-items:center}.restoo-details-counter span{color:#60728a;font-size:15px}.restoo-details-counter strong{color:#162236;font-size:27px;line-height:1}.restoo-details-counter div{display:inline-flex;gap:10px}.restoo-details-counter button{border:none;background:transparent;color:#4c5d76;font-size:28px;line-height:1;cursor:pointer}.restoo-details-switch{display:inline-flex;align-items:center;gap:10px;color:#1f2937;font-size:16px}.restoo-details-switch input{width:18px;height:18px}.restoo-customer-search-backdrop{position:fixed;inset:0;z-index:140;background:rgba(10,18,37,.74);display:grid;place-items:center;padding:16px}.restoo-customer-search-modal{width:min(820px,100%);border-radius:16px;border:none;background:#ffffff;overflow:visible;box-shadow:0 16px 42px rgba(2,8,23,.35)}.restoo-customer-search-input-wrap{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:18px;gap:18px;padding:0 26px}.restoo-customer-country-trigger{border:none;background:transparent;display:inline-flex;align-items:center;gap:8px;padding:0;cursor:pointer}.restoo-customer-country-trigger span{font-size:22px;line-height:1}.restoo-customer-country-trigger i{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:0;border-top:6px solid #9aa8ba}.restoo-customer-search-input-wrap input{border:none;background:transparent;color:#4a566a;font-size:28px;outline:none}.restoo-customer-search-input-wrap button{border:none;background:transparent;color:#607089;cursor:pointer}.restoo-customer-search-results{max-height:360px;overflow:auto;border-top:1px solid #d5dfef}.restoo-country-picker{margin:-1px 12px 0;border:1px solid #b9c8db;border-radius:4px;background:#ffffff;overflow:hidden}.restoo-country-picker>input{width:100%;min-height:66px;border:none;border-bottom:1px solid #c9d5e5;background:#ffffff;color:#111827;font-size:23px;outline:none;padding:0 12px}.restoo-country-picker>input::placeholder{color:#607089}.restoo-country-list{max-height:360px;overflow-y:auto;padding:0}.restoo-country-row{width:calc(100% - 20px);min-height:58px;border:none;background:#ffffff;color:#0f172a;display:grid;grid-template-columns:34px auto 1fr;align-items:center;grid-gap:8px;gap:8px;padding:0 14px;text-align:left;cursor:pointer}.restoo-country-row.is-active,.restoo-country-row:hover{background:#edf2f8}.restoo-country-row span{font-size:22px;line-height:1}.restoo-country-row strong{color:#0f172a;font-size:22px;font-weight:600}.restoo-country-row em{color:#607089;font-size:22px;font-style:normal;font-weight:500}.restoo-customer-search-item{width:100%;border:none;border-top:1px solid #dbe4f2;background:#f7f9fd;text-align:left;padding:10px 14px;display:grid;grid-template-columns:1fr auto;grid-gap:4px 10px;gap:4px 10px;cursor:pointer}.restoo-customer-search-item strong{color:#111827;font-size:15px}.restoo-customer-search-item span{color:#3f4f67;font-size:14px;justify-self:end}.restoo-customer-search-item:hover{background:#edf4ff}.restoo-customer-search-new{width:100%;min-height:48px;border:none;background:#2f67d5;color:#edf3ff;font-size:16px;font-weight:700;text-align:left;padding:0 14px;cursor:pointer}.restoo-details-search-result{width:100%;border:none;border-top:1px solid #d3ddeb;background:transparent;color:#111827;text-align:left;padding:10px 12px;display:grid;grid-gap:2px;gap:2px;cursor:pointer}.restoo-details-search-result:first-child{border-top:none}.restoo-details-search-result strong{font-size:14px;font-weight:700;line-height:1.15}.restoo-details-search-result span{color:#66768d;font-size:12px;line-height:1.15}.restoo-details-search-result:hover{background:#edf3ff}.restoo-wizard-footer{position:fixed;left:0;right:0;bottom:0;z-index:136;border-top:1px solid #b8c2d0;background:#edf1f6;padding:12px 20px;display:flex;justify-content:flex-end;gap:10px}.restoo-wizard-footer-pax{justify-content:center;align-items:stretch}.restoo-wizard-pax-controls{width:min(640px,calc(100vw - 40px));display:grid;grid-gap:10px;gap:10px}.restoo-wizard-pax-counter{width:100%;min-height:58px;border:1px solid #c1ccdb;border-radius:8px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;padding:0 12px}.restoo-wizard-pax-counter span{display:block;color:#64748b;font-size:15px}.restoo-wizard-pax-counter strong{display:block;color:#111827;font-size:25px;line-height:1}.restoo-wizard-pax-actions{display:inline-flex;align-items:center;gap:10px}.restoo-wizard-pax-actions button{border:none;background:transparent;color:#334155;font-size:26px;line-height:1;width:34px;height:34px;cursor:pointer}.restoo-wizard-pax-continue{width:100%;min-height:48px;border:1px solid #628adf;border-radius:8px;background:#4d79d6;color:#e8f0ff;font-size:17px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.restoo-wizard-pax-continue:disabled{opacity:.55;cursor:not-allowed}.restoo-wizard-footer-save{border-top:none;background:#52c783;padding:10px 16px 14px}.restoo-wizard-footer-save.is-error{background:#d43b33}.restoo-wizard-save{border:none;background:transparent;color:#ecfdf5;width:100%;display:grid;place-items:center;grid-gap:2px;gap:2px;cursor:pointer}.restoo-wizard-save span{font-size:34px;font-weight:700;line-height:1}.restoo-wizard-save small{font-size:15px;line-height:1}.restoo-wizard-save:disabled{opacity:.6;cursor:not-allowed}@media (max-width:1080px){.app-root{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:none;border-bottom:1px solid var(--line)}.bookings-layout-with-map,.grid-2,.grid-3{grid-template-columns:1fr}.timeline-row-head{grid-template-columns:78px 72px auto}.table-map{min-height:420px}.actions-cell{flex-wrap:wrap}.restoo-top-main{flex-wrap:wrap;justify-content:flex-start}.restoo-right-actions{justify-content:flex-start;flex:0 0 auto}.restoo-body-with-map{grid-template-columns:1fr;height:auto;overflow:visible}.restoo-body-with-map.restoo-body-map-panel{height:auto}.restoo-body-with-map .restoo-list{overflow:visible;border-right:none}.restoo-map-splitter{display:none}.restoo-map-side-panel{min-height:360px;border-right:none;border-bottom:1px solid #99a8bc}.restoo-plan-map,.restoo-plan-map-wrap{min-height:420px}.restoo-screen.is-map-view{height:100dvh;min-height:100dvh;overflow:hidden}.restoo-screen.is-map-view .restoo-body-with-map>.restoo-list,.restoo-screen.is-map-view .restoo-filterbar,.restoo-screen.is-map-view .restoo-map-splitter{display:none}.restoo-screen.is-map-view .restoo-body-with-map{display:block;height:calc(100dvh - 116px);overflow:hidden}.restoo-screen.is-map-view .restoo-plan-map-wrap{width:100%;height:100%;min-height:0}.restoo-screen.is-map-view .restoo-plan-map{height:100%;min-height:0}.restoo-assign-modal{width:100vw;height:calc(100vh - 90px);grid-template-columns:1fr}.restoo-assign-side{border-right:none;border-bottom:1px solid #b9c4d3;grid-template-rows:auto auto auto auto auto}.restoo-assign-map-wrap{padding:12px}.restoo-assign-map{min-height:420px}.restoo-card-row{grid-template-columns:54px 1fr;column-gap:14px;row-gap:8px;grid-template-areas:"avatar main" "party table"}.restoo-card-avatar{grid-area:avatar;width:50px;height:50px}.restoo-card-main{grid-area:main}.restoo-card-party{grid-area:party;font-size:18px;justify-self:end;padding-right:6px}.restoo-card-table-stack{grid-area:table;padding-left:10px}.restoo-slot-head{gap:10px;font-size:13px}.restoo-table-stage{grid-template-columns:1fr}.restoo-table-stage-side{border-right:none;border-bottom:1px solid #bbc6d7}.restoo-table-stage-map{min-height:420px}.restoo-details-row,.restoo-details-row-main{grid-template-columns:repeat(2,minmax(0,1fr))}.restoo-zone-row strong{font-size:22px}.restoo-wizard-footer-pax{flex-wrap:wrap}.restoo-wizard-pax-controls,.restoo-wizard-pax-counter{width:100%}.restoo-hour-services,.restoo-hour-slots,.restoo-hour-summary,.restoo-pax-list,.restoo-wizard-step-hour{max-width:100%}}@media (max-width:760px){.restoo-filterbar,.restoo-topbar{padding-left:12px;padding-right:12px}.restoo-top-main{display:grid;grid-template-columns:24px minmax(0,1fr) 24px;align-items:center;grid-gap:6px;gap:6px}.restoo-brand{width:24px;flex:0 0 24px;gap:0}.restoo-brand-name{display:none}.restoo-nav-button{min-width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.restoo-nav-button svg{width:22px;height:22px}.restoo-nav-controls{flex:1 1;min-width:0;flex-wrap:nowrap;justify-content:center;gap:8px}.restoo-date-pill{max-width:112px;min-width:112px;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 12px;border-radius:12px;font-size:14px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.restoo-time-label,.restoo-today-pill{display:none}.restoo-service-select{min-width:86px;height:44px;padding:0 12px;border-radius:12px;font-size:14px;line-height:1;flex-shrink:0}.restoo-right-actions{width:24px;flex:0 0 24px;justify-content:flex-end;gap:0}.restoo-right-actions .restoo-primary-button{display:none}.restoo-right-actions .restoo-icon-button{min-width:24px;height:24px}.restoo-nav-button-prev{min-width:44px;width:44px;height:44px;border-radius:999px;background:rgba(39,50,73,.98)}.restoo-nav-button-next{min-width:24px;width:24px;height:24px;background:transparent}.restoo-nav-button-prev svg{width:28px;height:28px}.restoo-nav-button-next svg{width:24px;height:24px}.restoo-kpi-button{min-width:34px;width:34px;padding:0;gap:0;color:transparent;font-size:0}.restoo-kpi-button svg{width:30px;height:30px;color:#d9e2ef}.restoo-time-label{font-size:14px}.restoo-today-pill{font-size:14px;padding:8px 12px}.restoo-kpi{font-size:12px;gap:6px}.restoo-kpi-button{min-height:40px;padding:0 10px;border-radius:7px}.restoo-tab{font-size:13px}.restoo-section-header{font-size:13px;padding:12px}.restoo-section-content-compact,.restoo-slot-cards{grid-template-columns:minmax(0,1fr)}.restoo-card{width:100%;max-width:none;border-radius:12px}.restoo-card-row{grid-template-columns:50px minmax(0,1fr) 34px auto;grid-template-areas:none;column-gap:12px;row-gap:8px;min-height:86px;padding:8px 10px;align-items:center}.restoo-card-avatar,.restoo-card-main,.restoo-card-party,.restoo-card-table-stack{grid-area:auto}.restoo-card-avatar{width:42px;height:42px}.restoo-card-name{font-size:16px;line-height:1.08}.restoo-card-time strong{font-size:14px}.restoo-card-time span{font-size:9px}.restoo-card-icons svg{width:14px;height:14px}.restoo-card-party{font-size:14px;justify-self:end;padding-right:4px;text-align:center}.restoo-card-table-stack{margin-left:auto;padding-left:8px;justify-content:flex-end}.restoo-card-table-secondary{min-width:38px;min-height:38px;font-size:12px;border-radius:8px}.restoo-card-table{min-height:72px;min-width:74px;padding:6px 7px;border-radius:12px}.restoo-card-table-number{font-size:16px}.restoo-card-table-room{margin-top:2px;font-size:7px}.restoo-calendar-modal{padding:10px}.restoo-calendar-selectors select{font-size:16px}.restoo-calendar-weekday{font-size:13px}.restoo-calendar-day{width:44px;height:44px;font-size:18px}.restoo-calendar-today{font-size:12px;height:42px}.restoo-calendar-close{font-size:12px}.restoo-wizard-body{padding:14px 12px 86px}.restoo-wizard-step-pill{font-size:14px;padding:0 8px}.restoo-wizard-topbar{padding:0 48px 0 10px}.restoo-wizard-steps,.restoo-wizard-topbar{justify-content:flex-start}.restoo-wizard-footer{padding:10px 12px}.restoo-zone-row{min-height:56px;padding:0 12px}.restoo-zone-row strong{font-size:20px}.restoo-zone-row span{font-size:13px}.restoo-table-stage-title{font-size:18px}.restoo-table-preview-main span{font-size:20px}.restoo-table-preview-party{font-size:22px}.restoo-table-stage-skip{font-size:16px;height:38px}.restoo-details-row,.restoo-details-row-main{grid-template-columns:1fr}.restoo-details-card-copy strong{font-size:20px}.restoo-details-card-copy span,.restoo-details-client-title{font-size:16px}.restoo-details-search input{font-size:20px}.restoo-wizard-footer-pax{flex-direction:column;align-items:stretch}.restoo-hour-services{margin-top:2px}.restoo-hour-service strong{font-size:14px}.restoo-hour-service span{font-size:10px}.restoo-hour-rooms{gap:12px}.restoo-hour-room strong{font-size:15px}.restoo-hour-room span{font-size:10px}.restoo-hour-slot span,.restoo-hour-slot strong{font-size:16px}.restoo-hour-summary{grid-template-columns:1fr;row-gap:8px;justify-items:start}.restoo-hour-summary-id{display:none}.restoo-hour-summary-item{grid-template-columns:auto auto;column-gap:8px}.restoo-hour-summary-item span,.restoo-hour-summary-item strong{font-size:13px;grid-column:auto}.restoo-hour-summary-item strong{margin-left:6px;font-size:14px}.restoo-wizard-pax-continue{font-size:18px}.restoo-wizard-save span{font-size:24px}.restoo-wizard-save small{font-size:15px}.restoo-status-head strong{max-width:120px}.restoo-assign-head strong{font-size:16px}.restoo-assign-actions{grid-template-columns:1fr}.restoo-assign-muted-btn,.restoo-assign-save,.restoo-assign-seat{height:38px;font-size:14px}.restoo-assign-map{min-height:360px}.restoo-assign-node{min-width:34px;min-height:34px;font-size:14px}.restoo-assign-node-tag{font-size:9px;min-height:0}}.restoo-general-screen{min-height:100vh;display:grid;grid-template-columns:var(--restoo-sidebar-width) minmax(0,1fr);background:#e6e8eb;color:#2d333a;font-family:Segoe UI,Tahoma,sans-serif}.restoo-general-sidebar{background:#262f39;color:#d6dbe2;border-right:1px solid #1f2630;padding:8px 0 10px}.restoo-general-mobile-burger,.restoo-general-mobile-trigger,.restoo-general-sidebar-mobile-layer{display:none}.restoo-general-header-left{min-width:0;display:inline-flex;align-items:center;gap:10px}.restoo-general-brand{color:#f2f6fc;font-size:14px;font-weight:700;line-height:1;letter-spacing:-.04em;padding:0 10px}.restoo-general-merchant{margin-top:6px;padding:0 10px;color:#eef2f7;font-size:12px;line-height:1.06;font-weight:600}.restoo-general-user{margin-top:6px;padding:0;border:0;background:transparent;cursor:pointer;text-align:left;width:100%;color:#aab4c1;font-size:13px;display:inline-flex;align-items:center;gap:4px}.restoo-general-user-wrap{position:relative;padding:0 10px 10px;border-bottom:1px solid #313b47}.restoo-general-user-menu{position:absolute;left:10px;right:auto;top:calc(100% + 6px);min-width:169px;background:#f4f5f7;border:1px solid #c7cfdb;border-radius:9px;box-shadow:0 14px 30px rgba(15,23,42,.32);z-index:30;padding:6px 0}.restoo-general-user-menu button{width:100%;border:0;background:transparent;color:#0f172a;font-size:12px;font-weight:500;line-height:1;display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:0 13px;cursor:pointer}.restoo-general-user-menu button:hover{background:#e9edf3}.restoo-general-user-menu hr{border:0;border-top:1px solid #d5dce7;margin:5px 0}.restoo-general-menu{margin-top:8px;display:grid;grid-gap:12px;gap:12px}.restoo-general-group{display:grid;grid-gap:2px;gap:2px}.restoo-general-group h4{margin:0;padding:8px 10px 4px;font-size:13px;font-weight:700;color:#f2f6fb;letter-spacing:.02em}.restoo-general-menu-item{border:none;background:transparent;color:#d8dee8;display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:13px;text-align:left;cursor:pointer;width:100%}.restoo-general-menu-item svg{color:#b4bfcd;flex-shrink:0}.restoo-general-menu-item:hover{background:#303a46}.restoo-general-menu-item.is-active{background:#1f2732}.restoo-general-menu-item.is-disabled{color:#d2d8e1}.restoo-general-main{min-width:0;background:#eceef0}.restoo-general-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:#eff1f3;border-bottom:1px solid #c7ccd2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px}.restoo-general-title{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#2d333a}.restoo-general-title span{font-size:16px}.restoo-general-actions{display:flex;gap:10px}.restoo-general-btn{border:1px solid #c0c6ce;border-radius:4px;background:#f8f9fb;color:#444b55;font-size:12px;height:32px;padding:0 12px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.restoo-general-btn.primary{background:#2193d8;border-color:#1e84c2;color:#f6fbff;font-weight:600}.restoo-general-btn:disabled{opacity:.55;cursor:not-allowed}.restoo-integrations-main{background:#f1f2f4}.restoo-integrations-content{padding:22px 26px 42px}.restoo-integrations-section{margin-bottom:28px}.restoo-integrations-section h2{margin:0 0 20px;color:#33383f;font-size:18px;font-weight:800;line-height:1.1}.restoo-integrations-grid{display:grid;grid-gap:10px;gap:10px}.restoo-integrations-grid.social{grid-template-columns:repeat(4,minmax(180px,1fr))}.restoo-integrations-grid.channels{grid-template-columns:repeat(2,minmax(220px,280px))}.restoo-integrations-grid.assistants{grid-template-columns:repeat(3,minmax(220px,280px))}.restoo-integration-card{position:relative;min-height:150px;border:1px solid #e0e3e7;border-radius:3px;background:#fff;color:#33383f;box-shadow:0 1px 4px rgba(24,31,39,.12);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:22px 18px 18px;text-align:center}.restoo-integration-card.is-active{border-color:#6bb55d;box-shadow:inset 0 0 0 1px #6bb55d,0 1px 4px rgba(24,31,39,.12)}.restoo-integration-card.is-wide{min-height:132px;max-width:280px}.restoo-integration-status{position:absolute;top:10px;right:10px;border-radius:3px;background:#69b55e;color:#fff;font-size:10px;font-weight:800;line-height:1;padding:4px 7px}.restoo-integration-logo{height:48px;min-width:56px;display:inline-flex;align-items:center;justify-content:center;color:#333;font-size:42px;font-weight:800;line-height:1}.restoo-integration-logo.brand-facebook,.restoo-integration-logo.brand-facebook-business{font-family:Arial,Helvetica,sans-serif;font-size:50px;font-weight:900}.restoo-integration-logo.brand-google,.restoo-integration-logo.brand-reserve-google{font-family:Arial,Helvetica,sans-serif;font-size:46px;font-weight:800}.restoo-integration-logo.brand-instagram{font-size:60px;font-weight:500}.restoo-integration-logo.brand-tripadvisor{font-size:56px;font-weight:900}.restoo-integration-logo.brand-yelp{font-size:54px;font-weight:900}.restoo-integration-logo svg{stroke-width:2.4}.restoo-integration-card h3{margin:0;font-size:16px;font-weight:800;line-height:1.1}.restoo-integration-card p{max-width:220px;margin:0;color:#3f454d;font-size:13px;font-weight:500;line-height:1.35}.restoo-integration-actions{display:flex;justify-content:center;gap:4px}.restoo-integration-actions button{height:24px;border:1px solid #c7ccd2;border-radius:3px;background:#fafafa;color:#33383f;display:inline-flex;align-items:center;gap:4px;padding:0 7px;font-size:12px;cursor:pointer}.restoo-integration-actions button:hover{background:#f1f3f5}.restoo-integration-actions a{height:24px;border:1px solid #c7ccd2;border-radius:3px;background:#fafafa;color:#33383f;display:inline-flex;align-items:center;gap:4px;padding:0 7px;font-size:12px}.restoo-integration-detail-header-actions{display:flex;gap:8px}.restoo-general-btn.danger{background:#d15a53;border-color:#c94f47;color:#fff}.restoo-general-feedback{color:#4d5b6f;display:inline-flex;align-items:center;gap:4px}.restoo-integration-detail-body{display:grid;grid-template-columns:260px minmax(0,1fr);grid-gap:0;gap:0;border-top:1px solid #c7ccd2}.restoo-integration-detail-body.single{grid-template-columns:260px minmax(0,1fr)}.restoo-integration-detail-section{padding:20px 22px;border-bottom:1px solid #c7ccd2;background:#f1f2f4}.restoo-integration-detail-section h3{margin:0 0 10px;color:#33383f;font-size:19px;line-height:1}.restoo-integration-detail-section p{margin:0;color:#535962;font-size:14px;line-height:1.4}.restoo-integration-detail-section.form{background:#f1f2f4;display:grid;grid-gap:12px;gap:12px}.restoo-integration-detail-section.form label{color:#33383f;font-size:14px;font-weight:700}.restoo-integration-detail-section.form input,.restoo-integration-detail-section.form select{height:48px;border:1px solid #c3c8cf;border-radius:8px;background:#f8f8f8;color:#50565f;font-size:18px;padding:0 14px}.restoo-integration-detail-section.form small{margin-top:-4px;color:#8a8f99;font-size:13px}.restoo-integration-radio{display:inline-flex;align-items:center;gap:8px;font-size:16px;color:#3c424b}.restoo-switch-row{display:inline-flex;align-items:center;gap:12px}.restoo-switch-row input{width:44px;height:24px}.restoo-info-box{border:1px solid #b9dced;border-radius:6px;background:#dff0f8;padding:14px;color:#4e616b;font-size:14px;line-height:1.45}.restoo-integration-detail-footer{padding:20px 22px;border-top:1px solid #c7ccd2;display:flex;justify-content:flex-end;gap:10px;background:#f1f2f4}.restoo-reports-main{background:#f5f6f7}.restoo-reports-content{padding:24px 20px 56px}.restoo-reports-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px}.restoo-reports-presets{display:flex;align-items:center;gap:30px}.restoo-reports-compare button,.restoo-reports-presets button{border:none;background:transparent;color:#9aa0a8;font-size:14px;font-weight:700;cursor:pointer;padding:0}.restoo-reports-compare button.is-active,.restoo-reports-presets button.is-active{color:#33383f}.restoo-reports-datebar{display:flex;align-items:center;gap:12px}.restoo-reports-range-wrap{position:relative}.restoo-reports-dateinput{height:32px;min-width:290px;border:1px solid #c7ccd2;border-radius:4px;background:#fff;color:#9aa0a8;display:grid;grid-template-columns:1fr 36px;overflow:hidden;box-shadow:inset 0 1px 1px rgba(17,24,39,.04)}.restoo-reports-dateinput span{display:flex;align-items:center;padding:0 12px;font-size:14px}.restoo-reports-dateinput button{border:none;border-left:1px solid #c7ccd2;background:#f1f2f4;color:#68717d;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.restoo-reports-calendar{position:absolute;top:calc(100% + 4px);left:0;width:520px;border:1px solid #d2d7de;border-radius:10px;background:#f4f5f7;box-shadow:0 8px 24px rgba(15,23,42,.12);overflow:hidden;z-index:40}.restoo-reports-calendar-head{height:56px;padding:0 16px;display:grid;grid-template-columns:36px 1fr 36px;align-items:center;border-bottom:1px solid #e0e4ea}.restoo-reports-calendar-head strong{text-align:center;color:#21262d;line-height:1;font-size:24px;font-weight:700}.restoo-reports-calendar-head button{border:none;background:transparent;color:#4a4f56;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.restoo-reports-calendar-row,.restoo-reports-calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.restoo-reports-calendar-weekdays{height:46px;border-bottom:1px solid #eceff3}.restoo-reports-calendar-weekdays span{display:flex;align-items:center;justify-content:center;color:#70757c;font-size:16px;font-weight:700}.restoo-reports-calendar-grid{display:grid}.restoo-reports-calendar-row{min-height:68px;border-bottom:1px solid #eceff3}.restoo-reports-calendar-row:last-child{border-bottom:none}.restoo-reports-calendar-day{border:none;background:transparent;color:#383d43;font-size:16px;cursor:pointer;border-radius:0}.restoo-reports-calendar-day.is-outside{color:#b5bac1}.restoo-reports-calendar-day.is-in-range{background:#d9d9da}.restoo-reports-calendar-day.is-end,.restoo-reports-calendar-day.is-start{background:#4d93e6;color:#fff}.restoo-reports-calendar-day.is-start{border-top-left-radius:34px;border-bottom-left-radius:34px}.restoo-reports-calendar-day.is-end{border-top-right-radius:34px;border-bottom-right-radius:34px}.restoo-reports-summary{margin-top:32px}.restoo-reports-summary h1{margin:0;color:#33383f;font-size:23px;font-weight:800;line-height:1.12}.restoo-reports-summary p{margin:8px 0 0;color:#33383f;font-size:20px;line-height:1.2}.restoo-reports-compare{margin-top:14px;display:flex;align-items:center;gap:18px;color:#33383f;font-size:14px}.restoo-reports-compare strong{font-weight:800}.restoo-reports-section{margin-top:38px}.restoo-reports-section h2{margin:0;color:#4aa3df;display:flex;align-items:center;gap:8px;font-size:22px;font-weight:800;line-height:1}.restoo-reports-section h2 span{display:inline-flex;align-items:center;justify-content:center;color:#4aa3df}.restoo-reports-section p{margin:18px 0 14px;color:#33383f;font-size:14px;line-height:1.3}.restoo-reports-metrics{display:grid;grid-gap:10px;gap:10px}.restoo-reports-metrics.two{grid-template-columns:repeat(2,minmax(220px,280px))}.restoo-reports-metrics.four{grid-template-columns:repeat(4,minmax(210px,1fr));max-width:1200px}.restoo-report-card{min-height:82px;border:1px solid #e1e4e8;border-radius:3px;background:#fff;box-shadow:0 1px 4px rgba(24,31,39,.12);padding:12px 14px 10px;display:grid;align-content:center}.restoo-report-card span{color:#33383f;font-size:14px;line-height:1.1}.restoo-report-card strong{color:#33383f;font-size:30px;font-weight:400;line-height:1.02}.restoo-report-card em{margin-top:3px;font-size:13px;font-style:normal;line-height:1.1}.restoo-report-card em.good{color:#68b662}.restoo-report-card em.bad{color:#d85d5d}.restoo-report-card em.neutral{color:#5f6874}.restoo-general-feedback{margin:8px 16px 0;font-size:12px;color:#525b67}.restoo-general-feedback.ok{color:#0f7a43}.restoo-general-feedback.error{color:#b22f36}.restoo-general-content{border-top:1px solid #c7ccd2}.restoo-general-section{border-bottom:1px solid #c7ccd2;display:grid;grid-template-columns:196px minmax(0,1fr)}.restoo-general-section-meta{padding:18px 12px}.restoo-general-section-meta h2{margin:0;font-size:16px;line-height:1.1;font-weight:600;color:#323941}.restoo-general-section-meta p{margin:10px 0 0;font-size:14px;line-height:1.35;color:#3f4650}.restoo-general-section-meta a{margin-top:10px;display:inline-block;color:#2086ce;font-size:14px}.restoo-general-section-meta button{margin-top:8px;border:none;background:transparent;color:#818a96;font-size:14px;padding:0;cursor:pointer;display:block}.restoo-general-section-body{padding:16px 12px;display:grid;grid-gap:12px;gap:12px;align-content:start}.restoo-general-row{display:grid;grid-gap:4px;gap:4px}.restoo-general-row.two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.restoo-general-row.three-col{grid-template-columns:minmax(0,200px) minmax(0,200px) minmax(0,1fr);gap:18px}.restoo-general-row.two-col.with-short-left{grid-template-columns:minmax(0,280px) minmax(0,1fr)}.restoo-general-row.full{width:100%}.restoo-general-label{margin-bottom:2px;display:block;color:#2f363f;font-size:13px;font-weight:700}.restoo-general-label span{color:#8b939e;font-weight:500}.restoo-general-section-body input,.restoo-general-section-body select,.restoo-general-section-body textarea{width:100%;height:34px;border-radius:4px;border:1px solid #c3c9d0;background:#f8f9fb;color:#3a4048;font-size:13px;padding:0 10px}.restoo-general-section-body select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.restoo-general-phone-input{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:0;gap:0}.restoo-general-phone-flag{border:1px solid #c3c9d0;border-right:none;background:#f8f9fb;border-top-left-radius:4px;border-bottom-left-radius:4px;display:flex;align-items:center;justify-content:center;gap:5px;color:#334155;font-size:15px;cursor:pointer}.restoo-general-phone-flag svg{color:#8b96a6}.restoo-general-phone-input>input{border-top-left-radius:0;border-bottom-left-radius:0}.restoo-general-phone-menu{position:absolute;top:100%;left:0;z-index:40;width:min(420px,calc(100vw - 40px));max-height:304px;border:1px solid #c3c9d0;background:#fff;box-shadow:0 8px 16px rgba(15,23,42,.18)}.restoo-general-phone-menu .restoo-general-phone-search{height:40px;border:0;border-bottom:1px solid #c3c9d0;border-radius:0;background:#fff;font-size:14px}.restoo-general-phone-list{max-height:260px;overflow-y:auto}.restoo-general-phone-country{width:100%;min-height:38px;border:0;background:#fff;display:flex;align-items:center;gap:8px;padding:0 10px;color:#252b33;font-size:14px;text-align:left;cursor:pointer}.restoo-general-phone-country.is-active,.restoo-general-phone-country:hover{background:#edf2f7}.restoo-general-phone-country strong{font-weight:500}.restoo-general-phone-country em{color:#7b8491;font-style:normal}.restoo-general-inline-inputs{display:inline-flex;align-items:center}.restoo-general-inline-inputs .restoo-general-short-input{width:120px;border-top-right-radius:0;border-bottom-right-radius:0}.restoo-general-inline-inputs span{min-height:36px;padding:8px 12px;border:1px solid #c3c9d0;border-left:none;border-top-right-radius:4px;border-bottom-right-radius:4px;background:#eceff2;color:#505965;font-size:14px}.restoo-general-short-select{width:155px}.restoo-general-check,.restoo-general-radio{margin:0;display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#3e4650;line-height:1.35}.restoo-general-check input,.restoo-general-radio input{width:14px;height:14px;margin-top:2px}.restoo-general-check.extra-text span,.restoo-general-radio span{color:#5a626c}.restoo-general-check.inline-start{align-items:center}.restoo-general-chip-checks{display:flex;flex-wrap:wrap;gap:12px}.restoo-general-chip-checks label{display:inline-flex;align-items:center;gap:4px;color:#3f4651;font-size:14px}.restoo-general-chip-checks input{width:13px;height:13px}.restoo-general-help{margin:4px 0 0;font-size:12px;color:#7c848f}.restoo-general-plan{min-height:104px}.restoo-general-plan p{margin:0;color:#7f8791;font-size:14px}.restoo-general-plan h3{margin:2px 0;font-size:24px;line-height:1;color:#2c333b}.restoo-general-plan small{color:#8b939f;font-size:14px}.restoo-general-footer-actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 12px 20px}@media (max-width:1180px){.restoo-general-screen{grid-template-columns:1fr}.restoo-general-sidebar-desktop{display:none}.restoo-general-header-left{width:100%}.restoo-general-mobile-trigger{border:1px solid #c2c8d1;background:#f4f6f9;color:#2f3742;width:32px;height:32px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:fixed;top:10px;left:10px;z-index:45}.restoo-general-mobile-trigger.is-hidden{display:none}.restoo-general-mobile-burger{border:1px solid #c2c8d1;background:#f4f6f9;color:#2f3742;width:32px;height:32px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.restoo-general-sidebar-mobile-layer.is-open{display:grid;grid-template-columns:minmax(0,var(--restoo-sidebar-width)) 1fr;position:fixed;inset:0;z-index:40;background:rgba(4,11,22,.28)}.restoo-general-sidebar-mobile{position:relative;height:100%;overflow-y:auto;box-shadow:16px 0 34px rgba(2,8,18,.32)}.restoo-general-mobile-close{position:absolute;top:8px;left:8px;width:30px;height:30px;border:1px solid #aeb7c4;background:#f7f9fc;color:#2f3843;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.restoo-general-sidebar-mobile .restoo-general-brand,.restoo-general-sidebar-mobile .restoo-general-merchant,.restoo-general-sidebar-mobile .restoo-general-user{padding-left:44px}.restoo-general-section{grid-template-columns:1fr}.restoo-general-section-meta{padding-bottom:0}.restoo-reports-toolbar{align-items:flex-start;flex-direction:column}.restoo-reports-datebar{width:100%;justify-content:flex-end}.restoo-reports-metrics.four{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (max-width:760px){.restoo-general-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;min-height:58px;padding:0 14px;display:flex;align-items:center;justify-content:flex-end}.restoo-general-mobile-trigger{position:fixed;top:10px;left:12px;z-index:45}.restoo-general-mobile-burger,.restoo-general-mobile-trigger{border:none;background:transparent;color:#2998df;width:36px;height:36px;border-radius:0}.restoo-general-header-left{width:auto}.restoo-general-title{position:absolute;left:50%;transform:translateX(-50%);margin:0;max-width:calc(100% - 130px);pointer-events:none}.restoo-general-title svg{display:none}.restoo-general-title span{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.restoo-general-actions{width:auto;margin-left:auto;display:inline-flex;align-items:center;gap:10px;flex-wrap:nowrap}.restoo-general-header .restoo-general-actions .restoo-general-btn{border:none;background:transparent;border-radius:0;min-height:0;height:auto;padding:0;color:#2b98dd;font-size:18px;font-weight:500}.restoo-general-header .restoo-general-actions .restoo-general-btn svg,.restoo-general-header .restoo-general-actions .restoo-general-btn:not(.primary){display:none}.restoo-general-header .restoo-general-actions .restoo-general-btn.primary{border:none;background:transparent;color:#2b98dd;font-weight:500}.restoo-general-header .restoo-general-actions .restoo-general-btn:disabled{opacity:.46}.restoo-general-row.three-col,.restoo-general-row.two-col,.restoo-general-row.two-col.with-short-left{grid-template-columns:1fr;gap:10px}.restoo-general-inline-inputs{width:100%;display:grid;grid-template-columns:1fr auto}.restoo-general-inline-inputs .restoo-general-short-input{width:100%}.restoo-general-chip-checks{display:grid;grid-gap:6px;gap:6px}.restoo-integrations-content{padding:18px 12px 34px}.restoo-integrations-grid.assistants,.restoo-integrations-grid.channels,.restoo-integrations-grid.social{grid-template-columns:1fr}.restoo-integration-card,.restoo-integration-card.is-wide{max-width:none;min-height:126px}.restoo-reports-content{padding:18px 12px 34px}.restoo-reports-presets{width:100%;justify-content:space-between;gap:10px}.restoo-reports-compare button,.restoo-reports-presets button{font-size:13px}.restoo-reports-datebar{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px}.restoo-reports-dateinput{min-width:0}.restoo-reports-calendar{width:min(520px,calc(100vw - 32px));left:auto;right:0}.restoo-reports-summary{margin-top:26px}.restoo-reports-summary h1{font-size:20px}.restoo-reports-summary p{font-size:16px}.restoo-reports-compare{align-items:flex-start;flex-wrap:wrap;gap:10px 14px}.restoo-reports-metrics.four,.restoo-reports-metrics.two{grid-template-columns:1fr}}@media (min-width:761px) and (max-width:1380px){.restoo-integrations-grid.social{grid-template-columns:repeat(3,minmax(180px,1fr))}.restoo-integrations-grid.assistants{grid-template-columns:repeat(2,minmax(220px,280px))}}.restoo-users-main{background:#eceef0}.restoo-users-title{align-items:center}.restoo-users-title span{font-size:16px}.restoo-users-count{border-bottom:1px solid #c7ccd2;color:#4f5761;text-align:right;padding:9px 14px;font-size:13px;background:#eceef0}.restoo-users-list{display:grid;align-content:start}.restoo-users-row{border:none;border-bottom:1px solid #c9ced5;background:#eceef0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;width:100%;padding:14px;text-align:left;cursor:pointer}.restoo-users-row:hover{background:#e6eaee}.restoo-users-left h3{margin:0;color:#2f363e;font-size:15px;line-height:1.08;font-weight:700}.restoo-users-left p{margin:3px 0 0;color:#5b6571;font-size:12px}.restoo-users-right{text-align:right;display:grid;grid-gap:1px;gap:1px;justify-items:end}.restoo-users-right strong{color:#464e58;font-size:13px;line-height:1.08;font-weight:700}.restoo-users-right span{color:#8a939f;font-size:11px}.restoo-users-empty{margin:0;border-bottom:1px solid #c9ced5;padding:24px 14px;color:#65707d;font-size:13px}.restoo-users-modal-backdrop{position:fixed;inset:0;z-index:170;background:rgba(5,12,24,.38);display:grid;place-items:center;padding:16px}.restoo-users-modal{width:min(760px,100%);border-radius:8px;border:1px solid #c4cbd5;background:#eef1f5;color:#2c333b;overflow:hidden}.restoo-users-modal-header{border-bottom:1px solid #c8ced6;padding:12px 14px;display:flex;align-items:center;justify-content:space-between}.restoo-users-modal-header strong{font-size:16px}.restoo-users-modal-body{padding:14px;display:grid;grid-gap:12px;gap:12px}.restoo-users-modal-body input,.restoo-users-modal-body select{width:100%}.restoo-users-modal-footer{border-top:1px solid #c8ced6;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.restoo-users-modal-actions{display:inline-flex;align-items:center;gap:10px}.restoo-users-delete{border:1px solid #cf6a74;color:#b33240;background:#fff1f2;border-radius:4px;min-height:32px;padding:0 12px;font-size:13px;cursor:pointer}@media (max-width:760px){.restoo-users-title span{font-size:16px}.restoo-users-count{font-size:14px}.restoo-users-row{grid-template-columns:1fr;gap:6px;padding:10px 12px}.restoo-users-left h3{font-size:15px}.restoo-users-left p{font-size:14px}.restoo-users-right{justify-items:start;text-align:left}.restoo-users-right strong{font-size:16px}.restoo-users-right span{font-size:13px}.restoo-users-empty{font-size:14px}.restoo-users-modal-header strong{font-size:16px}}.restoo-users-edit-content{border-top:1px solid #c7ccd2}.restoo-users-edit-content .restoo-general-section-meta h2{font-size:16px}.restoo-users-edit-content .restoo-general-section-meta p{font-size:14px}.restoo-users-edit-content .restoo-general-section-meta p a{color:#2086ce;text-decoration:none}.restoo-users-email-row{max-width:480px}.restoo-users-password-field{position:relative}.restoo-users-password-field input{padding-right:42px}.restoo-users-password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#6c7684;padding:0;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.restoo-users-password-toggle:hover{color:#2f66d0}.restoo-users-role-list{display:grid;grid-gap:8px;gap:8px}.restoo-users-role-option{margin:0;display:flex;align-items:flex-start;gap:8px;color:#3f4752;font-size:14px;line-height:1.35}.restoo-users-role-option input{width:14px;height:14px;margin-top:2px}.restoo-users-role-option span{display:inline}.restoo-users-role-option strong{color:#2e3640;font-weight:700}.restoo-users-role-option em{color:#757f8d;font-style:normal}.restoo-users-state-option{font-size:15px}.restoo-users-edit-footer{border-top:1px solid #c7ccd2;display:flex;align-items:center;justify-content:space-between;padding:14px 12px 20px}@media (max-width:760px){.restoo-users-edit-content .restoo-general-section-meta h2{font-size:16px}.restoo-users-email-row{max-width:100%}.restoo-users-edit-footer{flex-direction:column;align-items:stretch;gap:10px}.restoo-users-edit-footer .restoo-general-actions{width:100%}.restoo-users-edit-footer .restoo-general-actions .restoo-general-btn{flex:1 1;justify-content:center}}.restoo-team-main{background:#eceef0}.restoo-team-title span{font-size:16px}.restoo-team-count{border-bottom:1px solid #c7ccd2;color:#4f5761;text-align:right;padding:9px 14px;font-size:13px;background:#eceef0}.restoo-team-list{display:grid;align-content:start}.restoo-team-row{border:none;border-bottom:1px solid #c9ced5;background:#eceef0;width:100%;padding:12px 14px;text-align:left;cursor:pointer}.restoo-team-row:hover{background:#e6eaee}.restoo-team-row span{color:#343c46;font-size:15px;font-weight:700;line-height:1.1}.restoo-team-empty{margin:0;border-bottom:1px solid #c9ced5;padding:24px 14px;color:#65707d;font-size:13px}.restoo-team-edit-content{border-top:1px solid #c7ccd2}.restoo-team-edit-content .restoo-general-section-meta h2{font-size:16px}.restoo-team-name-row{max-width:none}.restoo-team-pin-row{max-width:220px}.restoo-team-edit-footer{border-top:1px solid #c7ccd2;display:flex;align-items:center;justify-content:space-between;padding:14px 12px 20px}@media (max-width:760px){.restoo-team-title span{font-size:16px}.restoo-team-count{font-size:14px}.restoo-team-row{padding:10px 12px}.restoo-team-row span{font-size:15px}.restoo-team-empty{font-size:14px}.restoo-team-edit-content .restoo-general-section-meta h2{font-size:16px}.restoo-team-edit-footer{flex-direction:column;align-items:stretch;gap:10px}.restoo-team-edit-footer .restoo-general-actions{width:100%}.restoo-team-edit-footer .restoo-general-actions .restoo-general-btn{flex:1 1;justify-content:center}}.restoo-services-main{background:#eceef0}.restoo-services-title span{font-size:16px}.restoo-services-count{border-bottom:1px solid #c7ccd2;color:#4f5761;text-align:right;padding:9px 14px;font-size:13px;background:#eceef0}.restoo-services-list{display:grid;align-content:start}.restoo-services-row{border:none;border-bottom:1px solid #c9ced5;background:#eceef0;width:100%;padding:12px 14px;text-align:left;cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px}.restoo-services-row:hover{background:#e6eaee}.restoo-services-left{min-width:0}.restoo-services-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.restoo-services-top h3{margin:0;color:#343c46;font-size:15px;font-weight:700;line-height:1.1}.restoo-services-chip{border:1px solid #c4cbd3;border-radius:4px;background:#f3f5f8;color:#57606b;font-size:11px;line-height:1;padding:5px 8px;text-transform:uppercase;white-space:nowrap}.restoo-services-left p{margin:4px 0 0;color:#4f5761;font-size:12px}.restoo-services-right{text-align:right;display:grid;grid-gap:1px;gap:1px;justify-items:end}.restoo-services-right strong{color:#464e58;font-size:13px;line-height:1.08;font-weight:700}.restoo-services-right span{color:#8a939f;font-size:11px}.restoo-services-empty{margin:0;border-bottom:1px solid #c9ced5;padding:24px 14px;color:#65707d;font-size:13px}.restoo-services-edit-content{border-top:1px solid #c7ccd2}.restoo-services-days-grid{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.restoo-services-day-option{margin:0;display:inline-flex;align-items:center;gap:4px;color:#3f4650;font-size:13px;line-height:1.2}.restoo-general-section-body .restoo-services-day-option input{width:12px;height:12px;margin:0;border-radius:2px;border:1px solid #b8bfc8;background:#f8f9fb;padding:0;cursor:pointer}.restoo-services-day-option span{line-height:1}.restoo-services-check-inline{display:flex;flex-wrap:wrap;gap:20px}.restoo-services-options-stack{display:grid;grid-gap:6px;gap:6px}.restoo-services-options-stack .restoo-general-radio span{color:#3f4650}.restoo-services-divider{border-top:1px solid #ced3d9;margin-top:2px;padding-top:6px}.restoo-services-edit-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 12px 20px}.restoo-floor-main{background:#eceef0}.restoo-floor-area-lang-tabs{border-top:1px solid #c9ced5;border-bottom:1px solid #c9ced5;min-height:46px;padding:0 12px;display:flex;align-items:center;justify-content:flex-end;gap:14px;background:#eceef0}.restoo-floor-area-lang-tabs button{border:none;background:transparent;color:#8b939e;font-size:14px;cursor:pointer;padding:0}.restoo-floor-area-lang-tabs button.is-active{color:#2f3640;font-weight:700}.restoo-floor-area-textarea{min-height:56px;padding:8px 10px;resize:vertical}.restoo-floor-area-help{margin:4px 0 0;color:#7a838f;font-size:13px;line-height:1.3}.restoo-floor-count{border-bottom:1px solid #c9ced5;color:#4f5761;text-align:right;padding:9px 14px;font-size:12px;background:#eceef0}.restoo-floor-plan-row{width:100%;border:none;border-bottom:1px solid #c9ced5;background:#eceef0;padding:8px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;text-align:left;cursor:pointer}.restoo-floor-plan-row:hover{background:#e7ebef}.restoo-floor-plan-name{color:#303742;font-size:16px;font-weight:700;line-height:1.08}.restoo-floor-plan-meta{display:grid;grid-auto-flow:column;grid-gap:28px;gap:28px}.restoo-floor-plan-meta div{text-align:right;display:grid;grid-gap:2px;gap:2px}.restoo-floor-plan-meta strong{color:#2f3640;font-size:14px;line-height:1;font-weight:600}.restoo-floor-plan-meta span{color:#8b939e;font-size:11px;line-height:1}.restoo-floor-zone-section{border-bottom:1px solid #c9ced5}.restoo-floor-zone-head{padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.restoo-floor-zone-head h2{margin:0;color:#2f3640;font-size:14px;line-height:1;font-weight:700}.restoo-floor-zone-note{margin:0 14px 10px;border:1px solid #b0d5e7;background:#cfeefe;color:#3a6f8e;border-radius:3px;min-height:56px;padding:11px 13px;font-size:11px;line-height:1.28}.restoo-floor-zone-list{display:grid}.restoo-floor-zone-row{width:100%;border:none;border-top:1px solid #c9ced5;background:transparent;min-height:54px;display:grid;align-content:center;grid-gap:2px;gap:2px;padding:6px 14px;text-align:left;cursor:pointer}.restoo-floor-zone-row:hover{background:#e7ebef}.restoo-floor-zone-row strong{color:#2f3640;font-size:13px;font-weight:700;line-height:1}.restoo-floor-zone-row span{color:#4f5761;font-size:11px;line-height:1.1}.restoo-floor-editor-screen{min-height:100vh;background:#eceef0;color:#2d333a;font-family:Segoe UI,Tahoma,sans-serif}.restoo-floor-editor-layout{min-height:100vh;display:grid;grid-template-columns:236px minmax(0,1fr)}.restoo-floor-editor-sidebar{border-right:1px solid #c7cdd5;background:#eff1f3;padding:16px 12px 10px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.restoo-floor-editor-sidebar input,.restoo-floor-editor-sidebar select{width:100%;height:32px;border:1px solid #c2c8d0;border-radius:4px;background:#f8f9fb;color:#3b424c;padding:0 10px;font-size:13px}.restoo-floor-editor-add-plan{width:100%;height:33px;border:1px solid #c2c8d0;border-radius:4px;background:#f5f7fa;color:#4a5462;display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:13px;cursor:pointer}.restoo-floor-editor-add-plan:hover{background:#e8edf3}.restoo-floor-editor-label{color:#2f3640;font-size:12px;line-height:1;font-weight:700}.restoo-floor-editor-more{border:none;background:transparent;color:#7d8794;font-size:13px;text-align:left;padding:0;cursor:pointer}.restoo-floor-editor-sidebar h4{margin:10px 0 0;padding-top:12px;border-top:1px solid #cfd4db;color:#313843;font-size:12px;line-height:1;font-weight:700}.restoo-floor-elements-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px}.restoo-floor-element-btn{width:100%;aspect-ratio:1/1;border:1px solid #c5ccd4;border-radius:4px;background:#f8f9fb;color:#5c6572;cursor:pointer;padding:0;display:grid;place-items:center}.restoo-floor-element-btn:hover{background:#e7ebef}.restoo-floor-element-preview{display:inline-block;background:#b8c1cc}.restoo-floor-element-preview.is-circle,.restoo-floor-element-preview.is-circle-small,.restoo-floor-element-preview.is-corner{width:29px;height:29px;border-radius:999px}.restoo-floor-element-preview.is-bar,.restoo-floor-element-preview.is-square{width:27px;height:27px;border-radius:3px}.restoo-floor-element-preview.is-label-wall,.restoo-floor-element-preview.is-rect-h{width:33px;height:12px;border-radius:2px}.restoo-floor-element-preview.is-door,.restoo-floor-element-preview.is-rect-v{width:14px;height:33px;border-radius:2px}.restoo-floor-element-preview.is-label-wall{width:40px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:#616b79;background:#d3d9e1;font-size:11px;font-weight:700}.restoo-floor-zone-edit-list{margin-top:2px;display:grid;grid-gap:6px;gap:6px}.restoo-floor-zone-edit-list p{margin:0;color:#6b7280;font-size:13px}.restoo-floor-zone-edit-row{display:grid;grid-template-columns:minmax(0,1fr) 70px;grid-gap:6px;gap:6px}.restoo-floor-table-edit-panel{margin-top:2px;display:grid;grid-gap:8px;gap:8px}.restoo-floor-editor-sub-label{color:#2f3640;font-size:13px;font-weight:700}.restoo-floor-editor-pax-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.restoo-floor-editor-pax-grid div{display:grid;grid-gap:4px;gap:4px}.restoo-floor-editor-checkbox{display:inline-flex;align-items:center;gap:7px;color:#374151;font-size:13px}.restoo-floor-editor-checkbox input{width:14px;height:14px}.restoo-floor-editor-danger-action,.restoo-floor-editor-neutral-action{width:100%;height:32px;border-radius:4px;border:1px solid #c2c8d0;background:#f4f6fa;color:#4a5462;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.restoo-floor-editor-danger-action{border-color:#d46c6c;background:#d85e5e;color:#fff7f7}.restoo-floor-editor-actions{margin-top:auto;display:grid;grid-gap:8px;gap:8px;padding-top:10px}.restoo-floor-editor-cancel,.restoo-floor-editor-save{width:100%;height:50px;border-radius:6px;font-size:15px;cursor:pointer}.restoo-floor-editor-save{border:1px solid #2381bf;background:#2d97dc;color:#f2f8ff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:6px}.restoo-floor-editor-cancel{border:1px solid #c2c8d0;background:#f5f7fa;color:#4c5460}.restoo-floor-editor-stage{padding:10px 18px 24px;min-width:0;overflow:auto}.restoo-floor-board{position:relative;width:min(100%,980px);margin:20px auto 0;aspect-ratio:16/10;min-height:560px;background:#495763;border:1px solid #6d7988;overflow:hidden}.restoo-floor-column,.restoo-floor-wall{position:absolute;background:#687a8a}.restoo-floor-wall{border:none;padding:0;cursor:-webkit-grab;cursor:grab;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block}.restoo-floor-wall.is-base{cursor:default}.restoo-floor-wall.is-selected:not(.is-base){box-shadow:0 0 0 2px rgba(0,0,0,.45)}.restoo-floor-wall.is-top{left:0;top:10.5%;width:37%;height:36px;transform:none}.restoo-floor-wall.is-middle{left:0;top:68.5%;width:52%;height:14px;transform:none}.restoo-floor-wall.is-middle-right{right:0;top:68.5%;width:34%;height:14px;left:auto;transform:none}.restoo-floor-column{left:46%;top:12%;width:48px;height:58px}.restoo-floor-table-node{position:absolute;transform:translate(-50%,-50%);border:1px solid #c4ccd5;border-radius:7px;background:#f6f8fa;color:#1f2937;display:grid;place-items:center;align-content:center;grid-gap:2px;gap:2px;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:0 1px 1px rgba(8,15,28,.16)}.restoo-floor-table-node strong{font-size:14px;line-height:1;font-weight:700}.restoo-floor-table-node small{font-size:10px;line-height:1;color:#5b6574;font-weight:600}.restoo-floor-table-node.is-round{border-radius:999px}.restoo-floor-table-node.is-selected{box-shadow:0 0 0 2px rgba(227,233,241,.8),0 1px 1px rgba(8,15,28,.16)}.restoo-floor-table-node.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;border-color:#4b7ed6;box-shadow:0 0 0 2px rgba(75,126,214,.36)}@media (max-width:1200px){.restoo-floor-plan-name{font-size:17px}.restoo-floor-plan-meta strong{font-size:14px}.restoo-floor-plan-meta span{font-size:11px}.restoo-floor-zone-head h2{font-size:16px}.restoo-floor-zone-note{font-size:12px}.restoo-floor-zone-row strong{font-size:16px}.restoo-floor-zone-row span{font-size:12px}.restoo-floor-editor-label,.restoo-floor-editor-sidebar h4{font-size:15px}}@media (max-width:920px){.restoo-floor-editor-layout{grid-template-columns:1fr}.restoo-floor-editor-sidebar{border-right:none;border-bottom:1px solid #c7cdd5}.restoo-floor-editor-actions{grid-template-columns:1fr 1fr}.restoo-floor-board{min-height:420px}}@media (max-width:760px){.restoo-services-title span{font-size:16px}.restoo-services-count{font-size:14px}.restoo-services-row{grid-template-columns:1fr;gap:8px;padding:10px 12px}.restoo-services-top h3{font-size:15px}.restoo-services-chip{font-size:12px;padding:4px 6px}.restoo-services-left p{font-size:14px}.restoo-services-right{justify-items:start;text-align:left}.restoo-services-right strong{font-size:16px}.restoo-services-right span{font-size:13px}.restoo-services-empty{font-size:14px}.restoo-services-check-inline{display:grid;grid-gap:8px;gap:8px}.restoo-services-days-grid{gap:6px 10px}.restoo-services-edit-footer{flex-direction:column;align-items:stretch;gap:10px}.restoo-services-edit-footer .restoo-general-actions{width:100%}.restoo-services-edit-footer .restoo-general-actions .restoo-general-btn{flex:1 1;justify-content:center}}.restoo-kpi-button{border:none;background:transparent;border-radius:0;min-height:0;padding:0;cursor:pointer;box-shadow:none}.restoo-kpi-button:hover{color:#ecf3ff}.restoo-daycfg-backdrop{z-index:145;background:rgba(5,12,25,.64)}.restoo-daycfg-modal{width:min(840px,96vw);max-height:90vh;overflow:auto;border-radius:8px;border:1px solid #c4ccd7;background:#e8ecf1;box-shadow:0 22px 44px rgba(5,12,25,.45)}.restoo-daycfg-header{position:-webkit-sticky;position:sticky;top:0;z-index:1;min-height:46px;border-bottom:1px solid #c5ccd6;background:#f3f5f9;display:flex;align-items:center;justify-content:space-between;padding:0 14px}.restoo-daycfg-header strong{font-size:16px;line-height:1;color:#1f2937;text-transform:capitalize;font-weight:700}.restoo-daycfg-close{border:none;background:transparent;color:#64748b;width:30px;height:30px;border-radius:999px;display:grid;place-items:center;cursor:pointer}.restoo-daycfg-close:hover{background:rgba(100,116,139,.18)}.restoo-daycfg-body{padding:14px;display:grid;grid-gap:14px;gap:14px}.restoo-daycfg-section{display:grid;grid-gap:10px;gap:10px}.restoo-daycfg-section h3{margin:0;color:#1f2937;font-size:16px;font-weight:700;line-height:1.05}.restoo-daycfg-status-list{display:grid;grid-gap:8px;gap:8px}.restoo-daycfg-status-row{width:100%;border:1px solid #c6cfdb;border-radius:10px;background:#f8fafc;color:#1f2937;min-height:72px;display:grid;grid-template-columns:30px minmax(0,1fr) 18px;grid-gap:12px;gap:12px;align-items:center;padding:0 12px;cursor:pointer;text-align:left}.restoo-daycfg-status-row.is-active{border-color:#2d6cdf;box-shadow:0 0 0 1px rgba(45,108,223,.28)}.restoo-daycfg-status-row.tone-amber .restoo-daycfg-status-copy strong{color:#f59e0b}.restoo-daycfg-status-row.tone-red .restoo-daycfg-status-copy strong{color:#dc2626}.restoo-daycfg-status-icon{width:22px;height:22px;display:grid;place-items:center}.restoo-daycfg-status-icon.tone-blue{color:#334155}.restoo-daycfg-status-icon.tone-amber{color:#f59e0b}.restoo-daycfg-status-icon.tone-red{color:#ef4444}.restoo-daycfg-status-icon.tone-slate{color:#111827}.restoo-daycfg-status-copy{display:grid;grid-gap:1px;gap:1px}.restoo-daycfg-status-copy strong{font-size:15px;line-height:1.05;font-weight:700}.restoo-daycfg-status-copy small{color:#66707f;font-size:13px;line-height:1.12}.restoo-daycfg-status-check{width:22px;height:22px;border-radius:999px;background:#6b7280;color:#f8fafc;display:grid;place-items:center}.restoo-daycfg-zone-switches{display:flex;flex-wrap:wrap;gap:16px}.restoo-daycfg-switch{display:inline-flex;align-items:center;gap:7px;color:#1f2937;font-size:14px;line-height:1.04}.restoo-daycfg-switch input{position:absolute;opacity:0;pointer-events:none}.restoo-daycfg-switch-track{width:37px;height:20px;border-radius:999px;background:#98a4b4;position:relative;transition:background .12s ease-out}.restoo-daycfg-switch-dot{width:15px;height:15px;border-radius:999px;background:#fff;position:absolute;left:2px;top:2px;transition:transform .12s ease-out}.restoo-daycfg-switch input:checked+.restoo-daycfg-switch-track{background:#16a34a}.restoo-daycfg-switch input:checked+.restoo-daycfg-switch-track .restoo-daycfg-switch-dot{transform:translateX(17px)}.restoo-daycfg-field{display:grid;grid-gap:6px;gap:6px}.restoo-daycfg-field label{font-size:14px;font-weight:700;line-height:1.08;color:#1f2937}.restoo-daycfg-field input{width:100%;height:52px;border:1px solid #c5ceda;border-radius:8px;background:#f8fafc;color:#334155;font-size:16px;padding:0 12px}.restoo-daycfg-field small,.restoo-daycfg-help{margin:0;color:#66707f;font-size:13px;line-height:1.12}.restoo-daycfg-switch-advanced{margin-top:6px}.restoo-daycfg-slots{border-top:1px solid #ccd4df;padding-top:10px;display:grid;grid-gap:8px;gap:8px}.restoo-daycfg-slot-row{display:grid;grid-template-columns:86px auto minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px}.restoo-daycfg-slot-time{color:#1f2937;font-size:22px;font-weight:700}.restoo-daycfg-slot-switch{justify-self:start}.restoo-daycfg-slot-row input[type=number]{height:36px;border:1px solid #c5ceda;border-radius:6px;background:#f8fafc;color:#1f2937;font-size:16px;padding:0 10px}.restoo-daycfg-footer{border-top:1px solid #c5ccd6;background:#f3f5f9;display:flex;justify-content:flex-end;gap:10px;padding:10px 14px}.restoo-daycfg-btn{border:1px solid #c0c6ce;border-radius:5px;background:#f8f9fb;color:#444b55;font-size:14px;min-height:34px;padding:0 13px;cursor:pointer}.restoo-daycfg-btn.is-primary{background:#2193d8;border-color:#1e84c2;color:#f7fbff;font-weight:600}.restoo-daycfg-btn:disabled{opacity:.65;cursor:not-allowed}.restoo-special-main{background:#eceef0}.restoo-special-title span{font-size:16px;font-weight:500}.restoo-special-count{border-bottom:1px solid #c7ccd2;color:#4f5761;text-align:right;padding:9px 14px;font-size:13px;background:#eceef0}.restoo-special-list{display:grid;align-content:start}.restoo-special-row{border:none;border-bottom:1px solid #c9ced5;background:#eceef0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;width:100%;padding:13px 14px;text-align:left;cursor:pointer}.restoo-special-row:hover{background:#e6eaee}.restoo-special-left{min-width:0}.restoo-special-name-line{display:flex;align-items:center;gap:7px}.restoo-special-name-line strong{color:#2f363f;font-size:15px;font-weight:700;line-height:1}.restoo-special-check{width:16px;height:16px;border-radius:999px;color:#16a34a;display:grid;place-items:center}.restoo-special-draft-badge{min-height:20px;padding:1px 10px 0;border-radius:4px;background:#8c9198;color:#f3f6fb;font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.03em;display:inline-flex;align-items:center}.restoo-special-left p{margin:4px 0 0;color:#4f5761;font-size:12px}.restoo-special-right{text-align:right;display:grid;grid-gap:1px;gap:1px;justify-items:end}.restoo-special-right strong{color:#464e58;font-size:13px;line-height:1.08;font-weight:600}.restoo-special-right span{color:#8a939f;font-size:11px}.restoo-special-empty{margin:0;border-bottom:1px solid #c9ced5;padding:24px 14px;color:#65707d;font-size:13px}.restoo-special-past-link{border:none;background:transparent;color:#7b828d;font-size:12px;text-align:left;padding:14px;cursor:pointer}.restoo-special-edit-content{border-top:1px solid #c7ccd2}.restoo-special-create-body{justify-items:center}.restoo-special-mode-label{margin-top:14px;max-width:240px;display:grid;grid-gap:6px;gap:6px}.restoo-special-mode-select{width:100%;height:34px;border-radius:4px;border:1px solid #c3c9d0;background:#f8f9fb;color:#3a4048;font-size:13px;padding:0 10px}.restoo-special-edit-footer{border-top:1px solid #c7ccd2;display:flex;justify-content:flex-end;align-items:center;padding:14px 12px 20px}.restoo-special-edit-footer.with-space-between{justify-content:space-between}.restoo-special-service-list{display:grid;grid-gap:8px;gap:8px}.restoo-special-audit{margin:0;color:#4f5761;font-size:14px}.restoo-special-success-bar{position:fixed;left:176px;right:0;bottom:0;z-index:70;min-height:44px;background:#56bf66;color:#f0fff4;display:grid;place-items:center}.restoo-special-duration-backdrop{background:rgba(5,12,24,.38);z-index:180}.restoo-special-duration-modal{width:min(460px,100%);border:1px solid #c4cbd5;border-radius:8px;background:#eef1f5;overflow:hidden}.restoo-special-duration-header{border-bottom:1px solid #c8ced6;padding:10px 12px}.restoo-special-duration-header strong{color:#2e3640;font-size:16px}.restoo-special-duration-body{padding:12px}.restoo-special-duration-footer{border-top:1px solid #c8ced6;padding:10px 12px;display:flex;justify-content:flex-end;gap:10px}.restoo-special-cal{width:min(480px,100%);border:1px solid #d2d8e2;border-radius:10px;background:#f3f5f8;padding:12px;box-shadow:0 2px 6px rgba(12,18,30,.06)}.restoo-special-cal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:4px 8px 6px}.restoo-special-cal-head strong{color:#2d333a;font-size:24px;line-height:1.04;font-weight:700;letter-spacing:-.02em}.restoo-special-cal-head strong span{font-weight:700}.restoo-special-cal-arrows{display:inline-flex;align-items:center;gap:6px}.restoo-special-cal-arrows button{border:none;background:transparent;color:#3d6fd3;width:28px;height:28px;border-radius:999px;display:grid;place-items:center;cursor:pointer}.restoo-special-cal-arrow-placeholder{width:28px;height:28px;display:inline-block}.restoo-special-cal-arrows button:hover{background:rgba(100,116,139,.14)}.restoo-special-cal-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:0;gap:0;margin-top:10px}.restoo-special-cal-weekday{color:#525c68;text-align:center;font-size:13px;font-weight:700;min-height:34px;display:grid;place-items:center}.restoo-special-cal-day{border:none;background:transparent;height:60px;border-radius:0;padding:0;cursor:pointer}.restoo-special-cal-day span{width:42px;height:42px;margin:0 auto;display:grid;place-items:center;border-radius:999px;color:#303744;font-size:17px;font-weight:500;position:relative;z-index:1}.restoo-special-cal-day.is-outside span{color:#a5adb8}.restoo-special-cal-day.is-in-range{background:#dde0e5}.restoo-special-cal-day.is-start.is-in-range{border-top-left-radius:999px;border-bottom-left-radius:999px}.restoo-special-cal-day.is-end.is-in-range{border-top-right-radius:999px;border-bottom-right-radius:999px}.restoo-special-cal-day.is-end span,.restoo-special-cal-day.is-start span{background:#5b97ff;color:#f8fbff;font-weight:700}.restoo-special-cal-day.is-anchor span{box-shadow:inset 0 0 0 2px #5b97ff;color:#3b5f97;font-weight:700}.restoo-special-cal-day.is-disabled{cursor:not-allowed}.restoo-special-cal-day.is-disabled span{color:#c7cdd8}.restoo-special-cal-day.is-disabled.is-end span,.restoo-special-cal-day.is-disabled.is-start span{color:#f8fbff}@media (max-width:1024px){.restoo-special-success-bar{left:0}}@media (max-width:760px){.restoo-daycfg-header strong,.restoo-daycfg-section h3,.restoo-daycfg-status-copy strong{font-size:18px}.restoo-daycfg-field small,.restoo-daycfg-help,.restoo-daycfg-status-copy small{font-size:13px}.restoo-daycfg-field label{font-size:14px}.restoo-daycfg-field input{height:38px;font-size:15px}.restoo-daycfg-switch{font-size:14px}.restoo-daycfg-slot-row{grid-template-columns:64px auto minmax(0,1fr)}.restoo-special-title span{font-size:16px}.restoo-special-count{font-size:14px}.restoo-special-row{grid-template-columns:1fr;gap:6px;padding:10px 12px}.restoo-special-name-line strong{font-size:15px}.restoo-special-left p{font-size:13px}.restoo-special-right{justify-items:start;text-align:left}.restoo-special-right strong{font-size:14px}.restoo-special-right span{font-size:12px}.restoo-special-empty{font-size:14px}.restoo-special-edit-footer,.restoo-special-edit-footer.with-space-between{flex-direction:column;align-items:stretch;gap:10px}.restoo-special-edit-footer .restoo-general-actions{width:100%}.restoo-special-edit-footer .restoo-general-actions .restoo-general-btn{flex:1 1;justify-content:center}}.restoo-customers-main{padding-bottom:0}.restoo-customers-title svg{color:#4b5563}.restoo-customers-toolbar{padding:8px 14px;border-bottom:1px solid #c8ced7;display:grid;grid-gap:6px;gap:6px}.restoo-customers-search{display:grid;grid-template-columns:1fr 34px;align-items:center;grid-gap:0;gap:0;max-width:520px}.restoo-customers-search input{min-height:32px;border:1px solid #c3c9d3;border-right:none;border-radius:4px 0 0 4px;background:#f8fafc;color:#2f3a49;font-size:14px;padding:0 10px}.restoo-customers-search button{min-height:32px;border:1px solid #2d84c6;border-radius:0 4px 4px 0;background:#2d84c6;color:#eff6ff;display:grid;place-items:center;cursor:pointer}.restoo-customers-advanced{border:none;background:transparent;color:#3691d8;font-size:14px;font-weight:500;justify-self:start;padding:0;cursor:pointer}.restoo-customers-pagination{min-height:40px;padding:0 14px;border-bottom:1px solid #c8ced7;display:flex;align-items:center;justify-content:flex-end;gap:16px;color:#6b7280;font-size:12px}.restoo-customers-pagination div{display:inline-flex;align-items:center}.restoo-customers-pagination button{width:36px;height:30px;border:1px solid #c6ced8;background:#edf1f6;color:#718096;display:grid;place-items:center;cursor:pointer}.restoo-customers-pagination button+button{border-left:none}.restoo-customers-pagination button:disabled{opacity:.45;cursor:not-allowed}.restoo-customers-list{display:grid}.restoo-customers-row{width:100%;border:none;border-bottom:1px solid #d0d6de;background:#f5f7fa;color:#1f2937;display:grid;grid-template-columns:minmax(280px,2.6fr) minmax(210px,1.2fr) .55fr .7fr;align-items:center;text-align:left;padding:7px 14px;cursor:pointer}.restoo-customers-row:hover{background:#edf2f7}.restoo-customers-col-main h3{margin:0;color:#121a27;font-size:13px;font-weight:700;line-height:1.12;display:inline-flex;align-items:center;gap:6px}.restoo-customers-col-main h3 em{font-style:normal;border:1px solid #cfd7e2;border-radius:4px;padding:0 3px;font-size:10px;color:#667286;line-height:1.2}.restoo-customers-col-main p{margin:2px 0 0;color:#646f81;font-size:10px}.restoo-customers-col-last strong,.restoo-customers-col-source strong,.restoo-customers-col-visits strong{display:block;color:#1f2937;font-size:11px;font-weight:700;line-height:1.15}.restoo-customers-col-last span,.restoo-customers-col-source span,.restoo-customers-col-visits span{color:#768297;font-size:9px}.restoo-customers-col-last{text-align:right}.restoo-customers-empty{min-height:160px;display:grid;place-items:center;color:#6c7788;font-size:16px}.restoo-customer-detail-main{padding-bottom:0}.restoo-customer-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;grid-gap:12px;gap:12px;padding:12px}.restoo-customer-detail-left,.restoo-customer-detail-right{background:transparent}.restoo-customer-notes-label{display:inline-flex;align-items:center;gap:6px;color:#2d3441;font-size:12px;font-weight:700;margin-bottom:6px}.restoo-customer-detail-left textarea{width:100%;min-height:62px;border:1px solid #e668ab;border-radius:6px;background:#f7fbff;color:#1f2937;padding:8px 10px;font-size:12px;resize:vertical}.restoo-customer-last-visit{margin:10px 0 8px;display:inline-flex;align-items:center;gap:7px;color:#2f3948;font-size:11px;line-height:1;font-weight:600}.restoo-customer-stats{margin-top:6px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:7px;gap:7px}.restoo-customer-stats div{border:1px solid #c7d0dd;background:#f9fbfd;min-height:52px;border-radius:4px;padding:6px 9px;display:grid;align-content:center}.restoo-customer-stats span{color:#6a778a;font-size:10px}.restoo-customer-stats strong{color:#1f2937;font-size:13px;font-weight:700;line-height:1}.restoo-customer-history-title{margin:11px 0 6px;color:#303949;font-size:12px;line-height:1.2}.restoo-customer-history{border:1px solid #c7d0dd;border-radius:4px;overflow:hidden}.restoo-customer-history-row{display:grid;grid-template-columns:120px minmax(0,1fr) minmax(220px,.95fr);grid-gap:8px;gap:8px;align-items:center;padding:7px 11px;border-bottom:1px solid #d2d9e2;background:#f7fafc}.restoo-customer-history-row:last-child{border-bottom:none}.restoo-customer-history-row strong{display:block;color:#1f2937;font-size:11px;line-height:1.1}.restoo-customer-history-row span{color:#6b7789;font-size:10px}.restoo-customer-history-side{display:grid;justify-items:end;grid-gap:6px;gap:6px}.restoo-customer-history-side em{font-style:normal;border-radius:3px;background:#4b92d6;color:#eff5ff;padding:3px 8px;font-size:9px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.restoo-customer-history-empty{margin:0;padding:20px;color:#6f7b8d}.restoo-customer-detail-right h3{margin:0 0 8px;color:#2f3948;font-size:14px;line-height:1.18}.restoo-customer-detail-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:4px;gap:4px;color:#3b4555;font-size:12px}.restoo-customer-detail-list li{display:inline-flex;align-items:center;gap:6px}.restoo-customer-detail-list svg{color:#4b5668;flex-shrink:0}.restoo-customer-detail-list .is-link{color:#2d89cf}.restoo-customer-detail-right button{width:100%;min-height:30px;border:1px solid #c7d1df;border-radius:5px;background:#f7fbff;color:#2f3a49;margin-top:8px;font-size:12px;cursor:pointer}.restoo-customer-more{margin-top:12px;border-top:1px solid #c7d1df;padding-top:12px}.restoo-customer-more h4{margin:0 0 8px;color:#2f3948;font-size:13px}.restoo-customer-more p{margin:0 0 10px;display:grid;grid-gap:2px;gap:2px}.restoo-customer-more p strong{color:#1f2937;font-size:12px}.restoo-customer-more p span{color:#445165;font-size:11px}.restoo-customer-change-log{color:#2f7bc7;font-size:12px;display:inline-flex;align-items:center;gap:6px}@font-face{font-family:RestooWelcomeBebas;src:url(/hola/BebasNeue.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:RestooWelcomeAbove;src:url(/hola/ABOVE.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.restoo-body-with-print-cards{min-height:calc(100vh - 158px);background:#d9e0e9}.restoo-body-with-print-cards .restoo-list{width:100%;min-width:0;background:#d9e0e9}.restoo-print-list>.restoo-section{display:none}.restoo-welcome-print{min-height:calc(100vh - 158px);padding:18px 20px 40px;background:#d9e0e9;color:#0f172a;display:grid;grid-gap:16px;gap:16px;justify-items:center}.restoo-welcome-toolbar{width:min(100%,210mm);display:flex;align-items:center;justify-content:space-between;gap:16px}.restoo-welcome-toolbar div{display:grid;grid-gap:3px;gap:3px}.restoo-welcome-toolbar strong{font-size:18px;line-height:1.1}.restoo-welcome-toolbar span{color:#64748b;font-size:13px;font-weight:600}.restoo-welcome-toolbar button{border:0;border-radius:7px;background:#2f64dc;color:#fff;padding:10px 18px;font-weight:800;cursor:pointer}.restoo-welcome-pages{display:grid;grid-gap:18px;gap:18px;justify-items:center}.restoo-welcome-page{width:210mm;height:297mm;padding:10mm;box-sizing:border-box;background:#fff;color:#000;position:relative;box-shadow:0 18px 45px rgba(15,23,42,.22)}.restoo-welcome-grid{height:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr}.restoo-welcome-cell{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.restoo-welcome-card{width:100%;max-width:100%;text-align:center}.restoo-created-toast{position:fixed;right:20px;bottom:20px;width:min(420px,calc(100vw - 32px));z-index:120;padding:14px 14px 12px;border-radius:14px;border:1px solid rgba(148,163,184,.24);background:linear-gradient(180deg,rgba(10,20,42,.98),rgba(8,16,33,.98));box-shadow:0 18px 50px rgba(2,6,23,.45);color:#e5e7eb;animation:restoo-created-toast-in .26s ease-out both}.restoo-created-toast.is-leaving{animation:restoo-created-toast-out .22s ease-in both}.restoo-created-toast-close{position:absolute;top:8px;right:8px;border:none;background:transparent;color:#94a3b8;padding:4px;border-radius:8px;cursor:pointer}.restoo-created-toast-close:hover{background:rgba(148,163,184,.1);color:#e2e8f0}.restoo-created-toast-title{display:flex;align-items:center;gap:10px;margin-right:28px;margin-bottom:10px}.restoo-created-toast-title strong{font-size:17px;line-height:1;font-weight:700;letter-spacing:-.01em;color:#f8fafc}.restoo-created-toast-ok{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#16a34a;color:#ecfdf5}.restoo-created-toast-row{display:flex;align-items:center;gap:10px;color:#dbe4f2;font-size:16px;line-height:1.35}.restoo-created-toast-row+.restoo-created-toast-row{margin-top:4px}.restoo-created-toast-row svg{width:18px;height:18px;color:#9fb3d1;flex-shrink:0}.restoo-created-toast-view{margin-top:12px;border:1px solid rgba(148,163,184,.38);background:rgba(15,23,42,.55);color:#f8fafc;border-radius:10px;height:44px;min-width:132px;padding:0 14px;font-size:17px;line-height:1;cursor:pointer}.restoo-created-toast-view:hover{border-color:rgba(191,219,254,.65);background:rgba(30,41,59,.72)}@keyframes restoo-created-toast-in{0%{opacity:0;transform:translate3d(0,32px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes restoo-created-toast-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,32px,0)}}.restoo-welcome-meta{position:absolute;top:5mm;left:5mm;z-index:2;display:grid;grid-gap:.8mm;gap:.8mm;color:#9aa3b0;font-family:Arial,Helvetica,sans-serif;font-size:3.6mm;line-height:1;font-weight:400;letter-spacing:0;text-align:left}.restoo-welcome-meta span{display:block}.restoo-welcome-hello{margin-bottom:2mm;font-family:RestooWelcomeAbove,Arial Narrow,Arial,sans-serif;font-size:12mm;line-height:1;font-weight:300;letter-spacing:.08em}.restoo-welcome-name{min-height:30mm;display:flex;align-items:center;justify-content:center;font-family:RestooWelcomeBebas,Impact,Arial Black,Arial Narrow,Arial,sans-serif;line-height:.9;letter-spacing:.01em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:clip;outline-offset:1mm}.restoo-welcome-name:focus{outline:.6mm dashed #9aa0a6}.restoo-welcome-logo{width:18mm;height:18mm;margin:6mm auto 4mm;display:block;object-fit:contain}.restoo-welcome-text{font-family:RestooWelcomeAbove,Arial Narrow,Arial,sans-serif;font-size:6mm;line-height:1.25;letter-spacing:.08em}.restoo-welcome-text span{display:block}.restoo-welcome-cut-lines{position:absolute;inset:10mm;z-index:4;pointer-events:none}.restoo-welcome-cut-h,.restoo-welcome-cut-v{position:absolute}.restoo-welcome-cut-v{top:0;bottom:0;left:50%;width:0;transform:translateX(-50%);border-left:.4mm solid #000}.restoo-welcome-cut-h{left:0;right:0;height:0;border-top:.4mm solid #000}.restoo-welcome-cut-h1{top:calc(100% / 3)}.restoo-welcome-cut-h2{top:calc(200% / 3)}@media print{@page{size:A4;margin:0}body:has(.restoo-welcome-print){margin:0;background:#fff}body:has(.restoo-welcome-print) .restoo-filterbar,body:has(.restoo-welcome-print) .restoo-section,body:has(.restoo-welcome-print) .restoo-topbar,body:has(.restoo-welcome-print) .restoo-welcome-toolbar{display:none!important}body:has(.restoo-welcome-print) .restoo-body,body:has(.restoo-welcome-print) .restoo-list,body:has(.restoo-welcome-print) .restoo-screen,body:has(.restoo-welcome-print) .restoo-welcome-pages,body:has(.restoo-welcome-print) .restoo-welcome-print{display:block!important;min-height:0!important;height:auto!important;padding:0!important;margin:0!important;background:#fff!important;overflow:visible!important}.restoo-welcome-page{width:210mm;height:297mm;margin:0;box-shadow:none;break-after:page;page-break-after:always}.restoo-welcome-page:last-child{break-after:auto;page-break-after:auto}.restoo-welcome-name:focus{outline:none}.restoo-welcome-cut-h,.restoo-welcome-cut-v{border-color:#000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media (max-width:1180px){.restoo-customers-row{grid-template-columns:minmax(0,1fr);gap:6px}.restoo-customers-col-last{text-align:left}.restoo-customer-detail-grid{grid-template-columns:1fr}.restoo-customer-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.restoo-customers-search{grid-template-columns:1fr;gap:10px;max-width:none}.restoo-customers-search input{border-right:1px solid #c3c9d3;border-radius:4px;min-height:44px;font-size:15px}.restoo-customers-search button{justify-self:start;width:46px;min-height:46px;border-radius:7px}}.public-booking-page{min-height:100vh;background:#f3f2f0;color:#303238;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.public-booking-header{min-height:110px;padding:16px 20px 18px;background:#28282e;color:#f8fafc;display:flex;justify-content:space-between;gap:18px}.public-booking-brand{display:flex;align-items:flex-start;gap:14px}.public-booking-logo{width:124px;height:124px;margin-bottom:-28px;border:1px solid #d8d8d8;background:#fff;display:grid;place-items:center;flex:0 0 auto}.public-booking-logo img{width:86px;height:86px;object-fit:contain}.public-booking-brand h1{margin:0 0 10px;font-size:24px;line-height:1.15;font-weight:600;letter-spacing:0}.public-booking-brand a,.public-booking-brand p{margin:4px 0;color:#f8fafc;display:flex;align-items:center;gap:6px;font-size:16px;line-height:1.25;text-decoration:none}.public-booking-lang{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:4px;color:#f8fafc;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.public-booking-language-backdrop{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:24px;background:rgba(9,12,24,.74)}.public-booking-language-modal{position:relative;width:min(360px,calc(100vw - 40px));padding:42px 32px 36px;background:#fff;color:#303238;box-shadow:0 18px 46px rgba(15,23,42,.22)}.public-booking-language-modal h2{margin:0 0 24px;text-align:center;font-size:22px;line-height:1.2;font-weight:500;letter-spacing:0}.public-booking-language-close{position:absolute;top:10px;right:12px;border:0;background:transparent;color:#9ca3af;font:inherit;font-size:28px;line-height:1;cursor:pointer}.public-booking-language-list{display:grid;grid-gap:8px;gap:8px}.public-booking-language-list button{min-height:44px;border:1px solid #d0d0d0;border-radius:3px;background:#fff;color:#cf7845;font:inherit;font-size:16px;font-weight:800;cursor:pointer}.public-booking-card{width:min(512px,calc(100% - 32px));margin:40px auto 0;padding:24px 32px 34px;border-radius:8px;background:#fff;box-shadow:0 1px 0 rgba(15,23,42,.04),0 16px 40px rgba(15,23,42,.08)}.public-booking-card-title{text-align:center;margin-bottom:24px}.public-booking-card-title h2{margin:0;color:#303238;font-size:23px;line-height:1.15;font-weight:500;letter-spacing:0}.public-booking-card-title h2 svg{width:18px;height:18px;vertical-align:-3px;margin-right:6px}.public-booking-card-title p{margin:6px 0 0;color:#6b6f78;font-size:15px;line-height:1.25}.public-booking-contact,.public-booking-done,.public-booking-form,.public-booking-step{display:grid;grid-gap:22px;gap:22px}.public-booking-group{display:grid;justify-items:center;grid-gap:12px;gap:12px}.public-booking-group h3{margin:0;display:inline-flex;align-items:center;gap:6px;color:#44464d;font-size:16px;line-height:1;font-weight:500}.public-booking-group h3 svg{width:18px;height:18px}.public-booking-date-grid,.public-booking-pill-grid,.public-booking-room-grid,.public-booking-service-grid,.public-booking-time-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.public-booking-date-grid button,.public-booking-pill-grid button{width:56px;height:56px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#303238;font:inherit;cursor:pointer;display:grid;place-items:center;align-content:center;grid-gap:2px;gap:2px}.public-booking-pill-grid button{font-size:20px;font-weight:800}.public-booking-date-grid button span{color:#777;font-size:10px;line-height:1;font-weight:800}.public-booking-date-grid button strong{color:inherit;font-size:22px;line-height:1;font-weight:800}.public-booking-service-grid button{min-width:106px;min-height:50px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#303238;font:inherit;cursor:pointer;display:grid;place-items:center;align-content:center;grid-gap:4px;gap:4px}.public-booking-service-grid strong{font-size:16px;line-height:1;font-weight:800}.public-booking-service-grid span{color:inherit;font-size:12px}.public-booking-room-grid button,.public-booking-time-grid button{min-width:106px;min-height:56px;padding:10px 14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#303238;font:inherit;cursor:pointer;display:grid;place-items:center;align-content:center;grid-gap:4px;gap:4px}.public-booking-room-grid strong,.public-booking-time-grid strong{font-size:16px;line-height:1.1;font-weight:800}.public-booking-room-grid span,.public-booking-time-grid span{color:#6b6f78;font-size:12px}.public-booking-date-grid button.is-selected,.public-booking-pill-grid button.is-selected,.public-booking-room-grid button.is-selected,.public-booking-service-grid button.is-selected,.public-booking-time-grid button.is-selected{border-color:#333;background:#333;color:#fff}.public-booking-date-grid button:disabled,.public-booking-pill-grid button:disabled,.public-booking-room-grid button:disabled,.public-booking-service-grid button:disabled,.public-booking-time-grid button:disabled{cursor:not-allowed;opacity:.32}.public-booking-continue{width:min(348px,100%);min-height:50px;margin:18px auto 0;border:0;border-radius:4px;background:#cf7845;color:#fff;font:inherit;font-size:16px;font-weight:800;cursor:pointer}.public-booking-continue:disabled{cursor:not-allowed;opacity:.55}.public-booking-help{margin:16px 0 0;color:#303238;text-align:center;font-size:15px;line-height:1.35}.public-booking-help a{color:#cf7845;font-weight:800;text-decoration:none}.public-booking-empty,.public-booking-error{border:1px solid #f5b3a7;border-radius:4px;background:#fff1ef;color:#9f2f1c;padding:10px 12px;text-align:center;font-weight:700}.public-booking-actions>button:first-child,.public-booking-back{border:0;background:transparent;color:#303238;font:inherit;font-size:15px;font-weight:600;cursor:pointer}.public-booking-actions{display:grid;justify-items:center;grid-gap:16px;gap:16px}.public-booking-summary{border:1px solid #d0d0d0;border-radius:4px;padding:10px 12px;color:#303238;text-align:center;font-size:14px;font-weight:700}.public-booking-contact input,.public-booking-contact textarea{width:100%;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#111827;padding:12px 14px;font:inherit;font-size:15px}.public-booking-contact textarea{resize:vertical}.public-booking-done{justify-items:center;text-align:center}.public-booking-done svg{color:#2f64dc}.public-booking-done h2{margin:0;font-size:24px;line-height:1.15}.public-booking-done p{margin:0;color:#6b6f78;font-size:15px}.public-booking-done button{min-height:44px;border:0;border-radius:4px;background:#333;color:#fff;padding:0 22px;font:inherit;font-size:15px;font-weight:800;cursor:pointer}@media (max-width:760px){.public-booking-header{min-height:112px;padding:14px 12px 18px}.public-booking-brand{gap:14px}.public-booking-logo{width:92px;height:92px;margin-bottom:-28px}.public-booking-logo img{width:64px;height:64px}.public-booking-brand h1{font-size:18px}.public-booking-brand a,.public-booking-brand p,.public-booking-lang{font-size:13px}.public-booking-card{width:calc(100% - 22px);margin-top:34px;padding:22px 14px 30px}.public-booking-card-title h2,.public-booking-done h2{font-size:21px}.public-booking-card-title p{font-size:16px}.public-booking-date-grid,.public-booking-pill-grid,.public-booking-room-grid,.public-booking-service-grid,.public-booking-time-grid{gap:10px}.public-booking-date-grid button,.public-booking-pill-grid button{width:54px;height:54px;font-size:19px}.public-booking-date-grid button strong{font-size:21px}.public-booking-service-grid button{min-width:104px}.public-booking-continue{min-height:50px;font-size:16px}}