.section{padding:124px 0}.section:first-child{padding-top:64px}.section-content{flex-direction:column;gap:32px;display:flex}.section-header{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.section-label{text-transform:uppercase;color:var(--gray-text);font-size:16px;font-weight:700}.section-label.dark{color:var(--gray-steel-600)}.section-heading{font-family:var(--font-heading);max-width:1024px;color:var(--dark);font-size:32px;font-weight:700;line-height:1.28}.section-heading.dark{color:var(--white)}.section-description{color:var(--gray-steel-800)}@media (min-width:769px) and (max-width:1100px){.section{padding:48px 0}.section:first-child{padding-top:32px}.section-header{margin-bottom:24px}}@media (max-width:768px){.section{padding:48px 0}.section:first-child{padding-top:32px}.section-header{margin-bottom:24px}}
.input-wrapper{flex-direction:column;gap:4px;width:100%;display:flex}.input-field{background:var(--white);border-bottom:2px solid var(--gray-steel-600);box-sizing:border-box;align-items:center;gap:16px;height:64px;padding:8px 24px;display:flex}.input-content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.input-label{font-family:var(--font-main);color:var(--gray-steel-800);text-overflow:ellipsis;white-space:nowrap;cursor:text;font-size:12px;font-weight:400;line-height:16px;display:block;overflow:hidden}.input-element{width:100%;font-family:var(--font-main);color:var(--dark);box-sizing:border-box;background:0 0;border:none;outline:none;margin:0;padding:0;font-size:16px;font-weight:400;line-height:22px;display:block}.input-element::placeholder{color:var(--gray-steel-600)}.input-error-icon{width:24px;height:24px;color:var(--red-500);flex-shrink:0}.input-helper,.input-validation{font-family:var(--font-main);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:400;line-height:16px;overflow:hidden}.input-helper{color:var(--gray-steel-800)}.input-validation{color:var(--red-500)}.input-field-active{border-bottom-color:var(--brand-500)}.input-field-error{border-bottom-color:var(--red-500)}.input-field-disabled{background:var(--gray-steel-100);border-bottom-color:var(--gray-steel-400)}.input-field-disabled .input-element{color:var(--gray-steel-600);cursor:not-allowed}.input-wrapper-disabled .input-helper{color:var(--gray-steel-600)}
.textarea-wrapper{background:var(--white);border-bottom:2px solid var(--gray-steel-600);box-sizing:border-box;flex-direction:column;gap:10px;width:100%;height:320px;padding:24px;display:flex}.textarea-element{resize:none;min-height:1px;font-family:var(--font-main);color:var(--dark);box-sizing:border-box;background:0 0;border:none;outline:none;flex:1;width:100%;margin:0;padding:0;font-size:16px;font-weight:400;line-height:normal}.textarea-element::placeholder{color:var(--gray-steel-600)}.textarea-attachments{flex-shrink:0}.textarea-footer{border-top:1px solid var(--gray-steel-500);flex-direction:column;flex-shrink:0;align-items:stretch;gap:16px;padding-top:16px;display:flex}.textarea-wrapper-active{border-bottom-color:var(--brand-500)}.textarea-wrapper-disabled{background:var(--gray-steel-100);border-bottom-color:var(--gray-steel-400)}.textarea-wrapper-disabled .textarea-element{color:var(--gray-steel-600);cursor:not-allowed}
.file-chip{box-sizing:border-box;background:var(--gray-steel-500);flex-shrink:0;align-items:center;gap:16px;width:320px;height:64px;padding-left:24px;animation:.22s cubic-bezier(.22,1,.36,1) file-chip-in;display:flex}@keyframes file-chip-in{0%{opacity:0;transform:translateY(4px)scale(.97)}to{opacity:1;transform:none}}.file-chip-name{min-width:0;font-family:var(--font-main);color:var(--dark);white-space:nowrap;text-overflow:ellipsis;flex:auto;margin:0;font-size:16px;font-weight:600;line-height:22px;overflow:hidden}.file-chip-remove{background:var(--gray-steel-500);width:64px;height:64px;color:var(--dark);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s;display:flex}.file-chip-remove:hover{background:var(--gray-steel-600)}
.file-attachment-field{flex-direction:column;gap:8px;width:100%;min-width:0;display:flex}.file-attachment-error{font-family:var(--font-main);color:var(--red-500);margin:0;font-size:12px;font-weight:400;line-height:16px}.file-attachment-row{justify-content:flex-end;align-items:center;gap:14px;width:100%;min-width:0;display:flex}.file-attachment-chips{scrollbar-width:none;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;flex-wrap:nowrap;flex:auto;gap:8px;min-width:0;display:flex;overflow-x:auto}.file-attachment-chips:active{cursor:grabbing}.file-attachment-chips::-webkit-scrollbar{display:none}.file-attachment-row>.btn{flex-shrink:0}@media (max-width:768px){.file-attachment-row{gap:10px}}
