.bsbo-delivery-progress { margin: 0 0 20px; padding: 18px; border-radius: 16px; background: #eaf3f8; color: #10335d; }
.bsbo-delivery-progress strong, .bsbo-delivery-progress small { display: block; }
.bsbo-delivery-progress small { margin-top: 8px; color: #667482; }
.bsbo-delivery-progress__track { height: 8px; margin-top: 12px; border-radius: 20px; background: rgba(16,51,93,.12); overflow: hidden; }
.bsbo-delivery-progress__track span { display: block; height: 100%; border-radius: inherit; background: #fb7930; }
.bsbo-preferences { padding: 26px; border-radius: 22px; background: linear-gradient(145deg, #fff, #eef5f9); }
.bsbo-preferences fieldset { margin: 24px 0; padding: 0; border: 0; }
.bsbo-preferences legend { margin-bottom: 10px; font-weight: 800; }
.bsbo-preference-toggle { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.bsbo-preference-toggle input { position: absolute; opacity: 0; }
.bsbo-preference-toggle span { display: grid; place-items: center; min-height: 64px; border: 1px solid #d8e0e6; border-radius: 14px; background: #fff; font-weight: 800; cursor: pointer; }
.bsbo-preference-toggle input:checked + span { border: 2px solid #1f4d83; color: #10335d; background: #eaf3f8; }
.bsbo-preference-toggle small { color: #667482; font-weight: 600; }
.bsbo-consent { display: flex; gap: 12px; align-items: flex-start; margin: 20px 0; padding: 18px; border-radius: 14px; background: #fff; }
.bsbo-consent span, .bsbo-consent small { display: block; }
.bsbo-consent small { color: #667482; }
.bsbo-collection-notice { margin: 16px 0; padding: 16px; border-left: 4px solid #fb7930; border-radius: 12px; background: #fff6ef; }
.bsbo-collection-notice p { margin: 4px 0 0; }
.bsbo-added-toast { position: fixed; right: 24px; bottom: 24px; z-index: 2000; width: min(430px, calc(100vw - 32px)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: rgba(255,255,255,.93); box-shadow: 0 24px 70px rgba(16,51,93,.24); backdrop-filter: blur(22px); opacity: 0; transform: translateY(20px); transition: opacity .25s ease, transform .25s ease; pointer-events: none; }
.bsbo-added-toast.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.bsbo-added-toast div { display: grid; }
.bsbo-added-toast span { color: #667482; font-size: 13px; }
.bsbo-added-toast a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 15px; border-radius: 12px; background: #10335d; color: #fff; font-weight: 800; text-decoration: none; }
.bsbo-added-toast button { width: 36px; height: 36px; border: 0; border-radius: 10px; background: #eef3f6; font-size: 22px; cursor: pointer; }
@media (max-width: 640px) { .bsbo-added-toast { right: 12px; bottom: 12px; grid-template-columns: 1fr auto; } .bsbo-added-toast button { position: absolute; right: 8px; top: 8px; } .bsbo-added-toast a { grid-column: 1 / -1; justify-content: center; } }
.bsbo-collection-modal { position: fixed; inset: 0; z-index: 2200; display: grid; place-items: center; padding: 20px; visibility: hidden; pointer-events: none; }
.bsbo-collection-modal.is-open { visibility: visible; pointer-events: auto; }
.bsbo-collection-backdrop { position: absolute; inset: 0; border: 0; background: rgba(7,18,30,.55); backdrop-filter: blur(5px); }
.bsbo-collection-modal > section { position: relative; width: min(680px,100%); max-height: calc(100vh - 40px); overflow: auto; padding: 26px; border-radius: 24px; background: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.25); }
.bsbo-collection-modal header { display: flex; justify-content: space-between; gap: 18px; }
.bsbo-collection-modal header p { margin: 0; color: #fb7930; font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.bsbo-collection-modal header h2 { margin: 4px 0 0; font-size: clamp(28px,5vw,46px); text-transform: uppercase; }
.bsbo-collection-modal header button { width: 42px; height: 42px; border: 0; border-radius: 12px; background: #eef3f6; font-size: 26px; }
.bsbo-collection-items { margin: 18px 0; border: 1px solid #d8e0e6; border-radius: 16px; overflow: hidden; }
.bsbo-collection-items label { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px; border-bottom: 1px solid #d8e0e6; }
.bsbo-collection-items label:last-child { border: 0; }
.bsbo-collection-items span, .bsbo-collection-items small { display: block; }
.bsbo-collection-items small { color: #667482; }
.bsbo-collection-items input { width: 76px; min-height: 44px; border: 1px solid #d8e0e6; border-radius: 10px; text-align: center; }
.bsbo-collection-field { display: grid; gap: 8px; margin: 16px 0; }
.bsbo-collection-field textarea { width: 100%; padding: 12px; border: 1px solid #d8e0e6; border-radius: 12px; }
.bsbo-machine-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.bsbo-machine-grid article, .bsbo-empty-card { display: grid; gap: 6px; padding: 20px; border: 1px solid #d8e0e6; border-radius: 16px; background: #fff; }
.bsbo-machines > header,.bsbo-preferences > header{margin-bottom:30px}.bsbo-machines > header p,.bsbo-preferences > header p{margin:0 0 10px;color:#173f73;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.bsbo-machines > header h2,.bsbo-preferences > header h2{margin:0 0 16px;font-family:"Bebas Neue","Arial Narrow",sans-serif;font-size:64px;font-weight:400;line-height:.9;text-transform:uppercase}.bsbo-machines > header span,.bsbo-preferences > header span{color:#65717b;font-size:13px}.bsbo-machine-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.bsbo-machine-grid article{grid-template-columns:48px 1fr;gap:15px;padding:22px;border-color:#fff;border-radius:20px;box-shadow:0 12px 30px #173f7310}.bsbo-machine-grid article>b{width:48px;height:48px;display:grid;place-items:center;background:#173f73;color:#fff}.bsbo-machine-grid article h3{margin:1px 0 16px;font-size:16px}.bsbo-machine-grid article p{margin:0 0 4px;color:#65717b;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.bsbo-machine-grid article div>strong{font-family:"Bebas Neue","Arial Narrow",sans-serif;font-size:27px;font-weight:400}.bsbo-machine-grid article>a{grid-column:1/-1;min-height:46px;display:flex!important;align-items:center;justify-content:center!important;border-radius:10px!important;background:#173f73!important;color:#fff!important;font-size:10px!important}.bsbo-preferences{padding:0;border:1px solid #fff;border-radius:22px;background:transparent}.bsbo-preferences>form{padding:0;background:#fff}.bsbo-preference-display{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:28px 30px;background:linear-gradient(135deg,#e9eff4 0 68%,#fff3eb 100%)}.bsbo-preference-display p{margin:0 0 7px;color:#f47a32;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.bsbo-preference-display h3,.bsbo-email-preferences h3{margin:0 0 6px;font-size:18px}.bsbo-preference-display>div>span{color:#65717b;font-size:11px}.bsbo-preference-display fieldset{margin:0}.bsbo-email-preferences{padding:26px 30px}.bsbo-email-preferences .bsbo-consent{min-height:76px;margin:0;padding:18px 0;border-top:1px solid #d9dee3;border-radius:0;align-items:center;justify-content:space-between}.bsbo-email-preferences .bsbo-consent>input{order:2;width:40px;height:22px}.bsbo-preferences>form>button{margin:0 30px 28px!important}.bsbo-collection-modal>section{border-radius:0}.bsbo-collection-modal header{margin:-26px -26px 0;padding:34px 36px 27px;background:#edf2f6;border-bottom:1px solid #d9dee3}.bsbo-collection-modal header h2{font-family:"Bebas Neue","Arial Narrow",sans-serif;font-size:44px;font-weight:400;line-height:.95}.bsbo-collection-notice{border:1px solid #f3c5a5;border-left:1px solid #f3c5a5;background:#fff5ec}
@media(max-width:700px){.bsbo-machines>header h2,.bsbo-preferences>header h2{font-size:48px}.bsbo-machine-grid{grid-template-columns:1fr}.bsbo-preference-display{grid-template-columns:1fr;padding:24px 20px}.bsbo-preference-display fieldset{width:100%}.bsbo-email-preferences{padding:22px 20px}.bsbo-preferences>form>button{margin:0 20px 22px!important;width:calc(100% - 40px)}.bsbo-collection-modal>section{border-radius:24px}.bsbo-collection-modal header{padding-left:22px;padding-right:22px}}

/* Prototype add-to-basket confirmation. */
.bsbo-added-toast{left:50%;top:50%;right:auto;bottom:auto;z-index:2400;width:min(500px,calc(100vw - 28px));display:grid;grid-template-columns:54px 1fr;align-items:center;gap:16px;padding:30px;border:1px solid #fff;border-radius:24px;background:linear-gradient(145deg,#fff 0 72%,#fff3eb 100%);box-shadow:0 28px 90px rgba(7,31,58,.3);opacity:0;transform:translate(-50%,-46%) scale(.97);transition:opacity .22s ease,transform .22s ease;pointer-events:none}
.bsbo-added-toast.is-visible{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:auto}
.bsbo-added-toast__icon{width:54px;height:54px;display:grid!important;place-items:center;border-radius:50%;background:#e9f4ee;color:#28774b;font-size:24px;font-weight:900}
.bsbo-added-toast__copy{display:grid!important;gap:3px}
.bsbo-added-toast__copy>span{color:#f47a32;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.bsbo-added-toast__copy>strong{color:#111922;font-family:"Bebas Neue","Arial Narrow",sans-serif;font-size:34px;font-weight:400;line-height:1;text-transform:uppercase}
.bsbo-added-toast__copy>p{margin:4px 0 0;color:#65717b;font-size:13px}
.bsbo-added-toast__actions{grid-column:1/-1;display:grid!important;grid-template-columns:1fr 1fr;gap:10px;margin-top:6px}
.bsbo-added-toast__actions>a,.bsbo-added-toast__actions>button{min-height:50px;display:flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid #173f73;border-radius:10px;font-size:12px;font-weight:800;text-decoration:none;cursor:pointer}
.bsbo-added-toast__actions>a{background:#173f73;color:#fff}
.bsbo-added-toast__actions>.bsbo-added-toast__continue{width:auto;height:auto;background:#fff;color:#173f73}
.bsbo-added-toast>.bsbo-added-toast__close{position:absolute;right:12px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:#edf2f5;color:#173f73;font-size:21px;line-height:1;cursor:pointer}
@media(max-width:640px){.bsbo-added-toast{right:auto;bottom:auto;grid-template-columns:44px 1fr;padding:24px 20px}.bsbo-added-toast__icon{width:44px;height:44px}.bsbo-added-toast__copy>strong{font-size:29px}.bsbo-added-toast__actions{grid-template-columns:1fr}.bsbo-added-toast__actions>a{grid-column:auto}}
