.halwel-form-shell{position:relative;min-height:100vh;min-height:100dvh;background:var(--bg);color:var(--text);display:flex;flex-direction:column}.halwel-form-shell-header{position:fixed;top:0;left:0;right:0;height:var(--form-header-height);background:var(--bg);z-index:5}.halwel-form-shell-header-fade{position:fixed;top:var(--form-header-height);left:0;right:0;height:var(--form-footer-fade-height);pointer-events:none;z-index:3;background:linear-gradient(to top,rgba(0,0,0,0) 0,var(--bg) 100%)}.halwel-form-shell[data-has-system-banner=true] .halwel-form-shell-header-fade{display:none}.halwel-form-shell-header-brand{display:flex;align-items:center;gap:10px;position:absolute;left:56px;top:0;bottom:0}.halwel-form-shell-header-progress{width:100%;max-width:var(--form-stage-max-width);height:100%;margin:0 auto;padding:0 var(--form-stage-padding-x);display:flex;align-items:center}.halwel-form-shell-header-progress .halwel-progress{max-width:none;width:100%}.halwel-form-shell-header-actions{right:var(--form-stage-padding-x);display:flex;gap:12px;z-index:1}.halwel-form-devnav-trigger,.halwel-form-shell-header-actions{position:absolute;top:50%;transform:translateY(-50%);align-items:center}.halwel-form-devnav-trigger{left:12px;width:32px;height:32px;display:inline-flex;justify-content:center;background:transparent;color:var(--text);border:1px solid transparent;border-radius:var(--radius-sm);cursor:pointer;font-size:18px;line-height:1;opacity:0;transition:opacity .16s var(--ease),border-color .16s var(--ease),background-color .16s var(--ease);z-index:6}.halwel-form-devnav-trigger:focus-visible{opacity:.6;outline:none;border-color:var(--border-focus)}.halwel-form-devnav-trigger.is-pressed,.halwel-form-devnav-trigger:active{opacity:.8;background:var(--bg-panel);border-color:var(--divider)}.halwel-form-devnav-trigger:hover{opacity:.45}.halwel-form-shell-system-banner{position:fixed;top:var(--form-header-height);left:0;right:0;display:flex;align-items:center;justify-content:center;width:100%;padding:12px var(--form-stage-padding-x);background:rgba(239,189,26,.14);border-top:1px solid rgba(239,189,26,.32);border-bottom:1px solid rgba(239,189,26,.32);color:var(--text);font-size:.9rem;line-height:1.4;z-index:4;max-height:160px;overflow-y:auto}.halwel-form-shell-system-banner-inner{width:100%;max-width:var(--form-stage-max-width);display:flex;align-items:center;gap:12px}.halwel-form-shell-system-banner-message{flex:1 1 auto;margin:0}.halwel-form-shell-system-banner-dismiss{flex:0 0 auto;background:transparent;border:0;color:var(--text-muted);font:inherit;font-size:.85rem;cursor:pointer;padding:4px 8px;border-radius:var(--radius-sm);transition:background-color .14s var(--ease),color .14s var(--ease)}.halwel-form-shell-system-banner-dismiss:hover{background:rgba(255,255,255,.08);color:var(--text)}@media (max-width:767px){.halwel-form-shell-system-banner{padding:10px var(--form-stage-padding-x-mobile)}}.halwel-form-shell-stage{position:relative;flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden;min-height:0}.halwel-form-shell-stage-scroll{flex:1 1 auto;overflow-y:auto;scrollbar-gutter:stable both-edges;padding:calc(var(--form-header-height) + var(--form-stage-padding-y)) var(--form-stage-padding-x) calc(var(--form-footer-height) + var(--form-stage-padding-y))}.halwel-form-shell[data-has-system-banner=true] .halwel-form-shell-stage-scroll{padding-top:calc(var(--form-header-height) + 88px + var(--form-stage-padding-y))}.halwel-form-shell[data-center-content=true] .halwel-form-shell-stage-scroll{display:flex;flex-direction:column;justify-content:center}.halwel-form-shell-stage-content{width:100%;max-width:var(--form-stage-max-width);margin:0 auto;display:flex;flex-direction:column;gap:24px}.halwel-form-shell-stage-content>.halwel-form-shell-question{margin-bottom:var(--form-question-gap,24px)}.halwel-form-shell-stage-content>.halwel-form-shell-prose{margin-bottom:32px}.halwel-form-shell-stage-content .compact-input-draft-wide,.halwel-form-shell-stage-content .compact-input-draft:not(.compact-input-draft-standard):not(.compact-input-draft-narrow){max-width:none}.halwel-form-shell-question{margin:0;font-size:var(--form-question-size);font-weight:var(--form-question-weight);line-height:var(--form-question-line-height);letter-spacing:-.01em}.halwel-form-shell-prose{margin:0;font-size:var(--form-prose-size);font-weight:var(--form-prose-weight);line-height:1.1;letter-spacing:-.015em}.halwel-form-shell-mobile-question{display:none;max-width:var(--form-stage-max-width);margin:0 auto 24px;font-size:var(--form-mobile-question-size);line-height:1.15;font-weight:500;letter-spacing:-.01em}.halwel-form-shell-footer{position:fixed;left:0;right:0;bottom:0;height:var(--form-footer-height);pointer-events:none;z-index:3;display:flex;align-items:stretch;justify-content:center;padding:0 var(--form-stage-padding-x)}.halwel-form-shell-footer-fade{position:absolute;left:0;right:0;bottom:100%;height:var(--form-footer-fade-height);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,var(--bg) 100%);pointer-events:none}.halwel-form-shell-footer-inner{width:100%;max-width:var(--form-stage-max-width);display:flex;align-items:center;justify-content:space-between;pointer-events:auto;background:var(--bg);padding-bottom:var(--form-footer-bottom-gutter)}.body-metrics-cluster{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:20px;gap:20px;align-items:stretch}.body-metrics-cluster-col{display:flex;flex-direction:column;gap:18px;min-width:0}.body-metrics-cluster-field{display:flex;flex-direction:column;gap:8px}.body-metrics-cluster-label{display:block;font-size:.78rem;letter-spacing:.04em;text-transform:none;color:var(--text-muted)}.body-metrics-cluster-inline{display:flex;align-items:center;gap:12px;width:100%;max-width:320px}.body-metrics-cluster-inline>*{flex:1 1;min-width:0}.body-metrics-cluster-col-bmi{display:flex;flex-direction:column;gap:8px}.body-metrics-cluster-col-bmi .halwel-calculated-result{flex:1 1 auto;width:100%;max-width:none;min-height:0}.body-metrics-cluster-col-bmi .calculated-value-draft{height:100%}@media (max-width:640px){.body-metrics-cluster{grid-template-columns:minmax(0,1fr)}.body-metrics-cluster-col-bmi .halwel-calculated-result{min-height:173px}}.halwel-address-fields{display:flex;flex-direction:column;gap:18px}.halwel-address-row-2col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:16px;gap:16px}.halwel-address-cell{display:flex;flex-direction:column;min-width:0}.halwel-address-autocomplete-shell{position:relative}.halwel-address-autocomplete-menu{position:absolute;top:100%;left:0;right:0;margin-top:6px;z-index:12;display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--divider);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.32);max-height:280px;overflow-y:auto}.halwel-address-autocomplete-option{display:flex;flex-direction:column;gap:2px;padding:10px 14px;background:transparent;border:0;text-align:left;font:inherit;color:var(--text);cursor:pointer;transition:background-color .14s var(--ease)}.halwel-address-autocomplete-option:focus-visible,.halwel-address-autocomplete-option:hover{background:rgba(255,255,255,.08);outline:none}.halwel-address-autocomplete-primary{font-size:.95rem}.halwel-address-autocomplete-secondary{font-size:.8rem;color:var(--text-muted)}.halwel-address-country-static{display:flex;align-items:center;gap:10px;height:50px;padding:0 14px;border-radius:6px;background:rgba(255,255,255,.06);color:var(--text);font-size:.95rem}.halwel-address-helper{margin:0;font-size:.85rem;color:var(--text-muted);line-height:1.5}.halwel-address-helper.is-warning{color:var(--brand-gold)}@media (max-width:640px){.halwel-address-row-2col{grid-template-columns:minmax(0,1fr)}}.halwel-form-shell-footer-mobile{margin:32px auto var(--form-footer-bottom-gutter);max-width:var(--form-stage-max-width);padding-top:24px;border-top:1px solid var(--divider);display:flex;align-items:center;justify-content:space-between}.halwel-form-shell{--journey-x:-100%}.halwel-form-shell[data-journey-revealed=true]{--journey-x:0%}.halwel-form-shell-journey{position:fixed;left:0;top:0;bottom:0;width:var(--form-journey-width);background:var(--bg);border-right:1px solid var(--divider);transform:translateX(var(--journey-x));pointer-events:none;z-index:10;display:flex;flex-direction:column;overflow:hidden}.halwel-form-shell[data-journey-revealed=true] .halwel-form-shell-journey{pointer-events:auto}.halwel-form-shell-journey-inner{flex:1 1 auto;overflow-y:auto;padding:28px 24px}.halwel-form-shell-journey-backdrop{position:fixed;inset:0;background:rgba(0,0,0,0);border:0;padding:0;cursor:default;z-index:9;pointer-events:none;transition:background-color .24s var(--ease)}.halwel-form-shell[data-journey-revealed=true].halwel-form-shell[data-mobile=true] .halwel-form-shell-journey-backdrop{background:rgba(0,0,0,.45);pointer-events:auto;cursor:pointer}@media (max-width:767px){.halwel-form-shell-header{height:auto;min-height:var(--form-header-height);padding:12px var(--form-stage-padding-x-mobile);display:flex;flex-direction:column;gap:8px}.halwel-form-shell-header-brand{position:static;margin-left:44px}.halwel-form-shell-header-progress{padding:0}.halwel-form-shell-header-actions{position:static;transform:none;align-self:flex-end}.halwel-form-shell-stage-scroll{padding:calc(var(--form-header-height) + var(--form-stage-padding-y-mobile)) var(--form-stage-padding-x-mobile) var(--form-stage-padding-y-mobile);overflow-y:visible}.halwel-form-shell[data-has-system-banner=true] .halwel-form-shell-stage-scroll{padding-top:calc(var(--form-header-height) + 88px + var(--form-stage-padding-y-mobile))}.halwel-form-shell-stage{overflow:visible}.halwel-form-shell-mobile-question{display:block}.halwel-form-shell-journey{width:100%;max-width:360px}}