.create-organization{width:800px;max-width:100%;max-height:calc(100svh - 4rem);overflow-y:auto;background-color:#212024;border-radius:.5rem}@media(max-width:800px){.create-organization{width:100vw;height:100svh;max-height:100svh}}.create-organization-top{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem}@media(max-width:800px){.create-organization-top{padding:1rem}}.create-organization-top h2{color:#f2f6fd;font-weight:600;font-size:1rem}.create-organization-close{color:#8977ff;cursor:pointer}.create-organization-close:hover{color:#644ff5}.create-organization-inner{width:100%;display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:2rem;min-height:400px}@media(max-width:800px){.create-organization-inner{padding:1rem}}.create-organization-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:300px}.create-organization-loading p{color:#e0dce7;font-size:1rem}.create-organization-title{color:#fff}.stepper{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}@media(max-width:800px){.stepper{width:100%}}.stepper-step{display:flex;align-items:center;gap:10px;min-width:0}@media(max-width:800px){.stepper-step{gap:1rem}}.stepper-step-number{width:2rem;height:2rem;border-radius:50%;border:2px solid #8977ff;background-color:#212024;color:#8977ff;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;z-index:2;font-size:.875rem;font-weight:700;font-family:Space Grotesk,sans-serif;line-height:18}.stepper-step-number.active,.stepper-step-number.completed{background-color:#8977ff;color:#312f35}.stepper-step-label{font-size:.875rem;color:#7e7988;font-weight:700;white-space:nowrap}.stepper-step-label.active,.stepper-step-label.completed{color:#bcb8c3}@media(max-width:800px){.stepper-step-label{display:none}.stepper-step-label.active{display:block}}.stepper-step-divider{width:60px;height:1px;background-color:#7e7988;margin-right:1rem}@media(max-width:800px){.stepper-step-divider{width:fill-content}}:root{line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Outfit,sans-serif;overscroll-behavior:none;background:linear-gradient(180deg,#0d0d0d,#09090a);color:#d1d5db}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif}body{width:100vw;height:100svh}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0d0d0f}::-webkit-scrollbar-thumb{background:#312f35;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#58555f}*{scrollbar-width:thin;scrollbar-color:#58555f #0d0d0f}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.hidden{visibility:hidden}.bebop-icon{object-fit:contain}.bebop-dot,.bebop-icon{width:1.5rem;height:1.5rem}.bebop-dot{background-color:#644ff5;border-radius:50%;flex-shrink:0}@media(max-width:768px){.bebop-dot{width:1rem;height:1rem;background-color:#312e81}}.pulse,.streaming-indicator{animation:pulse 1s infinite}.streaming-indicator{display:inline-flex;width:12px;height:12px;background-color:#fff;border-radius:50%}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.5}to{transform:scale(1);opacity:1}}.organization-form{width:100%}.organization-form-title{color:#fff;margin-bottom:1.5rem;text-align:center}.organization-form-cta-container{display:flex;justify-content:flex-end;margin-top:2.5rem}