:root{--ob-bg:#0a0a0a;--ob-surface:#151515;--ob-surface-2:#1c1c1c;--ob-raised:#232323;--ob-raised-hover:#2b2b2b;--ob-field:var(--ob-surface);--ob-text:#ebebeb;--ob-muted:#9e9e9e;--ob-faint:#6f6f6f;--ob-edge:#ffffff14;--ob-edge-strong:#ffffff24;--ob-field-edge:#ffffff1a;--ob-field-edge-hover:#ffffff29;--ob-field-focus:#ffffff57;--ob-brand:#b5cea5;--ob-brand-ink:#b5cea5;--ob-brand-soft:#b5cea51f;--ob-action:#b5cea5;--ob-action-hover:#c4dab6;--ob-action-text:#0a0a0a;--ob-danger:#e7a3a3;--ob-display:#e2ead9;--ob-radius-control:14px}html.light{--ob-bg:#f4f6f5;--ob-surface:#fff;--ob-surface-2:#edf1ee;--ob-raised:#e3e8e5;--ob-raised-hover:#d8dfda;--ob-field:var(--ob-surface);--ob-text:#161d19;--ob-muted:#5d6962;--ob-faint:#8a948e;--ob-edge:#14231c17;--ob-edge-strong:#14231c29;--ob-field-edge:#14231c1f;--ob-field-edge-hover:#14231c38;--ob-field-focus:#14231c6b;--ob-brand-ink:#4e653f;--ob-brand-soft:#5e774e1a;--ob-action:#b5cea5;--ob-action-hover:#a6c294;--ob-action-text:#161d19;--ob-danger:#a82525;--ob-display:#161d19}.ob-page{isolation:isolate;background:var(--ob-bg);min-height:100vh;color:var(--ob-text);font-family:var(--font-sans), system-ui, sans-serif;-webkit-font-smoothing:antialiased;position:relative;overflow-x:clip}.ob-page,.ob-page *,.ob-page :before,.ob-page :after{corner-shape:squircle}.ob-page .ob-round,.ob-page .ob-round:before,.ob-page .ob-round:after{corner-shape:round}.ob-page ::selection{background:color-mix(in srgb, var(--ob-brand) 30%, transparent)}[data-ads-console]:has(.ob-page){background:var(--ob-bg)}html:has(.ob-page){scrollbar-gutter:stable;background:var(--ob-bg)}.ob-backdrop{aspect-ratio:3200/1000;z-index:-1;pointer-events:none;min-height:360px;max-height:860px;-webkit-mask-image:var(--ob-fade);-webkit-mask-image:var(--ob-fade);mask-image:var(--ob-fade);--ob-fade:linear-gradient(to bottom, #000 0%, #000000b8 11%, #00000080 22%, #00000052 33%, #0000002e 44%, #00000017 55%, #0000000a 66%, #00000003 77%, transparent 88%);position:absolute;inset:0 0 auto}.ob-backdrop:before{content:"";filter:hue-rotate(-35deg)saturate(.55)brightness(.92);opacity:.5;background:url(/ads-onboarding/backdrop-dark.webp) top/cover no-repeat;position:absolute;inset:0}html.light .ob-backdrop:before{filter:hue-rotate(-80deg)saturate(.45)sepia(.12)brightness(1.04);opacity:.45;background-image:url(/ads-onboarding/backdrop-light.webp)}.ob-shell{width:100%;max-width:960px;margin:0 auto;padding:0 24px 72px}@media (max-width:640px){.ob-shell{padding:0 16px 56px}}.ob-header{flex-direction:column;align-items:flex-start;gap:18px;padding:28px 0 8px;display:flex}.ob-brand{color:var(--ob-text);align-items:baseline;gap:9px;text-decoration:none;display:inline-flex}.ob-brand svg{width:auto;height:23px;display:block;transform:translateY(5.46226px)}.ob-brand-suffix{font-family:"Freebuff Outfit", var(--font-sans), sans-serif;letter-spacing:-.02em;color:var(--ob-muted);font-size:22px;font-weight:400}@media (max-width:640px){.ob-header{padding-top:20px}}.ob-steps{flex-wrap:wrap;align-items:center;gap:4px;margin:0 0 0 -4px;padding:0;list-style:none;display:flex}.ob-step{align-items:center;gap:4px;display:flex}.ob-step+.ob-step:before{content:"";background:var(--ob-edge-strong);width:14px;height:1px;margin-right:4px}.ob-step-target{height:30px;color:var(--ob-muted);font:inherit;background:0 0;border:0;border-radius:12px;align-items:center;gap:8px;padding:0 10px 0 4px;font-size:13px;text-decoration:none;transition:background-color .13s,color .13s;display:inline-flex}a.ob-step-target:hover,button.ob-step-target:hover:not(:disabled){background:var(--ob-raised);color:var(--ob-text)}button.ob-step-target:disabled{opacity:.55}.ob-step-target:focus-visible{outline:2px solid var(--ob-field-focus);outline-offset:1px}.ob-step-num{background:var(--ob-surface-2);width:22px;height:22px;box-shadow:inset 0 0 0 1px var(--ob-edge);color:var(--ob-muted);font-variant-numeric:tabular-nums;border-radius:8px;place-items:center;font-size:11.5px;font-weight:600;display:grid}.ob-step[aria-current=step] .ob-step-target{color:var(--ob-text);font-weight:500}.ob-step[aria-current=step] .ob-step-num{background:var(--ob-text);box-shadow:none;color:var(--ob-bg)}.ob-step[data-done] .ob-step-num{background:var(--ob-brand);box-shadow:none;color:#0a0a0a}.ob-title{letter-spacing:-.028em;color:var(--ob-text);text-wrap:balance;margin:0;font-size:36px;font-weight:500;line-height:1.1}.ob-subtitle{color:var(--ob-muted);margin:10px 0 0;font-size:16px;line-height:1.5}.ob-meta{color:var(--ob-muted);font-size:13px;line-height:1.45}.ob-meta a{color:var(--ob-text);text-decoration:underline;-webkit-text-decoration-color:var(--ob-edge-strong);text-decoration-color:var(--ob-edge-strong);text-underline-offset:3px}.ob-meta a:hover{text-decoration-color:currentColor}.ob-error{color:var(--ob-danger);margin:0;font-size:13px}@media (max-width:640px){.ob-title{font-size:30px}}.ob-btn{border-radius:var(--ob-radius-control);background:var(--ob-raised);height:40px;color:var(--ob-text);font:inherit;white-space:nowrap;cursor:pointer;border:0;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .13s,color .13s,transform .13s;display:inline-flex}.ob-btn svg{flex:none;width:16px;height:16px}.ob-btn:hover:not(:disabled){background:var(--ob-raised-hover)}.ob-btn:active:not(:disabled){transform:scale(.98)}.ob-btn:focus-visible{outline:2px solid var(--ob-field-focus);outline-offset:2px}.ob-btn:disabled{cursor:not-allowed;background:var(--ob-raised);color:var(--ob-faint)}.ob-btn--primary{background:var(--ob-action);color:var(--ob-action-text)}.ob-btn--primary:hover:not(:disabled){background:var(--ob-action-hover)}.ob-btn--quiet{color:var(--ob-muted);background:0 0}.ob-btn--quiet:hover:not(:disabled){background:var(--ob-raised);color:var(--ob-text)}.ob-btn--lg{border-radius:16px;height:48px;padding:0 22px;font-size:15px}.ob-btn--block{width:100%}.ob-btn .ob-spin{animation:.9s linear infinite ob-spin}.ob-field{flex-direction:column;gap:8px;min-width:0;display:flex}.ob-label{color:var(--ob-muted);font-size:13px;font-weight:500}.ob-input{border:1px solid var(--ob-field-edge);border-radius:var(--ob-radius-control);background:var(--ob-field);width:100%;height:46px;color:var(--ob-text);font:inherit;caret-color:var(--ob-brand);outline:none;padding:0 14px;font-size:15px;transition:border-color .13s,background-color .13s,box-shadow .13s}.ob-input::placeholder{color:var(--ob-faint)}.ob-input:hover:not(:disabled):not(:focus){border-color:var(--ob-field-edge-hover)}.ob-input:focus{border-color:var(--ob-field-focus);box-shadow:0 0 0 4px color-mix(in srgb, var(--ob-field-focus) 14%, transparent)}.ob-input[readonly]{color:var(--ob-muted)}textarea.ob-input{resize:vertical;height:auto;min-height:88px;padding:12px 14px;line-height:1.5}.ob-input-wrap{align-items:center;display:flex;position:relative}.ob-input-wrap>.ob-input{padding-left:42px}.ob-input-wrap>.ob-adorn{width:18px;height:18px;color:var(--ob-faint);pointer-events:none;place-items:center;display:grid;position:absolute;left:14px}.ob-input-wrap>.ob-adorn svg{width:17px;height:17px}.ob-input-wrap>.ob-adorn-end{color:var(--ob-faint);place-items:center;display:grid;position:absolute;right:14px}.ob-pill{background:var(--ob-brand-soft);height:32px;color:var(--ob-brand-ink);border-radius:12px;align-items:center;gap:8px;padding:0 14px 0 10px;font-size:13px;font-weight:500;display:inline-flex}.ob-pill svg{width:15px;height:15px}.ob-logo{background:var(--ob-surface-2);box-shadow:inset 0 0 0 1px var(--ob-edge);color:var(--ob-faint);flex:none;place-items:center;display:grid;position:relative;overflow:hidden}.ob-logo>img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;animation:.36s cubic-bezier(.22,1,.36,1) ob-logo-in}.ob-logo-picker{flex:none;position:relative}.ob-logo-picker>button.ob-logo-hit{cursor:pointer;border-radius:inherit;background:0 0;border:0;padding:0;display:block}.ob-logo-hit:focus-visible{outline:2px solid var(--ob-field-focus);outline-offset:2px}.ob-logo-hit .ob-logo--empty{background:var(--ob-field);box-shadow:inset 0 0 0 1px var(--ob-field-edge);transition:box-shadow .13s,color .13s}.ob-logo-hit:hover .ob-logo--empty{box-shadow:inset 0 0 0 1px var(--ob-field-edge-hover);color:var(--ob-muted)}.ob-logo-hit .ob-logo-veil{color:#fff;opacity:0;background:#00000073;place-items:center;transition:opacity .13s;display:grid;position:absolute;inset:0}.ob-logo-hit:hover .ob-logo-veil,.ob-logo-hit:focus-visible .ob-logo-veil{opacity:1}.ob-input-wrap>.ob-adorn>img{-o-object-fit:cover;object-fit:cover;border-radius:5px;width:18px;height:18px;animation:.36s cubic-bezier(.22,1,.36,1) ob-logo-in}.ob-audience{flex-direction:column;display:flex}.ob-audience-hero{letter-spacing:-.045em;font-variant-numeric:tabular-nums;color:var(--ob-display);font-size:clamp(64px,7.2vw,96px);font-weight:300;line-height:.92}.ob-audience-noun{letter-spacing:-.02em;color:var(--ob-text);align-items:center;gap:12px;margin-top:10px;font-size:26px;font-weight:400;display:flex}.ob-live{background:var(--ob-brand-soft);height:24px;color:var(--ob-brand-ink);border-radius:9px;align-items:center;gap:7px;padding:0 9px 0 8px;font-size:12px;font-weight:500;display:inline-flex}.ob-live-dot{background:currentColor;border-radius:50%;width:6px;height:6px;position:relative}.ob-live-dot:after{content:"";background:currentColor;border-radius:50%;animation:2s cubic-bezier(0,0,.2,1) infinite ob-ping;position:absolute;inset:0}.ob-stat-label{color:var(--ob-muted);margin-top:8px;font-size:14px;line-height:1.35}.ob-surfaces{flex-wrap:wrap;gap:8px;margin-top:30px;display:flex}.ob-surface{background:color-mix(in srgb, var(--ob-surface) 92%, transparent);height:30px;box-shadow:inset 0 0 0 1px var(--ob-edge);color:var(--ob-muted);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:11px;align-items:center;gap:7px;padding:0 11px 0 9px;font-size:13px;display:inline-flex}.ob-surface svg{width:14px;height:14px}.ob-reach{min-height:420px;position:relative}.ob-reach>.ob-audience{z-index:1;position:relative}.ob-globe{aspect-ratio:1;pointer-events:none;width:540px;position:absolute;top:28px;left:60px;-webkit-mask-image:linear-gradient(#000 40%,#0000 92%);mask-image:linear-gradient(#000 40%,#0000 92%)}@media (max-width:1000px){.ob-reach{min-height:470px}.ob-globe{width:420px;top:24px;left:44px}}.ob-globe canvas{opacity:0;transition:opacity 1.4s}.ob-globe[data-ready] canvas{opacity:1}.ob-start{grid-template-columns:minmax(0,460px) minmax(0,1fr);align-content:center;align-items:center;gap:88px;min-height:min(660px,100svh - 200px);padding-bottom:32px;display:grid}.ob-start-form{flex-direction:column;gap:18px;display:flex}.ob-brand-row{align-items:center;gap:10px;display:flex}.ob-brand-row>.ob-input,.ob-brand-row>.ob-field{flex:1;min-width:0}.ob-logo-actions{align-items:center;gap:4px;display:flex}.ob-logo-actions .ob-btn{height:34px;padding:0 12px;font-size:13px}.ob-terms{color:var(--ob-faint);margin:14px 4px 0;font-size:12px}.ob-terms a{color:var(--ob-muted)}@media (max-width:1000px){.ob-start{grid-template-columns:minmax(0,1fr);gap:56px;min-height:0;padding-top:12px}.ob-start>*{max-width:560px}}.ob-build{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:min(560px,100svh - 200px);display:flex}.ob-build-mark{width:52px;height:52px;color:var(--ob-text);margin-bottom:28px}.ob-progress{background:var(--ob-edge-strong);border-radius:2px;width:200px;height:3px;margin-top:22px;position:relative;overflow:hidden}.ob-progress:after{content:"";border-radius:inherit;background:var(--ob-text);width:40%;animation:1.4s cubic-bezier(.65,0,.35,1) infinite ob-progress;position:absolute;inset:0 auto 0 0}@keyframes ob-progress{0%{transform:translate(-100%)}to{transform:translate(250%)}}.ob-ready-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px 32px;padding-top:28px;display:flex}.ob-ready-actions{align-items:center;gap:8px;display:flex}.ob-summary{color:var(--ob-muted);flex-wrap:wrap;align-items:center;gap:10px 14px;margin-top:16px;font-size:15px;display:flex}.ob-summary strong{color:var(--ob-text);font-weight:500}.ob-summary-sep{background:var(--ob-edge-strong);width:1px;height:14px}.ob-projection{flex-wrap:wrap;align-items:flex-end;gap:16px 56px;margin-top:32px;display:flex}.ob-projection-value{letter-spacing:-.035em;font-variant-numeric:tabular-nums;color:var(--ob-display);font-size:36px;font-weight:300;line-height:1}.ob-projection--billing{justify-content:space-between;gap:18px 20px;margin-top:12px}.ob-projection--billing .ob-projection-value{font-size:30px}.ob-editor{border:0;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:20px 28px;min-width:0;margin:36px 0 0;padding:0;animation:.32s cubic-bezier(.22,1,.36,1) ob-rise;display:grid}.ob-editor-col{flex-direction:column;gap:16px;min-width:0;display:flex}.ob-count{font-variant-numeric:tabular-nums;color:var(--ob-faint);font-size:12px}.ob-budget{position:relative}.ob-budget>.ob-input{font-variant-numeric:tabular-nums;padding-left:30px;padding-right:64px}.ob-budget:before{content:"$";color:var(--ob-muted);font-size:15px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.ob-budget:after{content:"per day";color:var(--ob-faint);pointer-events:none;font-size:13px;position:absolute;top:50%;right:14px;transform:translateY(-50%)}@media (max-width:860px){.ob-editor{grid-template-columns:minmax(0,1fr)}}.ob-previews{flex-direction:column;gap:28px;margin-top:40px;display:flex}.ob-previews-row{align-items:flex-start;gap:20px;display:flex}.ob-preview{flex-direction:column;gap:12px;min-width:0;animation:.6s cubic-bezier(.22,1,.36,1) both ob-rise;display:flex}.ob-previews-row+.ob-previews-row .ob-preview{animation-delay:80ms}.ob-preview-label{color:var(--ob-muted);align-items:center;gap:8px;font-size:13px;font-weight:500;display:inline-flex}.ob-preview-label svg{width:15px;height:15px}@media (max-width:860px){.ob-previews-row{flex-direction:column;gap:28px}.ob-previews-row>.ob-preview{width:100%;flex:none!important}}@media (max-width:640px){.ob-ready-actions{width:100%}.ob-ready-actions>:last-child{flex:1}}.ob-billing{flex-direction:column;gap:24px;max-width:460px;margin-top:24px;display:flex}.ob-billing>.ob-pill{align-self:flex-start}.ob-fine{text-align:center;color:var(--ob-faint);margin:0;font-size:12px}.ob-pay{flex-direction:column;gap:22px;display:flex}.ob-pay-row{align-items:flex-start;gap:14px;display:flex}.ob-icon-tile{background:var(--ob-surface-2);width:40px;height:40px;box-shadow:inset 0 0 0 1px var(--ob-edge);color:var(--ob-text);border-radius:13px;flex:none;place-items:center;display:grid}.ob-icon-tile svg{width:18px;height:18px}.ob-icon-tile--brand{background:var(--ob-brand-soft);box-shadow:none;color:var(--ob-brand-ink)}.ob-pay-title{color:var(--ob-text);margin:0;font-size:15px;font-weight:500}.ob-pay-note{color:var(--ob-muted);margin:3px 0 0;font-size:13px}.ob-divider{background:var(--ob-edge);height:1px}.ob-billing-preview{flex-direction:column;gap:16px;display:flex}.ob-done{flex-direction:column;align-items:flex-start;gap:18px;display:flex}.ob-done .ob-icon-tile{border-radius:16px;width:48px;height:48px}.ob-done .ob-icon-tile svg{width:22px;height:22px}.ob-facts{gap:18px;margin:0;display:grid}.ob-facts dt{color:var(--ob-muted);font-size:13px}.ob-facts dd{color:var(--ob-text);overflow-wrap:anywhere;margin:4px 0 0;font-size:15px}.ob-rise{animation:.5s cubic-bezier(.22,1,.36,1) both ob-rise}.ob-rise-2{animation-delay:60ms}.ob-rise-3{animation-delay:.12s}@keyframes ob-rise{0%{opacity:0;transform:translateY(10px)}}@keyframes ob-logo-in{0%{opacity:0;transform:scale(.9)}}@keyframes ob-spin{to{transform:rotate(360deg)}}@keyframes ob-ping{75%,to{opacity:0;transform:scale(2.6)}}@media (prefers-reduced-motion:reduce){.ob-page *,.ob-page :before,.ob-page :after{animation-duration:.01ms!important;animation-iteration-count:1!important}}
