.input-container{display:flex;flex-direction:column;background-color:#1e1e1c;border-radius:10px;padding:8px 8px 0;width:100%;box-sizing:border-box;min-height:72px;height:auto;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.input-container .input-wrapper{min-height:31px;height:auto}.selections-container{display:flex;flex-wrap:wrap;gap:6px;padding-bottom:8px;max-height:52px;overflow:hidden}.input-wrapper{position:relative;display:flex;flex:1 1;align-items:flex-end;padding-right:32px;padding-left:4px}.input-wrapper:after{content:"";position:absolute;left:0;right:0;bottom:0;height:16px;pointer-events:none;background:linear-gradient(180deg,rgba(30,30,28,0) 0,rgba(30,30,28,0) 6px,rgba(30,30,28,.1) 6.6px,rgba(30,30,28,.24) 7.44px,rgba(30,30,28,.44) 8.4px,rgba(30,30,28,.64) 9.36px,rgba(30,30,28,.82) 10.32px,rgba(30,30,28,.94) 11.16px,rgba(30,30,28,1) 12px,rgba(30,30,28,1) 16px)}.input-field{flex:1 1;background-color:var(--color-transparent);border:none;color:var(--color-white-85);resize:none;margin-top:-8px;padding:8px 8px 8.5px 0;width:100%;outline:none;font-family:Inter,sans-serif;font-weight:400;font-size:14px;box-sizing:border-box;line-height:22px;min-height:36px;height:36px;max-height:197px;overflow-y:auto;position:relative;word-break:break-word;overflow-wrap:break-word;&::-webkit-scrollbar{display:none}-ms-overflow-style:none;scrollbar-width:none}.input-field::placeholder{color:var(--color-white-40);font-size:14px;line-height:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.input-field[data-empty=true]:before{content:attr(data-placeholder);top:8px;right:8px;white-space:pre-wrap}.input-field-placeholder,.input-field[data-empty=true]:before{position:absolute;left:0;color:var(--color-white-40);font-size:14px;line-height:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;overflow:hidden;text-overflow:ellipsis}.input-field-placeholder{top:0;white-space:nowrap}.input-container__plus-icon{box-sizing:border-box;width:24px;height:24px;border:none;color:var(--color-white-50);background:transparent;border-radius:6px;display:inline-flex;justify-content:center;align-items:center;cursor:pointer}.input-container__plus-icon svg{opacity:.5}.input-container__plus-icon:hover svg{opacity:.85}.input-container__plus-icon:hover{background-color:var(--color-white-07)}.input-container__plus-icon--labeled{height:24px;padding:0 8px 0 5.5px;gap:5.5px;width:auto;white-space:nowrap}.input-container__style-chip{box-sizing:border-box;display:inline-flex;align-items:center;gap:6px;height:24px;width:111px;padding:0 10px 0 6px;border:.5px solid color(display-p3 1 1 1/.1);border-radius:6px;background:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;transition:border-color .2s ease,background-color .2s ease;flex-shrink:0}.input-container__style-chip:focus-visible,.input-container__style-chip:hover{border-color:color(display-p3 1 1 1/.2);background:rgba(255,255,255,.04);background:color(display-p3 1 1 1/.04)}.input-container__style-chip-thumbnail{box-sizing:border-box;width:12px;height:12px;border-radius:3px;border:.5px solid color(display-p3 1 1 1/.1);background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(0,0,0,0));display:inline-flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:8px;font-weight:600;letter-spacing:.02em;color:color(display-p3 1 1 1/.7);pointer-events:none}.input-container__style-chip-thumbnail img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.input-container__style-chip-label{max-width:80px;overflow:hidden;text-overflow:ellipsis;font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:11px;line-height:22px;letter-spacing:.01em;color:#ffffff;color:color(display-p3 1 1 1);opacity:.45}.input-container__style-button{box-sizing:border-box;width:24px;height:24px;border:none;color:var(--color-white-50);background:transparent;border-radius:6px;display:inline-flex;justify-content:center;align-items:center;cursor:pointer}.input-container__style-button svg{opacity:.5}.input-container__style-button:hover svg{opacity:.85}.input-container__style-button:hover{background-color:var(--color-white-07)}.input-container__style-button--labeled{height:24px;padding:0 8px 0 5.5px;gap:5.5px;width:auto;white-space:nowrap}.input-container__style-button--labeled .input-container__style-label{font-family:Inter;font-style:normal;font-weight:500;font-size:11px;line-height:22px;letter-spacing:.01em;color:#ffffff;color:color(display-p3 1 1 1);opacity:.45;position:relative;bottom:.5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.input-container__style-button--labeled:hover .input-container__style-label{color:var(--color-white-85)}.input-container__style-chip:hover{background-color:var(--color-black-45);color:var(--color-white-85)}.input-field__highlight-chip,.input-field__selection-chip,.input-field__style-chip{box-sizing:border-box;display:inline-flex;align-items:center;gap:4px;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;font-family:Inter,sans-serif;vertical-align:middle;padding:5px;background-color:rgba(255,255,255,.1);justify-content:center;flex-direction:row;height:20px;transform:translateY(-.5px)}.input-field__chip--selected,.input-field__highlight-chip:hover,.input-field__selection-chip:hover,.input-field__style-chip:hover{background-color:rgba(255,255,255,.2)}.input-field .input-field__highlight-chip,.input-field .input-field__selection-chip,.input-field .input-field__style-chip{height:20px;padding:0 5px;vertical-align:middle}.message-content .input-field__chip--first{margin-left:-4px}.input-field .input-field__highlight-chip-label,.input-field .input-field__selection-chip-label,.input-field .input-field__style-chip-label{line-height:20px}.input-field__highlight-chip-icon,.input-field__selection-chip-icon,.input-field__style-chip-icon{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.input-field__selection-chip-icon{cursor:pointer;width:12px;height:12px}.input-field__selection-chip-icon img{width:100%;height:100%;border-radius:2px;object-fit:cover;box-shadow:inset 0 0 0 .5px rgba(255,255,255,.1)}.input-field__highlight-chip-label,.input-field__selection-chip-label,.input-field__style-chip-label{box-sizing:border-box;font-family:Inter,sans-serif;font-style:normal;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.input-field__selection-chip-label{font-weight:400;font-size:11.5px;letter-spacing:.12px}.input-field__highlight-chip-icon,.input-field__highlight-chip-icon svg,.input-field__style-chip-icon{width:12px;height:12px}.input-field__highlight-chip-label{font-weight:400;font-size:11.5px;letter-spacing:.12px}.input-field__style-chip-icon img{width:100%;height:100%;border-radius:inherit;object-fit:cover;border-radius:2px;box-shadow:inset 0 0 0 .5px rgba(255,255,255,.1)}.input-field__style-chip-label{font-weight:400;font-size:11.5px;letter-spacing:.12px}