.ob-shell{flex-direction:column;min-height:100dvh;display:flex;container-type:inline-size}.ob-root{background:var(--background,#fffefc);min-height:100%;color:var(--foreground,#3a3530);font-family:var(--font-body,system-ui, sans-serif);-webkit-font-smoothing:antialiased;flex:1;display:flex}.ob-rail{background:var(--graphite-deep,#27241f);width:340px;color:var(--on-dark-foreground,#fcfbf9);flex-direction:column;flex:none;gap:32px;padding:40px 34px;display:flex;overflow:hidden}.ob-rail__top{flex-direction:column;gap:34px;display:flex}.ob-rail__mark{font-family:var(--font-display,Anton, Impact, sans-serif);letter-spacing:.02em;text-transform:uppercase;font-size:34px;line-height:.9}.ob-rail__steps{flex-direction:column;gap:15px;display:flex}.ob-step{text-align:left;cursor:default;background:0 0;border:0;align-items:center;gap:12px;padding:0;display:flex}.ob-step--reachable{cursor:pointer}.ob-step__mark{border-radius:var(--radius-pill,999px);width:20px;height:20px;font-family:var(--font-mono,monospace);border:1px solid var(--on-dark-border,#fcfbf938);color:var(--on-dark-soft,#fcfbf985);flex:none;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex}.ob-step--done .ob-step__mark{background:var(--brand-green,#00d68f);border-color:var(--brand-green,#00d68f);color:var(--on-green,#04231a)}.ob-step--now .ob-step__mark{background:var(--on-dark-foreground,#fcfbf9);border-color:var(--on-dark-foreground,#fcfbf9);color:var(--graphite-deep,#27241f)}.ob-step__label{color:var(--on-dark-soft,#fcfbf985);font-size:13.5px;font-weight:500}.ob-step--done .ob-step__label{color:var(--on-dark-muted,#fcfbf9b8)}.ob-step--now .ob-step__label{color:var(--on-dark-foreground,#fcfbf9);font-weight:600}.ob-stage{flex-direction:column;flex:1;justify-content:space-between;gap:28px;min-width:0;padding:40px 56px 36px;display:flex}.ob-head{flex-direction:column;gap:20px;display:flex}.ob-head__meta{justify-content:space-between;align-items:center;gap:16px;display:flex}.ob-kicker{font-family:var(--font-mono,monospace);letter-spacing:.14em;text-transform:uppercase;color:var(--foreground-muted,#504a429e);font-size:10.5px;font-weight:700}.ob-exit{font-family:var(--font-mono,monospace);letter-spacing:.14em;text-transform:uppercase;color:var(--foreground-muted,#504a429e);cursor:pointer;text-underline-offset:4px;background:0 0;border:0;padding:6px 2px;font-size:10.5px;font-weight:700;text-decoration:underline}.ob-progress{border-radius:var(--radius-pill,999px);background:var(--surface-3,#efebe6);height:3px;overflow:hidden}.ob-progress__fill{background:var(--graphite-deep,#27241f);height:100%;transition:width .22s}.ob-head__text{flex-direction:column;gap:10px;padding-top:6px;display:flex}.ob-title{font-family:var(--font-display,Anton, Impact, sans-serif);text-transform:uppercase;letter-spacing:.005em;color:var(--graphite-deep,#27241f);margin:0;font-size:54px;line-height:.95}.ob-sub{text-wrap:pretty;max-width:600px;color:var(--foreground-muted,#504a429e);margin:0;font-size:15px;line-height:1.5}.ob-body{flex-direction:column;flex:1;gap:18px;min-height:0;display:flex}.ob-trades{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.ob-trade{text-align:left;cursor:pointer;background:var(--card-bg,#fff);border:1px solid var(--border,#00000017);border-radius:var(--radius-md,8px);flex-direction:column;gap:10px;padding:14px 16px 16px;font-family:inherit;transition:border-color .14s,box-shadow .14s,background .14s;display:flex;position:relative}.ob-trade:hover{border-color:var(--graphite-ink,#3a3530);box-shadow:3px 3px 0 0 var(--graphite-ink,#3a3530)}.ob-trade:focus-visible{outline:2px solid var(--graphite-deep,#27241f);outline-offset:2px}.ob-trade--on{background:var(--graphite-deep,#27241f);border-color:var(--graphite-deep,#27241f);box-shadow:4px 4px 0 0 var(--graphite-deep,#27241f)}.ob-trade__text{flex-direction:column;gap:5px;padding-right:26px;display:flex}.ob-trade__name{font-family:var(--font-display,Anton, Impact, sans-serif);text-transform:uppercase;letter-spacing:.015em;color:var(--graphite-deep,#27241f);font-size:15.5px;line-height:1.05}.ob-trade--on .ob-trade__name{color:var(--on-dark-foreground,#fcfbf9)}.ob-trade__desc{text-wrap:pretty;color:var(--foreground-muted,#504a429e);margin:0;font-size:12px;line-height:1.35}.ob-trade--on .ob-trade__desc{color:var(--on-dark-muted,#fcfbf9b8)}.ob-tick{border-radius:var(--radius-pill,999px);background:var(--brand-green,#00d68f);width:24px;height:24px;color:var(--on-green,#04231a);justify-content:center;align-items:center;display:flex;position:absolute;top:10px;right:10px}.ob-sections{flex-direction:column;gap:34px;display:flex}.ob-section{flex-direction:column;gap:14px;display:flex}.ob-section__title{font-family:var(--font-display,Anton, Impact, sans-serif);text-transform:uppercase;letter-spacing:.015em;color:var(--graphite-deep,#27241f);margin:0;font-size:19px;line-height:1.05}.ob-habits{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.ob-habit{text-align:left;cursor:pointer;background:var(--card-bg,#fff);border:1px solid var(--border,#00000017);border-radius:var(--radius-md,8px);flex-direction:column;gap:14px;padding:20px 20px 22px;font-family:inherit;transition:border-color .14s,box-shadow .14s,background .14s;display:flex;position:relative}.ob-habit:hover{border-color:var(--graphite-ink,#3a3530);box-shadow:3px 3px 0 0 var(--graphite-ink,#3a3530)}.ob-habit--on{background:var(--graphite-deep,#27241f);border-color:var(--graphite-deep,#27241f);box-shadow:4px 4px 0 0 var(--graphite-deep,#27241f)}.ob-habit__glyph{color:var(--graphite-deep,#27241f)}.ob-habit--on .ob-habit__glyph{color:var(--on-dark-foreground,#fcfbf9)}.ob-habit__name{font-family:var(--font-display,Anton, Impact, sans-serif);text-transform:uppercase;letter-spacing:.015em;color:var(--graphite-deep,#27241f);font-size:20px;line-height:1.02}.ob-habit--on .ob-habit__name{color:var(--on-dark-foreground,#fcfbf9)}.ob-habit__desc{color:var(--foreground-muted,#504a429e);margin:0;font-size:13.5px;line-height:1.45}.ob-habit--on .ob-habit__desc{color:var(--on-dark-muted,#fcfbf9b8)}.ob-sources{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.ob-source{text-align:left;cursor:pointer;background:var(--card-bg,#fff);border:1px solid var(--border,#00000017);border-radius:var(--radius-md,8px);align-items:center;gap:12px;min-height:58px;padding:0 14px;font-family:inherit;transition:border-color .14s,box-shadow .14s,background .14s;display:flex;position:relative}.ob-source:hover{border-color:var(--graphite-ink,#3a3530);box-shadow:3px 3px 0 0 var(--graphite-ink,#3a3530)}.ob-source:focus-visible{outline:2px solid var(--graphite-deep,#27241f);outline-offset:2px}.ob-source--on{background:var(--graphite-deep,#27241f);border-color:var(--graphite-deep,#27241f);box-shadow:4px 4px 0 0 var(--graphite-deep,#27241f)}.ob-source__mark{border-radius:var(--radius-sm,6px);background:var(--paper,#fff);border:1px solid var(--border,#00000017);width:32px;height:32px;color:var(--graphite-deep,#27241f);flex:none;justify-content:center;align-items:center;display:flex}.ob-source--on .ob-source__mark{border-color:#0000}.ob-source__mark img{width:20px;height:20px;display:block}.ob-source__name{min-width:0;color:var(--graphite-deep,#27241f);flex:1;font-size:13.5px;font-weight:600;line-height:1.2}.ob-source--on .ob-source__name{color:var(--on-dark-foreground,#fcfbf9)}.ob-source__check{border-radius:var(--radius-pill,999px);background:var(--brand-green,#00d68f);width:20px;height:20px;color:var(--on-green,#04231a);flex:none;justify-content:center;align-items:center;display:flex}.ob-referral{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.ob-referral .ob-field__input{font-family:var(--font-mono,monospace);letter-spacing:.08em;text-transform:uppercase}.ob-quiet{text-align:left;cursor:pointer;background:var(--surface-2,#f7f5f2);border:1px solid var(--border,#00000017);border-radius:var(--radius-md,8px);justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px 22px;font-family:inherit;display:flex}.ob-quiet:hover{border-color:var(--border-strong,#0000002e)}.ob-quiet--on{background:var(--graphite-deep,#27241f);border-color:var(--graphite-deep,#27241f)}.ob-quiet__text{flex-direction:column;gap:3px;display:flex}.ob-quiet__name{font-family:var(--font-display,Anton, Impact, sans-serif);text-transform:uppercase;letter-spacing:.015em;color:var(--graphite-deep,#27241f);font-size:16px}.ob-quiet--on .ob-quiet__name{color:var(--on-dark-foreground,#fcfbf9)}.ob-quiet__desc{color:var(--foreground-muted,#504a429e);font-size:13px}.ob-quiet--on .ob-quiet__desc{color:var(--on-dark-muted,#fcfbf9b8)}.ob-split{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start;gap:32px;display:grid}.ob-split--wide-left{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr)}.ob-split--even{grid-template-columns:repeat(2,minmax(0,1fr))}.ob-col{flex-direction:column;gap:18px;display:flex}.ob-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.ob-field{flex-direction:column;gap:7px;display:flex}.ob-field--wide{grid-column:1/-1}.ob-field__box{background:var(--input-bg,#fff);border:1px solid var(--input-border,#0000002e);border-radius:var(--radius-sm,6px);align-items:center;gap:0;min-height:48px;padding:0 14px;display:flex}.ob-field__box:focus-within{border-color:var(--graphite-deep,#27241f)}.ob-field__box--bad{border-color:var(--brand-red,#ff4757)}.ob-field__box--good{border-color:var(--brand-green,#00d68f)}.ob-field__prefix{font-family:var(--font-mono,monospace);color:#504a428a;font-size:13px}.ob-field__input{min-width:0;color:var(--graphite-deep,#27241f);background:0 0;border:0;outline:0;flex:1;font-family:inherit;font-size:15px;font-weight:500}.ob-field__hint{color:var(--foreground-muted,#504a429e);font-size:12px}.ob-field__hint--bad{color:var(--brand-red,#ff4757)}.ob-suggests{flex-wrap:wrap;gap:8px;display:flex}.ob-suggest{cursor:pointer;background:var(--card-bg,#fff);border:1px solid var(--border-strong,#0000002e);border-radius:var(--radius-sm,6px);min-height:34px;font-family:var(--font-mono,monospace);color:var(--graphite-deep,#27241f);padding:0 12px;font-size:12px}.ob-suggest:hover{background:var(--graphite-deep,#27241f);color:var(--on-dark-foreground,#fcfbf9)}.ob-chip{border-radius:var(--radius-pill,999px);height:24px;font-family:var(--font-mono,monospace);letter-spacing:.1em;text-transform:uppercase;background:var(--earth-strong,#9a9088);color:var(--graphite-deep,#27241f);flex:none;align-items:center;gap:6px;padding:0 10px;font-size:10px;font-weight:700;display:inline-flex}.ob-chip--good{background:var(--brand-green,#00d68f);color:var(--on-green,#04231a)}.ob-chip--bad{background:var(--brand-red,#ff4757);color:#fff}.ob-chip--hold{background:var(--brand-yellow,#ffd600);color:var(--on-yellow,#1a1207)}.ob-panel{background:var(--card-bg,#fff);border:1px solid var(--border,#00000017);border-radius:var(--radius-md,8px);flex-direction:column;gap:14px;padding:20px;display:flex}.ob-avatar__row{align-items:center;gap:16px;display:flex}.ob-avatar{border-radius:var(--radius-pill,999px);background:var(--surface-2,#f7f5f2);border:1px dashed var(--border-strong,#0000002e);color:#504a428a;flex:none;justify-content:center;align-items:center;width:84px;height:84px;display:flex;overflow:hidden}.ob-avatar--set{border-style:solid}.ob-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.ob-avatar__acts{flex-direction:column;gap:9px;display:flex}.ob-pagecard{background:var(--graphite-deep,#27241f);border-radius:var(--radius-md,8px);color:var(--on-dark-foreground,#fcfbf9);flex-direction:column;gap:12px;padding:20px;display:flex}.ob-pagecard__kicker{font-family:var(--font-mono,monospace);letter-spacing:.14em;text-transform:uppercase;color:var(--on-dark-soft,#fcfbf985);font-size:10.5px;font-weight:700}.ob-pagecard__url{font-family:var(--font-mono,monospace);align-items:center;gap:10px;font-size:15px;font-weight:700;display:flex}.ob-pagecard__note{color:var(--on-dark-muted,#fcfbf9b8);margin:0;font-size:12.5px;line-height:1.5}.ob-branch{flex-direction:column;gap:10px;display:flex}.ob-branch__opt{cursor:pointer;text-align:left;background:var(--card-bg,#fff);border:1px solid var(--border,#00000017);border-radius:var(--radius-md,8px);align-items:center;gap:12px;padding:14px 16px;font-family:inherit;display:flex}.ob-branch__opt--on{background:var(--graphite-deep,#27241f);border-color:var(--graphite-deep,#27241f)}.ob-branch__text{flex-direction:column;flex:1;gap:3px;display:flex}.ob-branch__name{font-family:var(--font-display,Anton, Impact, sans-serif);text-transform:uppercase;letter-spacing:.015em;color:var(--graphite-deep,#27241f);font-size:14.5px}.ob-branch__opt--on .ob-branch__name{color:var(--on-dark-foreground,#fcfbf9)}.ob-branch__desc{color:var(--foreground-muted,#504a429e);font-size:12px}.ob-branch__opt--on .ob-branch__desc{color:var(--on-dark-muted,#fcfbf9b8)}.ob-list{background:var(--card-bg,#fff);border:1px solid var(--border,#00000017);border-radius:var(--radius-md,8px);overflow:hidden}.ob-svc{border:0;border-bottom:1px solid var(--border,#00000017);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:14px;width:100%;padding:14px 16px;font-family:inherit;display:flex}.ob-svc:last-child{border-bottom:0}.ob-svc:hover{background:var(--surface-1,#fcfbf9)}.ob-svc__box{border-radius:var(--radius-xs,3px);border:1px solid var(--border-strong,#0000002e);color:#0000;flex:none;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.ob-svc--on .ob-svc__box{background:var(--graphite-deep,#27241f);border-color:var(--graphite-deep,#27241f);color:var(--on-dark-foreground,#fcfbf9)}.ob-svc__name{color:var(--foreground-muted,#504a429e);flex:1;font-size:14.5px;font-weight:500}.ob-svc--on .ob-svc__name{color:var(--graphite-deep,#27241f)}.ob-svc__meta{font-family:var(--font-mono,monospace);color:var(--foreground-muted,#504a429e);font-size:11.5px}.ob-seg{background:var(--card-bg,#fff);border:1px solid var(--border-strong,#0000002e);border-radius:var(--radius-sm,6px);display:flex;overflow:hidden}.ob-seg__btn{cursor:pointer;min-height:46px;color:var(--foreground,#3a3530);border:0;border-left:1px solid var(--border,#00000017);background:0 0;flex:1;font-family:inherit;font-size:13.5px;font-weight:500}.ob-seg__btn:first-child{border-left:0}.ob-seg__btn--on{background:var(--graphite-deep,#27241f);color:var(--on-dark-foreground,#fcfbf9);font-weight:600}.ob-money{background:var(--card-bg,#fff);border:1px solid var(--border,#00000017);border-radius:var(--radius-md,8px);align-items:center;gap:14px;padding:16px 18px;display:flex}.ob-money__label{color:var(--foreground-muted,#504a429e);flex:1;font-size:14px}.ob-money__value{font-family:var(--font-display,Anton, Impact, sans-serif);color:var(--graphite-deep,#27241f);font-size:30px;line-height:1}.ob-note{background:var(--surface-2,#f7f5f2);border:1px solid var(--border,#00000017);border-radius:var(--radius-md,8px);align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.ob-note--paper{background:var(--card-bg,#fff)}.ob-note svg{color:var(--foreground-muted,#504a429e);flex:none;margin-top:1px}.ob-note p{color:var(--foreground-muted,#504a429e);margin:0;font-size:13px;line-height:1.5}.ob-ladder{flex-direction:column;display:flex}.ob-ladder__row{border-bottom:1px solid var(--border,#00000017);justify-content:space-between;align-items:baseline;gap:20px;padding:13px 0;display:flex}.ob-ladder__value{text-align:right;color:var(--graphite-deep,#27241f);font-size:15px;font-weight:600}.ob-outcomes{flex-direction:column;gap:12px;display:flex}.ob-outcome{color:var(--foreground,#3a3530);align-items:flex-start;gap:11px;font-size:13.5px;line-height:1.4;display:flex}.ob-outcome__mark{border-radius:var(--radius-pill,999px);background:var(--brand-green,#00d68f);width:20px;height:20px;color:var(--on-green,#04231a);flex:none;justify-content:center;align-items:center;display:flex}.ob-outcome--pending .ob-outcome__mark{background:var(--brand-yellow,#ffd600);color:var(--on-yellow,#1a1207)}.ob-btn{cursor:pointer;background:var(--surface-2,#f7f5f2);min-height:48px;color:var(--foreground,#3a3530);border:1px solid var(--border,#00000017);border-radius:var(--radius-sm,6px);justify-content:center;align-items:center;gap:9px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:500;display:inline-flex}.ob-btn:hover{background:var(--surface-3,#efebe6)}.ob-btn--sm{min-height:40px;padding:0 16px;font-size:13.5px}.ob-btn--solid{background:var(--graphite-deep,#27241f);color:#fff;border-color:var(--graphite-deep,#27241f);min-height:48px;box-shadow:var(--shadow-retro,4px 4px 0 0 #0000002e);padding:0 24px;font-size:14.5px;font-weight:600}.ob-btn--solid:hover{background:var(--graphite-ink,#3a3530);box-shadow:var(--shadow-retro-hover,2px 2px 0 0 #0000002e)}.ob-btn--go{background:var(--brand-green,#00d68f);border-color:var(--brand-green,#00d68f);color:var(--on-green,#04231a)}.ob-btn--go:hover{background:var(--brand-green,#00d68f);border-color:var(--brand-green,#00d68f);box-shadow:var(--shadow-retro-hover,2px 2px 0 0 #0000002e)}.ob-btn[disabled]{background:var(--earth,#c0b8ad);border-color:var(--earth,#c0b8ad);color:var(--graphite-deep,#27241f);box-shadow:none;cursor:default}.ob-btn__icon{display:flex}.ob-spin{transform-origin:50%;animation:.9s linear infinite ob-spin}@keyframes ob-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.ob-spin{animation:none}.ob-progress__fill{transition:none}}.ob-foot{border-top:1px solid var(--border,#00000017);justify-content:space-between;align-items:center;gap:20px;padding-top:22px;display:flex}.ob-foot__left{align-items:center;gap:14px;display:flex}.ob-foot__note{font-family:var(--font-mono,monospace);letter-spacing:.1em;text-transform:uppercase;color:var(--foreground-muted,#504a429e);font-size:10.5px;font-weight:700}.ob-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:60px 24px;display:flex}.ob-state__glyph{border-radius:var(--radius-md,8px);background:var(--surface-2,#f7f5f2);border:1px solid var(--border,#00000017);color:#504a428a;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.ob-state__glyph--go{border-radius:var(--radius-pill,999px);background:var(--brand-green,#00d68f);color:var(--on-green,#04231a);border:0}.ob-state__title{font-family:var(--font-display,Anton, Impact, sans-serif);text-transform:uppercase;letter-spacing:.015em;color:var(--graphite-deep,#27241f);margin:0;font-size:26px;line-height:1.02}.ob-state__body{max-width:360px;color:var(--foreground-muted,#504a429e);margin:0;font-size:13.5px;line-height:1.5}.ob-state__acts{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.ob-state__url{font-family:var(--font-mono,monospace);color:var(--graphite-deep,#27241f);font-size:14px;font-weight:700}.ob-skel{border-radius:var(--radius-xs,3px);background:var(--surface-3,#efebe6);display:block}.ob-skels{flex-direction:column;gap:12px;width:100%;max-width:520px;display:flex}@container (max-width:900px){.ob-root{flex-direction:column}.ob-rail{flex-direction:row;align-items:center;gap:14px;width:auto;padding:16px 18px}.ob-rail__top{flex-direction:row;flex:1;align-items:center;gap:16px}.ob-rail__mark{font-size:22px}.ob-rail__steps{flex-direction:row;gap:8px}.ob-step__label{display:none}.ob-stage{gap:20px;padding:20px 20px 24px}.ob-title{font-size:30px}.ob-sub{max-width:none;font-size:13.5px}.ob-trades{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ob-trade{padding:12px 14px 14px}.ob-trade__name{font-size:14px}.ob-habits{grid-template-columns:minmax(0,1fr);gap:10px}.ob-habit{flex-direction:row;align-items:flex-start;gap:14px;padding:16px}.ob-habit__name{font-size:16px}.ob-sections{gap:26px}.ob-sources{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ob-source{gap:10px;min-height:52px;padding:0 12px}.ob-referral{grid-template-columns:minmax(0,1fr)}.ob-split,.ob-split--wide-left,.ob-split--even{grid-template-columns:minmax(0,1fr);gap:20px}.ob-fields{grid-template-columns:minmax(0,1fr)}.ob-field--wide{grid-column:auto}.ob-foot{flex-direction:column-reverse;align-items:stretch;gap:10px}.ob-foot__left{justify-content:space-between}.ob-btn--solid,.ob-btn--go{width:100%}.ob-money__value{font-size:26px}}
.ob-host{flex-direction:column;min-height:100dvh;display:flex;container-type:inline-size}.ob-host>.ob-shell{flex:1;min-height:0}.ob-trade__glyph{width:64px;height:64px;color:var(--graphite-deep,#27241f);flex:none;display:block}.ob-trade--on .ob-trade__glyph{color:var(--on-dark-foreground,#fcfbf9)}.ob-host__avatar-error{color:var(--danger,#b42318);margin:0;padding:10px 16px 16px;font-size:13px;line-height:1.4}.ob-host--rail .ob-root>.ob-rail:not(.ob-rail--host){display:none}.ob-rail--host{order:-1}.ob-host .ob-foot{z-index:2;background:var(--background,#fffefc);margin-top:auto;padding-bottom:14px;position:sticky;bottom:0}.ob-host .ob-foot__note{color:var(--foreground,#3a3530)}.ob-host .ob-suggest{background:color-mix(in srgb, var(--foreground,#3a3530) 8%, var(--card-bg,#fff));border-color:#0000}.ob-addsvc{z-index:60;background:color-mix(in srgb, var(--foreground,#17171a) 46%, transparent);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.ob-addsvc__panel{background:var(--card-bg,#fff);width:min(420px,100vw - 48px);box-shadow:var(--shadow-hover,0 18px 40px #0000002e);flex-direction:column;gap:16px;display:flex;overflow:hidden}.ob-studio__fields{flex-direction:column;gap:20px;display:flex}.ob-studio__acts{align-items:center;gap:10px;display:flex}.ob-step--optional .ob-step__mark{font-weight:600}.ob-host .ob-step:not(.ob-step--now):not(.ob-step--done) .ob-step__mark{color:var(--on-dark-foreground,#fcfbf9);background:#fcfbf938;border-color:#0000}@container (max-width:900px){.ob-studio__acts{flex-wrap:wrap}}.ob-handoff__who{align-items:center;gap:12px;display:flex}.ob-handoff__avatar{border-radius:var(--radius-pill,999px);-o-object-fit:cover;object-fit:cover;background:var(--surface-2,#f7f5f2);flex:none;width:44px;height:44px}.ob-handoff__avatar--fallback{font-family:var(--font-mono,monospace);letter-spacing:.02em;color:var(--foreground-muted,#504a429e);background:var(--surface-3,#efebe6);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.ob-handoff__who-text{flex-direction:column;gap:2px;min-width:0;display:flex}.ob-handoff__name{color:var(--graphite-deep,#27241f);font-size:15px;font-weight:600}.ob-handoff__current{font-family:var(--font-mono,monospace);color:var(--foreground-muted,#504a429e);font-size:12px}.ob-addsvc__numbers{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ob-addsvc__numbers .ob-field{min-width:0}.ob-addsvc__numbers .ob-field:nth-child(3){grid-column:1/-1}.ob-field__prefix--after{margin-left:4px}.ob-rail__help{font-family:var(--font-mono,monospace);letter-spacing:.1em;text-transform:uppercase;text-underline-offset:3px;color:var(--on-dark-foreground,#fcfbf9);align-self:flex-start;margin-top:auto;font-size:10.5px;font-weight:700;text-decoration:underline}.ob-rail__help:hover{text-decoration-thickness:2px}@container (max-width:900px){.ob-rail__help{align-self:center;margin-top:0;margin-left:auto}}.ob-host .ob-field__prefix{color:var(--foreground,#3a3530)}.ob-host .ob-chip--bad{color:var(--graphite-deep,#141417)}.ob-host .ob-field__hint--bad{color:var(--foreground,#3a3530)}.ob-host--footnote .ob-foot__left>.ob-foot__note:not(.ob-foot__note--host),.ob-host--pagenote .ob-pagecard__note:not(.ob-pagecard__note--host){display:none}.ob-host .ob-skel{animation:1.2s ease-in-out infinite ob-host-skel}.ob-host .ob-state[aria-busy=true]:after{content:"Loading your setup…";font-family:var(--font-mono,ui-monospace, monospace);letter-spacing:.08em;text-transform:uppercase;color:var(--foreground,#3a3530);margin-top:16px;font-size:11px;display:block}@keyframes ob-host-skel{0%,to{opacity:.45}50%{opacity:1}}