/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */.attachment-upload-container{width:100%}.attachment-upload{border:2px dashed #ccc;border-radius:8px;min-height:150px;padding:2rem;transition:all .1s}.attachment-upload svg{color:#666;margin-bottom:1rem;font-size:2.5rem}.attachment-upload span{color:#666;font-size:1rem}.attachment-upload .accepted-types{color:#757575;margin-top:.5rem;font-size:.75rem}.attachment-upload .upload-error{color:#c62828;text-align:center;background-color:#ffebee;border-radius:4px;width:100%;margin-top:.75rem;padding:.5rem 1rem;font-size:.875rem;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.attachment-upload.dragging{background-color:#2196f30d;border-color:#2196f3}.attachment-upload.uploading{cursor:default}.uploaded-files{border:1px solid #e0e0e0;border-radius:8px;width:100%;margin-top:1.5rem;overflow:hidden}.file-item{background-color:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1rem;display:flex}.file-item:last-child{border-bottom:none}.file-details{flex-direction:column;flex:1;display:flex}.file-name{color:#333;white-space:nowrap;text-overflow:ellipsis;max-width:300px;margin-bottom:.25rem;font-weight:500;display:inline-block;overflow:hidden}.file-size,.file-type{color:#777;font-size:.75rem}.file-actions{align-items:center;gap:.75rem;display:flex}.file-progress{flex-direction:column;align-items:flex-end;width:150px;display:flex}.remove-file-btn{color:#757575;cursor:pointer;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.25rem;line-height:1;transition:all .1s;display:flex}.remove-file-btn:hover{color:#fff;background-color:#e53935;border-color:#e53935}.remove-file-btn:disabled{opacity:.5;cursor:not-allowed}.progress-bar{background-color:#e0e0e0;border-radius:4px;width:100%;height:8px;margin:.25rem 0;overflow:hidden}.progress-fill{background-color:#257067;border-radius:4px;height:100%;transition:width .3s}.file-status{border-radius:4px;justify-content:center;align-items:center;padding:.25rem .75rem;font-size:.75rem;display:flex}.file-status.completed{color:#2e7d32;background-color:#e8f5e9}@media (max-width:768px){.file-item{flex-direction:column;align-items:flex-start}.file-actions{justify-content:space-between;width:100%;margin-top:.75rem}.file-progress,.file-status{width:auto}.file-status{justify-content:flex-start}.file-name{max-width:100%}.file-details{width:100%}}.attachment-upload{cursor:pointer;justify-content:center;align-items:center;gap:calc(var(--spacing,.25rem)*3);border-radius:var(--radius-3xl,1.5rem);width:100%;padding-inline:calc(var(--spacing,.25rem)*3);padding-block:calc(var(--spacing,.25rem)*6);text-align:center;border:1px solid #dbdde0;flex-direction:column;display:flex}.attachment-upload svg{height:calc(var(--spacing,.25rem)*8);width:calc(var(--spacing,.25rem)*8);stroke:#4b5464;fill:#4b5464;margin-inline:auto}.attachment-upload span{color:#4b5464}