.onb-wizard{--onb-content-width:370px;--onb-content-inset:147px;--onb-control-height:40px;--onb-name-input-width:320px;--onb-avatar-size:41px;--onb-avatar-gutter:13px;--onb-group-gap:24px;--onb-dot-size:6px;--onb-dot-gap:13px;--onb-dot-active-width:23px;--onb-pager-bottom:34px;--onb-art-fade:.32s;--onb-step-fade:.2s;z-index:200;color:var(--app-shell-text);font-family:var(--app-shell-font);background:var(--app-shell-canvas);grid-template-columns:1fr 1fr;display:grid;position:fixed;inset:0}.onb-panel{min-width:0;border-inline-end:var(--app-shell-separator-width) solid var(--app-shell-separator);flex-direction:column;justify-content:center;padding-inline-start:var(--onb-content-inset);display:flex;position:relative}.onb-content{width:var(--onb-content-width);flex-direction:column;max-width:100%;display:flex}.onb-step{animation:onb-step-in var(--onb-step-fade) var(--app-shell-easing) both}.onb-step[data-direction="-1"]{animation-name:onb-step-in-back}@keyframes onb-step-in{0%{opacity:0;transform:translateY(8px)}}@keyframes onb-step-in-back{0%{opacity:0;transform:translateY(-8px)}}.onb-title{color:var(--app-shell-text);font-size:var(--app-type-title3);font-weight:var(--app-weight-semibold);letter-spacing:var(--app-tracking-hero);margin:0;line-height:28px}.onb-subtitle{color:var(--app-shell-text-muted);font-size:var(--app-type-regular);font-weight:var(--app-weight-normal);letter-spacing:var(--app-tracking-input);margin:6px 0 0;line-height:22px}.onb-group{margin-block-start:var(--onb-group-gap)}.onb-group-label{color:var(--app-shell-text-muted);font-size:var(--app-type-small);font-weight:var(--app-weight-medium);margin:0 0 8px;line-height:16px;display:block}.onb-field{box-sizing:border-box;width:100%;height:var(--onb-control-height);color:var(--app-shell-text);font-family:inherit;font-size:var(--app-type-small);background:var(--app-shell-field);border:var(--app-shell-edge-width) solid var(--app-shell-border);border-radius:var(--app-shell-control-radius);outline:none;padding:0 12px}.onb-field::placeholder{color:var(--app-shell-text-subtle);opacity:1}.onb-field:focus-visible{outline:var(--app-shell-focus-ring-width) solid var(--app-shell-focus-ring);outline-offset:var(--app-shell-focus-ring-offset)}.onb-field--area{resize:vertical;height:auto;min-height:96px;padding:10px 12px;line-height:20px}.onb-name-row{align-items:center;gap:var(--onb-avatar-gutter);display:flex}.onb-name-row .onb-field{width:var(--onb-name-input-width)}.onb-avatar{width:var(--onb-avatar-size);height:var(--onb-avatar-size);flex:0 0 var(--onb-avatar-size);color:var(--app-shell-text-muted);background:var(--app-shell-control);border:var(--app-shell-edge-width) solid var(--app-shell-border);border-radius:var(--app-shell-radius-pill);cursor:pointer;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative;overflow:hidden}.onb-avatar:hover{background:var(--app-shell-control-hover)}.onb-avatar:focus-visible{outline:var(--app-shell-focus-ring-width) solid var(--app-shell-focus-ring);outline-offset:var(--app-shell-focus-ring-offset)}.onb-avatar img{object-fit:cover;width:100%;height:100%}.onb-benefits{margin:var(--onb-group-gap) 0 0;flex-direction:column;gap:16px;padding:0;list-style:none;display:flex}.onb-benefit-label{color:var(--app-shell-text);font-size:var(--app-type-small);font-weight:var(--app-weight-semibold);line-height:18px;display:block}.onb-benefit-desc{color:var(--app-shell-text-muted);font-size:var(--app-type-small);font-weight:var(--app-weight-normal);line-height:18px;display:block}.onb-actions{justify-content:flex-end;align-items:center;gap:8px;margin-block-start:28px;display:flex}.onb-btn{height:var(--onb-control-height);color:var(--app-shell-text);font-family:inherit;font-size:var(--app-type-small);font-weight:var(--app-weight-medium);border-radius:var(--app-shell-radius-pill);cursor:pointer;background:0 0;border:0;outline:none;justify-content:center;align-items:center;padding:0 16px;display:inline-flex}.onb-btn:focus-visible{outline:var(--app-shell-focus-ring-width) solid var(--app-shell-focus-ring);outline-offset:var(--app-shell-focus-ring-offset)}.onb-btn:disabled{cursor:not-allowed;opacity:.55}.onb-btn--ghost:hover:not(:disabled){background:var(--app-shell-control-hover)}.onb-btn--primary{color:var(--app-shell-primary-text);background:var(--app-shell-primary)}.onb-btn--primary:hover:not(:disabled){background:var(--app-shell-primary-hover)}.onb-btn--secondary{background:var(--app-shell-control)}.onb-btn--secondary:hover:not(:disabled){background:var(--app-shell-control-hover)}.onb-status{color:var(--app-shell-text-muted);font-size:var(--app-type-small);margin-block-start:12px;line-height:18px}.onb-status[data-tone=danger]{color:var(--app-shell-danger)}.onb-status[data-tone=success]{color:var(--app-shell-success)}.onb-pager{bottom:var(--onb-pager-bottom);justify-content:center;align-items:center;gap:var(--onb-dot-gap);width:100%;display:flex;position:absolute;left:0}.onb-dot{width:var(--onb-dot-size);height:var(--onb-dot-size);background:var(--app-shell-border-strong);border-radius:var(--app-shell-radius-pill);transition:width .2s var(--app-shell-easing), background-color .2s var(--app-shell-easing);border:0;padding:0}.onb-dot[data-active=true]{width:var(--onb-dot-active-width);background:var(--app-shell-text)}.onb-art{background:var(--app-shell-panel);min-width:0;position:relative;overflow:hidden}.onb-art-image{object-fit:cover;width:100%;height:100%;animation:onb-art-in var(--onb-art-fade) var(--app-shell-easing) both;filter:blur(48px)saturate(1.1)brightness(.72);transform:scale(1.15)}@keyframes onb-art-in{0%{opacity:0}}@media (width<=900px){.onb-wizard{grid-template-columns:1fr}.onb-art{display:none}.onb-panel{border-inline-end:0;align-items:center;padding-inline:24px}.onb-content{width:min(var(--onb-content-width), 100%)}.onb-name-row .onb-field{width:100%}}@media (prefers-reduced-motion:reduce){.onb-step,.onb-art-image{animation:none}.onb-dot{transition:none}}