@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");.bchk{--bchk-primary:#fd2601;--bchk-secondary:#f37e1c;--bchk-surface:#ffffff;--bchk-charcoal:#1c1c1c;--bchk-muted:#5c5c5c;--bchk-line:rgba(28,28,28,0.1);--bchk-danger-bg:rgba(253,38,1,0.08);--bchk-success:#15803d;--bchk-anton:"Anton",sans-serif;--bchk-inter:"Inter",system-ui,sans-serif;--bchk-mono:"JetBrains Mono",ui-monospace,monospace;--bchk-radius:8px;--bchk-btn-radius:0.5rem;--bchk-max:1280px;--bchk-pad:1.5rem;--bchk-ease:cubic-bezier(0.22,1,0.36,1);--bchk-fast:220ms;min-height:100dvh;background:var(--bchk-surface);color:var(--bchk-charcoal);font-family:var(--bchk-anton)}.bchk a{text-decoration:none;color:inherit}.bchk__band{background:linear-gradient(135deg,var(--bchk-primary) 0,var(--bchk-secondary) 100%);padding:.65rem var(--bchk-pad)}.bchk__crumb{max-width:var(--bchk-max);margin-inline:auto;display:flex;align-items:center;gap:.5rem;font-family:var(--bchk-mono);font-size:.75rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.82)}.bchk__crumb a{color:rgba(255,255,255,.82);transition:color var(--bchk-fast) var(--bchk-ease)}.bchk__crumb a:hover{color:#ffffff}.bchk__crumb-sep{opacity:.45}.bchk__crumb-current{color:#ffffff}.bchk__shell{max-width:var(--bchk-max);margin-inline:auto;padding:clamp(1.75rem,3vw,2.5rem) var(--bchk-pad) clamp(2.5rem,5vw,3.5rem)}.bchk__head{margin-bottom:1.75rem}.bchk__title{margin:0 0 .35rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;letter-spacing:.02em;text-transform:uppercase}.bchk__subtitle{margin:0;font-family:var(--bchk-inter);font-size:.9375rem;color:var(--bchk-muted)}.bchk__steps{gap:0;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--bchk-line)}.bchk__step,.bchk__steps{display:flex;align-items:center}.bchk__step{gap:.5rem;flex:1 1;min-width:0}.bchk__step-dot{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid var(--bchk-line);background:var(--bchk-surface);font-family:var(--bchk-inter);font-size:.8125rem;font-weight:700;color:var(--bchk-muted);transition:border-color var(--bchk-fast) var(--bchk-ease),background-color var(--bchk-fast) var(--bchk-ease),color var(--bchk-fast) var(--bchk-ease)}.bchk__step--active .bchk__step-dot{border-color:var(--bchk-primary);background:linear-gradient(135deg,var(--bchk-primary) 0,var(--bchk-secondary) 100%);color:#ffffff}.bchk__step--done .bchk__step-dot{border-color:var(--bchk-primary);background:rgba(253,38,1,.1);color:var(--bchk-primary)}.bchk__step-label{font-family:var(--bchk-inter);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--bchk-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bchk__step--active .bchk__step-label{color:var(--bchk-charcoal)}.bchk__step-line{flex:1 1;height:2px;min-width:12px;margin-inline:.35rem;background:var(--bchk-line);transition:background-color var(--bchk-fast) var(--bchk-ease)}.bchk__step-line--done{background:linear-gradient(90deg,var(--bchk-primary) 0,var(--bchk-secondary) 100%)}.bchk__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);grid-gap:clamp(1.5rem,3vw,2.5rem);gap:clamp(1.5rem,3vw,2.5rem);align-items:start}.bchk__form-col{min-width:0}.bchk__panel{animation:bchk-in .42s var(--bchk-ease)}@keyframes bchk-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.bchk__panel-head{margin-bottom:1.25rem}.bchk__panel-title{margin:0 0 .35rem;font-size:clamp(1.25rem,2.2vw,1.5rem);font-weight:700;letter-spacing:.02em;text-transform:uppercase}.bchk__panel-sub{margin:0;font-family:var(--bchk-inter);font-size:.875rem;color:var(--bchk-muted)}.bchk__form{display:flex;flex-direction:column;gap:1rem}.bchk__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.85rem;gap:.85rem}.bchk__field{display:flex;flex-direction:column;gap:.4rem}.bchk__field label{font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.bchk__field input,.bchk__field label{font-family:var(--bchk-inter);color:var(--bchk-charcoal)}.bchk__field input{min-height:48px;padding:.65rem .85rem;border:1px solid var(--bchk-line);border-radius:var(--bchk-btn-radius);background:var(--bchk-surface);font-size:.9375rem;transition:border-color var(--bchk-fast) var(--bchk-ease),box-shadow var(--bchk-fast) var(--bchk-ease)}.bchk__field input:focus{outline:none;border-color:var(--bchk-primary);box-shadow:0 0 0 2px rgba(253,38,1,.15)}.bchk__field input[readonly]{background:rgba(28,28,28,.03);color:var(--bchk-muted)}.bchk__alert{padding:.85rem 1rem;border-radius:var(--bchk-radius);border:1px solid rgba(253,38,1,.25);border-left:3px solid var(--bchk-primary);background:var(--bchk-danger-bg);font-family:var(--bchk-inter);font-size:.875rem;line-height:1.5;color:var(--bchk-charcoal)}.bchk__actions{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.bchk__actions>*{flex:1 1;min-width:140px}.bchk__btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.25rem;border:none;border-radius:var(--bchk-btn-radius);background:var(--bchk-primary);color:#ffffff;font-family:var(--bchk-inter);font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background-color var(--bchk-fast) var(--bchk-ease),box-shadow var(--bchk-fast) var(--bchk-ease),transform var(--bchk-fast) var(--bchk-ease)}.bchk__btn-primary:hover:not(:disabled){background:#e42201;box-shadow:0 8px 20px rgba(253,38,1,.22)}.bchk__btn-primary:active:not(:disabled){transform:translateY(1px)}.bchk__btn-primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.bchk__btn-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.25rem;border:1.5px solid var(--bchk-line);border-radius:var(--bchk-btn-radius);background:transparent;font-family:var(--bchk-inter);font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--bchk-muted);cursor:pointer;transition:border-color var(--bchk-fast) var(--bchk-ease),color var(--bchk-fast) var(--bchk-ease)}.bchk__btn-ghost:hover:not(:disabled){border-color:rgba(253,38,1,.35);color:var(--bchk-primary)}.bchk__review{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1rem}.bchk__review-card{padding:1rem 1.1rem;border:1px solid var(--bchk-line);border-radius:var(--bchk-radius);background:rgba(28,28,28,.02)}.bchk__review-card h3{margin:0 0 .65rem;font-family:var(--bchk-inter);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--bchk-primary)}.bchk__review-card p{margin:0 0 .35rem;font-family:var(--bchk-inter);font-size:.875rem;line-height:1.55;color:var(--bchk-charcoal)}.bchk__review-card p:last-child{margin-bottom:0}.bchk__rates{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.bchk__rate{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:1.5px solid var(--bchk-line);border-radius:var(--bchk-btn-radius);cursor:pointer;transition:border-color var(--bchk-fast) var(--bchk-ease),background-color var(--bchk-fast) var(--bchk-ease)}.bchk__rate:hover{border-color:rgba(253,38,1,.35)}.bchk__rate--active{border-color:var(--bchk-primary);background:rgba(253,38,1,.05)}.bchk__rate input{accent-color:var(--bchk-primary);width:18px;height:18px}.bchk__rate-label{flex:1 1;font-family:var(--bchk-inter);font-size:.875rem;font-weight:500;color:var(--bchk-charcoal)}.bchk__rate-price{font-family:var(--bchk-mono);font-size:.875rem;font-weight:500;color:var(--bchk-primary)}.bchk__free-note{margin:0 0 .65rem;font-family:var(--bchk-inter);font-size:.8125rem;color:var(--bchk-success);font-weight:600}.bchk__side{position:-webkit-sticky;position:sticky;top:5.5rem}.bchk__summary{padding:1.25rem;border:1px solid var(--bchk-line);border-radius:var(--bchk-radius);background:var(--bchk-surface);box-shadow:0 2px 12px rgba(0,0,0,.06)}.bchk__summary-title{margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid var(--bchk-line);font-size:1.15rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.bchk__summary-items{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem;max-height:220px;overflow-y:auto}.bchk__summary-item{display:flex;justify-content:space-between;gap:.75rem;font-family:var(--bchk-inter);font-size:.8125rem;line-height:1.4}.bchk__summary-item-name{color:var(--bchk-charcoal);font-weight:500}.bchk__summary-item-qty{color:var(--bchk-muted)}.bchk__summary-item-price{flex-shrink:0;font-family:var(--bchk-mono);font-size:.8125rem;color:var(--bchk-charcoal)}.bchk__totals-row{display:flex;justify-content:space-between;padding:.4rem 0;font-family:var(--bchk-inter);font-size:.875rem;color:var(--bchk-muted)}.bchk__totals-row span:last-child{font-family:var(--bchk-mono);font-weight:500;color:var(--bchk-charcoal)}.bchk__totals-row--final{margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--bchk-line);font-size:1rem;font-weight:600;color:var(--bchk-charcoal)}.bchk__totals-row--final span:last-child{font-size:1.1rem;color:var(--bchk-primary)}.bchk__ship-progress{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--bchk-line)}.bchk__ship-progress p{margin:0 0 .5rem;font-family:var(--bchk-inter);font-size:.75rem;font-weight:600;color:var(--bchk-muted)}.bchk__ship-progress--unlocked p{color:var(--bchk-success)}.bchk__progress-track{height:6px;border-radius:999px;background:rgba(28,28,28,.08);overflow:hidden}.bchk__progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--bchk-primary) 0,var(--bchk-secondary) 100%);transition:width .42s var(--bchk-ease)}.bchk__side-trust{display:flex;flex-direction:column;gap:.45rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--bchk-line)}.bchk__side-trust span{font-family:var(--bchk-inter);font-size:.75rem;color:var(--bchk-muted)}.bchk__side-trust span:before{content:"";display:inline-block;width:6px;height:6px;margin-right:.45rem;border-radius:50%;background:var(--bchk-primary);vertical-align:middle}@media (max-width:900px){.bchk__layout{grid-template-columns:1fr}.bchk__side{position:static;order:-1}.bchk__summary-items{max-height:none}}@media (max-width:640px){.bchk__row{grid-template-columns:1fr}.bchk__step-label{display:none}.bchk__actions{flex-direction:column}.bchk__actions>*{width:100%}}@media (prefers-reduced-motion:reduce){.bchk__panel{animation:none}}