.creationBar{position:absolute;padding:1.5rem;max-width:fit-content;max-width:-moz-fit-content;max-width:-webkit-fit-content;border-radius:2.4rem;box-shadow:var(--shadow-border);z-index:10}.creationBar.new{top:50%;left:50%;transform:translate(-50%,-50%)}.creationBar.continue{bottom:30px;left:50%;transform:translateX(-50%)}.input-wrapper{max-width:inherit;margin:0 auto;gap:2rem;padding-right:4rem}.sel-placeholder{width:100%;height:100%;gap:4px;color:var(--text-muted);font-size:1.1rem;background:#fff}.input-preset{flex:1 1;display:flex;gap:12px;flex-direction:row}.preset-item{height:120px;cursor:pointer;justify-content:space-between}.preset-item>span{color:var(--text-muted);padding-left:6px}.sel-preset{height:100px;box-sizing:border-box;aspect-ratio:var(--img-card);border-radius:10px;border:var(--border-light);background:#fff;overflow:hidden;transition:border-color .15s,box-shadow .15s}.control-bar__generate{height:60px;width:60px;border-radius:50%;position:absolute;right:-30px}.control-bar__spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%}.upload-icon{width:36px;height:36px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05);margin-bottom:8px}.upload-icon svg,.upload-text{color:var(--text-muted)}.upload-text{font-size:1rem;font-weight:400}.upload-image{width:100%;height:100%;object-fit:cover}.upload-overlay span{color:#fff;font-weight:500}.sel-item{width:100%;height:100%;display:flex;gap:2px}.input-ref{height:120px;min-width:90px;border-radius:8px;overflow:hidden;border:var(--border-light);flex-shrink:0;cursor:pointer;transition:border-color .15s,box-shadow .15s}.input-opts{height:12rem;justify-content:space-between}.input-opts h4{font-size:1.8rem;font-weight:500;white-space:nowrap;padding-left:8px}.input-opts h4,.keepScene{color:var(--text-secondary)}.keepScene{display:flex;align-items:center;justify-content:space-between;padding:8px;gap:8px;border-radius:8px;border:var(--border-light);background:#fff;font-size:1.3rem;cursor:pointer;transition:all .2s}.keepScene:hover{background:var(--bg-active);border-color:var(--border-active)}.keepScene-active{border-color:var(--primary);background:var(--bg-active);color:var(--primary)}.checkbox-s{width:2rem;height:2rem;border-radius:5px;transition:all .2s;border:2px solid;border-color:inherit}.keepScene-active .checkbox-s{border-color:var(--primary);background:var(--primary);color:#fff}.preset-box__color-swatch{width:100%;height:100%;border-radius:4px}.input-ref:hover,.preset-item:hover .sel-preset{border-color:var(--primary-light);box-shadow:0 0 0 3px rgba(37,99,235,.08)}.input-ref.selected,.preset-item.selected .sel-preset{border-color:var(--primary)}.sel-item img,.sel-preset img{flex:1 1;height:100%;object-fit:cover}