e.stopPropagation()} style={{
width, maxHeight: '90%', overflow: 'auto',
background: 'var(--bg-card)', borderRadius: 16,
boxShadow: '0 30px 80px rgba(26,22,20,0.25), 0 0 0 1px var(--line)',
animation: 'rise 0.22s ease-out',
display: 'flex', flexDirection: 'column',
}}>
{title}
{subtitle &&
{subtitle}
}
{padded ? children : children}