#bf-site-concept .bf-idea-next-short{display:none}#bf-site-concept .bf-idea-modes{border:1px solid var(--bf-line);background:color-mix(in srgb, var(--bf-soft) 58%, var(--bf-paper));border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-bottom:14px;padding:4px;display:grid}#bf-site-concept .bf-idea-modes[hidden]{display:none}#bf-site-concept .bf-idea-mode{min-width:0;min-height:44px;color:var(--bf-secondary);white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:9px 12px;font:500 14px/1.3 DM Sans Variable,Arial,sans-serif;transition:background-color .16s,color .16s,box-shadow .16s;display:inline-flex}#bf-site-concept .bf-idea-mode svg{flex:0 0 16px}#bf-site-concept .bf-idea-mode[aria-pressed=true]{color:var(--bf-accent);background:var(--bf-paper);border-color:color-mix(in srgb, var(--bf-accent) 20%, transparent);box-shadow:0 2px 8px color-mix(in srgb, var(--bf-accent) 9%, transparent)}#bf-site-concept .bf-idea-mode:hover:not(:disabled){color:var(--bf-accent)}#bf-site-concept .bf-idea-mode:focus-visible{outline:2px solid var(--bf-accent);outline-offset:2px}#bf-site-concept .bf-idea-mode:disabled{cursor:default}#bf-site-concept .bf-idea-label{min-height:20px;line-height:1.5}#bf-site-concept .bf-idea-input{box-sizing:border-box;resize:vertical;height:90px;min-height:90px;line-height:1.5}#bf-site-concept .bf-idea-input::placeholder{opacity:1;transition:opacity .18s}#bf-site-concept .bf-idea-input.bf-idea-placeholder-fading::placeholder{opacity:0}#bf-site-concept .bf-idea-form-bottom{flex-wrap:wrap;gap:8px}#bf-site-concept .bf-idea-suggestion-controls{align-items:center;gap:0;margin-right:auto;display:flex}#bf-site-concept .bf-idea-suggestion-controls button{color:var(--bf-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:32px;padding:7px 8px;font-size:12px;line-height:1.25}#bf-site-concept #bf-idea-rotation{width:28px;padding-inline:4px}#bf-site-concept .bf-idea-suggestion-controls button:hover:not(:disabled){color:var(--bf-ink);background:var(--bf-soft)}#bf-site-concept .bf-idea-suggestion-controls button:focus-visible{outline:2px solid var(--bf-accent);outline-offset:2px}#bf-site-concept .bf-idea-suggestion-controls button:disabled{opacity:.55;cursor:default}#bf-site-concept .bf-hero-journey{text-align:center;max-width:720px;margin:26px auto 0;display:grid}#bf-site-concept .bf-hero-journey-panel{visibility:hidden;opacity:0;pointer-events:none;grid-area:1/1;min-width:0}#bf-site-concept .bf-hero-journey-panel[data-active=true]{visibility:visible;opacity:1;pointer-events:auto}#bf-site-concept .bf-hero-journey-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:0;padding:0;list-style:none;display:grid}#bf-site-concept [data-journey-mode=agents] .bf-hero-journey-steps{grid-template-columns:repeat(4,minmax(0,1fr))}#bf-site-concept .bf-hero-journey-steps li{text-wrap:balance;flex-direction:column;align-items:center;gap:9px;min-width:0;font-size:12px;font-weight:500;line-height:1.45;display:flex;position:relative}#bf-site-concept .bf-hero-journey-steps li>span:last-child{max-width:180px}#bf-site-concept .bf-hero-journey-steps li:not(:last-child):after{content:"";inset-inline:calc(50% + 25px) calc(5px - 50%);transform-origin:0;background:linear-gradient(90deg,#ba8bdd,#c69373);height:1px;position:absolute;top:17px}#bf-site-concept .bf-hero-journey-icon{width:34px;height:34px;color:var(--bf-accent);background:color-mix(in srgb, var(--bf-paper) 78%, transparent);border:1px solid color-mix(in srgb, var(--bf-accent) 17%, transparent);border-radius:50%;place-items:center;display:grid}#bf-site-concept .bf-hero-journey-steps li:nth-child(2) .bf-hero-journey-icon{background:#ffdec2;border-color:#edbc98}#bf-site-concept .bf-hero-journey-steps li:last-child .bf-hero-journey-icon{background:var(--bf-soft)}#bf-site-concept .bf-hero-journey-panel>p{max-width:630px;color:var(--bf-secondary);text-wrap:pretty;margin:17px auto 0;font-size:12px;line-height:1.65}@media (prefers-reduced-motion:no-preference){#bf-site-concept .bf-hero-journey-panel[data-active=true] .bf-hero-journey-steps li{animation:.36s both bf-hero-journey-enter}#bf-site-concept .bf-hero-journey-panel[data-active=true] .bf-hero-journey-steps li:nth-child(2){animation-delay:65ms}#bf-site-concept .bf-hero-journey-panel[data-active=true] .bf-hero-journey-steps li:nth-child(3){animation-delay:.13s}#bf-site-concept .bf-hero-journey-panel[data-active=true] .bf-hero-journey-steps li:nth-child(4){animation-delay:.195s}#bf-site-concept .bf-hero-journey-panel[data-active=true]>p{animation:.36s .13s both bf-hero-journey-enter}}@keyframes bf-hero-journey-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:700px){#bf-site-concept .bf-hero{padding-top:28px}#bf-site-concept .bf-idea-mode{gap:6px;padding-inline:6px;font-size:13px}#bf-site-concept .bf-idea-input{height:132px;min-height:132px}#bf-site-concept .bf-idea-form-bottom .bf-idea-submit{margin-left:auto}#bf-site-concept .bf-hero-journey{max-width:430px;margin-top:24px}#bf-site-concept .bf-hero-journey-steps,#bf-site-concept [data-journey-mode=agents] .bf-hero-journey-steps{grid-template-columns:minmax(0,1fr);gap:16px}#bf-site-concept .bf-hero-journey-steps li{text-align:start;text-wrap:pretty;flex-direction:row;align-items:flex-start;gap:12px;min-height:34px;font-size:13px}#bf-site-concept .bf-hero-journey-icon{flex:0 0 34px}#bf-site-concept .bf-hero-journey-steps li>span:last-child{max-width:none;padding-top:7px}#bf-site-concept .bf-hero-journey-steps li:not(:last-child):after{inset-inline:17px auto;background:linear-gradient(#ba8bdd,#c69373);width:1px;height:auto;top:38px;bottom:-12px}#bf-site-concept .bf-hero-journey-panel>p{margin-top:18px}}@media (max-width:360px){#bf-site-concept .bf-idea-mode{font-size:12px}#bf-site-concept .bf-idea-mode svg{display:none}#bf-site-concept .bf-idea-input{height:132px;min-height:132px}#bf-site-concept .bf-idea-suggestion-controls button{padding-inline:4px;font-size:11px}#bf-site-concept #bf-idea-rotation{width:24px}#bf-site-concept .bf-idea-submit{gap:6px;padding-inline:10px;font-size:12px}}@media (prefers-reduced-motion:reduce){#bf-site-concept .bf-idea-input::placeholder{transition:none}}@media (max-width:700px){#bf-site-concept{--bf-header-min-height:57px}#bf-site-concept .bf-header{padding-block:6px}#bf-site-concept .bf-hero{padding-block:10px}#bf-site-concept .bf-hero h1{letter-spacing:-.8px;font-size:clamp(23px,7.15vw,30px);line-height:1.08}#bf-site-concept .bf-hero h1 br{display:none}#bf-site-concept .bf-founder-line{margin-top:8px;font-size:16px;line-height:1.25}#bf-site-concept .bf-idea-form{border-radius:18px;margin-top:12px;padding:12px}#bf-site-concept .bf-idea-modes{margin-bottom:6px;padding:2px}#bf-site-concept .bf-idea-mode{padding-block:7px}#bf-site-concept .bf-idea-label{margin-bottom:4px}#bf-site-concept .bf-idea-input{height:76px;min-height:76px;padding-block:4px;line-height:1.375}#bf-site-concept .bf-idea-form-bottom{margin-top:6px}#bf-site-concept .bf-idea-submit{min-height:44px;padding-block:9px}#bf-site-concept .bf-idea-suggestion-controls button{min-width:44px;min-height:44px;padding-inline:4px}#bf-site-concept #bf-idea-rotation{width:44px}#bf-site-concept .bf-idea-next-full{display:none}#bf-site-concept .bf-idea-next-short{display:inline}#bf-site-concept .bf-hero-journey{margin-top:12px}#bf-site-concept .bf-hero-journey-steps,#bf-site-concept [data-journey-mode=agents] .bf-hero-journey-steps{gap:6px}#bf-site-concept .bf-hero-journey-steps li{gap:10px;min-height:24px;font-size:12px;line-height:1.4}#bf-site-concept .bf-hero-journey-icon{flex-basis:24px;width:24px;height:24px}#bf-site-concept .bf-hero-journey-icon svg{width:14px;height:14px}#bf-site-concept .bf-hero-journey-steps li>span:last-child{padding-top:3px}#bf-site-concept .bf-hero-journey-steps li:not(:last-child):after{inset-inline-start:12px;top:26px;bottom:-4px}#bf-site-concept .bf-hero-journey-panel>p{margin-top:8px;font-size:12px;line-height:1.4}#bf-site-concept .bf-hero-explore{margin-top:4px}}@media (max-width:360px){#bf-site-concept .bf-idea-input{height:98px;min-height:98px}}@media (max-width:700px) and (max-height:640px){#bf-site-concept{--bf-header-min-height:53px}#bf-site-concept .bf-header{padding-block:4px}#bf-site-concept .bf-hero{padding-block:6px}#bf-site-concept .bf-founder-line{margin-top:6px;font-size:14px;line-height:1.3}#bf-site-concept .bf-idea-form{margin-top:8px;padding:10px}#bf-site-concept .bf-hero-journey{margin-top:8px}#bf-site-concept .bf-hero-journey-steps,#bf-site-concept [data-journey-mode=agents] .bf-hero-journey-steps{gap:4px}#bf-site-concept .bf-hero-journey-steps li{min-height:20px}#bf-site-concept .bf-hero-journey-icon{flex-basis:20px;width:20px;height:20px}#bf-site-concept .bf-hero-journey-icon svg{width:12px;height:12px}#bf-site-concept .bf-hero-journey-steps li>span:last-child{padding-top:1px}#bf-site-concept .bf-hero-journey-steps li:not(:last-child):after{inset-inline-start:10px;top:21px;bottom:-3px}#bf-site-concept .bf-hero-journey-panel>p{font-size:11px;line-height:1.4}}@media (min-width:901px) and (max-height:850px){#bf-site-concept .bf-hero{padding-block:18px}#bf-site-concept .bf-hero-copy{max-width:1000px}#bf-site-concept .bf-hero h1{letter-spacing:-1.5px;max-width:100%;font-size:clamp(40px,4vw,56px);line-height:1.08}#bf-site-concept .bf-hero h1 br{display:none}#bf-site-concept .bf-founder-line{margin-top:12px;font-size:19px}#bf-site-concept .bf-idea-form{margin-top:18px;padding:14px 18px}#bf-site-concept .bf-idea-input{height:72px;min-height:72px}#bf-site-concept .bf-hero-journey{margin-top:18px}#bf-site-concept .bf-hero-journey-steps li{gap:7px}#bf-site-concept .bf-hero-journey-panel>p{margin-top:12px}#bf-site-concept .bf-hero-explore{margin-top:10px}}#bf-site-concept .bf-idea-mode{white-space:normal;text-wrap:balance}@media (max-width:700px){#bf-site-concept .bf-idea-form-bottom{flex-wrap:nowrap;align-items:center;display:flex}#bf-site-concept .bf-idea-form-bottom .bf-idea-submit{flex:1;min-width:0;padding-inline:12px;line-height:1.3}#bf-site-concept .bf-idea-suggestion-controls{flex:none;margin-inline-end:0}}@media (max-width:700px) and (max-height:640px){html[data-locale=de] #bf-site-concept .bf-hero h1,html[data-locale=fr] #bf-site-concept .bf-hero h1,html[data-locale=ru] #bf-site-concept .bf-hero h1{font-size:25px}html[data-locale=de] #bf-site-concept .bf-idea-input,html[data-locale=fr] #bf-site-concept .bf-idea-input,html[data-locale=ru] #bf-site-concept .bf-idea-input{height:66px;min-height:66px}html[data-locale=id] #bf-site-concept .bf-hero h1{font-size:26px}html[data-locale=id] #bf-site-concept .bf-idea-input{height:72px;min-height:72px}}@media (min-width:901px) and (max-height:680px){#bf-site-concept .bf-hero{padding-block:8px}#bf-site-concept .bf-hero h1{font-size:clamp(40px,3.5vw,48px)}#bf-site-concept .bf-founder-line{margin-top:8px;font-size:18px}#bf-site-concept .bf-idea-form{margin-top:14px;padding-block:12px}#bf-site-concept .bf-idea-input{height:64px;min-height:64px}#bf-site-concept .bf-hero-journey{margin-top:14px}}@media (max-width:700px) and (max-height:640px){html:is([data-locale=de],[data-locale=fr],[data-locale=ru]) #bf-site-concept .bf-idea-input{height:76px;min-height:76px}html:is([data-locale=de],[data-locale=fr],[data-locale=ru]) #bf-site-concept .bf-hero h1{font-size:24px}html:is([data-locale=de],[data-locale=fr],[data-locale=ru]) #bf-site-concept .bf-founder-line{margin-top:4px}html:is([data-locale=de],[data-locale=fr],[data-locale=ru]) #bf-site-concept .bf-idea-form,html:is([data-locale=de],[data-locale=fr],[data-locale=ru]) #bf-site-concept .bf-hero-journey{margin-top:6px}html:is([data-locale=de],[data-locale=fr],[data-locale=ru]) #bf-site-concept .bf-hero-explore{margin-top:2px}}@media (min-width:901px) and (max-height:680px){#bf-site-concept .bf-idea-form{max-width:720px}}@media (max-width:700px) and (max-height:640px){html[data-locale=id] #bf-site-concept .bf-idea-input{height:76px;min-height:76px}html[data-locale=id] #bf-site-concept .bf-idea-form{margin-top:6px}html[data-locale=id] #bf-site-concept .bf-hero-explore{margin-top:2px}}@media (max-width:700px){html[data-locale=id] #bf-site-concept .bf-idea-input::placeholder{font-size:14px}}#bf-site-concept .bf-product-loop{padding-block:var(--bf-section-space,80px)}#bf-site-concept .bf-pl-demo{border:1px solid var(--bf-line);background:linear-gradient(125deg,#fff1e5,#faf4ff);border-radius:26px;margin-block-start:32px;padding:28px}#bf-site-concept .bf-pl-label{color:var(--bf-secondary);margin-block-end:20px;font-size:11px}#bf-site-concept .bf-pl-controls{flex-wrap:wrap;gap:8px;margin-block-end:26px;display:flex}#bf-site-concept .bf-pl-controls[hidden],#bf-site-concept .bf-pl-playback[hidden]{display:none}#bf-site-concept .bf-pl-controls button{background:var(--bf-paper);border:1px solid var(--bf-line);color:var(--bf-ink);font:inherit;cursor:pointer;border-radius:30px;padding:12px 15px;font-size:12px}#bf-site-concept .bf-pl-controls button[aria-pressed=true]{background:var(--bf-accent);color:#fff;border-color:var(--bf-accent)}#bf-site-concept .bf-pl-workspace{grid-template-columns:1fr 1.15fr;align-items:center;gap:36px;display:grid}#bf-site-concept .bf-pl-visual{border:1px solid var(--bf-line);background:#fff9f3;border-radius:20px;padding:28px}#bf-site-concept .bf-pl-visual-label{color:var(--bf-secondary);font-size:11px}#bf-site-concept .bf-pl-funnel{justify-items:center;gap:9px;margin-block:24px;display:grid}#bf-site-concept .bf-pl-funnel div{text-align:center;width:100%;color:var(--bf-ink);background:#efdbff;border-radius:8px;padding:12px 6px;font-size:11px;transition:background .4s,box-shadow .4s}#bf-site-concept .bf-pl-funnel div:nth-child(2){width:88%}#bf-site-concept .bf-pl-funnel div:nth-child(3){width:76%}#bf-site-concept .bf-pl-funnel div:nth-child(4){background:#ffd3ac;width:64%}#bf-site-concept .bf-product-loop[data-step="1"] .bf-pl-funnel div:last-child{background:var(--bf-accent);color:#fff;box-shadow:0 0 0 5px #eedcff}#bf-site-concept .bf-product-loop[data-step="2"] .bf-pl-funnel div:first-child{background:#ffc18e}#bf-site-concept .bf-product-loop[data-step="3"] .bf-pl-funnel div{background:#e2d0ff}#bf-site-concept .bf-pl-artifact{border:1px solid var(--bf-line);border-radius:12px;min-height:94px;padding:18px}#bf-site-concept .bf-pl-artifact span{color:var(--bf-accent);margin-block-end:8px;font-size:10px;display:block}#bf-site-concept .bf-pl-artifact strong{font-size:14px;font-weight:500;line-height:1.5;display:block}#bf-site-concept .bf-pl-steps{margin:0;padding:0;list-style:none}#bf-site-concept .bf-pl-steps li{padding-block:16px}#bf-site-concept .bf-pl-owner{color:var(--bf-accent);font-size:12px}#bf-site-concept .bf-pl-steps h3{font:500 29px/1.2 var(--bf-heading);margin-block:13px}#bf-site-concept .bf-pl-steps p{color:var(--bf-secondary);font-size:14px;line-height:1.8}#bf-site-concept .bf-pl-action{margin-block-start:20px}#bf-site-concept .bf-pl-enhanced .bf-pl-steps{display:grid}#bf-site-concept .bf-pl-enhanced .bf-pl-steps li{grid-area:1/1}#bf-site-concept .bf-pl-enhanced .bf-pl-steps li[hidden]{visibility:hidden;pointer-events:none;display:block}#bf-site-concept .bf-pl-accessible-action{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}#bf-site-concept .bf-pl-stream{border-inline-start:2px solid var(--bf-accent);min-height:100px;color:var(--bf-accent);margin-block-start:22px;padding-inline-start:15px;font-size:13px;line-height:1.8;display:block}#bf-site-concept .bf-pl-playback{justify-content:space-between;align-items:center;gap:16px;margin-block-start:24px;display:flex}#bf-site-concept .bf-pl-status{color:var(--bf-secondary);font-size:11px}#bf-site-concept .bf-pl-playback button{color:var(--bf-accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:10px;font-size:12px}#bf-site-concept .bf-pl-playback button:disabled{opacity:.45;cursor:default}#bf-site-concept .bf-pl-note{color:var(--bf-secondary);margin-block-start:20px;font-size:12px}@media (max-width:700px){#bf-site-concept .bf-pl-demo{padding:18px}#bf-site-concept .bf-pl-workspace{grid-template-columns:1fr;gap:18px}#bf-site-concept .bf-pl-visual{padding:20px}#bf-site-concept .bf-pl-funnel{margin-block:18px}#bf-site-concept .bf-pl-playback{flex-direction:column;align-items:flex-start}#bf-site-concept .bf-pl-stream{min-height:105px}}@media (prefers-reduced-motion:reduce){#bf-site-concept .bf-pl-funnel div{transition:none}}
