.gwse-booking{--gwse-primary:#1f4d3a;--gwse-primary-contrast:#fff;--gwse-fg:#1c1917;--gwse-muted:#6b6560;--gwse-border:#e2ddd6;--gwse-surface:#fff;--gwse-surface-soft:#f6f3ef;--gwse-danger:#b3261e;--gwse-radius:10px;--gwse-gap:1.25rem;color:var(--gwse-fg);box-sizing:border-box;font-family:inherit;font-size:16px;line-height:1.5}.gwse-booking *,.gwse-booking :before,.gwse-booking :after{box-sizing:border-box}.gwse-stack{gap:var(--gwse-gap);flex-direction:column;display:flex}.gwse-row,.gwse-scroller{flex-wrap:wrap;gap:.5rem;display:flex}.gwse-scroller{flex-wrap:nowrap;padding-bottom:.25rem;overflow-x:auto}.gwse-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}@media (width>=640px){.gwse-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.gwse-two-col{gap:1rem;display:grid}@media (width>=640px){.gwse-two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.gwse-two-col>.gwse-field:nth-child(n+3){grid-column:1/-1}}.gwse-btn{border-radius:var(--gwse-radius);background:var(--gwse-primary);min-height:2.5rem;color:var(--gwse-primary-contrast);font:inherit;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.gwse-btn svg{width:1rem;height:1rem}.gwse-btn--outline{border-color:var(--gwse-border);color:var(--gwse-fg);background:0 0}.gwse-btn--ghost{color:var(--gwse-fg);background:0 0}.gwse-btn--outline:hover,.gwse-btn--ghost:hover{border-color:var(--gwse-accent,var(--gwse-primary));color:var(--gwse-accent,var(--gwse-primary))}.gwse-logo{object-fit:contain;max-width:60%;height:2.5rem;display:block}.gwse-btn--block{width:100%}.gwse-btn:disabled{opacity:.55;cursor:not-allowed}.gwse-field{flex-direction:column;gap:.5rem;display:flex}.gwse-label{font-size:.875rem;font-weight:500}.gwse-input{border:1px solid var(--gwse-border);border-radius:var(--gwse-radius);background:var(--gwse-surface);width:100%;min-height:2.5rem;color:inherit;font:inherit;padding:.5rem .75rem;font-size:.9375rem}.gwse-input:focus-visible,.gwse-btn:focus-visible{outline:2px solid var(--gwse-primary);outline-offset:2px}.gwse-textarea{resize:vertical;min-height:5rem}.gwse-muted{color:var(--gwse-muted)}.gwse-small{font-size:.875rem}.gwse-strong{margin:0;font-weight:500}.gwse-note{border:1px dashed var(--gwse-border);border-radius:var(--gwse-radius);color:var(--gwse-muted);margin:0;padding:1rem;font-size:.875rem}.gwse-alert{border:1px solid var(--gwse-danger);border-radius:var(--gwse-radius);color:var(--gwse-danger);margin:0;padding:.75rem 1rem;font-size:.875rem}.gwse-skeleton{border-radius:var(--gwse-radius);background:var(--gwse-surface-soft);height:2.25rem;animation:1.4s ease-in-out infinite gwse-pulse;display:block}@keyframes gwse-pulse{50%{opacity:.5}}.gwse-tabs{border-radius:var(--gwse-radius);background:var(--gwse-surface-soft);gap:.25rem;padding:.25rem;display:flex}.gwse-tabs .gwse-btn{flex:1}.gwse-cards{gap:.5rem;display:grid}@media (width>=640px){.gwse-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.gwse-card{border:1px solid var(--gwse-border);border-radius:var(--gwse-radius);background:var(--gwse-surface);font:inherit;text-align:left;cursor:pointer;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.gwse-card--active{border-color:var(--gwse-primary);background:color-mix(in srgb, var(--gwse-primary) 6%, var(--gwse-surface))}.gwse-card__title{font-weight:500}.gwse-order{gap:2rem;display:grid}@media (width>=900px){.gwse-order{grid-template-columns:1.4fr 1fr;align-items:start}}.gwse-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.gwse-list__row{border:1px solid var(--gwse-border);border-radius:var(--gwse-radius);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.gwse-list__row p{margin:0 0 .15rem}.gwse-cart{border:1px solid var(--gwse-border);border-radius:var(--gwse-radius);background:var(--gwse-surface);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.gwse-cart__title{margin:0;font-size:1.25rem}.gwse-cart__lines{flex-direction:column;gap:.5rem;margin:0;padding:0;font-size:.9375rem;list-style:none;display:flex}.gwse-cart__lines li{align-items:center;gap:.5rem;display:flex}.gwse-cart__name{flex:1}.gwse-cart__price{text-align:right;width:5.5rem}.gwse-stepper{align-items:center;gap:.35rem;display:inline-flex}.gwse-stepper button{background:var(--gwse-surface-soft);width:1.75rem;height:1.75rem;color:inherit;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.gwse-stepper svg{width:.85rem;height:.85rem}.gwse-toggle{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.gwse-totals{flex-direction:column;gap:.25rem;margin:0;font-size:.9375rem;display:flex}.gwse-totals>div{justify-content:space-between;gap:1rem;display:flex}.gwse-totals dt{color:var(--gwse-muted)}.gwse-totals dd{margin:0}.gwse-totals__sum{font-weight:600}.gwse-totals__sum dt{color:inherit}.gwse-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.gwse-success__icon{background:color-mix(in srgb, var(--gwse-primary) 12%, var(--gwse-surface));width:3.5rem;height:3.5rem;color:var(--gwse-primary);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.gwse-success__icon svg{width:1.75rem;height:1.75rem}.gwse-success__title{margin:0;font-size:1.5rem}.gwse-success p{margin:0}
