:root{--gmbf-green:#31483c;--gmbf-dark:#1f2924;--gmbf-cream:#f7f4ed;--gmbf-sand:#eee8db;--gmbf-text:#26312b;--gmbf-muted:#6f766f;--gmbf-border:#dedbd2;--gmbf-card:#fff;--gmbf-danger:#9b332d}.gmbf-booking-root,.gmbf-success-root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--gmbf-text);line-height:1.5}.gmbf-shell{max-width:760px;margin:0 auto;padding:48px 18px 72px}.gmbf-heading h1,.gmbf-panel h2,.gmbf-success h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--gmbf-dark)}.gmbf-heading h1{font-size:clamp(34px,5vw,48px);margin:0}.gmbf-heading p{color:var(--gmbf-muted);margin:8px 0 0}.gmbf-progress{display:flex;gap:7px;margin:30px 0}.gmbf-progress-item{flex:1;min-width:0}.gmbf-progress-item>span{display:block;height:6px;background:var(--gmbf-border);border-radius:99px}.gmbf-progress-item.active>span{background:var(--gmbf-green)}.gmbf-progress-item small{display:block;margin-top:7px;color:var(--gmbf-muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gmbf-progress-item.current small{color:var(--gmbf-text);font-weight:700}.gmbf-panel{margin-top:26px}.gmbf-panel h2{font-size:23px;margin:0 0 18px}.gmbf-options{display:grid;gap:12px}.gmbf-service{appearance:none;width:100%;border:1px solid var(--gmbf-border);background:var(--gmbf-card);border-radius:18px;padding:12px;display:flex;gap:15px;text-align:left;cursor:pointer;color:inherit}.gmbf-service:hover,.gmbf-service.active,.gmbf-duration:hover,.gmbf-duration.active{border-color:var(--gmbf-green);box-shadow:inset 0 0 0 1px var(--gmbf-green)}.gmbf-service img{width:92px;height:92px;object-fit:cover;border-radius:13px;flex:0 0 auto}.gmbf-service span{display:flex;min-width:0;flex-direction:column}.gmbf-service strong{font-family:Georgia,"Times New Roman",serif;font-size:19px}.gmbf-service em{font-style:normal;color:var(--gmbf-muted);font-size:12px;margin-top:4px}.gmbf-service b{color:var(--gmbf-green);font-size:13px;margin-top:7px}.gmbf-durations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gmbf-duration{appearance:none;border:1px solid var(--gmbf-border);background:var(--gmbf-card);border-radius:16px;padding:22px 14px;cursor:pointer;color:inherit}.gmbf-duration strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:22px}.gmbf-duration span{display:block;color:var(--gmbf-green);font-weight:700;margin-top:5px}.gmbf-dates,.gmbf-slots{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.gmbf-date,.gmbf-slot{appearance:none;border:1px solid var(--gmbf-border);background:#fff;border-radius:12px;padding:11px 6px;cursor:pointer;font-size:12px;font-weight:700;color:inherit}.gmbf-date.active,.gmbf-slot.active{background:var(--gmbf-green);color:#fff;border-color:var(--gmbf-green)}.gmbf-hint{font-size:11px;color:var(--gmbf-muted);margin:10px 0}.gmbf-hint.top{margin-top:22px}.gmbf-hint.center{text-align:center}.gmbf-field{display:grid;gap:7px;margin-top:15px}.gmbf-field span{font-size:13px;font-weight:700}.gmbf-field input,.gmbf-field textarea{box-sizing:border-box;width:100%;border:1px solid var(--gmbf-border);background:#fff;border-radius:12px;padding:13px 14px;font:inherit;color:inherit}.gmbf-field input:focus,.gmbf-field textarea:focus{outline:2px solid rgba(49,72,60,.16);border-color:var(--gmbf-green)}.gmbf-summary{border:1px solid var(--gmbf-border);background:#fff;border-radius:18px;overflow:hidden}.gmbf-summary>img{width:100%;height:170px;object-fit:cover}.gmbf-summary dl{margin:0;padding:14px 20px}.gmbf-summary dl>div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid var(--gmbf-border);font-size:13px}.gmbf-summary dl>div:last-child{border-bottom:0}.gmbf-summary dt{color:var(--gmbf-muted)}.gmbf-summary dd{margin:0;text-align:right;font-weight:700}.gmbf-summary .total{font-size:16px}.gmbf-summary .total dd{font-family:Georgia,"Times New Roman",serif;font-size:23px;color:var(--gmbf-green)}.gmbf-primary,.gmbf-secondary{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;min-height:44px;border-radius:999px;padding:11px 20px;text-decoration:none;font:700 13px/1.2 inherit;cursor:pointer}.gmbf-primary{background:var(--gmbf-green);border:1px solid var(--gmbf-green);color:#fff!important}.gmbf-secondary{background:#fff;border:1px solid var(--gmbf-border);color:var(--gmbf-text)!important}.gmbf-primary:disabled,.gmbf-secondary:disabled{opacity:.45;cursor:not-allowed}.gmbf-pay{width:100%;margin-top:20px}.gmbf-nav{display:flex;justify-content:space-between;gap:12px;margin-top:32px}.gmbf-alert{border:1px solid #e1c47c;background:#fff8e7;color:#6e5319;border-radius:12px;padding:13px 15px;margin:16px 0;font-size:13px}.gmbf-alert.error{border-color:#e3b1ad;background:#fff1f0;color:var(--gmbf-danger)}.gmbf-empty{border:1px dashed var(--gmbf-border);border-radius:14px;padding:22px;color:var(--gmbf-muted)}.gmbf-loading{text-align:center;color:var(--gmbf-muted);padding:30px}.gmbf-area{text-align:center;color:var(--gmbf-muted);font-size:11px;margin-top:26px}.gmbf-success{text-align:center}.gmbf-success>p{color:var(--gmbf-muted);max-width:570px;margin:12px auto 0}.gmbf-check{width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e8f0eb;color:var(--gmbf-green);font-size:36px;margin:0 auto 20px}.gmbf-success h1{font-size:40px;margin:0}.gmbf-summary.compact{text-align:left;margin-top:28px}.gmbf-success-actions{display:grid;gap:10px;margin-top:24px}@media(max-width:650px){.gmbf-shell{padding:32px 8px 55px}.gmbf-progress-item small{display:none}.gmbf-dates,.gmbf-slots{grid-template-columns:repeat(3,minmax(0,1fr))}.gmbf-service img{width:74px;height:74px}.gmbf-nav>*{flex:1}}
