.bvbs{--bv-navy:#282869;--bv-navy-deep:#1B1B48;--bv-navy-mist:#E9EAF4;--bv-yellow:#F2EA2A;--bv-white:#fff;--bv-bone:#F5F1E8;--bv-ink:#1F2033;--bv-muted:#6B6C80;--bv-border:#E2DDD1;--bv-err:#B9351F;--bv-font:'Poppins','Tajawal',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;position:relative;font-family:var(--bv-font);color:var(--bv-ink);font-size:15px;line-height:1.5;max-width:1140px;margin-inline:auto;box-sizing:border-box}.bvbs *,.bvbs *::before,.bvbs *::after{box-sizing:border-box}.bvbs p{margin:0}.bvbs__bar{display:flex;align-items:stretch;gap:0;flex-wrap:wrap;background:var(--bv-white);border:1px solid var(--bv-border);border-radius:12px;padding:8px;box-shadow:0 1px 2px rgb(31 32 51 / .06),0 8px 24px rgb(31 32 51 / .045)}.bvbs__field{flex:1 1 150px;min-width:0;text-align:left;cursor:pointer;background:#fff0;border:1.5px solid #fff0;border-radius:8px;padding:12px 14px;font-family:inherit;display:flex;flex-direction:column;gap:3px;min-height:60px;justify-content:center;transition:background .14s ease}.bvbs__field:hover{background:var(--bv-bone)}.bvbs__field[aria-expanded="true"]{background:var(--bv-navy-mist)}.bvbs__field:focus-visible{outline:none;border-color:var(--bv-navy);box-shadow:0 0 0 3px var(--bv-navy-mist)}.bvbs__label{font-weight:700;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--bv-muted)}.bvbs__value{font-size:15px;font-weight:500;color:var(--bv-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bvbs__value--empty{color:var(--bv-muted);font-weight:400}.bvbs__sub{font-size:12px;color:var(--bv-muted)}.bvbs__div{width:1px;background:var(--bv-border);margin:10px 0;flex:none}.bvbs__go{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--bv-navy);color:#fff;border:1.5px solid #fff0;border-radius:8px;font:500 14px/1 var(--bv-font);padding:0 24px;min-height:60px;cursor:pointer;transition:background .14s ease;margin-left:8px}.bvbs__go:hover{background:var(--bv-navy-deep)}.bvbs__go:focus-visible{outline:none;background:var(--bv-navy-deep);box-shadow:0 0 0 3px var(--bv-navy-mist)}.bvbs__go svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}@media(max-width:860px){.bvbs__bar{flex-direction:column;padding:6px}.bvbs__div{width:auto;height:1px;margin:0 10px}.bvbs__field{flex:1 1 auto}.bvbs__go{margin:8px 0 0;width:100%}}.bvbs__panel{position:absolute;z-index:60;top:calc(100% + 10px);left:0;background:var(--bv-white);border:1px solid var(--bv-border);border-radius:12px;box-shadow:0 2px 4px rgb(31 32 51 / .08),0 14px 34px rgb(31 32 51 / .12);padding:18px}.bvbs__panel[hidden]{display:none}.bvbs__panel--cal{max-width:min(680px,calc(100vw - 32px))}.bvbs__panel--guests{width:min(340px,calc(100vw - 32px));right:0;left:auto}@media(max-width:860px){.bvbs__panel{left:0;right:0;width:auto;max-width:none}}.bvbs__cal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.bvbs__hint{font-size:13px;font-weight:500;color:var(--bv-navy);text-align:center;flex:1}.bvbs__nav{width:40px;height:40px;flex:none;display:grid;place-items:center;cursor:pointer;background:#fff0;border:1.5px solid var(--bv-border);border-radius:8px;color:var(--bv-navy)}.bvbs__nav:hover:not(:disabled){background:var(--bv-navy-mist)}.bvbs__nav:disabled{opacity:.35;cursor:not-allowed}.bvbs__nav:focus-visible{outline:none;border-color:var(--bv-navy);box-shadow:0 0 0 3px var(--bv-navy-mist)}.bvbs__nav svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.bvbs__months{display:grid;grid-template-columns:1fr 1fr;gap:28px}@media(max-width:700px){.bvbs__months{grid-template-columns:1fr;gap:22px}.bvbs__m:nth-child(2){display:none}}.bvbs__m-name{font-weight:600;font-size:15px;color:var(--bv-navy);text-align:center;margin-bottom:10px;letter-spacing:-.01em}.bvbs__dow{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.bvbs__dow span{text-align:center;font-weight:700;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--bv-muted);padding:4px 0}.bvbs__grid{display:grid;grid-template-columns:repeat(7,1fr);row-gap:2px}.bvbs__cell{position:relative;padding:0}.bvbs__d{position:relative;z-index:1;width:100%;aspect-ratio:1/1;min-height:40px;display:grid;place-items:center;cursor:pointer;background:#fff0;border:1.5px solid #fff0;border-radius:8px;font:500 14px/1 var(--bv-font);color:var(--bv-ink)}.bvbs__d:hover:not(:disabled){background:var(--bv-navy-mist)}.bvbs__d:focus-visible{outline:none;border-color:var(--bv-navy);box-shadow:0 0 0 3px var(--bv-navy-mist)}.bvbs__d:disabled{color:#C3C2CC;cursor:not-allowed}.bvbs__d--today{font-weight:700}.bvbs__d--today::after{content:"";position:absolute;bottom:5px;left:50%;transform:translateX(-50%);width:4px;height:4px;border-radius:50%;background:var(--bv-yellow)}.bvbs__cell--in-range::before,.bvbs__cell--edge-start::before,.bvbs__cell--edge-end::before{content:"";position:absolute;inset:0;background:var(--bv-navy-mist);z-index:0}.bvbs__cell--edge-start::before{border-radius:8px 0 0 8px;left:50%}.bvbs__cell--edge-end::before{border-radius:0 8px 8px 0;right:50%}.bvbs__cell--single::before{display:none}.bvbs__d--sel{background:var(--bv-navy);color:#fff;font-weight:600}.bvbs__d--sel:hover{background:var(--bv-navy-deep)}.bvbs__panel-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding-top:14px;border-top:1px solid var(--bv-border)}.bvbs__link{background:none;border:0;padding:10px 2px;cursor:pointer;font:500 13px/1 var(--bv-font);color:var(--bv-navy);border-bottom:1.5px solid var(--bv-yellow);min-height:44px}.bvbs__link:hover{border-bottom-width:3px}.bvbs__done{background:var(--bv-navy);color:#fff;border:1.5px solid #fff0;border-radius:8px;font:500 13px/1 var(--bv-font);padding:12px 20px;cursor:pointer;min-height:44px}.bvbs__done:hover{background:var(--bv-navy-deep)}.bvbs__done:focus-visible,.bvbs__link:focus-visible{outline:none;box-shadow:0 0 0 3px var(--bv-navy-mist)}.bvbs__row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}.bvbs__row+.bvbs__row{border-top:1px solid var(--bv-border)}.bvbs__row-t{font-weight:600;font-size:15px;color:var(--bv-navy)}.bvbs__row-s{font-size:13px;color:var(--bv-muted)}.bvbs__step{display:flex;align-items:center;gap:6px}.bvbs__step button{width:44px;height:44px;flex:none;cursor:pointer;font:400 20px/1 var(--bv-font);background:#fff0;border:1.5px solid var(--bv-border);border-radius:8px;color:var(--bv-navy)}.bvbs__step button:hover:not(:disabled){background:var(--bv-navy-mist)}.bvbs__step button:disabled{opacity:.35;cursor:not-allowed}.bvbs__step button:focus-visible{outline:none;border-color:var(--bv-navy);box-shadow:0 0 0 3px var(--bv-navy-mist)}.bvbs__step output{min-width:30px;text-align:center;font-weight:600;font-size:15px;color:var(--bv-navy);font-variant-numeric:tabular-nums}.bvbs__err{margin-top:10px;font-size:13px;color:var(--bv-err);font-weight:500}.bvbs__err[hidden]{display:none}@media (prefers-reduced-motion:reduce){.bvbs *{transition:none!important}}.bvbs__field:hover,.bvbs__field:focus,.bvbs__field:active,.bvbs__field[aria-expanded="true"]{border-color:#fff0;box-shadow:none;outline:none}.bvbs__field:hover{background:var(--bv-bone)}.bvbs__field[aria-expanded="true"]{background:var(--bv-navy-mist)}.bvbs__field:focus-visible{border-color:#fff0;box-shadow:0 0 0 3px var(--bv-navy-mist)}.bvbs__d:hover,.bvbs__d:focus,.bvbs__d:active{border-color:#fff0;outline:none;box-shadow:none}.bvbs__d:focus-visible{border-color:var(--bv-navy);box-shadow:0 0 0 3px var(--bv-navy-mist)}.bvbs__go:hover,.bvbs__go:focus,.bvbs__go:active,.bvbs__done:hover,.bvbs__done:focus,.bvbs__done:active{border-color:#fff0;outline:none;box-shadow:none}.bvbs__go:focus-visible,.bvbs__done:focus-visible{box-shadow:0 0 0 3px var(--bv-navy-mist)}.bvbs__nav:hover,.bvbs__nav:focus,.bvbs__nav:active,.bvbs__step button:hover,.bvbs__step button:focus,.bvbs__step button:active{border-color:var(--bv-border);outline:none;box-shadow:none}.bvbs__nav:focus-visible,.bvbs__step button:focus-visible{border-color:var(--bv-navy);box-shadow:0 0 0 3px var(--bv-navy-mist)}.bvbs{--bvbs-cell:40px}.bvbs__panel--cal{width:max-content}.bvbs__months{grid-template-columns:auto auto;justify-content:start;gap:26px}.bvbs__m{width:calc(var(--bvbs-cell) * 7)}.bvbs__dow,.bvbs__grid{grid-template-columns:repeat(7,var(--bvbs-cell))}.bvbs__d{width:var(--bvbs-cell);height:var(--bvbs-cell);min-height:0;aspect-ratio:auto}.bvbs__m-name{font-size:14px}.bvbs__d,.bvbs__nav,.bvbs__step button{padding:0}@media(max-width:860px){.bvbs__panel--cal{width:auto}}@media(max-width:700px){.bvbs{--bvbs-cell:min(44px, calc((100vw - 76px) / 7))}.bvbs__months{grid-template-columns:auto;justify-content:center}.bvbs__m{margin-inline:auto}}