body { font-family: 'Segoe UI', system-ui, sans-serif; }

.icon-box { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.border-dashed { border-style: dashed !important; }

.text-purple { color: #7c3aed; }
.bg-purple-subtle { background-color: #ede9fe; }

.card { border-radius: .75rem; }
.card-header { border-radius: .75rem .75rem 0 0 !important; }

.nav-pills .nav-link { border-radius: .5rem; }

/* Scrollable tag wrap */
.tag-wrap { display: flex; flex-wrap: wrap; gap: .25rem; }

/* Smooth transitions */
.card { transition: box-shadow .15s; }
.card:hover { box-shadow: 0 .5rem 1rem rgba(0,0,0,.1) !important; }

.list-group-item { transition: background .1s; }

#dropzone:hover { border-color: #0d6efd !important; background: #f0f7ff; }
